/*
 * Accent - https://accentinteractive.nl
 * This file is part of the Accent WordPress base theme packages.
 *
 * @usage see README.md
*/

/* purgecss start ignore */

/*
 ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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: Open Sans, Helvetica Neue, Arial, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

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

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

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

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

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

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

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

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-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:  ;
}

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

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

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

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

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

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

.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

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

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

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

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

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

.form-checkbox,.form-radio {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

.form-checkbox {
  border-radius: 0px;
}

.form-radio {
  border-radius: 100%;
}

.form-checkbox:focus,.form-radio:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

.form-checkbox:checked,.form-radio:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-checkbox:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

.form-radio:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

.form-checkbox:checked:hover,.form-checkbox:checked:focus,.form-radio:checked:hover,.form-radio:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

.form-checkbox:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.form-checkbox:indeterminate:hover,.form-checkbox:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}

.prose-sm :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}

.prose-sm :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}

.prose-sm :where(blockquote):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}

.prose-sm :where(h1):not(:where([class~="not-prose"] *)) {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}

.prose-sm :where(h2):not(:where([class~="not-prose"] *)) {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}

.prose-sm :where(h3):not(:where([class~="not-prose"] *)) {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}

.prose-sm :where(h4):not(:where([class~="not-prose"] *)) {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}

.prose-sm :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}

.prose-sm :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-sm :where(figcaption):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}

.prose-sm :where(code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
}

.prose-sm :where(h2 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.9em;
}

.prose-sm :where(h3 code):not(:where([class~="not-prose"] *)) {
  font-size: 0.8888889em;
}

.prose-sm :where(pre):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(ol):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}

.prose-sm :where(ul):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
  padding-left: 1.5714286em;
}

.prose-sm :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}

.prose-sm :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}

.prose-sm :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.4285714em;
}

.prose-sm :where(.prose-sm > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(.prose-sm > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}

.prose-sm :where(.prose-sm > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}

.prose-sm :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}

.prose-sm :where(hr):not(:where([class~="not-prose"] *)) {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}

.prose-sm :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(table):not(:where([class~="not-prose"] *)) {
  font-size: 0.8571429em;
  line-height: 1.5;
}

.prose-sm :where(thead th):not(:where([class~="not-prose"] *)) {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-sm :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-sm :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}

.prose-sm :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

.prose-sm :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

.prose-sm :where(.prose-sm > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-sm :where(.prose-sm > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

/* The main h1 heading styles */

/* The main h1 heading styles */

/* The main dark blue button to use */

.btn-main {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index .btn-main.text-3xl:has(h1), html body.blog-post-view .btn-main.text-3xl:has(h1), html body.blog-home-index .btn-main.text-3xl:has(h1), html body.blog-search-result .btn-main.text-3xl:has(h1), html body.blog-category-view .btn-main.text-3xl:has(h1), html body.blog-tag-view .btn-main.text-3xl:has(h1), html body.kbase-article-view .btn-main.text-3xl:has(h1), html body.kbase-category-view .btn-main.text-3xl:has(h1), html body.kbase-article-s .btn-main.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-main.text-3xl:has(h1) h1, html body.blog-post-view .btn-main.text-3xl:has(h1) h1, html body.blog-home-index .btn-main.text-3xl:has(h1) h1, html body.blog-search-result .btn-main.text-3xl:has(h1) h1, html body.blog-category-view .btn-main.text-3xl:has(h1) h1, html body.blog-tag-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-view .btn-main.text-3xl:has(h1) h1, html body.kbase-category-view .btn-main.text-3xl:has(h1) h1, html body.kbase-article-s .btn-main.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

.btn-main:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

.btn-main:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

.btn-main:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.btn-main:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

.btn-cta {
  display: flex;
  display: inline-flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 1 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary {
  margin-top: 0.5rem;
  height: 46px;
  width: 100%;
  max-width: 160px;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.catalog-product-view #maincontent #review-form .btn-cta.btn-primary:hover {
  --tw-bg-opacity: 0.9;
}

html body.catalog-product-view #maincontent #review-form .btn.btn-cta {
  margin-top: 0.5rem;
  height: 46px;
  width: 100%;
  max-width: 160px;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.catalog-product-view #maincontent #review-form .btn.btn-cta:hover {
  --tw-bg-opacity: 0.9;
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1), html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1), html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1), html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1), html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1), html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1), html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1), html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1), html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta + a {
  color: rgb(54 61 107 / 0.8);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn-cta + a:hover {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: none;
}

html body.blog-category-index .btn-cta.text-3xl:has(h1), html body.blog-post-view .btn-cta.text-3xl:has(h1), html body.blog-home-index .btn-cta.text-3xl:has(h1), html body.blog-search-result .btn-cta.text-3xl:has(h1), html body.blog-category-view .btn-cta.text-3xl:has(h1), html body.blog-tag-view .btn-cta.text-3xl:has(h1), html body.kbase-article-view .btn-cta.text-3xl:has(h1), html body.kbase-category-view .btn-cta.text-3xl:has(h1), html body.kbase-article-s .btn-cta.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .btn-cta.text-3xl:has(h1) h1, html body.blog-post-view .btn-cta.text-3xl:has(h1) h1, html body.blog-home-index .btn-cta.text-3xl:has(h1) h1, html body.blog-search-result .btn-cta.text-3xl:has(h1) h1, html body.blog-category-view .btn-cta.text-3xl:has(h1) h1, html body.blog-tag-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-category-view .btn-cta.text-3xl:has(h1) h1, html body.kbase-article-s .btn-cta.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .btn-cta, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .btn-cta, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .btn-cta, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .btn-cta, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .btn-cta, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .btn-cta, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .btn-cta, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .btn-cta, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .btn-cta {
  display: none;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) .btn-cta {
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-color: rgb(54 61 107 / 0.5);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) .btn-cta:hover {
  opacity: 0.9;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) .btn-cta:active {
  opacity: 1;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div.btn-cta.justify-between {
  flex-direction: column;
  gap: 1rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-primary {
  height: 50px;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-primary, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-primary, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-primary, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-primary, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-primary, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-primary, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-primary, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-primary, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-primary {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-primary:hover {
  opacity: 0.75;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-cta {
  height: 50px;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-cta, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-cta, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-cta, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-cta, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-cta, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-cta, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-cta, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-cta, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-cta {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-cta:hover {
  opacity: 0.75;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-secondary {
  width: 100%;
  justify-content: center;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-secondary, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-secondary, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-secondary, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-secondary, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-secondary, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-secondary, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-secondary, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-secondary, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-secondary {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn-cta.btn-secondary:hover {
  text-decoration-line: underline;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary:hover {
  opacity: 0.5;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary:hover {
  opacity: 0.5;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary:hover {
  opacity: 0.5;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn-cta.btn-secondary:hover {
  opacity: 0.5;
}

.btn-cta.btn-primary.apple-pay-button {
  font-size: 0;
}

.btn.btn-cta.apple-pay-button {
  font-size: 0;
}

.btn-cta:hover {
  opacity: 0.8;
}

.btn-cta:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
}

/* The main h1 heading styles */

/* Add the class prose-dochorse to an Element to apply automatic typography styling */

.prose-dochorse {
  color: rgb(54, 61, 107);
  max-width: 100%;
  /* Base prose styles */
  font-size: 1rem;
  line-height: 1.75;
}

/* Headings */

.prose-dochorse :where(h1, h2, h3, h4, h5, h6):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.prose-dochorse :where([class~=lead]):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.prose-dochorse :where(h1):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.prose-dochorse :where(h2):not(:where([class~=not-prose] *)) {
  font-size: 1.5rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.prose-dochorse :where(h3):not(:where([class~=not-prose] *)) {
  font-size: 1.25em;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.prose-dochorse :where(h4):not(:where([class~=not-prose] *)) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

/* Text elements */

.prose-dochorse :where(p):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.prose-dochorse :where(a):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-decoration: underline;
}

.prose-dochorse :where(a):not(:where([class~=not-prose] *)):hover {
  text-decoration: none;
}

.prose-dochorse :where(blockquote):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.prose-dochorse :where(figure):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.prose-dochorse :where(figcaption):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.prose-dochorse :where(strong):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.prose-dochorse :where(em):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

/* Lists */

.prose-dochorse :where(ol):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: auto;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

.prose-dochorse :where(ul):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: disc;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

.prose-dochorse :where(li):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.prose-dochorse :where(ul>li):not(:where([class~=not-prose] *))::marker {
  color: rgb(54, 61, 107);
}

.prose-dochorse :where(ul>li, ol>li):not(:where([class~=not-prose] *)) {
  padding-left: .375em;
}

/* Table */

.prose-dochorse :where(table):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.prose-dochorse :where(thead):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.prose-dochorse :where(tr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.prose-dochorse :where(th):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.prose-dochorse :where(td):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

/* Media */

.prose-dochorse :where(img):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.prose-dochorse :where(video):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.prose-dochorse :where(hr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.prose-dochorse :where(code):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.amcountdown-block-wrapper.-circle .amcountdown-top {
  stroke-dasharray: 157px;
  stroke-linecap: round;
}

.amcountdown-block-wrapper.-round .amcountdown-top {
  stroke-dasharray: 628px;
  stroke-linecap: round;
}

.amreview-popup .card {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.inset-x-4 {
  left: 1rem;
  right: 1rem;
}

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

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

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

.-left-1 {
  left: -0.25rem;
}

.-left-1\.5 {
  left: -0.375rem;
}

.-left-2 {
  left: -0.5rem;
}

.-right-1 {
  right: -0.25rem;
}

.-right-1\.5 {
  right: -0.375rem;
}

.-right-\[100\%\] {
  right: -100%;
}

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

.-top-0\.5 {
  top: -0.125rem;
}

.-top-1 {
  top: -0.25rem;
}

.-top-1\.5 {
  top: -0.375rem;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0px;
}

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

.left-2 {
  left: 0.5rem;
}

.left-4 {
  left: 1rem;
}

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

.left-\[69\%\] {
  left: 69%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

.right-2\.5 {
  right: 0.625rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.top-0 {
  top: 0px;
}

.top-0\.5 {
  top: 0.125rem;
}

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

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

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

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

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

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

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.clear-left {
  clear: left;
}

.clear-both {
  clear: both;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-auto {
  margin: auto;
}

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

.\!my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

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

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

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

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

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

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

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

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

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

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

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

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

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

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

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

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

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-px {
  margin-left: -1px;
}

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

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

.-mr-3 {
  margin-right: -0.75rem;
}

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

.-mt-10 {
  margin-top: -2.5rem;
}

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

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

.-mt-5 {
  margin-top: -1.25rem;
}

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

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

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

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

.mb-1\.5 {
  margin-bottom: 0.375rem;
}

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

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

.mb-3\.5 {
  margin-bottom: 0.875rem;
}

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

.mb-\[-1\.25em\] {
  margin-bottom: -1.25em;
}

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

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

.ml-1 {
  margin-left: 0.25rem;
}

.ml-1\.5 {
  margin-left: 0.375rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

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

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

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

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

.mr-10 {
  margin-right: 2.5rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

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

.mr-2\.5 {
  margin-right: 0.625rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

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

.mr-6 {
  margin-right: 1.5rem;
}

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

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

.mr-auto {
  margin-right: auto;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

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

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

.mt-5 {
  margin-top: 1.25rem;
}

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

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

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

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

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

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

.mt-auto {
  margin-top: auto;
}

.box-content {
  box-sizing: content-box;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.\!line-clamp-none {
  overflow: visible !important;
  display: block !important;
  -webkit-box-orient: horizontal !important;
  -webkit-line-clamp: none !important;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.table-caption {
  display: table-caption;
}

.table-cell {
  display: table-cell;
}

.table-row {
  display: table-row;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[var\(--gallery-ratio\)\] {
  aspect-ratio: var(--gallery-ratio);
}

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

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

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

.h-\[100dvh\] {
  height: 100dvh;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-fit-content {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-max {
  height: -moz-max-content;
  height: max-content;
}

.h-screen {
  height: 100vh;
}

.\!max-h-\[none\] {
  max-height: none !important;
}

.max-h-5 {
  max-height: 1.25rem;
}

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

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

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

.max-h-\[6\.25rem\] {
  max-height: 6.25rem;
}

.max-h-\[calc\(95vh-5rem\)\] {
  max-height: calc(95vh - 5rem);
}

.max-h-\[min\(1024px\2c \(100\%_-_2rem\)\)\] {
  max-height: min(1024px,(100% - 2rem));
}

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

.max-h-review-image {
  max-height: var(--amreview-slider-item-height);
}

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

.max-h-screen-75 {
  max-height: 75vh;
}

.min-h-14 {
  min-height: 3.5rem;
}

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

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

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

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

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

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

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

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

.min-h-\[9rem\] {
  min-height: 9rem;
}

.\!w-auto {
  width: auto !important;
}

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

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-1\.5 {
  width: 0.375rem;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

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

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

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

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

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

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-40 {
  width: 10rem;
}

.w-44 {
  width: 11rem;
}

.w-5 {
  width: 1.25rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-60 {
  width: 15rem;
}

.w-64 {
  width: 16rem;
}

.w-7 {
  width: 1.75rem;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-72 {
  width: 18rem;
}

.w-8 {
  width: 2rem;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(100\%\+4rem\)\] {
  width: calc(100% + 4rem);
}

.w-\[var\(--gallery-width\)\] {
  width: var(--gallery-width);
}

.w-auto {
  width: auto;
}

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

.w-fit-content {
  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-0 {
  min-width: 0px !important;
}

.min-w-20 {
  min-width: 5rem;
}

.min-w-40 {
  min-width: 10rem;
}

.min-w-48 {
  min-width: 12rem;
}

.min-w-\[10\.5rem\] {
  min-width: 10.5rem;
}

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

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

.min-w-\[3rem\] {
  min-width: 3rem;
}

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

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

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

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

.min-w-\[theme\(spacing\.12\)\] {
  min-width: 3rem;
}

.max-w-2xl {
  max-width: 42rem;
}

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

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

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

.max-w-\[11rem\] {
  max-width: 11rem;
}

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

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

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

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

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

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

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

.max-w-\[72rem\] {
  max-width: 72rem;
}

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

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

.max-w-\[9rem\] {
  max-width: 9rem;
}

.max-w-\[min\(1280px\2c \(100\%_-_2rem\)\)\] {
  max-width: min(1280px,(100% - 2rem));
}

.max-w-\[theme\(spacing\.20\)\] {
  max-width: 5rem;
}

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

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

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

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

.max-w-prose {
  max-width: 65ch;
}

.max-w-review-image {
  max-width: var(--amreview-slider-item-width);
}

.max-w-screen-2xl {
  max-width: 1536px;
}

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

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

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

.flex-none {
  flex: none;
}

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

.shrink {
  flex-shrink: 1;
}

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

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

.grow {
  flex-grow: 1;
}

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

.basis-2\/4 {
  flex-basis: 50%;
}

.basis-\[48\%\] {
  flex-basis: 48%;
}

.basis-full {
  flex-basis: 100%;
}

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

.origin-bottom-left {
  transform-origin: bottom left;
}

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

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

.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  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));
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  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));
}

.-translate-x-5 {
  --tw-translate-x: -1.25rem;
  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));
}

.-translate-x-full {
  --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));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  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));
}

.-translate-y-8 {
  --tw-translate-y: -2rem;
  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));
}

.-translate-y-full {
  --tw-translate-y: -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));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  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));
}

.translate-x-2 {
  --tw-translate-x: 0.5rem;
  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));
}

.translate-x-72 {
  --tw-translate-x: 18rem;
  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));
}

.translate-x-full {
  --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));
}

.translate-y-0 {
  --tw-translate-y: 0px;
  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));
}

.translate-y-1 {
  --tw-translate-y: 0.25rem;
  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));
}

.translate-y-1\/2 {
  --tw-translate-y: 50%;
  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));
}

.translate-y-12 {
  --tw-translate-y: 3rem;
  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));
}

.translate-y-2 {
  --tw-translate-y: 0.5rem;
  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));
}

.translate-y-9 {
  --tw-translate-y: 2.25rem;
  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));
}

.translate-y-full {
  --tw-translate-y: 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));
}

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

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  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));
}

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

.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

.animate-ping {
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-default {
  cursor: default;
}

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

.cursor-pointer {
  cursor: pointer;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize-y {
  resize: vertical;
}

.resize {
  resize: both;
}

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

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.grid-flow-row {
  grid-auto-flow: row;
}

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

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

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

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

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

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

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

.grid-cols-\[auto_minmax\(0px\2c 1fr\)_auto\] {
  grid-template-columns: auto minmax(0px,1fr) auto;
}

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

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

.place-items-end {
  place-items: end;
}

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

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

.items-start {
  align-items: flex-start;
}

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-11 {
  gap: 2.75rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-2\.5 {
  gap: 0.625rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-amlabel-margin {
  gap: var(--amlabel-margin-between);
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

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

.gap-y-0 {
  row-gap: 0px;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

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

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

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

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

.space-x-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-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.875rem * var(--tw-space-x-reverse));
  margin-left: calc(0.875rem * calc(1 - var(--tw-space-x-reverse)));
}

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

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

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

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

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

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

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

.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}

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

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

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

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

.overflow-auto {
  overflow: auto;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.overflow-visible {
  overflow: visible;
}

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

.overflow-y-auto {
  overflow-y: auto;
}

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

.overflow-y-hidden {
  overflow-y: hidden;
}

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

.overscroll-contain {
  overscroll-behavior: contain;
}

.overscroll-y-contain {
  overscroll-behavior-y: contain;
}

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

.text-ellipsis {
  text-overflow: ellipsis;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

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

.whitespace-pre-line {
  white-space: pre-line;
}

.break-words {
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[\.225rem\] {
  border-radius: .225rem;
}

.rounded-\[\.5rem\] {
  border-radius: .5rem;
}

.rounded-\[0\.5rem\] {
  border-radius: 0.5rem;
}

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

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

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

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

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

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

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

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

.rounded-b-\[0\.75rem\] {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

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

.rounded-b-md {
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}

.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}

.\!border-0 {
  border-width: 0px !important;
}

.\!border-2 {
  border-width: 2px !important;
}

.border {
  border-width: 1px;
}

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

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

.border-\[1\.125rem\] {
  border-width: 1.125rem;
}

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

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

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0px;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-l-\[0\.875rem\] {
  border-left-width: 0.875rem;
}

.border-r {
  border-right-width: 1px;
}

.border-r-0 {
  border-right-width: 0px;
}

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

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

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

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

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

.border-\[\#D8DEFF\] {
  --tw-border-opacity: 1;
  border-color: rgb(216 222 255 / var(--tw-border-opacity));
}

.border-\[\#F1F3FE\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 243 254 / var(--tw-border-opacity));
}

.border-\[\#e5e5e5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

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

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

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity));
}

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

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

.border-container {
  --tw-border-opacity: 1;
  border-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.border-container-darker {
  --tw-border-opacity: 1;
  border-color: rgb(182 182 182 / var(--tw-border-opacity));
}

.border-container-lighter {
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}

.border-current {
  border-color: currentColor;
}

.border-dochorse-blue {
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
}

.border-dochorse-blue-light {
  --tw-border-opacity: 1;
  border-color: rgb(241 243 254 / var(--tw-border-opacity));
}

.border-dochorse-blue\/10 {
  border-color: rgb(54 61 107 / 0.1);
}

.border-dochorse-blue\/20 {
  border-color: rgb(54 61 107 / 0.2);
}

.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-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}

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

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(52 211 153 / var(--tw-border-opacity));
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(16 185 129 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

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

.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}

.border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}

.border-slate-100 {
  --tw-border-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-border-opacity));
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}

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

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

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgb(251 191 36 / var(--tw-border-opacity));
}

.border-l-gray-100 {
  --tw-border-opacity: 1;
  border-left-color: rgb(243 244 246 / var(--tw-border-opacity));
}

.border-r-dochorse-blue-light {
  --tw-border-opacity: 1;
  border-right-color: rgb(241 243 254 / var(--tw-border-opacity));
}

.border-t-dochorse-blue-light {
  --tw-border-opacity: 1;
  border-top-color: rgb(241 243 254 / var(--tw-border-opacity));
}

.\!bg-\[rgba\(0\2c 0\2c 0\2c 0\.5\)\] {
  background-color: rgba(0,0,0,0.5) !important;
}

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

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

.bg-\[\#B93404\] {
  --tw-bg-opacity: 1;
  background-color: rgb(185 52 4 / var(--tw-bg-opacity));
}

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

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

.bg-\[\#E0F0E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 240 224 / var(--tw-bg-opacity));
}

.bg-\[\#E33B19\] {
  --tw-bg-opacity: 1;
  background-color: rgb(227 59 25 / var(--tw-bg-opacity));
}

.bg-\[\#FDECEC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(253 236 236 / var(--tw-bg-opacity));
}

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

.bg-\[\#f9fff9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 255 249 / var(--tw-bg-opacity));
}

.bg-\[\#ffe8c3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 232 195 / var(--tw-bg-opacity));
}

.bg-\[var\(--message\)\] {
  background-color: var(--message);
}

.bg-ampc-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(213 213 213 / var(--tw-bg-opacity));
}

.bg-ampc-gray-light {
  --tw-bg-opacity: 1;
  background-color: rgb(205 205 205 / var(--tw-bg-opacity));
}

.bg-amtoolbar-background {
  --tw-bg-opacity: 1;
  background-color: rgb(87 6 209 / var(--tw-bg-opacity));
}

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

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

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

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}

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

.bg-container-darker {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

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

.bg-container-lighter\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-dochorse-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(166 130 73 / var(--tw-bg-opacity));
}

.bg-dochorse-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(58 58 58 / var(--tw-bg-opacity));
}

.bg-dochorse-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
}

.bg-dochorse-blue-light {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

.bg-dochorse-blue-light\/20 {
  background-color: rgb(241 243 254 / 0.2);
}

.bg-dochorse-blue-light\/60 {
  background-color: rgb(241 243 254 / 0.6);
}

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

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

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

.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}

.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(4 120 87 / var(--tw-bg-opacity));
}

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}

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

.bg-sky-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 249 255 / var(--tw-bg-opacity));
}

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

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

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

.bg-white\/30 {
  background-color: rgb(255 255 255 / 0.3);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/70 {
  background-color: rgb(255 255 255 / 0.7);
}

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 243 199 / var(--tw-bg-opacity));
}

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 158 11 / var(--tw-bg-opacity));
}

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

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

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black {
  --tw-gradient-from: #000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/10 {
  --tw-gradient-from: rgb(0 0 0 / 0.1) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-black\/75 {
  --tw-gradient-from: rgb(0 0 0 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-black\/0 {
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-white {
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.fill-black\/20 {
  fill: rgb(0 0 0 / 0.2);
}

.fill-current {
  fill: currentColor;
}

.fill-dochorse-blue {
  fill: #363d6b;
}

.fill-dochorse-green {
  fill: #008001;
}

.fill-none {
  fill: none;
}

.fill-white {
  fill: #fff;
}

.stroke-ampc-gray2 {
  stroke: #b6b6b6;
}

.stroke-ampc-orange {
  stroke: #ff9416;
}

.stroke-black\/0 {
  stroke: rgb(0 0 0 / 0);
}

.stroke-current {
  stroke: currentColor;
}

.stroke-dochorse-blue {
  stroke: #363d6b;
}

.stroke-white {
  stroke: #fff;
}

.stroke-white\/75 {
  stroke: rgb(255 255 255 / 0.75);
}

.stroke-1 {
  stroke-width: 1;
}

.stroke-2 {
  stroke-width: 2;
}

.stroke-\[2px\] {
  stroke-width: 2px;
}

.stroke-\[3px\] {
  stroke-width: 3px;
}

.stroke-\[4px\] {
  stroke-width: 4px;
}

.stroke-\[6px\] {
  stroke-width: 6px;
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.\!p-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-1\.5 {
  padding: 0.375rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-\[2px_8px_6px\] {
  padding: 2px 8px 6px;
}

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

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

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

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

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

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

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

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

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

.py-\[13\.5px\] {
  padding-top: 13.5px;
  padding-bottom: 13.5px;
}

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

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

.\!pl-4 {
  padding-left: 1rem !important;
}

.\!pr-20 {
  padding-right: 5rem !important;
}

.\!pr-4 {
  padding-right: 1rem !important;
}

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-1\.5 {
  padding-bottom: 0.375rem;
}

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

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

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

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

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

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

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

.pb-\[1\.5px\] {
  padding-bottom: 1.5px;
}

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

.pb-\[var\(--thumb-size\)\] {
  padding-bottom: var(--thumb-size);
}

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

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

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

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

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

.pl-20 {
  padding-left: 5rem;
}

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

.pl-4 {
  padding-left: 1rem;
}

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

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

.pl-7 {
  padding-left: 1.75rem;
}

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

.pl-\[calc\(250px\+0\.5rem\)\] {
  padding-left: calc(250px + 0.5rem);
}

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

.pr-1 {
  padding-right: 0.25rem;
}

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

.pr-2 {
  padding-right: 0.5rem;
}

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

.pr-4 {
  padding-right: 1rem;
}

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

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

.pr-8 {
  padding-right: 2rem;
}

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

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

.pt-1\.5 {
  padding-top: 0.375rem;
}

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

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

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

.pt-28 {
  padding-top: 7rem;
}

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

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

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

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

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

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

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

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

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

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

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

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

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.font-poppins {
  font-family: Poppins, sans-serif;
}

.font-sans {
  font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
}

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

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

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

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

.text-2xs {
  font-size: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.text-zero {
  font-size: 0;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.tabular-nums {
  --tw-numeric-spacing: tabular-nums;
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}

.\!leading-\[1\] {
  line-height: 1 !important;
}

.\!leading-\[30px\] {
  line-height: 30px !important;
}

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

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[0px\] {
  line-height: 0px;
}

.leading-\[12px\] {
  line-height: 12px;
}

.leading-\[18px\] {
  line-height: 18px;
}

.leading-\[19px\] {
  line-height: 19px;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[30px\] {
  line-height: 30px;
}

.leading-\[35px\] {
  line-height: 35px;
}

.leading-\[40px\] {
  line-height: 40px;
}

.leading-loose {
  line-height: 2;
}

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

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-snug {
  line-height: 1.375;
}

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

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.\!text-dochorse-900 {
  --tw-text-opacity: 1 !important;
  color: rgb(58 58 58 / var(--tw-text-opacity)) !important;
}

.\!text-dochorse-blue {
  --tw-text-opacity: 1 !important;
  color: rgb(54 61 107 / var(--tw-text-opacity)) !important;
}

.text-\[\#1C1917\] {
  --tw-text-opacity: 1;
  color: rgb(28 25 23 / var(--tw-text-opacity));
}

.text-\[\#3ab598\] {
  --tw-text-opacity: 1;
  color: rgb(58 181 152 / var(--tw-text-opacity));
}

.text-\[\#B93404\] {
  --tw-text-opacity: 1;
  color: rgb(185 52 4 / var(--tw-text-opacity));
}

.text-\[\#e49e2e\] {
  --tw-text-opacity: 1;
  color: rgb(228 158 46 / var(--tw-text-opacity));
}

.text-\[var\(--message-text\)\] {
  color: var(--message-text);
}

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

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

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

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}

.text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144 / var(--tw-text-opacity));
}

.text-dochorse-900 {
  --tw-text-opacity: 1;
  color: rgb(58 58 58 / var(--tw-text-opacity));
}

.text-dochorse-blue {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

.text-dochorse-blue\/60 {
  color: rgb(54 61 107 / 0.6);
}

.text-dochorse-blue\/70 {
  color: rgb(54 61 107 / 0.7);
}

.text-dochorse-body {
  --tw-text-opacity: 1;
  color: rgb(57 57 57 / var(--tw-text-opacity));
}

.text-dochorse-green {
  --tw-text-opacity: 1;
  color: rgb(0 128 1 / var(--tw-text-opacity));
}

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

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

.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-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(167 243 208 / var(--tw-text-opacity));
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-primary\/50 {
  color: rgb(31 41 55 / 0.5);
}

.text-purple-700 {
  --tw-text-opacity: 1;
  color: rgb(109 40 217 / var(--tw-text-opacity));
}

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

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

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-secondary-darker {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-slate-700 {
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity));
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity));
}

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

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(252 211 77 / var(--tw-text-opacity));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(251 191 36 / var(--tw-text-opacity));
}

.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(217 119 6 / var(--tw-text-opacity));
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-75 {
  opacity: 0.75;
}

.\!shadow-none {
  --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;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-\[0_0_0_1000px_rgba\(27\2c 27\2c 27\2c 0\.4\)\] {
  --tw-shadow: 0 0 0 1000px rgba(27,27,27,0.4);
  --tw-shadow-colored: 0 0 0 1000px 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-\[inset_0_0_0_1px_rgba\(0\2c 0\2c 0\2c 0\.32\)\] {
  --tw-shadow: inset 0 0 0 1px rgba(0,0,0,0.32);
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-none {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.outline {
  outline-style: solid;
}

.outline-0 {
  outline-width: 0px;
}

.-outline-offset-2 {
  outline-offset: -2px;
}

.outline-offset-2 {
  outline-offset: 2px;
}

.ring {
  --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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4 {
  --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(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-blue-500\/50 {
  --tw-ring-color: rgb(59 130 246 / 0.5);
}

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
}

.ring-primary\/50 {
  --tw-ring-color: rgb(30 64 175 / 0.5);
}

.ring-primary\/75 {
  --tw-ring-color: rgb(30 64 175 / 0.75);
}

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

.ring-transparent {
  --tw-ring-color: transparent;
}

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

.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}

.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}

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

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

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

.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-none {
  transition-property: none;
}

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

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

.duration-150 {
  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 {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

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

.container-breaker {
  margin:0em -100%;
  /* old browsers fallback */
  margin:0em calc(50% - 50vw);
}

.mask-overflow {
  --tw-mask-dir: to right;
  --tw-mask-size: 2rem;
  --tw-mask-color: 0 0 0;
  /* rgb color keys */
  --tw-mask-start: rgb(var(--tw-mask-color) / 0%);
  --tw-mask-end: rgb(var(--tw-mask-color) / 0%);
  --tw-mask: linear-gradient(
            var(--tw-mask-dir),
            var(--tw-mask-start),
            rgb(var(--tw-mask-color)) var(--tw-mask-size),
            rgb(var(--tw-mask-color)) calc(100% - var(--tw-mask-size)),
            var(--tw-mask-end)
        );
  -webkit-mask-image: var(--tw-mask);
  mask-image: var(--tw-mask);
}

.mask-overflow-start {
  --tw-mask-end: rgb(var(--tw-mask-color));
}

.mask-overflow-end {
  --tw-mask-start: rgb(var(--tw-mask-color));
}

/* hide label on product image preview */

#gallery .fixed.block .amasty-label-container {
  display: none;
}

.amasty-label-container.-link:hover .amlabel-text {
  text-decoration-line: underline;
}

.widget ul[role="list"] li .list-item-rating-wrapper svg + .amasty-label-container.-link:hover .amlabel-text, .widget ol.product-items li .list-item-rating-wrapper svg + .amasty-label-container.-link:hover .amlabel-text, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg + .amasty-label-container.-link:hover .amlabel-text, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg + .amasty-label-container.-link:hover .amlabel-text, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg + .amasty-label-container.-link:hover .amlabel-text, .products.products-grid ol.product-items li .list-item-rating-wrapper svg + .amasty-label-container.-link:hover .amlabel-text {
  margin-left: 0px;
  font-size: 12px;
}

/* hide label tooltip on slider */

.swiper-slide .amasty-label-container [role="tooltip"] {
  display: none;
}

.\[wire\:model\] {
  wire: model;
}

.\[wire\:select\] {
  wire: select;
}

/* purgecss end ignore */

/* purgecss start ignore */

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

/* Define your theme utilities here */

/*
 * Accent - https://accentinteractive.nl
 * This file is part of the Accent WordPress base theme packages.
 *
 * @usage see README.md
*/

/* All touch devices */

@media (hover: none) and (pointer: coarse) {
  /* Remove product card shadow on touch devices */

  html body .form-wishlist-items ol.product-items li:hover,
    html body .form-wishlist-items ul[role=list] li:hover,
    html body .products.products-grid ol.product-items li:hover,
    html body .products.products-grid ul[role=list] li:hover,
    html body .widget ol.product-items li:hover,
    html body .widget ul[role=list] li:hover,
    html body .hover\:shadow-\[0_20px_25px_-5px_rgba\(172\2c 170\2c 170\2c 0\.1\)\2c 0_8px_10px_-6px_rgba\(4\2c 4\2c 4\2c 0\.1\)\]:hover {
    box-shadow: none!important;
  }
}

@supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  /* Safari IOS */

  @media (hover: none) and (pointer: coarse) {
  }
}

/* Define your themes component classes here */

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

/* Define your product layout overrides here */

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

html body.catalog-product-view {
  overflow-x: hidden;
}

html body.catalog-product-view #maincontent #gallery > [\@click\.away="fullscreen = false"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

html body.catalog-product-view #maincontent #gallery #gallery-thumbs nav button img {
  max-height: 43px;
}

html body.catalog-product-view #maincontent .product-info-main {
  margin-top: -2.75rem;
  margin-bottom: 0px;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

html body.catalog-product-view #maincontent #product-info {
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  html body.catalog-product-view #maincontent #product-info {
    margin-bottom: 1.5rem;
  }
}

html body.catalog-product-view #maincontent #product-info > div:has(#product_addtocart_form) {
  order: 3;
}

html body.catalog-product-view #maincontent #product-info-actions [form="product_addtocart_form"] {
  min-height: 53px !important;
  padding-left: 6px;
  padding-right: 6px;
}

html body.catalog-product-view #maincontent #product-info-actions [form="product_addtocart_form"] span {
  display: block !important;
  font-size: 14px !important;
}

#gallery html.fixed body.catalog-product-view #maincontent #product-info-actions [form="product_addtocart_form"] span .amasty-label-container {
  display: none;
}

@media (min-width: 640px) {
  html body.catalog-product-view #maincontent #product-info-actions [form="product_addtocart_form"] span {
    font-size: 15px !important;
  }
}

html body.catalog-product-view #maincontent > .columns {
  margin: auto;
}

html body.catalog-product-view #maincontent > .columns .product-info-main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  html body.catalog-product-view #maincontent > .columns .product-info-main {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  html body.catalog-product-view #maincontent > .columns .product-info-main {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  html body.catalog-product-view #maincontent > .columns .product-info-main {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  html body.catalog-product-view #maincontent > .columns .product-info-main {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  html body.catalog-product-view #maincontent > .columns .product-info-main {
    max-width: 1536px;
  }
}

html body.catalog-product-view #maincontent > .columns .product-info-main {
  width: 100% !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.hyva_checkout-index-index #header > html body.catalog-product-view #maincontent > .columns .product-info-main > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > html body.catalog-product-view #maincontent > .columns .product-info-main > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > html body.catalog-product-view #maincontent > .columns .product-info-main > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > html body.catalog-product-view #maincontent > .columns .product-info-main:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > html body.catalog-product-view #maincontent > .columns .product-info-main:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > html body.catalog-product-view #maincontent > .columns .product-info-main:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs html body.catalog-product-view #maincontent > .columns .product-info-main {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.catalog-product-view #maincontent > .columns .product-info-main {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs html body.catalog-product-view #maincontent > .columns .product-info-main ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.catalog-product-view #maincontent > .columns .product-info-main ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }

  html body.catalog-product-view #maincontent > .columns .product-info-main {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container {
  margin-bottom: 1.25rem;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  border-radius: 5px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] labelhtml body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container {
  margin-bottom: 1rem;
  padding: 0px;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] labelhtml body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container input[type="radio"] {
  margin-right: 0.125rem;
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container {
  font-size: 16px;
}

header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container[x-text="'(' + searchResult.num_results + ')'"] {
  font-size: 14px;
  color: rgb(54 61 107 / 0.6);
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.available, html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container span.amsts_6223, html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container span.amsts_6222, html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container span.amsts_6227 {
  --tw-bg-opacity: 1;
  background-color: rgb(224 240 224 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 128 1 / var(--tw-text-opacity));
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container.notavailable, html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container span.amsts_6224, html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container span.amsts_6230, html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container span.amsts_6229 {
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(253 236 236 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container span {
  border-radius: 5px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 14px;
}

@media (min-width: 1024px) {
  html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-stock-status .amstockstatus-status-container span {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 16px;
  }
}

/* Product rating */

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-rating {
  display: flex;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.catalog-product-view #maincontent > .columns .product-info-main #product-info-rating.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-rating svg {
  height: 1rem;
  width: 1rem;
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-rating svg[style="color: #fbbf24"] {
  fill: #FBBF23;
  --tw-text-opacity: 1;
  color: rgb(251 191 35 / var(--tw-text-opacity));
}

/* Product price */

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price-container, html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price-box {
  display: flex;
  align-items: center;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price-container.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price-box.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .old-price span {
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}

@media (min-width: 1024px) {
  html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .old-price span {
    font-size: 16px;
  }
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price-label {
  display: none;
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price {
  font-size: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

@media (min-width: 1024px) {
  html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-price .price {
    font-size: 26px;
  }
}

/* Product stock alert */

html body.catalog-product-view #maincontent > .columns .product-info-main .product.alert.stock.text-right {
  margin-bottom: 1.5rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.catalog-product-view #maincontent > .columns .product-info-main .product.alert.stock.text-right .text-orange-400 + span:hover {
  text-decoration-line: none;
}

/* Product swatches */

html body.catalog-product-view #maincontent > .columns .product-info-main [x-if="showSwatches"] + div:has(.swatch-attribute-options) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.catalog-product-view #maincontent > .columns .product-info-main [x-if="showSwatches"] + div:has(.swatch-attribute-options).justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.catalog-product-view #maincontent > .columns .product-info-main [x-if="showSwatches"] + div:has(.swatch-attribute-options) label * {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.catalog-product-view #maincontent > .columns .product-info-main [x-if="showSwatches"] + div:has(.swatch-attribute-options) .product-option-values > div {
  margin-left: 0px;
  margin-right: 0px;
  flex-wrap: wrap;
  align-items: flex-start;
}

html body.catalog-product-view #maincontent > .columns .product-info-main [x-if="showSwatches"] + div:has(.swatch-attribute-options) .product-option-values > div > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

html body.catalog-product-view #maincontent > .columns .product-info-main [x-if="showSwatches"] + div:has(.swatch-attribute-options) .product-option-values > div > div {
  margin-left: 0px !important;
}

html body.catalog-product-view #maincontent > .columns .product-info-main [x-if="showSwatches"] + div:has(.swatch-attribute-options) .product-option-values > div > div > label {
  margin-right: 1rem !important;
  margin-bottom: 1rem !important;
}

html body.catalog-product-view #maincontent > .columns .product-info-main [x-if="showSwatches"] + div:has(.swatch-attribute-options) .swatch-option {
  margin-right: 0.5rem;
  display: block;
  height: 2rem;
  width: 2.5rem;
  cursor: pointer;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  outline-style: solid;
  outline-color: #363d6b;
}

#gallery html.fixed body.catalog-product-view #maincontent > .columns .product-info-main [x-if="showSwatches"] + div:has(.swatch-attribute-options) .swatch-option .amasty-label-container {
  display: none;
}

html body.catalog-product-view #maincontent > .columns .product-info-main [x-if="showSwatches"] + div:has(.swatch-attribute-options) .swatch-option {
  outline-width: 1px;
  border: 5px solid white;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

html body.catalog-product-view #maincontent > .columns .product-info-main [x-if="showSwatches"] + div:has(.swatch-attribute-options) .swatch-option.border-container-lighter {
  outline-width: 2px;
}

/* Product form */

html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form {
  order: 2;
  margin-top: 1rem;
  margin-bottom: 0px;
}

@media (min-width: 1024px) {
  html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form > [x-init="init()"] {
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form > [x-init="init()"] {
    margin-bottom: 1.5rem;
  }
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form > div > h2 {
  display: none;
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form > div > div > .border-t,
                    html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form > div > div {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  border-style: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form > div > div > .border-t.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div
                    html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form > div > div.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form > div > div > .border-t label, html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form > div > div label {
  margin-bottom: 10px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form > div > div > .border-t label + div, html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form > div > div label + div {
  margin-left: 0px;
  width: 100%;
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form > div > div > .border-t label + div select, html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form > div > div label + div select {
  height: 3.5rem;
  width: 100%;
  cursor: pointer;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form .swatch-option {
  margin-right: 0.5rem;
  display: block;
  height: 2rem;
  width: 2.5rem;
  cursor: pointer;
  border-radius: 5px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  outline-style: solid;
  outline-color: #363d6b;
}

#gallery html.fixed body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form .swatch-option .amasty-label-container {
  display: none;
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form .swatch-option {
  outline-width: 1px;
  border: 5px solid white;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product_addtocart_form .swatch-option.border-container-lighter {
  outline-width: 2px;
}

html body.catalog-product-view #maincontent > .columns .product-info-main .tier-price-container {
  padding-top: 0px;
  padding-bottom: 0px;
}

html body.catalog-product-view #maincontent > .columns .product-info-main .tier-price-container ul.prices-tier li {
  margin-left: 0px;
  margin-right: 0px;
  display: inline-block;
  min-width: 60%;
  border-radius: 5px;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

/* Product actions */

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button {
  display: flex;
  height: 3rem;
  width: 100%;
  max-width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 1 / var(--tw-bg-opacity));
  font-family: Poppins, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] labelhtml body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button {
  margin-bottom: 1rem;
  padding: 0px;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] labelhtml body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button input[type="radio"] {
  margin-right: 0.125rem;
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button:hover {
  opacity: 0.8;
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button:active {
  --tw-scale-x: 98%;
  --tw-scale-y: 98%;
  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));
}

@media (min-width: 1024px) {
  html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #product-addtocart-button {
    height: 3.5rem;
  }
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #add-to-wishlist {
  height: 3rem;
  background-color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #add-to-wishlist:active {
  --tw-scale-x: 98%;
  --tw-scale-y: 98%;
  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));
}

@media (min-width: 1024px) {
  html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #add-to-wishlist {
    height: 3.5rem;
  }
}

html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #add-to-wishlist svg {
  height: 3rem;
  width: 3rem;
}

@media (min-width: 1024px) {
  html body.catalog-product-view #maincontent > .columns .product-info-main #product-info-actions #add-to-wishlist svg {
    height: 3.5rem;
    width: 3.5rem;
  }
}

html body.catalog-product-view #maincontent .section-toggle.open + .card {
  display: block;
}

#gallery html.fixed body.catalog-product-view #maincontent .section-toggle.open + .card .amasty-label-container {
  display: none;
}

html body.catalog-product-view #maincontent .section-toggle.open + .card > *, html body.catalog-product-view #maincontent .section-toggle.open + .card > * > *, html body.catalog-product-view #maincontent .section-toggle.open + .card > * > * * {
  --tw-text-opacity: 1 !important;
  color: rgb(54 61 107 / var(--tw-text-opacity)) !important;
}

html body.catalog-product-view #maincontent #customer-review-list {
  position: relative;
  margin-bottom: 6rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(54 61 107 / 0.2);
  padding: 1rem;
}

@media (min-width: 1024px) {
  html body.catalog-product-view #maincontent #customer-review-list {
    max-width: 80%;
    padding: 3rem;
  }
}

html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) {
  border-width: 0px;
  padding: 0px;
}

html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2 {
  padding-top: 1rem;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

@media (min-width: 1024px) {
  html body.catalog-product-view #maincontent #customer-review-list > div:has( h2 ) h2 {
    padding-top: 0px;
    font-size: 30px;
  }
}

html body.catalog-product-view #maincontent #customer-review-list > .card {
  margin-bottom: -4rem;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-color: rgb(54 61 107 / 0.2);
  padding-bottom: 2rem;
}

html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] .table .table-cell {
  display: none;
}

html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] .table svg {
  height: 1rem;
  width: 1rem;
  fill: #FBBF23;
  --tw-text-opacity: 1;
  color: rgb(251 191 35 / var(--tw-text-opacity));
}

html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"] {
  font-weight: 700;
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] [itemprop="name"].text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] div:nth-child(3) [itemprop="name"], html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] div:nth-child(3) time {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity));
}

html body.catalog-product-view #maincontent #customer-review-list > .card [itemprop="review"] div:nth-child(3) > span {
  display: none;
}

html body.catalog-product-view #maincontent #customer-review-list .toolbar.review-toolbar {
  position: absolute;
  left: 0px;
  margin-top: 1.5rem;
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.catalog-product-view #maincontent #customer-review-list .toolbar.review-toolbar.right-0:has([\@click="open=false"]) {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.catalog-product-view #maincontent #customer-review-list .toolbar.review-toolbar.right-0:has([\@click="open=false"]).justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.catalog-product-view #maincontent #customer-review-list .toolbar.review-toolbar.right-0:has([\@click="open=false"]) {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.catalog-product-view #maincontent #customer-review-list .toolbar.review-toolbar.right-0:has([\@click="open=false"]) + div {
  padding-top: 0px;
}

@media (min-width: 768px) {
  html body.catalog-product-view #maincontent #customer-review-list .toolbar.review-toolbar {
    bottom: -4rem;
    margin-top: 1rem;
  }
}

html body.catalog-product-view #maincontent #customer-review-list .toolbar.review-toolbar > * {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

/* Review form */

html body.catalog-product-view #maincontent #review-form {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

@media (min-width: 1024px) {
  html body.catalog-product-view #maincontent #review-form {
    max-width: 80%;
  }
}

html body.catalog-product-view #maincontent #review-form .card {
  margin-left: -1rem;
  width: calc(100% + 2rem);
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  html body.catalog-product-view #maincontent #review-form .card {
    margin-left: -0px;
    width: 100%;
    border-radius: .5rem;
  }
}

@media (min-width: 1024px) {
  html body.catalog-product-view #maincontent #review-form .card {
    padding: 2rem;
  }
}

html body.catalog-product-view #maincontent #review-form input[type="text"], html body.catalog-product-view #maincontent #review-form textarea {
  height: 3rem;
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.catalog-product-view #maincontent #review-form input[type="text"]::-moz-placeholder, html body.catalog-product-view #maincontent #review-form textarea::-moz-placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.catalog-product-view #maincontent #review-form input[type="text"]::placeholder, html body.catalog-product-view #maincontent #review-form textarea::placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.catalog-product-view #maincontent #review-form input[type="text"], html body.catalog-product-view #maincontent #review-form textarea {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.catalog-product-view #maincontent #review-form input[type="text"]:focus, html body.catalog-product-view #maincontent #review-form textarea:focus {
  border-style: none !important;
}

html body.catalog-product-view #maincontent #review-form input[type="text"]:focus::-moz-placeholder, html body.catalog-product-view #maincontent #review-form textarea:focus::-moz-placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.catalog-product-view #maincontent #review-form input[type="text"]:focus::placeholder, html body.catalog-product-view #maincontent #review-form textarea:focus::placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.catalog-product-view #maincontent #review-form input[type="text"]:focus, html body.catalog-product-view #maincontent #review-form textarea:focus {
  outline-width: 2px;
  outline-color: rgb(54 61 107 / 0.2);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body.catalog-product-view #maincontent #review-form textarea {
  margin-bottom: 1rem;
  height: 6rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

html body.catalog-product-view #maincontent #review-form .review-field-image {
  margin-bottom: 1rem;
}

html body.catalog-product-view #maincontent #review-form .btn.btn-primary {
  margin-top: 0.5rem;
  height: 46px;
  width: 100%;
  max-width: 160px;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .btn.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.catalog-product-view #maincontent #review-form .btn.btn-primary:hover {
  --tw-bg-opacity: 0.9;
}

html body.catalog-product-view #maincontent #review-form #product-review-table > div {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] labelhtml body.catalog-product-view #maincontent #review-form #product-review-table > div {
  margin-bottom: 1rem;
  padding: 0px;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] labelhtml body.catalog-product-view #maincontent #review-form #product-review-table > div input[type="radio"] {
  margin-right: 0.125rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.catalog-product-view #maincontent #review-form #product-review-table > div.justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  html body.catalog-product-view #maincontent #review-form #product-review-table > div {
    flex-direction: row;
  }
}

html body.catalog-product-view #maincontent #review-form #product-review-table > div svg {
  height: 1.5rem;
  width: 1.5rem;
}

@media (min-width: 1024px) {
  html body.catalog-product-view #maincontent #review-form #product-review-table > div svg {
    height: 2rem;
    width: 2rem;
  }
}

html body.catalog-product-view #maincontent #review-form .amrev-input {
  width: 100%;
}

html body.catalog-product-view #maincontent .toolbar-number {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.catalog-product-view #maincontent label[for="limiter"] select {
  border-radius: 5px;
  border-color: rgb(54 61 107 / 0.1);
}

html body.catalog-product-view #maincontent label[for="limiter"] span {
  display: none;
}

/* Pagebuilder front-end bug fix */

html body.catalog-product-view #description .card [data-element="main"] > h2:first-child {
  margin-top: 0!important;
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

html body.page-products.page-with-filter .page.messages {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  html body.page-products.page-with-filter .page.messages {
    padding-left: 0px;
    padding-right: 0px;
  }
}

html body.page-products.page-with-filter .products.wrapper.mode-grid.products-grid {
  margin-bottom: 2rem;
}

html body.customer-account-create .registration-container > html body.page-products.page-with-filter .products.wrapper.mode-grid.products-grid {
  width: 100%;
}

@media (min-width: 1024px) {
  html body.customer-account-create .registration-container > html body.page-products.page-with-filter .products.wrapper.mode-grid.products-grid {
    width: 50%;
  }

  html body.page-products.page-with-filter .products.wrapper.mode-grid.products-grid {
    margin-bottom: 0px;
  }
}

html body.page-products.page-with-filter [data-content-type="text"]:has(.popular-category-widget) {
  position: relative;
}

html body.page-products.page-with-filter [data-content-type="text"]:has(.popular-category-widget) > p {
  display: none;
}

html body.page-products.page-with-filter .popular-category-widget {
  margin-bottom: -1.25rem;
  margin-left: -1rem;
  width: calc(100% + 2rem);
  overflow: auto;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 4rem;
  padding-bottom: 1.25rem;
  padding-left: 1rem !important;
}

@media (min-width: 640px) {
  html body.page-products.page-with-filter .popular-category-widget {
    margin-left: 0px;
    width: 100%;
    padding-left: 0px !important;
  }
}

html body.page-products.page-with-filter .popular-category-widget h2 {
  position: absolute;
  top: 0px;
  left: 0px;
  margin-bottom: 1.5rem !important;
  text-align: left;
  font-size: 18px !important;
  text-transform: none !important;
  line-height: 28px !important;
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.page-products.page-with-filter .popular-category-widget h2.right-0:has([\@click="open=false"]) {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.page-products.page-with-filter .popular-category-widget h2.right-0:has([\@click="open=false"]).justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.page-products.page-with-filter .popular-category-widget h2.right-0:has([\@click="open=false"]) {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.page-products.page-with-filter .popular-category-widget h2.right-0:has([\@click="open=false"]) + div {
  padding-top: 0px;
}

html body.page-products.page-with-filter .popular-category-widget h2 + div {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  padding-right: 1rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.page-products.page-with-filter .popular-category-widget h2 + div.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.page-products.page-with-filter .popular-category-widget h2 + div::before {
  position: absolute;
  right: 0px;
  z-index: 1;
  display: none;
  height: 70px;
  width: 1rem;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
  --tw-content: '';
  content: var(--tw-content);
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.page-products.page-with-filter .popular-category-widget h2 + div.right-0:has([\@click="open=false"])::before {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.page-products.page-with-filter .popular-category-widget h2 + div.right-0:has([\@click="open=false"]).justify-between::before {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.page-products.page-with-filter .popular-category-widget h2 + div.right-0:has([\@click="open=false"])::before {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html.absolute body.page-products.page-with-filter .popular-category-widget h2 + div:has([\@click="open=false"])::before {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html.absolute body.page-products.page-with-filter .popular-category-widget h2 + div:has([\@click="open=false"]).justify-between::before {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html.absolute body.page-products.page-with-filter .popular-category-widget h2 + div:has([\@click="open=false"])::before {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.page-products.page-with-filter .popular-category-widget h2 + div.right-0:has([\@click="open=false"]) + div::before {
  padding-top: 0px;
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html.absolute body.page-products.page-with-filter .popular-category-widget h2 + div:has([\@click="open=false"]) + div::before {
  padding-top: 0px;
}

@media (min-width: 640px) {
  html body.page-products.page-with-filter .popular-category-widget h2 + div::before {
    display: block;
  }

  #gallery html body.page-products.page-with-filter .popular-category-widget h2 + div.fixed .amasty-label-container::before {
    display: none;
  }
}

html body.page-products.page-with-filter .popular-category-widget h2 + div > div {
  height: auto;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

html body.page-products.page-with-filter .popular-category-widget h2 + div > div > h3 {
  position: relative;
  top: 0px;
  left: 0px;
  margin: 0px !important;
  padding: 0px !important;
  font-family: Poppins, sans-serif;
  font-size: 16px !important;
  font-weight: 400;
  text-transform: none !important;
  line-height: 30px !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

html body.page-products.page-with-filter .popular-category-widget h2 + div > div > h3 + svg {
  display: none;
}

html body.page-products.page-with-filter #maincontent {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  html body.page-products.page-with-filter #maincontent {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  html body.page-products.page-with-filter #maincontent {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  html body.page-products.page-with-filter #maincontent {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  html body.page-products.page-with-filter #maincontent {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  html body.page-products.page-with-filter #maincontent {
    max-width: 1536px;
  }
}

html body.page-products.page-with-filter #maincontent {
  padding-left: 0px;
  padding-right: 0px;
}

html body.hyva_checkout-index-index #header > html body.page-products.page-with-filter #maincontent > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > html body.page-products.page-with-filter #maincontent > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > html body.page-products.page-with-filter #maincontent > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > html body.page-products.page-with-filter #maincontent:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > html body.page-products.page-with-filter #maincontent:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > html body.page-products.page-with-filter #maincontent:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs html body.page-products.page-with-filter #maincontent {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.page-products.page-with-filter #maincontent {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs html body.page-products.page-with-filter #maincontent ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.page-products.page-with-filter #maincontent ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }
}

@media (min-width: 768px) {
  html body.page-products.page-with-filter #maincontent {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

html body.page-products.page-with-filter #maincontent > div:has( h1 ) {
  margin-top: 0px;
  margin-bottom: 0.25rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  html body.page-products.page-with-filter #maincontent > div:has( h1 ) {
    padding-left: 0px;
    padding-right: 0px;
  }
}

html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1), html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1), html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1), html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1), html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1), html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1), html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1), html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1), html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent > div:has( h1 ) h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

@media (min-width: 768px) {
  html body.page-products.page-with-filter #maincontent > .columns:has(.toolbar-sorter) {
    position: relative;
  }
}

html body.page-products.page-with-filter #maincontent #category-view-container {
  margin-bottom: 2rem;
  margin-left: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-create .registration-container > html body.page-products.page-with-filter #maincontent #category-view-container {
  width: 100%;
}

@media (min-width: 1024px) {
  html body.customer-account-create .registration-container > html body.page-products.page-with-filter #maincontent #category-view-container {
    width: 50%;
  }
}

@media (min-width: 768px) {
  html body.page-products.page-with-filter #maincontent #category-view-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description {
  color: rgb(54, 61, 107);
  max-width: 100%;
  /* Base prose styles */
  font-size: 1rem;
  line-height: 1.75;
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(h1, h2, h3, h4, h5, h6):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where([class~=lead]):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(h1):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(h2):not(:where([class~=not-prose] *)) {
  font-size: 1.5rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(h3):not(:where([class~=not-prose] *)) {
  font-size: 1.25em;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(h4):not(:where([class~=not-prose] *)) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(p):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(a):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-decoration: underline;
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(a):not(:where([class~=not-prose] *)):hover {
  text-decoration: none;
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(blockquote):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(figure):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(figcaption):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(strong):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(em):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(ol):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: auto;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(ul):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: disc;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(li):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(ul>li):not(:where([class~=not-prose] *))::marker {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(ul>li, ol>li):not(:where([class~=not-prose] *)) {
  padding-left: .375em;
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(table):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(thead):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(tr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(th):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(td):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(img):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(video):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(hr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description :where(code):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2, html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3 {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1), html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1), html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1), html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1), html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1), html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1), html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1), html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1), html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1),html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1), html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1), html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1), html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1), html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1), html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1), html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1), html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1), html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.page-products.page-with-filter #maincontent #category-view-container .category-extra-description .category-extra-description-inner div[data-content-type="row"] > div {
  display: block;
}

html body.page-products.page-with-filter #maincontent #product-list {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}

@media (min-width: 768px) {
  html body.page-products.page-with-filter #maincontent #product-list {
    padding-left: 0px;
    padding-right: 0px;
  }
}

html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter {
  right: 0px;
  margin-top: 0px;
  flex-direction: row-reverse;
  justify-content: flex-start;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html.absolute body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter:has([\@click="open=false"]) {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html.absolute body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter:has([\@click="open=false"]).justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html.absolute body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter:has([\@click="open=false"]) {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html.absolute body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter:has([\@click="open=false"]) + div {
  padding-top: 0px;
}

@media (min-width: 768px) {
  html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter {
    position: absolute;
    top: 0.5rem;
  }
}

html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter > label {
  margin-right: 0px;
}

html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter select[data-role="sorter"] {
  margin-right: -0.25rem;
  cursor: pointer;
  border-radius: 5px;
  border-width: 0px;
  background-image: none !important;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  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;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter select[data-role="sorter"], html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter select[data-role="sorter"], html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter select[data-role="sorter"], html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter select[data-role="sorter"], html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter select[data-role="sorter"], html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter select[data-role="sorter"], html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter select[data-role="sorter"], html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter select[data-role="sorter"], html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter select[data-role="sorter"] {
  display: none;
}

html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter select[data-role="sorter"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter select[data-role="sorter"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* Removes default styles for better customization */
  width: auto;
  /* Adapts width to content */
  min-width: 0;
  /* Prevents being constrained by longer options */
}

html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter svg {
  margin-top: 0.125rem;
  margin-right: 0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.page-products.page-with-filter #maincontent #product-list .toolbar-sorter svg:hover {
  opacity: 0.6;
}

html body.page-products.page-with-filter #maincontent #product-list ul[role="list"] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding-bottom: 0px;
}

body.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .field-alias-street > html body.page-products.page-with-filter #maincontent #product-list ul[role="list"] > div:nth-of-type(1) {
  grid-column: span 2 / 3;
}

@media (min-width: 1024px) {
  html body.page-products.page-with-filter #maincontent #product-list ul[role="list"] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding-bottom: 3rem;
  }
}

@media (min-width: 1280px) {
  html body.page-products.page-with-filter #maincontent #product-list ul[role="list"] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

html body.page-products.page-with-filter #maincontent .category-description {
  color: rgb(54, 61, 107);
  max-width: 100%;
  /* Base prose styles */
  font-size: 1rem;
  line-height: 1.75;
}

html body.page-products.page-with-filter #maincontent .category-description :where(h1, h2, h3, h4, h5, h6):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where([class~=lead]):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(h1):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

html body.page-products.page-with-filter #maincontent .category-description :where(h2):not(:where([class~=not-prose] *)) {
  font-size: 1.5rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.page-products.page-with-filter #maincontent .category-description :where(h3):not(:where([class~=not-prose] *)) {
  font-size: 1.25em;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.page-products.page-with-filter #maincontent .category-description :where(h4):not(:where([class~=not-prose] *)) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.page-products.page-with-filter #maincontent .category-description :where(p):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(a):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-decoration: underline;
}

html body.page-products.page-with-filter #maincontent .category-description :where(a):not(:where([class~=not-prose] *)):hover {
  text-decoration: none;
}

html body.page-products.page-with-filter #maincontent .category-description :where(blockquote):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(figure):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(figcaption):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(strong):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(em):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(ol):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: auto;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

html body.page-products.page-with-filter #maincontent .category-description :where(ul):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: disc;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

html body.page-products.page-with-filter #maincontent .category-description :where(li):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(ul>li):not(:where([class~=not-prose] *))::marker {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(ul>li, ol>li):not(:where([class~=not-prose] *)) {
  padding-left: .375em;
}

html body.page-products.page-with-filter #maincontent .category-description :where(table):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(thead):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(tr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(th):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(td):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(img):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(video):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(hr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description :where(code):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.page-products.page-with-filter #maincontent .category-description {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 100px;
  max-width: 72rem;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > html body.page-products.page-with-filter #maincontent .category-description > div {
  text-align: center;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > html body.page-products.page-with-filter #maincontent .category-description > div, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > html body.page-products.page-with-filter #maincontent .category-description > div, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > html body.page-products.page-with-filter #maincontent .category-description > div, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > html body.page-products.page-with-filter #maincontent .category-description > div, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > html body.page-products.page-with-filter #maincontent .category-description > div, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > html body.page-products.page-with-filter #maincontent .category-description > div, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > html body.page-products.page-with-filter #maincontent .category-description > div, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > html body.page-products.page-with-filter #maincontent .category-description > div, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > html body.page-products.page-with-filter #maincontent .category-description > div {
  display: none;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > html body.page-products.page-with-filter #maincontent .category-description > div {
    text-align: left;
  }

  html body.page-products.page-with-filter #maincontent .category-description {
    padding: 3rem;
  }
}

html body.page-products.page-with-filter #maincontent .category-description [data-content-type="text"] p:empty {
  margin: 0px !important;
}

html body.page-products.page-with-filter #maincontent .category-description > div > div {
  padding: 0px !important;
}

html body.page-products.page-with-filter #maincontent .category-description p:first-child {
  margin-top: 0px;
}

html body.page-products.page-with-filter #maincontent .category-description h2, html body.page-products.page-with-filter #maincontent .category-description h3 {
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1), html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1), html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1), html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1), html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1), html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1), html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1), html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1), html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1),html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1), html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1), html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1), html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1), html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1), html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1), html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1), html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1), html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-post-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-home-index html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-search-result html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.page-products.page-with-filter #maincontent .category-description h2.text-3xl:has(h1) h1,html body.blog-category-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-post-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-home-index  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-search-result  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.blog-tag-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-category-view  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1, html body.kbase-article-s  html body.page-products.page-with-filter #maincontent .category-description h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

html body.catalogsearch-result-index #maincontent > .columns {
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.catalogsearch-result-index #maincontent > .columns.justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  html body.catalogsearch-result-index #maincontent > .columns {
    margin-bottom: 66px;
  }
}

html body.catalogsearch-result-index #maincontent > .columns .sidebar.sidebar-main {
  order: 1;
}

html body.catalogsearch-result-index #maincontent > .columns .column.main {
  order: 2;
}

html body.catalogsearch-result-index #maincontent > .columns .sidebar.sidebar-additional {
  order: 3;
}

html body.catalogsearch-result-index #product-list .toolbar + dl {
  display: none;
}

html body.catalogsearch-result-index .search.results .message.notice {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
  html body.catalogsearch-result-index .search.results .message.notice {
    border-radius: .5rem;
    padding: 2rem;
  }
}

html body.catalogsearch-result-index .search.results .message.notice:has( > div) {
  margin-top: 2rem;
}

/* Define your checkout layout overrides here */

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

/* Hyva cart hidden summary fields */

html body.checkout-cart-index .cart-summary .field[name="shippingAddress.region_id"],
        html body.checkout-cart-index .cart-summary .field[name="shippingAddress.postcode"] {
  display: none;
}

html body.checkout-cart-index .block-products-list {
  padding-left: 0px;
  padding-right: 0px;
}

html body.checkout-cart-index #maincontent .page.messages,
    html body.checkout-cart-index .page.messages + div {
  margin-top: 0px;
}

html body.checkout-cart-index h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index h1 {
    margin-left: 0
  }
}

html body.checkout-cart-index .ampromo-items-add {
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .ampromo-items-add {
    margin-bottom: 0px;
  }
}

html body.checkout-cart-index .column.main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  html body.checkout-cart-index .column.main {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  html body.checkout-cart-index .column.main {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  html body.checkout-cart-index .column.main {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  html body.checkout-cart-index .column.main {
    max-width: 1536px;
  }
}

html body.checkout-cart-index .column.main {
  margin-bottom: 50px;
  width: 100%;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

html body.hyva_checkout-index-index #header > html body.checkout-cart-index .column.main > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > html body.checkout-cart-index .column.main > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > html body.checkout-cart-index .column.main > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > html body.checkout-cart-index .column.main:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > html body.checkout-cart-index .column.main:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > html body.checkout-cart-index .column.main:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs html body.checkout-cart-index .column.main {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.checkout-cart-index .column.main {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs html body.checkout-cart-index .column.main ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.checkout-cart-index .column.main ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }

  html body.checkout-cart-index .column.main {
    margin-bottom: 64px;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

html body.checkout-cart-index .column.main .cart-form {
  min-height: 500px;
}

html body.checkout-cart-index .column.main .cart-form .col.item {
  padding: 0px;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart-form .col.item {
    padding-right: 1rem;
    padding-top: 1.5rem;
  }
}

/*Cart totals*/

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky {
  margin-left: -1rem;
  margin-bottom: 1rem;
  width: calc(100% + 2rem);
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding: 1rem;
  font-family: Poppins, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky {
    margin-left: 0px;
    width: 100%;
    border-radius: .5rem;
  }
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky {
    top: 1.5rem;
    margin-bottom: 55px;
    width: 33.333333%;
    padding: 2rem;
  }
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child {
  margin: 0px;
  border-style: none;
  padding: 0px;
  font-size: 16px;
  text-transform: uppercase;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2 {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1), html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1), html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1), html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1), html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1), html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1), html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1), html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1), html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary {
  display: flex;
  flex-direction: column;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping {
  order: 1;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
  padding-bottom: 1rem;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping #block-shipping-title {
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping #block-shipping-title button {
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping .field.note {
  margin-bottom: 2rem;
  margin-top: 1rem;
  max-width: 50%;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-create .registration-container > html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping .field.note {
  width: 100%;
}

@media (min-width: 1024px) {
  html body.customer-account-create .registration-container > html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping .field.note {
    width: 50%;
  }
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping input[type="text"] {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping input[type="text"]::-moz-placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping input[type="text"]::placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping input[type="text"] {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping input[type="text"]:focus {
  border-style: none !important;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping input[type="text"]:focus::-moz-placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping input[type="text"]:focus::placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping input[type="text"]:focus {
  outline-width: 2px;
  outline-color: #363d6b;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping input[type="text"] {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping select {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 3rem;
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping select::-moz-placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping select::placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping select {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping select:focus {
  border-style: none !important;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping select:focus::-moz-placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping select:focus::placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping select:focus {
  outline-width: 2px;
  outline-color: #363d6b;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping select {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] label.gap-2 {
  margin-bottom: 1rem;
  padding: 0px;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] label.gap-2 input[type="radio"] {
  margin-right: 0.125rem;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary .bg-white\/60 svg {
  background-color: rgb(241 243 254 / 0.7);
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary .bg-white\/60:not(:empty) {
  background-color: rgb(241 243 254 / 0.7);
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals {
  order: 2;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals * {
  border-style: none;
  font-size: 16px !important;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"] {
  font-weight: 700;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1), html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1), html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1), html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1), html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1), html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1), html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1), html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1), html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl {
  border-top: 1px solid #cbcbcb;
  margin-top: 12px;
  margin-bottom: 0;
  padding: .75rem 0;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl * {
  font-weight: 700;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1), html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1), html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1), html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1), html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1), html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1), html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1), html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1), html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #cart-totals div.text-2xl:first-child {
  border-top: none;
  margin-top: 0;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-discount {
  order: 3;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout {
  order: 4;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button {
  display: flex;
  display: inline-flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 1 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary {
  margin-top: 0.5rem;
  height: 46px;
  width: 100%;
  max-width: 160px;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary:hover {
  --tw-bg-opacity: 0.9;
}

html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button {
  margin-top: 0.5rem;
  height: 46px;
  width: 100%;
  max-width: 160px;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button:hover {
  --tw-bg-opacity: 0.9;
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button + a {
  color: rgb(54 61 107 / 0.8);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button + a:hover {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: none;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button {
  display: none;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button {
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-color: rgb(54 61 107 / 0.5);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button:hover {
  opacity: 0.9;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button:active {
  opacity: 1;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.justify-between {
  flex-direction: column;
  gap: 1rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary {
  height: 50px;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary:hover {
  opacity: 0.75;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button {
  height: 50px;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button:hover {
  opacity: 0.75;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary {
  width: 100%;
  justify-content: center;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover {
  text-decoration-line: underline;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover {
  opacity: 0.5;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover {
  opacity: 0.5;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover {
  opacity: 0.5;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover {
  opacity: 0.5;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.btn-primary.apple-pay-button {
  font-size: 0;
}

html.btn body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button.apple-pay-button {
  font-size: 0;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button:hover {
  opacity: 0.8;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button {
  width: 100%;
  font-size: 16px;
}

@media (min-width: 1280px) {
  html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary ul.checkout #checkout-link-button {
    font-size: 18px;
  }
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-discount {
  order: 5;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #accent-additional-usp {
  order: 6;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
  font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #accent-additional-usp {
    padding: 0px;
  }
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #accent-additional-usp li {
  align-items: flex-start;
  font-size: 14px;
  line-height: 26px;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #accent-additional-usp li {
    font-size: 16px;
    line-height: 30px;
  }

  html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #accent-additional-usp li svg {
    margin-top: 9px;
  }
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left {
  float: none;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left {
    width: 66.666667%;
  }
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form {
  pointer-events: none;
  width: 100%;
  padding-top: 0px;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form {
    margin-bottom: -20px;
    --tw-translate-y: -62px;
    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));
  }
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > .mx-auto > div {
  text-align: center;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > .mx-auto > div, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > .mx-auto > div, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > .mx-auto > div, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > .mx-auto > div, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > .mx-auto > div, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > .mx-auto > div, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > .mx-auto > div, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > .mx-auto > div, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > .mx-auto > div {
  display: none;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form > .mx-auto > div {
    text-align: left;
  }
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-form-toggle {
  pointer-events: auto;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: none;
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-form-toggle span {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: none;
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-form-toggle span:hover {
  text-decoration-line: underline;
}

.widget ul[role="list"] li .list-item-rating-wrapper svg + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-form-toggle span:hover, .widget ol.product-items li .list-item-rating-wrapper svg + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-form-toggle span:hover, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-form-toggle span:hover, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-form-toggle span:hover, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-form-toggle span:hover, .products.products-grid ol.product-items li .list-item-rating-wrapper svg + html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-form-toggle span:hover {
  margin-left: 0px;
  font-size: 12px;
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form {
  pointer-events: auto;
  border-radius: .5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form {
    margin-top: 37px;
    --tw-translate-y: 7px;
    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));
    padding: 2rem;
  }
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form input[type="text"] {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form input[type="text"]::-moz-placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form input[type="text"]::placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form input[type="text"] {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form input[type="text"]:focus {
  border-style: none !important;
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form input[type="text"]:focus::-moz-placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form input[type="text"]:focus::placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form input[type="text"]:focus {
  outline-width: 2px;
  outline-color: #363d6b;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1), html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1), html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1), html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1), html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1), html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1), html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1), html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1), html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form button {
  height: 48px;
  width: 100%;
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form .primary button {
  display: flex;
  width: 100%;
  align-items: center;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form .primary button.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form .primary {
  display: flex;
  width: 100%;
  align-items: center;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form .primary.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form .fieldset.coupon > div {
  align-items: center;
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form .control {
  display: flex;
  width: 100%;
  align-items: center;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form .control.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form .control + div {
  width: 100%;
  min-width: 180px;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart-form .lg\:w-3\/4.float-left .cart-discount .coupon-form * #discount-coupon-form .control + div {
    width: 320px;
  }
}

html body.checkout-cart-index .column.main thead {
  font-weight: 700;
  text-transform: uppercase;
}

html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1), html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1), html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1), html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1), html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1), html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1), html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1), html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1), html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main thead.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.checkout-cart-index .column.main thead .subtotal {
  min-width: 100px;
}

/*Cart items*/

/*Cart item*/

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item.justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item {
    margin-bottom: 0px;
    display: table-row-group;
    border-radius: 0px;
    border-width: 0px;
    border-bottom-width: 1px;
  }
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item tr.item-info {
  padding: 1rem;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item tr.item-info {
    padding: 0px;
  }
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item td.col.item {
  flex-wrap: nowrap;
  gap: 1rem;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item td.col.item {
    gap: 2rem;
  }
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item td.col.price {
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 100%;
  padding: 0px;
}

@media (min-width: 768px) {
  html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item td.col.price {
    width: 116px;
  }
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item td.col.price {
    margin: 0px;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1.5rem;
  }
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item td.col.price span.lg\:hidden {
  display: none;
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item td.subtotal {
  display: none;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item td.subtotal {
    display: table-cell;
  }
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item td.qty {
  padding: 0px;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item td.qty {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
  }
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item td.qty span.lg\:hidden {
  display: none;
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item td.qty .control.qty {
  align-items: flex-start;
  justify-content: flex-start;
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item td.qty .qty.field {
  margin-bottom: 0.5rem !important;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item td.qty .qty.field {
    margin-bottom: 0px !important;
  }
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-photo {
  position: relative;
  height: 100px;
  width: 100px;
  flex-wrap: nowrap;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-photo {
    margin-bottom: 1.5rem;
    flex-wrap: wrap;
  }
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-photo img {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: .5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  -o-object-fit: cover;
     object-fit: cover;
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-photo img.right-0:has([\@click="open=false"]) {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-photo img.right-0:has([\@click="open=false"]).justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-photo img.right-0:has([\@click="open=false"]) {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-photo img.right-0:has([\@click="open=false"]) + div {
  padding-top: 0px;
}

/*Product Name/ Details and Notice*/

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-details {
  flex-wrap: nowrap;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-details {
    flex-wrap: wrap;
    padding-bottom: 1.5rem;
  }
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-details .product-item-name {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-details .product-item-name a:hover {
  text-decoration-line: underline;
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-details .amstockstatus-cart {
  border-radius: 8px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity)) !important;
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 16px !important;
  padding-right: 16px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(54 61 107 / var(--tw-text-opacity)) !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;
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-details .item-options {
  margin-top: 0.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-details .item-options * {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-details .item-options dt {
  margin-right: 0.375rem;
  margin-bottom: 0px;
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-details .item-options:after {
  clear: both;
  display: block;
  --tw-content: '';
  content: var(--tw-content);
}

#gallery html.fixed body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-details .item-options .amasty-label-container:after {
  display: none;
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-details .message.notice {
  display: flex;
  border-style: none;
  padding-top: 0.25rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .product-item-details .message.notice.justify-between {
  flex-direction: column;
  gap: 1rem;
}

/*Qty Field*/

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .qty.form-input {
  height: 2.5rem;
  width: 56px;
  --tw-translate-y: 0.5rem;
  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));
  border-radius: .5rem;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .qty.form-input::-webkit-inner-spin-button, html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .qty.form-input ::-webkit-outer-spin-button {
  display: none;
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .qty.form-input:hover::-webkit-inner-spin-button, html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .qty.form-input:hover ::-webkit-outer-spin-button {
  display: block;
}

#gallery html.fixed body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .qty.form-input:hover::-webkit-inner-spin-button .amasty-label-container,#gallery  html.fixed body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .qty.form-input:hover ::-webkit-outer-spin-button .amasty-label-container {
  display: none;
}

/*Change and Remove Button*/

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions >td > div {
  gap: 0.375rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions >td > div {
    gap: 0px;
    padding-right: 0.375rem;
  }
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action {
  display: inline-flex;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  padding: 0.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(54 61 107 / var(--tw-text-opacity)) !important;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary {
  margin-top: 0.5rem;
  height: 46px;
  width: 100%;
  max-width: 160px;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary:hover {
  --tw-bg-opacity: 0.9;
}

html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action {
  margin-top: 0.5rem;
  height: 46px;
  width: 100%;
  max-width: 160px;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action:hover {
  --tw-bg-opacity: 0.9;
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1), html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1), html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1), html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1), html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1), html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1), html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1), html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1), html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action + a {
  color: rgb(54 61 107 / 0.8);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action + a:hover {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: none;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action {
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-color: rgb(54 61 107 / 0.5);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action:hover {
  opacity: 0.9;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action:active {
  opacity: 1;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary {
  height: 50px;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary:hover {
  opacity: 0.75;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action {
  height: 50px;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action:hover {
  opacity: 0.75;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary {
  width: 100%;
  justify-content: center;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover {
  text-decoration-line: underline;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover {
  opacity: 0.5;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover {
  opacity: 0.5;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover {
  opacity: 0.5;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-secondary:hover {
  opacity: 0.5;
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.btn-primary.apple-pay-button {
  font-size: 0;
}

html.btn body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action.apple-pay-button {
  font-size: 0;
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity)) !important;
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

html body.checkout-cart-index .column.main .cart.table-wrapper .cart.item .item-actions .action svg {
  height: 1rem;
  width: 1rem;
}

html body.checkout-cart-index .column.main .cart.actions {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart.actions {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}

html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"] {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1), html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1), html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1), html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1), html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1), html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1), html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1), html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1), html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"].text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"]:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"]:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.checkout-cart-index .column.main .cart.actions button[name="update_cart_action"]:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

/*Elements with a default state of hidden*/

html body.checkout-cart-index footer > .footer > .footer.links,
    html body.checkout-cart-index .ampromo-overlay {
  display: none;
}

html body.checkout-cart-index .cart-empty {
  display: block;
  min-height: 0px;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .cart-empty {
    margin-bottom: 100px
  }
}

html body.checkout-cart-index .cart-form {
  min-height: 500px;
}

html body.checkout-cart-index .cart-form > .cart-empty:first-child,
    html body.checkout-cart-index .cart-form > div:first-child:last-child .cart-empty {
  min-height: 0px !important;
}

html body.checkout-cart-index .cart-empty {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .cart-empty a {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.widget ul[role="list"] li .list-item-rating-wrapper svg + html body.checkout-cart-index .cart-empty a, .widget ol.product-items li .list-item-rating-wrapper svg + html body.checkout-cart-index .cart-empty a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg + html body.checkout-cart-index .cart-empty a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg + html body.checkout-cart-index .cart-empty a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg + html body.checkout-cart-index .cart-empty a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg + html body.checkout-cart-index .cart-empty a {
  margin-left: 0px;
  font-size: 12px;
}

html body.checkout-cart-index .cart-empty a:hover {
  text-decoration-line: none;
}

/*Cross-sell products*/

html body.checkout-cart-index .widget {
  margin-top: 2.5rem;
  margin-bottom: 50px;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .widget {
    margin-bottom: 100px;
  }
}

html body.checkout-cart-index .widget .block-title {
  margin-bottom: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .widget .block-content > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

body.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .field-alias-street > html body.checkout-cart-index .widget .block-content > div > div:nth-of-type(1) {
  grid-column: span 2 / 3;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .widget .block-content > div {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  html body.checkout-cart-index .widget .block-content > div {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

html body.checkout-cart-index .widget .block-content > div .product-item {
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.checkout-cart-index .widget .block-content > div .product-item .product-image-photo {
  height: 360px;
  width: 360px;
}

html body.checkout-cart-index .widget .block-content > div .product-item .list-item-rating-wrapper {
  font-size: 12px;
}

html body.checkout-cart-index .widget .block-content > div .product-item .list-item-rating-wrapper svg {
  height: 1rem;
  width: 1rem;
}

html body.checkout-cart-index .widget .block-content > div .product-item .list-item-rating-wrapper svg + span {
  margin-left: 0px;
  font-size: 12px;
}

html body.checkout-cart-index .widget .block-content > div .product-item:hover {
  --tw-shadow: 0 20px 25px -5px rgba(172,170,170,0.1),0 8px 10px -6px rgba(4,4,4,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);
}

html body.checkout-cart-index .widget .block-content > div .product-item:hover form {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.checkout-cart-index .widget .block-content > div .product-item a {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1), html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1), html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1), html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1), html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1), html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1), html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1), html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1), html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .widget .block-content > div .product-item a.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.checkout-cart-index .column.main .cart.item,
    html body.checkout-cart-index .column.main .cart-form th {
  font-family: Poppins, sans-serif;
}

/* Define your account layout overrides here */

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

html body.amsitemap-index-index #maincontent h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.amsitemap-index-index #maincontent .columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  html body.amsitemap-index-index #maincontent .columns {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  html body.amsitemap-index-index #maincontent .columns {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  html body.amsitemap-index-index #maincontent .columns {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  html body.amsitemap-index-index #maincontent .columns {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  html body.amsitemap-index-index #maincontent .columns {
    max-width: 1536px;
  }
}

html body.amsitemap-index-index #maincontent .columns {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

html body.hyva_checkout-index-index #header > html body.amsitemap-index-index #maincontent .columns > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > html body.amsitemap-index-index #maincontent .columns > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > html body.amsitemap-index-index #maincontent .columns > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > html body.amsitemap-index-index #maincontent .columns:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > html body.amsitemap-index-index #maincontent .columns:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > html body.amsitemap-index-index #maincontent .columns:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs html body.amsitemap-index-index #maincontent .columns {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.amsitemap-index-index #maincontent .columns {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs html body.amsitemap-index-index #maincontent .columns ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.amsitemap-index-index #maincontent .columns ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.amsitemap-index-index #maincontent .columns.justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  html body.amsitemap-index-index #maincontent .columns {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection {
  color: rgb(54, 61, 107);
  max-width: 100%;
  /* Base prose styles */
  font-size: 1rem;
  line-height: 1.75;
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(h1, h2, h3, h4, h5, h6):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where([class~=lead]):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(h1):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(h2):not(:where([class~=not-prose] *)) {
  font-size: 1.5rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(h3):not(:where([class~=not-prose] *)) {
  font-size: 1.25em;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(h4):not(:where([class~=not-prose] *)) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(p):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(a):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-decoration: underline;
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(a):not(:where([class~=not-prose] *)):hover {
  text-decoration: none;
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(blockquote):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(figure):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(figcaption):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(strong):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(em):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(ol):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: auto;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(ul):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: disc;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(li):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(ul>li):not(:where([class~=not-prose] *))::marker {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(ul>li, ol>li):not(:where([class~=not-prose] *)) {
  padding-left: .375em;
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(table):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(thead):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(tr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(th):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(td):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(img):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(video):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(hr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.amsitemap-index-index #maincontent .columns .sitemapSection :where(code):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

html body.contact-index-index #maincontent h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.contact-index-index #maincontent .columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  html body.contact-index-index #maincontent .columns {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  html body.contact-index-index #maincontent .columns {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  html body.contact-index-index #maincontent .columns {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  html body.contact-index-index #maincontent .columns {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  html body.contact-index-index #maincontent .columns {
    max-width: 1536px;
  }
}

html body.contact-index-index #maincontent .columns {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

html body.hyva_checkout-index-index #header > html body.contact-index-index #maincontent .columns > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > html body.contact-index-index #maincontent .columns > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > html body.contact-index-index #maincontent .columns > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > html body.contact-index-index #maincontent .columns:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > html body.contact-index-index #maincontent .columns:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > html body.contact-index-index #maincontent .columns:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs html body.contact-index-index #maincontent .columns {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.contact-index-index #maincontent .columns {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs html body.contact-index-index #maincontent .columns ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.contact-index-index #maincontent .columns ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.contact-index-index #maincontent .columns.justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  html body.contact-index-index #maincontent .columns {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

html body.contact-index-index #maincontent .columns .column.main > div {
  gap: 2rem;
}

html body.contact-index-index #maincontent .columns form {
  border-radius: .5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding: 2rem;
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) {
  color: rgb(54, 61, 107);
  max-width: 100%;
  /* Base prose styles */
  font-size: 1rem;
  line-height: 1.75;
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(h1, h2, h3, h4, h5, h6):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where([class~=lead]):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(h1):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(h2):not(:where([class~=not-prose] *)) {
  font-size: 1.5rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(h3):not(:where([class~=not-prose] *)) {
  font-size: 1.25em;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(h4):not(:where([class~=not-prose] *)) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(p):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(a):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-decoration: underline;
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(a):not(:where([class~=not-prose] *)):hover {
  text-decoration: none;
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(blockquote):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(figure):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(figcaption):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(strong):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(em):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(ol):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: auto;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(ul):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: disc;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(li):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(ul>li):not(:where([class~=not-prose] *))::marker {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(ul>li, ol>li):not(:where([class~=not-prose] *)) {
  padding-left: .375em;
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(table):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(thead):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(tr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(th):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(td):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(img):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(video):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(hr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) :where(code):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) {
  margin-bottom: 1rem;
  text-align: left;
}

html body.contact-index-index #maincontent .columns form fieldset > div:nth-child(1) h2 {
  margin-top: 0px !important;
}

html body.contact-index-index #maincontent .columns form .field {
  width: 100% !important;
}

html body.contact-index-index #maincontent .columns form .field input, html body.contact-index-index #maincontent .columns form .field textarea {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.contact-index-index #maincontent .columns form .field input::-moz-placeholder, html body.contact-index-index #maincontent .columns form .field textarea::-moz-placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.contact-index-index #maincontent .columns form .field input::placeholder, html body.contact-index-index #maincontent .columns form .field textarea::placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.contact-index-index #maincontent .columns form .field input, html body.contact-index-index #maincontent .columns form .field textarea {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.contact-index-index #maincontent .columns form .field input:focus, html body.contact-index-index #maincontent .columns form .field textarea:focus {
  border-style: none !important;
}

html body.contact-index-index #maincontent .columns form .field input:focus::-moz-placeholder, html body.contact-index-index #maincontent .columns form .field textarea:focus::-moz-placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.contact-index-index #maincontent .columns form .field input:focus::placeholder, html body.contact-index-index #maincontent .columns form .field textarea:focus::placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.contact-index-index #maincontent .columns form .field input:focus, html body.contact-index-index #maincontent .columns form .field textarea:focus {
  outline-width: 2px;
  outline-color: #363d6b;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body.contact-index-index #maincontent .columns form .field textarea {
  height: 120px;
}

html body.contact-index-index #maincontent .columns form button[type="submit"] {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1), html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1), html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1), html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1), html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1), html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1), html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1), html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1), html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-post-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-home-index html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-search-result html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.blog-tag-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-category-view html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1, html body.kbase-article-s html body.contact-index-index #maincontent .columns form button[type="submit"].text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.contact-index-index #maincontent .columns form button[type="submit"]:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

html body.contact-index-index #maincontent .columns form button[type="submit"]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

html body.contact-index-index #maincontent .columns form button[type="submit"]:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.contact-index-index #maincontent .columns form button[type="submit"]:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.contact-index-index #maincontent .columns form + div {
  color: rgb(54, 61, 107);
  max-width: 100%;
  /* Base prose styles */
  font-size: 1rem;
  line-height: 1.75;
}

html body.contact-index-index #maincontent .columns form + div :where(h1, h2, h3, h4, h5, h6):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where([class~=lead]):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(h1):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

html body.contact-index-index #maincontent .columns form + div :where(h2):not(:where([class~=not-prose] *)) {
  font-size: 1.5rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.contact-index-index #maincontent .columns form + div :where(h3):not(:where([class~=not-prose] *)) {
  font-size: 1.25em;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.contact-index-index #maincontent .columns form + div :where(h4):not(:where([class~=not-prose] *)) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.contact-index-index #maincontent .columns form + div :where(p):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(a):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-decoration: underline;
}

html body.contact-index-index #maincontent .columns form + div :where(a):not(:where([class~=not-prose] *)):hover {
  text-decoration: none;
}

html body.contact-index-index #maincontent .columns form + div :where(blockquote):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(figure):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(figcaption):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(strong):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(em):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(ol):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: auto;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

html body.contact-index-index #maincontent .columns form + div :where(ul):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: disc;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

html body.contact-index-index #maincontent .columns form + div :where(li):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(ul>li):not(:where([class~=not-prose] *))::marker {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(ul>li, ol>li):not(:where([class~=not-prose] *)) {
  padding-left: .375em;
}

html body.contact-index-index #maincontent .columns form + div :where(table):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(thead):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(tr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(th):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(td):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(img):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(video):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(hr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.contact-index-index #maincontent .columns form + div :where(code):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

html body.account .page.messages {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  html body.account .page.messages {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  html body.account .page.messages {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  html body.account .page.messages {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  html body.account .page.messages {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  html body.account .page.messages {
    max-width: 1536px;
  }
}

html body.hyva_checkout-index-index #header > html body.account .page.messages > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > html body.account .page.messages > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > html body.account .page.messages > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > html body.account .page.messages:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > html body.account .page.messages:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > html body.account .page.messages:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs html body.account .page.messages {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.account .page.messages {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs html body.account .page.messages ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.account .page.messages ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }
}

html body.account .page.messages {
  margin-top: -1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 1rem;
}

html body.account #maincontent {
  background-color: rgb(241 243 254 / 0.8);
  padding-top: 2.5rem;
  padding-bottom: 50px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  html body.account #maincontent {
    padding-bottom: 100px;
  }
}

html body.account #maincontent .text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  html body.account #maincontent .text-3xl:has(h1) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

html body.account #maincontent .text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.account #maincontent .columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  html body.account #maincontent .columns {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  html body.account #maincontent .columns {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  html body.account #maincontent .columns {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  html body.account #maincontent .columns {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  html body.account #maincontent .columns {
    max-width: 1536px;
  }
}

html body.account #maincontent .columns {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

html body.hyva_checkout-index-index #header > html body.account #maincontent .columns > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > html body.account #maincontent .columns > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > html body.account #maincontent .columns > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > html body.account #maincontent .columns:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > html body.account #maincontent .columns:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > html body.account #maincontent .columns:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs html body.account #maincontent .columns {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.account #maincontent .columns {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs html body.account #maincontent .columns ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.account #maincontent .columns ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns.justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  html body.account #maincontent .columns {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

html body.account #maincontent .columns .sidebar.sidebar-main {
  width: 100%;
}

@media (min-width: 1024px) {
  html body.account #maincontent .columns .sidebar.sidebar-main {
    width: 25%;
  }
}

html body.account #maincontent .columns .sidebar.sidebar-main > .card {
  padding: 0px;
}

html body.account #maincontent .columns .sidebar.sidebar-main .title {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.account #maincontent .columns .sidebar.sidebar-main .title:hover {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.account #maincontent .columns .sidebar.sidebar-main .delimiter {
  margin: 0px;
  height: 1rem;
  border-style: none;
}

html body.account #maincontent .columns .sidebar.sidebar-main ul.nav.items {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-left-width: 1px;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  --tw-border-opacity: 0.2;
  padding-left: 1.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns .sidebar.sidebar-main ul.nav.items.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.account #maincontent .columns .sidebar.sidebar-main ul.nav.items > li a, html body.account #maincontent .columns .sidebar.sidebar-main ul.nav.items li strong {
  display: block;
  width: 100%;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#gallery html.fixed body.account #maincontent .columns .sidebar.sidebar-main ul.nav.items > li a .amasty-label-container,#gallery  html.fixed body.account #maincontent .columns .sidebar.sidebar-main ul.nav.items li strong .amasty-label-container {
  display: none;
}

@media (min-width: 1024px) {
  html body.account #maincontent .columns .sidebar.sidebar-main ul.nav.items > li a, html body.account #maincontent .columns .sidebar.sidebar-main ul.nav.items li strong {
    max-width: 90%;
  }
}

html body.account #maincontent .columns .sidebar.sidebar-main ul.nav.items > li a, html body.account #maincontent .columns .sidebar.sidebar-main ul.nav.items li strong {
  padding-left: 1rem;
  margin-left: -1rem;
  border-radius: .5rem;
}

html body.account #maincontent .columns .sidebar.sidebar-main ul.nav.items > li a:hover, html body.account #maincontent .columns .sidebar.sidebar-main ul.nav.items li strong:hover {
  background-color: rgb(255 255 255 / 0.8);
}

html body.account #maincontent .columns .sidebar.sidebar-main ul.nav.items li a:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
}

html body.account #maincontent .columns .sidebar.sidebar-main ul.nav.items li strong {
  background: white;
}

html body.account #maincontent .columns .column.main {
  margin-left: -1rem;
  display: flex;
  min-width: calc(100% + 2rem);
  flex-direction: column;
  gap: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns .column.main.justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  html body.account #maincontent .columns .column.main {
    margin-left: 0px;
    min-width: 75%;
    max-width: 75%;
    border-radius: .5rem;
    padding: 2rem;
  }
}

html body.account #maincontent .columns .column.main .mst-rma-list__new-request {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1), html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1), html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1), html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1), html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1), html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1), html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1), html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1), html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .mst-rma-list__new-request.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.account #maincontent .columns .column.main .mst-rma-list__new-request:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

html body.account #maincontent .columns .column.main .mst-rma-list__new-request:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

html body.account #maincontent .columns .column.main .mst-rma-list__new-request:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.account #maincontent .columns .column.main .mst-rma-list__new-request:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.account #maincontent .columns .column.main .mst-rma-list__new-request {
  margin-bottom: 1rem;
}

html body.account #maincontent .columns .column.main [\@click\.outside="showDatepicker = false"] {
  z-index: 50;
  margin-top: 0px;
  --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);
}

html body.account #maincontent .columns .column.main > div:has(h1) {
  padding: 0;
  margin: 0;
}

html body.account #maincontent .columns .column.main > div:empty {
  display: none;
}

html body.account #maincontent .columns .column.main fieldset > .field.choice {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns .column.main fieldset > .field.choice.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.account #maincontent .columns .column.main fieldset > .field.choice input {
  margin-right: 0.625rem;
}

html body.account #maincontent .columns .column.main .message.info.empty {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: .5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding: 1rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns .column.main .message.info.empty.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.account #maincontent .columns .column.main h2,
                html body.account #maincontent .columns .column.main .legend,
                html body.account #maincontent .columns .column.main .block-title strong,
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1), html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1), html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1), html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1), html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1), html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1), html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1), html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1), html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1),html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1), html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1), html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1), html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1), html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1), html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1), html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1), html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1), html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1),html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1), html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1), html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1), html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1), html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1), html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1), html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1), html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1), html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1),html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1), html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1), html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1), html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1), html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1), html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1), html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1), html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1), html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main h2.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .legend.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .block-title strong.text-3xl:has(h1) h1,html body.blog-category-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-post-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-home-index 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-search-result 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.blog-tag-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-category-view 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1, html body.kbase-article-s 
                html body.account #maincontent .columns .column.main .form-newsletter-manage .text-2xl span.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.account #maincontent .columns .column.main .actions-toolbar {
  display: flex;
  justify-content: space-between;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1) {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1):hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1):active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(1):disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(2) {
  font-family: Poppins, sans-serif;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .actions-toolbar button:nth-of-type(2):hover {
  text-decoration-line: underline;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns .column.main .actions-toolbar.justify-between {
  flex-direction: column;
  gap: 1rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml.flex body.account #maincontent .columns .column.main .actions-toolbar {
  flex-direction: column;
  gap: 1rem;
}

html body.account #maincontent .columns .column.main .actions-toolbar button {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1), html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1), html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1), html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1), html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1), html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1), html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1), html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1), html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns .column.main .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.account #maincontent .columns .column.main .actions-toolbar button:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

html body.account #maincontent .columns .column.main .actions-toolbar button:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

html body.account #maincontent .columns .column.main .actions-toolbar button:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.account #maincontent .columns .column.main .actions-toolbar button:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.account #maincontent .columns .column.main .actions-toolbar a {
  color: rgb(54 61 107 / 0.8);
  text-decoration-line: underline;
}

.widget ul[role="list"] li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .actions-toolbar a, .widget ol.product-items li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .actions-toolbar a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .actions-toolbar a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .actions-toolbar a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .actions-toolbar a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .actions-toolbar a {
  margin-left: 0px;
  font-size: 12px;
}

html body.account #maincontent .columns .column.main .actions-toolbar a:hover {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: none;
}

html body.account #maincontent .columns .column.main .reward-milestone-tier {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

html body.account #maincontent .columns .column.main .block-reward-dashboard-transaction {
  margin-bottom: 1.5rem;
}

html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title, html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title, html body.account #maincontent .columns .column.main .customer-rewards-index .block-title {
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1),body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1),body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1) {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1), html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1), html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1), html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1), html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1), html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1), html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1), html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1), html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1),html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1), html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1), html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1), html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1), html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1), html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1), html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1), html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1), html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1),html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1), html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1), html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1), html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1), html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1), html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1), html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1), html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1), html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1).text-3xl:has(h1) h1,html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1):hover,body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1):hover,body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1):hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1):focus,body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1):focus,body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1):active,body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1):active,body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1):active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(1):disabled,body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(1):disabled,body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(1):disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(2),body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(2),body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(2) {
  font-family: Poppins, sans-serif;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title button:nth-of-type(2):hover,body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title button:nth-of-type(2):hover,body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title button:nth-of-type(2):hover {
  text-decoration-line: underline;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns .column.main .reward-milestone-tier .block-title.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .customer-rewards-index .block-title.justify-between {
  flex-direction: column;
  gap: 1rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml.flex body.account #maincontent .columns .column.main .reward-milestone-tier .block-title,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html.flex body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html.flex body.account #maincontent .columns .column.main .customer-rewards-index .block-title {
  flex-direction: column;
  gap: 1rem;
}

html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title a, html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title a, html body.account #maincontent .columns .column.main .customer-rewards-index .block-title a {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.widget ul[role="list"] li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title a, .widget ol.product-items li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-title a {
  margin-left: 0px;
  font-size: 12px;
}

html body.account #maincontent .columns .column.main .reward-milestone-tier .block-title a:hover, html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-title a:hover, html body.account #maincontent .columns .column.main .customer-rewards-index .block-title a:hover {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: none;
}

html body.account #maincontent .columns .column.main .reward-milestone-tier .block-content,
                    html body.account #maincontent .columns .column.main .reward-milestone-tier .block-reward-dashboard,
                    html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-content,
                    html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-reward-dashboard,
                    html body.account #maincontent .columns .column.main .customer-rewards-index .block-content,
                    html body.account #maincontent .columns .column.main .customer-rewards-index .block-reward-dashboard {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns .column.main .reward-milestone-tier .block-content.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div
                    html body.account #maincontent .columns .column.main .reward-milestone-tier .block-reward-dashboard.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div
                    html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-content.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div
                    html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-reward-dashboard.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div
                    html body.account #maincontent .columns .column.main .customer-rewards-index .block-content.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div
                    html body.account #maincontent .columns .column.main .customer-rewards-index .block-reward-dashboard.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.account #maincontent .columns .column.main .reward-milestone-tier .block-content >.box, html body.account #maincontent .columns .column.main .reward-milestone-tier .block-reward-dashboard >.box, html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-content >.box, html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-reward-dashboard >.box, html body.account #maincontent .columns .column.main .customer-rewards-index .block-content >.box, html body.account #maincontent .columns .column.main .customer-rewards-index .block-reward-dashboard >.box {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.75rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns .column.main .reward-milestone-tier .block-content >.box.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .reward-milestone-tier .block-reward-dashboard >.box.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-content >.box.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-reward-dashboard >.box.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .customer-rewards-index .block-content >.box.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .customer-rewards-index .block-reward-dashboard >.box.justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  html body.account #maincontent .columns .column.main .reward-milestone-tier .block-content >.box, html body.account #maincontent .columns .column.main .reward-milestone-tier .block-reward-dashboard >.box, html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-content >.box, html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-reward-dashboard >.box, html body.account #maincontent .columns .column.main .customer-rewards-index .block-content >.box, html body.account #maincontent .columns .column.main .customer-rewards-index .block-reward-dashboard >.box {
    width: calc(50% - 0.75rem);
  }
}

html body.account #maincontent .columns .column.main .reward-milestone-tier .block-content >.box .action.edit, html body.account #maincontent .columns .column.main .reward-milestone-tier .block-reward-dashboard >.box .action.edit, html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-content >.box .action.edit, html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-reward-dashboard >.box .action.edit, html body.account #maincontent .columns .column.main .customer-rewards-index .block-content >.box .action.edit, html body.account #maincontent .columns .column.main .customer-rewards-index .block-reward-dashboard >.box .action.edit {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.widget ul[role="list"] li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .reward-milestone-tier .block-content >.box .action.edit, .widget ol.product-items li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .reward-milestone-tier .block-content >.box .action.edit, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .reward-milestone-tier .block-content >.box .action.edit, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .reward-milestone-tier .block-content >.box .action.edit, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .reward-milestone-tier .block-content >.box .action.edit, .products.products-grid ol.product-items li .list-item-rating-wrapper svg + html body.account #maincontent .columns .column.main .reward-milestone-tier .block-content >.box .action.edit,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .reward-milestone-tier .block-reward-dashboard >.box .action.edit, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .reward-milestone-tier .block-reward-dashboard >.box .action.edit, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .reward-milestone-tier .block-reward-dashboard >.box .action.edit, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .reward-milestone-tier .block-reward-dashboard >.box .action.edit, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .reward-milestone-tier .block-reward-dashboard >.box .action.edit, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .reward-milestone-tier .block-reward-dashboard >.box .action.edit,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-content >.box .action.edit, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-content >.box .action.edit, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-content >.box .action.edit, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-content >.box .action.edit, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-content >.box .action.edit, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-content >.box .action.edit,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-reward-dashboard >.box .action.edit, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-reward-dashboard >.box .action.edit, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-reward-dashboard >.box .action.edit, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-reward-dashboard >.box .action.edit, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-reward-dashboard >.box .action.edit, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-reward-dashboard >.box .action.edit,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-content >.box .action.edit, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-content >.box .action.edit, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-content >.box .action.edit, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-content >.box .action.edit, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-content >.box .action.edit, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-content >.box .action.edit,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-reward-dashboard >.box .action.edit, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-reward-dashboard >.box .action.edit, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-reward-dashboard >.box .action.edit, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-reward-dashboard >.box .action.edit, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-reward-dashboard >.box .action.edit, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.account #maincontent .columns .column.main .customer-rewards-index .block-reward-dashboard >.box .action.edit {
  margin-left: 0px;
  font-size: 12px;
}

html body.account #maincontent .columns .column.main .reward-milestone-tier .block-content >.box .action.edit:hover, html body.account #maincontent .columns .column.main .reward-milestone-tier .block-reward-dashboard >.box .action.edit:hover, html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-content >.box .action.edit:hover, html body.account #maincontent .columns .column.main .block-dashboard-addresses .block-reward-dashboard >.box .action.edit:hover, html body.account #maincontent .columns .column.main .customer-rewards-index .block-content >.box .action.edit:hover, html body.account #maincontent .columns .column.main .customer-rewards-index .block-reward-dashboard >.box .action.edit:hover {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: none;
}

/* Inline forms */

html body.account #maincontent .columns .column.main .form-address-edit,
                html body.account #maincontent .columns .column.main .form-edit-account {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns .column.main .form-address-edit.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div
                html body.account #maincontent .columns .column.main .form-edit-account.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.account #maincontent .columns .column.main .form-address-edit >fieldset, html body.account #maincontent .columns .column.main .form-edit-account >fieldset {
  width: 100%;
}

@media (min-width: 1024px) {
  html body.account #maincontent .columns .column.main .form-address-edit >fieldset, html body.account #maincontent .columns .column.main .form-edit-account >fieldset {
    width: calc(50% - 0.75rem);
  }
}

html body.account #maincontent .columns .column.main .form-address-edit input[type="text"],
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="tel"],
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="email"],
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="password"],
                    html body.account #maincontent .columns .column.main .form-address-edit select,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="text"],
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="tel"],
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="email"],
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="password"],
                    html body.account #maincontent .columns .column.main .form-edit-account select {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.account #maincontent .columns .column.main .form-address-edit input[type="text"]::-moz-placeholder, html body.account #maincontent .columns .column.main .form-address-edit input[type="tel"]::-moz-placeholder, html body.account #maincontent .columns .column.main .form-address-edit input[type="email"]::-moz-placeholder, html body.account #maincontent .columns .column.main .form-address-edit input[type="password"]::-moz-placeholder, html body.account #maincontent .columns .column.main .form-address-edit select::-moz-placeholder, html body.account #maincontent .columns .column.main .form-edit-account input[type="text"]::-moz-placeholder, html body.account #maincontent .columns .column.main .form-edit-account input[type="tel"]::-moz-placeholder, html body.account #maincontent .columns .column.main .form-edit-account input[type="email"]::-moz-placeholder, html body.account #maincontent .columns .column.main .form-edit-account input[type="password"]::-moz-placeholder, html body.account #maincontent .columns .column.main .form-edit-account select::-moz-placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.account #maincontent .columns .column.main .form-address-edit input[type="text"]::placeholder,
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="tel"]::placeholder,
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="email"]::placeholder,
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="password"]::placeholder,
                    html body.account #maincontent .columns .column.main .form-address-edit select::placeholder,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="text"]::placeholder,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="tel"]::placeholder,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="email"]::placeholder,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="password"]::placeholder,
                    html body.account #maincontent .columns .column.main .form-edit-account select::placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.account #maincontent .columns .column.main .form-address-edit input[type="text"],
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="tel"],
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="email"],
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="password"],
                    html body.account #maincontent .columns .column.main .form-address-edit select,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="text"],
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="tel"],
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="email"],
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="password"],
                    html body.account #maincontent .columns .column.main .form-edit-account select {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.account #maincontent .columns .column.main .form-address-edit input[type="text"]:focus,
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="tel"]:focus,
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="email"]:focus,
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="password"]:focus,
                    html body.account #maincontent .columns .column.main .form-address-edit select:focus,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="text"]:focus,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="tel"]:focus,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="email"]:focus,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="password"]:focus,
                    html body.account #maincontent .columns .column.main .form-edit-account select:focus {
  border-style: none !important;
}

html body.account #maincontent .columns .column.main .form-address-edit input[type="text"]:focus::-moz-placeholder, html body.account #maincontent .columns .column.main .form-address-edit input[type="tel"]:focus::-moz-placeholder, html body.account #maincontent .columns .column.main .form-address-edit input[type="email"]:focus::-moz-placeholder, html body.account #maincontent .columns .column.main .form-address-edit input[type="password"]:focus::-moz-placeholder, html body.account #maincontent .columns .column.main .form-address-edit select:focus::-moz-placeholder, html body.account #maincontent .columns .column.main .form-edit-account input[type="text"]:focus::-moz-placeholder, html body.account #maincontent .columns .column.main .form-edit-account input[type="tel"]:focus::-moz-placeholder, html body.account #maincontent .columns .column.main .form-edit-account input[type="email"]:focus::-moz-placeholder, html body.account #maincontent .columns .column.main .form-edit-account input[type="password"]:focus::-moz-placeholder, html body.account #maincontent .columns .column.main .form-edit-account select:focus::-moz-placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.account #maincontent .columns .column.main .form-address-edit input[type="text"]:focus::placeholder,
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="tel"]:focus::placeholder,
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="email"]:focus::placeholder,
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="password"]:focus::placeholder,
                    html body.account #maincontent .columns .column.main .form-address-edit select:focus::placeholder,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="text"]:focus::placeholder,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="tel"]:focus::placeholder,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="email"]:focus::placeholder,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="password"]:focus::placeholder,
                    html body.account #maincontent .columns .column.main .form-edit-account select:focus::placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.account #maincontent .columns .column.main .form-address-edit input[type="text"]:focus,
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="tel"]:focus,
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="email"]:focus,
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="password"]:focus,
                    html body.account #maincontent .columns .column.main .form-address-edit select:focus,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="text"]:focus,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="tel"]:focus,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="email"]:focus,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="password"]:focus,
                    html body.account #maincontent .columns .column.main .form-edit-account select:focus {
  outline-width: 2px;
  outline-color: #363d6b;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body.account #maincontent .columns .column.main .form-address-edit input[type="text"],
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="tel"],
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="email"],
                    html body.account #maincontent .columns .column.main .form-address-edit input[type="password"],
                    html body.account #maincontent .columns .column.main .form-address-edit select,
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="text"],
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="tel"],
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="email"],
                    html body.account #maincontent .columns .column.main .form-edit-account input[type="password"],
                    html body.account #maincontent .columns .column.main .form-edit-account select {
  border: 1px solid #363d6b;
}

html body.account #maincontent .columns .column.main .form-address-edit [x-show="showTooltip"] > .shadow-lg > div:first-child, html body.account #maincontent .columns .column.main .form-edit-account [x-show="showTooltip"] > .shadow-lg > div:first-child {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.account #maincontent .columns .column.main .form-address-edit #password-strength-meter, html body.account #maincontent .columns .column.main .form-edit-account #password-strength-meter {
  font-size: 14px;
  opacity: 0.5;
}

html body.account #maincontent .columns .column.main .form-address-edit .field.region.required, html body.account #maincontent .columns .column.main .form-edit-account .field.region.required {
  margin-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  html body.account #maincontent .columns .column.main .form-address-edit .field.region.required, html body.account #maincontent .columns .column.main .form-edit-account .field.region.required {
    margin-bottom: 1rem;
  }
}

html body.account #maincontent .columns .column.main .form-address-edit .field.street.required,
                    html body.account #maincontent .columns .column.main .form-address-edit .field.region.required,
                    html body.account #maincontent .columns .column.main .form-edit-account .field.street.required,
                    html body.account #maincontent .columns .column.main .form-edit-account .field.region.required {
  display: flex;
  width: 100%;
  flex-direction: column;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns .column.main .form-address-edit .field.street.required.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div
                    html body.account #maincontent .columns .column.main .form-address-edit .field.region.required.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div
                    html body.account #maincontent .columns .column.main .form-edit-account .field.street.required.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div
                    html body.account #maincontent .columns .column.main .form-edit-account .field.region.required.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.account #maincontent .columns .column.main .form-address-edit .field.street.required .control, html body.account #maincontent .columns .column.main .form-address-edit .field.street.required .nested, html body.account #maincontent .columns .column.main .form-address-edit .field.region.required .control, html body.account #maincontent .columns .column.main .form-address-edit .field.region.required .nested, html body.account #maincontent .columns .column.main .form-edit-account .field.street.required .control, html body.account #maincontent .columns .column.main .form-edit-account .field.street.required .nested, html body.account #maincontent .columns .column.main .form-edit-account .field.region.required .control, html body.account #maincontent .columns .column.main .form-edit-account .field.region.required .nested {
  margin-bottom: 0.25rem;
  display: flex;
  width: 100%;
  flex-direction: column;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns .column.main .form-address-edit .field.street.required .control.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .form-address-edit .field.street.required .nested.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .form-address-edit .field.region.required .control.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .form-address-edit .field.region.required .nested.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .form-edit-account .field.street.required .control.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .form-edit-account .field.street.required .nested.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .form-edit-account .field.region.required .control.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .form-edit-account .field.region.required .nested.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.account #maincontent .columns .column.main .form-address-edit .field.street.required input, html body.account #maincontent .columns .column.main .form-address-edit .field.region.required input, html body.account #maincontent .columns .column.main .form-edit-account .field.street.required input, html body.account #maincontent .columns .column.main .form-edit-account .field.region.required input {
  width: 100%;
}

html body.account #maincontent .columns .column.main .form-address-edit fieldset > .field.date, html body.account #maincontent .columns .column.main .form-edit-account fieldset > .field.date {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns .column.main .form-address-edit fieldset > .field.date.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .form-edit-account fieldset > .field.date.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.account #maincontent .columns .column.main .form-address-edit fieldset > .field.date svg, html body.account #maincontent .columns .column.main .form-edit-account fieldset > .field.date svg {
  margin-top: 7px;
}

html body.account #maincontent .columns .column.main .form-address-edit fieldset > .field.choice, html body.account #maincontent .columns .column.main .form-edit-account fieldset > .field.choice {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns .column.main .form-address-edit fieldset > .field.choice.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .form-edit-account fieldset > .field.choice.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.account #maincontent .columns .column.main .form-address-edit fieldset > .field.choice input, html body.account #maincontent .columns .column.main .form-edit-account fieldset > .field.choice input {
  margin-right: 0.625rem;
}

html body.account #maincontent .columns .column.main .form-address-edit fieldset > .field.password .control, html body.account #maincontent .columns .column.main .form-edit-account fieldset > .field.password .control {
  display: flex;
  flex-direction: column;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns .column.main .form-address-edit fieldset > .field.password .control.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.account #maincontent .columns .column.main .form-edit-account fieldset > .field.password .control.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.account #maincontent .columns .column.main .form-address-edit fieldset > .field .control, html body.account #maincontent .columns .column.main .form-edit-account fieldset > .field .control {
  margin-bottom: 1rem;
  align-items: flex-start;
  justify-content: flex-start;
}

html body.account #maincontent .columns .column.main .form-address-edit fieldset > .field .control .nested, html body.account #maincontent .columns .column.main .form-edit-account fieldset > .field .control .nested {
  margin-top: 1rem;
}

html body.account #maincontent .columns .column.main .form-address-edit .actions-toolbar, html body.account #maincontent .columns .column.main .form-edit-account .actions-toolbar {
  width: 100%;
}

html body.account #maincontent .columns #mp_reward_referral #mp_section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns #mp_reward_referral #mp_section.justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  html body.account #maincontent .columns #mp_reward_referral #mp_section {
    flex-direction: row;
  }
}

html body.account #maincontent .columns #mp_reward_referral #mp_section > .col-mp {
  padding: 0px;
}

html body.account #maincontent .columns #mp_reward_referral .copy {
  top: -4px;
  right: -4px;
  border-radius: .5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

html body.account #maincontent .columns #mp_reward_referral input[type="text"],
                html body.account #maincontent .columns #mp_reward_referral input[type="tel"],
                html body.account #maincontent .columns #mp_reward_referral input[type="email"],
                html body.account #maincontent .columns #mp_reward_referral input[type="password"],
                html body.account #maincontent .columns #mp_reward_referral select,
                html body.account #maincontent .columns #mp_reward_referral textarea {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.account #maincontent .columns #mp_reward_referral input[type="text"]::-moz-placeholder, html body.account #maincontent .columns #mp_reward_referral input[type="tel"]::-moz-placeholder, html body.account #maincontent .columns #mp_reward_referral input[type="email"]::-moz-placeholder, html body.account #maincontent .columns #mp_reward_referral input[type="password"]::-moz-placeholder, html body.account #maincontent .columns #mp_reward_referral select::-moz-placeholder, html body.account #maincontent .columns #mp_reward_referral textarea::-moz-placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.account #maincontent .columns #mp_reward_referral input[type="text"]::placeholder,
                html body.account #maincontent .columns #mp_reward_referral input[type="tel"]::placeholder,
                html body.account #maincontent .columns #mp_reward_referral input[type="email"]::placeholder,
                html body.account #maincontent .columns #mp_reward_referral input[type="password"]::placeholder,
                html body.account #maincontent .columns #mp_reward_referral select::placeholder,
                html body.account #maincontent .columns #mp_reward_referral textarea::placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.account #maincontent .columns #mp_reward_referral input[type="text"],
                html body.account #maincontent .columns #mp_reward_referral input[type="tel"],
                html body.account #maincontent .columns #mp_reward_referral input[type="email"],
                html body.account #maincontent .columns #mp_reward_referral input[type="password"],
                html body.account #maincontent .columns #mp_reward_referral select,
                html body.account #maincontent .columns #mp_reward_referral textarea {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.account #maincontent .columns #mp_reward_referral input[type="text"]:focus,
                html body.account #maincontent .columns #mp_reward_referral input[type="tel"]:focus,
                html body.account #maincontent .columns #mp_reward_referral input[type="email"]:focus,
                html body.account #maincontent .columns #mp_reward_referral input[type="password"]:focus,
                html body.account #maincontent .columns #mp_reward_referral select:focus,
                html body.account #maincontent .columns #mp_reward_referral textarea:focus {
  border-style: none !important;
}

html body.account #maincontent .columns #mp_reward_referral input[type="text"]:focus::-moz-placeholder, html body.account #maincontent .columns #mp_reward_referral input[type="tel"]:focus::-moz-placeholder, html body.account #maincontent .columns #mp_reward_referral input[type="email"]:focus::-moz-placeholder, html body.account #maincontent .columns #mp_reward_referral input[type="password"]:focus::-moz-placeholder, html body.account #maincontent .columns #mp_reward_referral select:focus::-moz-placeholder, html body.account #maincontent .columns #mp_reward_referral textarea:focus::-moz-placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.account #maincontent .columns #mp_reward_referral input[type="text"]:focus::placeholder,
                html body.account #maincontent .columns #mp_reward_referral input[type="tel"]:focus::placeholder,
                html body.account #maincontent .columns #mp_reward_referral input[type="email"]:focus::placeholder,
                html body.account #maincontent .columns #mp_reward_referral input[type="password"]:focus::placeholder,
                html body.account #maincontent .columns #mp_reward_referral select:focus::placeholder,
                html body.account #maincontent .columns #mp_reward_referral textarea:focus::placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.account #maincontent .columns #mp_reward_referral input[type="text"]:focus,
                html body.account #maincontent .columns #mp_reward_referral input[type="tel"]:focus,
                html body.account #maincontent .columns #mp_reward_referral input[type="email"]:focus,
                html body.account #maincontent .columns #mp_reward_referral input[type="password"]:focus,
                html body.account #maincontent .columns #mp_reward_referral select:focus,
                html body.account #maincontent .columns #mp_reward_referral textarea:focus {
  outline-width: 2px;
  outline-color: #363d6b;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body.account #maincontent .columns #mp_reward_referral input[type="text"],
                html body.account #maincontent .columns #mp_reward_referral input[type="tel"],
                html body.account #maincontent .columns #mp_reward_referral input[type="email"],
                html body.account #maincontent .columns #mp_reward_referral input[type="password"],
                html body.account #maincontent .columns #mp_reward_referral select,
                html body.account #maincontent .columns #mp_reward_referral textarea {
  border: 1px solid #363d6b;
}

html body.account #maincontent .columns #mp_reward_referral textarea {
  height: 8rem;
}

html body.account #maincontent .columns #mp_reward_referral .mp-content {
  width: 100%;
}

html body.account #maincontent .columns #mp_reward_referral .send-from,
                html body.account #maincontent .columns #mp_reward_referral .invite-friend {
  display: flex;
  height: auto;
  width: 100%;
  flex-direction: column;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.account #maincontent .columns #mp_reward_referral .send-from.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div
                html body.account #maincontent .columns #mp_reward_referral .invite-friend.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.account #maincontent .columns #mp_reward_referral .send-from select, html body.account #maincontent .columns #mp_reward_referral .invite-friend select {
  margin-top: 0.375rem;
  margin-bottom: 0px;
}

html body.account #maincontent .columns #mp_reward_referral .send-from .comment, html body.account #maincontent .columns #mp_reward_referral .invite-friend .comment {
  margin-top: 0.5rem;
  border-radius: .5rem;
  background-color: rgb(241 243 254 / 0.8);
  padding: 1rem;
  font-size: 14px;
}

html body.account #maincontent .columns #mp_reward_referral button.action.primary {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1), html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1), html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1), html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1), html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1), html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1), html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1), html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1), html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent .columns #mp_reward_referral button.action.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.account #maincontent .columns #mp_reward_referral button.action.primary:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

html body.account #maincontent .columns #mp_reward_referral button.action.primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

html body.account #maincontent .columns #mp_reward_referral button.action.primary:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.account #maincontent .columns #mp_reward_referral button.action.primary:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.account #maincontent .columns .actions-toolbar .secondary {
  margin-left: 0px !important;
  margin-right: 0px !important;
  width: -moz-fit-content;
  width: fit-content;
}

/* Hide additional sidebar */

html body.account #maincontent .columns .sidebar.sidebar-additional {
  display: none;
  width: 100%;
}

html body.account #maincontent form.password.reset button.action.submit.primary {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1), html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1), html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1), html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1), html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1), html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1), html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1), html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1), html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-post-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-home-index html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-search-result html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.account #maincontent form.password.reset button.action.submit.primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.account #maincontent form.password.reset button.action.submit.primary:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

html body.account #maincontent form.password.reset button.action.submit.primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

html body.account #maincontent form.password.reset button.action.submit.primary:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.account #maincontent form.password.reset button.action.submit.primary:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

.account.customer-account-index .column.main .card {
  border-radius: .5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

.account.customer-account-index .column.main .card >div:nth-child(1):has(svg) {
  background-color: rgb(241 243 254 / 0.8);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

.account.customer-account-index .column.main .card h3 {
  margin-bottom: 0px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1), html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1), html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1), html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1), html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1), html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1), html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1), html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1), html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-post-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-home-index .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-search-result .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.blog-tag-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-category-view .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1, html body.kbase-article-s .account.customer-account-index .column.main .card h3.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

.account.customer-account-index .column.main .card a:has(svg) {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.widget ul[role="list"] li .list-item-rating-wrapper svg + .account.customer-account-index .column.main .card a:has(svg), .widget ol.product-items li .list-item-rating-wrapper svg + .account.customer-account-index .column.main .card a:has(svg), .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg + .account.customer-account-index .column.main .card a:has(svg), .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg + .account.customer-account-index .column.main .card a:has(svg), .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg + .account.customer-account-index .column.main .card a:has(svg), .products.products-grid ol.product-items li .list-item-rating-wrapper svg + .account.customer-account-index .column.main .card a:has(svg) {
  margin-left: 0px;
  font-size: 12px;
}

.account.customer-account-index .column.main .card a:has(svg):hover {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: none;
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

html body.customer-account-login h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.customer-account-login h1 {
    margin-left: 0
  }
}

html body.customer-account-login #customer-login-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  html body.customer-account-login #customer-login-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  html body.customer-account-login #customer-login-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  html body.customer-account-login #customer-login-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  html body.customer-account-login #customer-login-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  html body.customer-account-login #customer-login-container {
    max-width: 1536px;
  }
}

html body.customer-account-login #customer-login-container {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

html body.customer-account-create .registration-container > html body.customer-account-login #customer-login-container {
  width: 100%;
}

@media (min-width: 1024px) {
  html body.customer-account-create .registration-container > html body.customer-account-login #customer-login-container {
    width: 50%;
  }
}

html body.hyva_checkout-index-index #header > html body.customer-account-login #customer-login-container > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > html body.customer-account-login #customer-login-container > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > html body.customer-account-login #customer-login-container > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > html body.customer-account-login #customer-login-container:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > html body.customer-account-login #customer-login-container:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > html body.customer-account-login #customer-login-container:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs html body.customer-account-login #customer-login-container {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.customer-account-login #customer-login-container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs html body.customer-account-login #customer-login-container ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.customer-account-login #customer-login-container ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.customer-account-login #customer-login-container.justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  html body.customer-account-login #customer-login-container {
    flex-direction: row;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

html body.customer-account-login #customer-login-container > .card {
  flex: 1 1 0%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  html body.customer-account-login #customer-login-container > .card {
    padding: 2rem;
  }
}

html body.customer-account-login #customer-login-container > .card h2 {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1), html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1), html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1), html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1), html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1), html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1), html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1), html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1), html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.customer-account-login #customer-login-container > .card fieldset legend + div {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-login #customer-login-container > .card fieldset > .field.date {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

html body.customer-account-login #customer-login-container > .card fieldset > .field.password svg {
  margin-top: 0.375rem;
}

html body.customer-account-login #customer-login-container > .card fieldset > .field .control {
  margin-bottom: 1rem;
  align-items: flex-start;
  justify-content: flex-start;
}

html body.customer-account-login #customer-login-container > .card fieldset > .field .control input {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 3rem;
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-login #customer-login-container > .card fieldset > .field .control input::-moz-placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.customer-account-login #customer-login-container > .card fieldset > .field .control input::placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.customer-account-login #customer-login-container > .card fieldset > .field .control input {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.customer-account-login #customer-login-container > .card fieldset > .field .control input:focus {
  border-style: none !important;
}

html body.customer-account-login #customer-login-container > .card fieldset > .field .control input:focus::-moz-placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.customer-account-login #customer-login-container > .card fieldset > .field .control input:focus::placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.customer-account-login #customer-login-container > .card fieldset > .field .control input:focus {
  outline-width: 2px;
  outline-color: #363d6b;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1), html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1), html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1), html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1), html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1), html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1), html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1), html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1), html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn + a {
  color: rgb(54 61 107 / 0.8);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar .btn + a:hover {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: none;
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

html body.customer-account-create h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.customer-account-create h1 {
    margin-left: 0
  }
}

html body.customer-account-create .registration-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  html body.customer-account-create .registration-container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  html body.customer-account-create .registration-container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  html body.customer-account-create .registration-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  html body.customer-account-create .registration-container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  html body.customer-account-create .registration-container {
    max-width: 1536px;
  }
}

html body.customer-account-create .registration-container {
  margin-bottom: 1.5rem;
  display: flex;
  gap: 2rem;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

html body.hyva_checkout-index-index #header > html body.customer-account-create .registration-container > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > html body.customer-account-create .registration-container > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > html body.customer-account-create .registration-container > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > html body.customer-account-create .registration-container:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > html body.customer-account-create .registration-container:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > html body.customer-account-create .registration-container:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs html body.customer-account-create .registration-container {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.customer-account-create .registration-container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs html body.customer-account-create .registration-container ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.customer-account-create .registration-container ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.customer-account-create .registration-container.justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  html body.customer-account-create .registration-container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

html body.customer-account-create .registration-container > .mb-8 {
  width: 100%;
}

@media (min-width: 1024px) {
  html body.customer-account-create .registration-container > .mb-8 {
    width: 50%;
  }
}

html body.customer-account-create .registration-container form.form {
  flex: 1 1 0%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  html body.customer-account-create .registration-container form.form {
    padding: 2rem;
  }
}

html body.customer-account-create .registration-container form.form [type="checkbox"] {
  margin: 0;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  padding: 0;
  transition-property: none;
  border: 1px solid #363d6b;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: rgb(54 61 107 / var(--tw-text-opacity));
  border-radius: 8px;
}

html body.customer-account-create .registration-container form.form legend {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1), html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1), html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1), html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1), html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1), html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1), html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1), html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1), html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.customer-account-create .registration-container form.form > div:nth-of-type(1) {
  grid-template-columns: repeat(1, minmax(0, 1fr))!important;
}

html body.customer-account-create .registration-container form.form fieldset legend + div {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-create .registration-container form.form #password-strength-meter {
  font-size: 14px;
  opacity: 0.5;
}

html body.customer-account-create .registration-container form.form [x-show="showTooltip"] > .shadow-lg > div:first-child {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-create .registration-container form.form fieldset > .field.date {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.customer-account-create .registration-container form.form fieldset > .field.date.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.customer-account-create .registration-container form.form fieldset > .field.date svg {
  margin-top: 7px;
}

html body.customer-account-create .registration-container form.form fieldset > .field [x-show="showDatepicker"] {
  z-index: 99;
}

html body.customer-account-create .registration-container form.form fieldset > .field.choice {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.customer-account-create .registration-container form.form fieldset > .field.choice.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.customer-account-create .registration-container form.form fieldset > .field.choice input {
  margin-right: 0.625rem;
}

html body.customer-account-create .registration-container form.form fieldset > .field:has([for="password"]) label + div {
  display: flex;
  flex-direction: column;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.customer-account-create .registration-container form.form fieldset > .field:has([for="password"]) label + div.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.customer-account-create .registration-container form.form fieldset > .field:has([for="password"]) label + div .self-center {
  align-self: auto;
}

html body.customer-account-create .registration-container form.form fieldset > .field:has([for="password"]) label + div #password-strength-meter-container {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
}

html body.customer-account-create .registration-container form.form fieldset > .field:has([for="password"]) [data-msg-field="password"] {
  margin-top: -1.5rem;
  margin-bottom: 1.5rem;
  max-width: 90%;
  font-style: italic;
}

header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper html body.customer-account-create .registration-container form.form fieldset > .field:has([for="password"]) [data-msg-field="password"].text-gray-500 {
  color: #363d6b80;
}

html body.customer-account-create .registration-container form.form fieldset > .field .control {
  margin-bottom: 1rem;
  align-items: flex-start;
  justify-content: flex-start;
}

html body.customer-account-create .registration-container form.form fieldset > .field .control input {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-create .registration-container form.form fieldset > .field .control input::-moz-placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.customer-account-create .registration-container form.form fieldset > .field .control input::placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.customer-account-create .registration-container form.form fieldset > .field .control input {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.customer-account-create .registration-container form.form fieldset > .field .control input:focus {
  border-style: none !important;
}

html body.customer-account-create .registration-container form.form fieldset > .field .control input:focus::-moz-placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.customer-account-create .registration-container form.form fieldset > .field .control input:focus::placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.customer-account-create .registration-container form.form fieldset > .field .control input:focus {
  outline-width: 2px;
  outline-color: #363d6b;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body.customer-account-create .registration-container form.form .actions-toolbar {
  display: flex;
  justify-content: space-between;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1) {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1):hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1):active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(1):disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(2) {
  font-family: Poppins, sans-serif;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-create .registration-container form.form .actions-toolbar button:nth-of-type(2):hover {
  text-decoration-line: underline;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.customer-account-create .registration-container form.form .actions-toolbar.justify-between {
  flex-direction: column;
  gap: 1rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml.flex body.customer-account-create .registration-container form.form .actions-toolbar {
  flex-direction: column;
  gap: 1rem;
}

html body.customer-account-create .registration-container form.form .actions-toolbar button {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1), html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1), html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1), html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1), html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1), html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1), html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1), html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1), html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-create .registration-container form.form .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.customer-account-create .registration-container form.form .actions-toolbar button:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

html body.customer-account-create .registration-container form.form .actions-toolbar button:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

html body.customer-account-create .registration-container form.form .actions-toolbar button:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.customer-account-create .registration-container form.form .actions-toolbar button:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-create .registration-container form.form .actions-toolbar a {
  color: rgb(54 61 107 / 0.8);
  text-decoration-line: underline;
}

.widget ul[role="list"] li .list-item-rating-wrapper svg + html body.customer-account-create .registration-container form.form .actions-toolbar a, .widget ol.product-items li .list-item-rating-wrapper svg + html body.customer-account-create .registration-container form.form .actions-toolbar a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg + html body.customer-account-create .registration-container form.form .actions-toolbar a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg + html body.customer-account-create .registration-container form.form .actions-toolbar a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg + html body.customer-account-create .registration-container form.form .actions-toolbar a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg + html body.customer-account-create .registration-container form.form .actions-toolbar a {
  margin-left: 0px;
  font-size: 12px;
}

html body.customer-account-create .registration-container form.form .actions-toolbar a:hover {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: none;
}

html body.customer-account-create .registration-container form.form .actions-toolbar > .secondary:last-child {
  margin-left: 0px;
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

html body.customer-account-forgotpassword h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.customer-account-forgotpassword h1 {
    margin-left: 0
  }
}

html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) {
    max-width: 1536px;
  }
}

html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

html body.hyva_checkout-index-index #header > html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ):has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ):has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ):has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }

  html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) .card {
  flex: 1 1 0%;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  html body.customer-account-forgotpassword .mb-12:has( #user_forgotpassword ) .card {
    padding: 2rem;
  }
}

html body.customer-account-forgotpassword #user_forgotpassword legend {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1), html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1), html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1), html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1), html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1), html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1), html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1), html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1), html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword legend.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.customer-account-forgotpassword #user_forgotpassword fieldset > div {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-forgotpassword #user_forgotpassword .control {
  margin-bottom: 1rem;
  align-items: flex-start;
  justify-content: flex-start;
}

html body.customer-account-forgotpassword #user_forgotpassword .control input {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 3rem;
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-forgotpassword #user_forgotpassword .control input::-moz-placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.customer-account-forgotpassword #user_forgotpassword .control input::placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.customer-account-forgotpassword #user_forgotpassword .control input {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.customer-account-forgotpassword #user_forgotpassword .control input:focus {
  border-style: none !important;
}

html body.customer-account-forgotpassword #user_forgotpassword .control input:focus::-moz-placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.customer-account-forgotpassword #user_forgotpassword .control input:focus::placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.customer-account-forgotpassword #user_forgotpassword .control input:focus {
  outline-width: 2px;
  outline-color: #363d6b;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar {
  display: flex;
  justify-content: space-between;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1) {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1), html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1):hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1):active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(1):disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(2) {
  font-family: Poppins, sans-serif;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:nth-of-type(2):hover {
  text-decoration-line: underline;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar.justify-between {
  flex-direction: column;
  gap: 1rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml.flex body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar {
  flex-direction: column;
  gap: 1rem;
}

html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1), html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1), html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1), html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1), html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1), html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1), html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1), html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1), html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar button:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar a {
  color: rgb(54 61 107 / 0.8);
  text-decoration-line: underline;
}

.widget ul[role="list"] li .list-item-rating-wrapper svg + html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar a, .widget ol.product-items li .list-item-rating-wrapper svg + html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg + html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg + html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg + html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg + html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar a {
  margin-left: 0px;
  font-size: 12px;
}

html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar a:hover {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: none;
}

html body.customer-account-forgotpassword #user_forgotpassword .actions-toolbar > .secondary:last-child {
  margin-left: 0px;
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}

/* Define your other layout overrides here */

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

html body.cms-no-route h1 {
  margin-left: -0.5rem;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  html body.cms-no-route h1 {
    margin-left: 0px;
  }
}

html body.cms-no-route .columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  html body.cms-no-route .columns {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  html body.cms-no-route .columns {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  html body.cms-no-route .columns {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  html body.cms-no-route .columns {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  html body.cms-no-route .columns {
    max-width: 1536px;
  }
}

html body.cms-no-route .columns {
  padding-bottom: 1.5rem;
}

html body.hyva_checkout-index-index #header > html body.cms-no-route .columns > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > html body.cms-no-route .columns > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > html body.cms-no-route .columns > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > html body.cms-no-route .columns:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > html body.cms-no-route .columns:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > html body.cms-no-route .columns:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs html body.cms-no-route .columns {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.cms-no-route .columns {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs html body.cms-no-route .columns ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.cms-no-route .columns ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }
}

html body.cms-no-route .column.main {
  color: var(--tw-prose-body);
  max-width: 65ch;
}

html body.cms-no-route .column.main :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

html body.cms-no-route .column.main :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

html body.cms-no-route .column.main :where(a):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}

html body.cms-no-route .column.main :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}

html body.cms-no-route .column.main :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

html body.cms-no-route .column.main :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

html body.cms-no-route .column.main :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

html body.cms-no-route .column.main :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

html body.cms-no-route .column.main :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

html body.cms-no-route .column.main :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

html body.cms-no-route .column.main :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

html body.cms-no-route .column.main :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

html body.cms-no-route .column.main :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

html body.cms-no-route .column.main :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

html body.cms-no-route .column.main :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

html body.cms-no-route .column.main :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

html body.cms-no-route .column.main :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}

html body.cms-no-route .column.main :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

html body.cms-no-route .column.main :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}

html body.cms-no-route .column.main :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

html body.cms-no-route .column.main :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

html body.cms-no-route .column.main :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}

html body.cms-no-route .column.main :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}

html body.cms-no-route .column.main :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}

html body.cms-no-route .column.main :where(h1):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}

html body.cms-no-route .column.main :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}

html body.cms-no-route .column.main :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}

html body.cms-no-route .column.main :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}

html body.cms-no-route .column.main :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}

html body.cms-no-route .column.main :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

html body.cms-no-route .column.main :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}

html body.cms-no-route .column.main :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}

html body.cms-no-route .column.main :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

html body.cms-no-route .column.main :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

html body.cms-no-route .column.main :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}

html body.cms-no-route .column.main :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}

html body.cms-no-route .column.main :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}

html body.cms-no-route .column.main :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}

html body.cms-no-route .column.main :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

html body.cms-no-route .column.main :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

html body.cms-no-route .column.main :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}

html body.cms-no-route .column.main :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}

html body.cms-no-route .column.main :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

html body.cms-no-route .column.main :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

html body.cms-no-route .column.main :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}

html body.cms-no-route .column.main :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}

html body.cms-no-route .column.main :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

html body.cms-no-route .column.main :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}

html body.cms-no-route .column.main :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}

html body.cms-no-route .column.main :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}

html body.cms-no-route .column.main :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}

html body.cms-no-route .column.main :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

html body.cms-no-route .column.main :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}

html body.cms-no-route .column.main :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}

html body.cms-no-route .column.main :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}

html body.cms-no-route .column.main :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

html body.cms-no-route .column.main :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}

html body.cms-no-route .column.main {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

html body.cms-no-route .column.main :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

html body.cms-no-route .column.main :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

html body.cms-no-route .column.main :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

html body.cms-no-route .column.main :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

html body.cms-no-route .column.main :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}

html body.cms-no-route .column.main :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

html body.cms-no-route .column.main :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

html body.cms-no-route .column.main :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

html body.cms-no-route .column.main :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}

html body.cms-no-route .column.main :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

html body.cms-no-route .column.main :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

html body.cms-no-route .column.main :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

html body.cms-no-route .column.main :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

html body.cms-no-route .column.main :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

html body.cms-no-route .column.main :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

html body.cms-no-route .column.main :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

html body.cms-no-route .column.main :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

html body.cms-no-route .column.main :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

html body.cms-no-route .column.main :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}

html body.cms-no-route .column.main :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}

html body.cms-no-route .column.main :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}

html body.cms-no-route .column.main :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}

html body.cms-no-route .column.main {
  --tw-text-opacity: 1 !important;
  color: rgb(54 61 107 / var(--tw-text-opacity)) !important;
}

html body.cms-no-route .column.main :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.cms-no-route .column.main :is(:where(p):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.cms-no-route .column.main :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.cms-no-route .column.main:hover :is(:where(a):not(:where([class~="not-prose"] *))) {
  text-decoration-line: underline;
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

html body.blog-category-index main#maincontent .sidebar.sidebar-additional, html body.blog-post-view main#maincontent .sidebar.sidebar-additional, html body.blog-home-index main#maincontent .sidebar.sidebar-additional, html body.blog-search-result main#maincontent .sidebar.sidebar-additional, html body.blog-category-view main#maincontent .sidebar.sidebar-additional, html body.blog-tag-view main#maincontent .sidebar.sidebar-additional, html body.kbase-article-view main#maincontent .sidebar.sidebar-additional, html body.kbase-category-view main#maincontent .sidebar.sidebar-additional, html body.kbase-article-s main#maincontent .sidebar.sidebar-additional {
  display: none !important;
}

html body.blog-category-index .font-bold.text-3xl:has(h1), html body.blog-post-view .font-bold.text-3xl:has(h1), html body.blog-home-index .font-bold.text-3xl:has(h1), html body.blog-search-result .font-bold.text-3xl:has(h1), html body.blog-category-view .font-bold.text-3xl:has(h1), html body.blog-tag-view .font-bold.text-3xl:has(h1), html body.kbase-article-view .font-bold.text-3xl:has(h1), html body.kbase-category-view .font-bold.text-3xl:has(h1), html body.kbase-article-s .font-bold.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index .font-bold.text-3xl:has(h1) h1, html body.blog-post-view .font-bold.text-3xl:has(h1) h1, html body.blog-home-index .font-bold.text-3xl:has(h1) h1, html body.blog-search-result .font-bold.text-3xl:has(h1) h1, html body.blog-category-view .font-bold.text-3xl:has(h1) h1, html body.blog-tag-view .font-bold.text-3xl:has(h1) h1, html body.kbase-article-view .font-bold.text-3xl:has(h1) h1, html body.kbase-category-view .font-bold.text-3xl:has(h1) h1, html body.kbase-article-s .font-bold.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .font-bold.text-3xl:has(h1) h1, html body.blog-post-view .font-bold.text-3xl:has(h1) h1, html body.blog-home-index .font-bold.text-3xl:has(h1) h1, html body.blog-search-result .font-bold.text-3xl:has(h1) h1, html body.blog-category-view .font-bold.text-3xl:has(h1) h1, html body.blog-tag-view .font-bold.text-3xl:has(h1) h1, html body.kbase-article-view .font-bold.text-3xl:has(h1) h1, html body.kbase-category-view .font-bold.text-3xl:has(h1) h1, html body.kbase-article-s .font-bold.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .font-bold.text-3xl:has(h1) h1, html body.blog-post-view .font-bold.text-3xl:has(h1) h1, html body.blog-home-index .font-bold.text-3xl:has(h1) h1, html body.blog-search-result .font-bold.text-3xl:has(h1) h1, html body.blog-category-view .font-bold.text-3xl:has(h1) h1, html body.blog-tag-view .font-bold.text-3xl:has(h1) h1, html body.kbase-article-view .font-bold.text-3xl:has(h1) h1, html body.kbase-category-view .font-bold.text-3xl:has(h1) h1, html body.kbase-article-s .font-bold.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.blog-category-index main#maincontent, html body.blog-post-view main#maincontent, html body.blog-home-index main#maincontent, html body.blog-search-result main#maincontent, html body.blog-category-view main#maincontent, html body.blog-tag-view main#maincontent, html body.kbase-article-view main#maincontent, html body.kbase-category-view main#maincontent, html body.kbase-article-s main#maincontent {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  html body.blog-category-index main#maincontent, html body.blog-post-view main#maincontent, html body.blog-home-index main#maincontent, html body.blog-search-result main#maincontent, html body.blog-category-view main#maincontent, html body.blog-tag-view main#maincontent, html body.kbase-article-view main#maincontent, html body.kbase-category-view main#maincontent, html body.kbase-article-s main#maincontent {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  html body.blog-category-index main#maincontent, html body.blog-post-view main#maincontent, html body.blog-home-index main#maincontent, html body.blog-search-result main#maincontent, html body.blog-category-view main#maincontent, html body.blog-tag-view main#maincontent, html body.kbase-article-view main#maincontent, html body.kbase-category-view main#maincontent, html body.kbase-article-s main#maincontent {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  html body.blog-category-index main#maincontent, html body.blog-post-view main#maincontent, html body.blog-home-index main#maincontent, html body.blog-search-result main#maincontent, html body.blog-category-view main#maincontent, html body.blog-tag-view main#maincontent, html body.kbase-article-view main#maincontent, html body.kbase-category-view main#maincontent, html body.kbase-article-s main#maincontent {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  html body.blog-category-index main#maincontent, html body.blog-post-view main#maincontent, html body.blog-home-index main#maincontent, html body.blog-search-result main#maincontent, html body.blog-category-view main#maincontent, html body.blog-tag-view main#maincontent, html body.kbase-article-view main#maincontent, html body.kbase-category-view main#maincontent, html body.kbase-article-s main#maincontent {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  html body.blog-category-index main#maincontent, html body.blog-post-view main#maincontent, html body.blog-home-index main#maincontent, html body.blog-search-result main#maincontent, html body.blog-category-view main#maincontent, html body.blog-tag-view main#maincontent, html body.kbase-article-view main#maincontent, html body.kbase-category-view main#maincontent, html body.kbase-article-s main#maincontent {
    max-width: 1536px;
  }
}

html body.blog-category-index main#maincontent, html body.blog-post-view main#maincontent, html body.blog-home-index main#maincontent, html body.blog-search-result main#maincontent, html body.blog-category-view main#maincontent, html body.blog-tag-view main#maincontent, html body.kbase-article-view main#maincontent, html body.kbase-category-view main#maincontent, html body.kbase-article-s main#maincontent {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.hyva_checkout-index-index #header > html body.blog-category-index main#maincontent > a,html body.hyva_checkout-index-index #header >  html body.blog-post-view main#maincontent > a,html body.hyva_checkout-index-index #header >  html body.blog-home-index main#maincontent > a,html body.hyva_checkout-index-index #header >  html body.blog-search-result main#maincontent > a,html body.hyva_checkout-index-index #header >  html body.blog-category-view main#maincontent > a,html body.hyva_checkout-index-index #header >  html body.blog-tag-view main#maincontent > a,html body.hyva_checkout-index-index #header >  html body.kbase-article-view main#maincontent > a,html body.hyva_checkout-index-index #header >  html body.kbase-category-view main#maincontent > a,html body.hyva_checkout-index-index #header >  html body.kbase-article-s main#maincontent > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > html body.blog-category-index main#maincontent > a.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header >  html body.blog-post-view main#maincontent > a.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header >  html body.blog-home-index main#maincontent > a.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header >  html body.blog-search-result main#maincontent > a.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header >  html body.blog-category-view main#maincontent > a.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header >  html body.blog-tag-view main#maincontent > a.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header >  html body.kbase-article-view main#maincontent > a.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header >  html body.kbase-category-view main#maincontent > a.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header >  html body.kbase-article-s main#maincontent > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > html body.blog-category-index main#maincontent > a img,html body.hyva_checkout-index-index #header >  html body.blog-post-view main#maincontent > a img,html body.hyva_checkout-index-index #header >  html body.blog-home-index main#maincontent > a img,html body.hyva_checkout-index-index #header >  html body.blog-search-result main#maincontent > a img,html body.hyva_checkout-index-index #header >  html body.blog-category-view main#maincontent > a img,html body.hyva_checkout-index-index #header >  html body.blog-tag-view main#maincontent > a img,html body.hyva_checkout-index-index #header >  html body.kbase-article-view main#maincontent > a img,html body.hyva_checkout-index-index #header >  html body.kbase-category-view main#maincontent > a img,html body.hyva_checkout-index-index #header >  html body.kbase-article-s main#maincontent > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > html body.blog-category-index main#maincontent:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  html body.blog-post-view main#maincontent:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  html body.blog-home-index main#maincontent:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  html body.blog-search-result main#maincontent:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  html body.blog-category-view main#maincontent:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  html body.blog-tag-view main#maincontent:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  html body.kbase-article-view main#maincontent:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  html body.kbase-category-view main#maincontent:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  html body.kbase-article-s main#maincontent:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > html body.blog-category-index main#maincontent:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  html body.blog-post-view main#maincontent:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  html body.blog-home-index main#maincontent:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  html body.blog-search-result main#maincontent:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  html body.blog-category-view main#maincontent:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  html body.blog-tag-view main#maincontent:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  html body.kbase-article-view main#maincontent:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  html body.kbase-category-view main#maincontent:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  html body.kbase-article-s main#maincontent:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > html body.blog-category-index main#maincontent:has( .page-title ) h1,#maincontent:has( .accent-widget-brands-grid ) >  html body.blog-post-view main#maincontent:has( .page-title ) h1,#maincontent:has( .accent-widget-brands-grid ) >  html body.blog-home-index main#maincontent:has( .page-title ) h1,#maincontent:has( .accent-widget-brands-grid ) >  html body.blog-search-result main#maincontent:has( .page-title ) h1,#maincontent:has( .accent-widget-brands-grid ) >  html body.blog-category-view main#maincontent:has( .page-title ) h1,#maincontent:has( .accent-widget-brands-grid ) >  html body.blog-tag-view main#maincontent:has( .page-title ) h1,#maincontent:has( .accent-widget-brands-grid ) >  html body.kbase-article-view main#maincontent:has( .page-title ) h1,#maincontent:has( .accent-widget-brands-grid ) >  html body.kbase-category-view main#maincontent:has( .page-title ) h1,#maincontent:has( .accent-widget-brands-grid ) >  html body.kbase-article-s main#maincontent:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs html body.blog-category-index main#maincontent,nav.breadcrumbs  html body.blog-post-view main#maincontent,nav.breadcrumbs  html body.blog-home-index main#maincontent,nav.breadcrumbs  html body.blog-search-result main#maincontent,nav.breadcrumbs  html body.blog-category-view main#maincontent,nav.breadcrumbs  html body.blog-tag-view main#maincontent,nav.breadcrumbs  html body.kbase-article-view main#maincontent,nav.breadcrumbs  html body.kbase-category-view main#maincontent,nav.breadcrumbs  html body.kbase-article-s main#maincontent {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.blog-category-index main#maincontent,nav.breadcrumbs  html body.blog-post-view main#maincontent,nav.breadcrumbs  html body.blog-home-index main#maincontent,nav.breadcrumbs  html body.blog-search-result main#maincontent,nav.breadcrumbs  html body.blog-category-view main#maincontent,nav.breadcrumbs  html body.blog-tag-view main#maincontent,nav.breadcrumbs  html body.kbase-article-view main#maincontent,nav.breadcrumbs  html body.kbase-category-view main#maincontent,nav.breadcrumbs  html body.kbase-article-s main#maincontent {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs html body.blog-category-index main#maincontent ol,nav.breadcrumbs  html body.blog-post-view main#maincontent ol,nav.breadcrumbs  html body.blog-home-index main#maincontent ol,nav.breadcrumbs  html body.blog-search-result main#maincontent ol,nav.breadcrumbs  html body.blog-category-view main#maincontent ol,nav.breadcrumbs  html body.blog-tag-view main#maincontent ol,nav.breadcrumbs  html body.kbase-article-view main#maincontent ol,nav.breadcrumbs  html body.kbase-category-view main#maincontent ol,nav.breadcrumbs  html body.kbase-article-s main#maincontent ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.blog-category-index main#maincontent ol,nav.breadcrumbs  html body.blog-post-view main#maincontent ol,nav.breadcrumbs  html body.blog-home-index main#maincontent ol,nav.breadcrumbs  html body.blog-search-result main#maincontent ol,nav.breadcrumbs  html body.blog-category-view main#maincontent ol,nav.breadcrumbs  html body.blog-tag-view main#maincontent ol,nav.breadcrumbs  html body.kbase-article-view main#maincontent ol,nav.breadcrumbs  html body.kbase-category-view main#maincontent ol,nav.breadcrumbs  html body.kbase-article-s main#maincontent ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.blog-category-index main#maincontent.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.blog-post-view main#maincontent.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.blog-home-index main#maincontent.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.blog-search-result main#maincontent.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.blog-category-view main#maincontent.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.blog-tag-view main#maincontent.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.kbase-article-view main#maincontent.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.kbase-category-view main#maincontent.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.kbase-article-s main#maincontent.justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index main#maincontent, html body.blog-post-view main#maincontent, html body.blog-home-index main#maincontent, html body.blog-search-result main#maincontent, html body.blog-category-view main#maincontent, html body.blog-tag-view main#maincontent, html body.kbase-article-view main#maincontent, html body.kbase-category-view main#maincontent, html body.kbase-article-s main#maincontent {
    margin-bottom: 100px;
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

html body.blog-category-index main#maincontent .columns, html body.blog-post-view main#maincontent .columns, html body.blog-home-index main#maincontent .columns, html body.blog-search-result main#maincontent .columns, html body.blog-category-view main#maincontent .columns, html body.blog-tag-view main#maincontent .columns, html body.kbase-article-view main#maincontent .columns, html body.kbase-category-view main#maincontent .columns, html body.kbase-article-s main#maincontent .columns {
  display: flex;
  flex-direction: row-reverse;
  gap: 2rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.blog-category-index main#maincontent .columns.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.blog-post-view main#maincontent .columns.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.blog-home-index main#maincontent .columns.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.blog-search-result main#maincontent .columns.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.blog-category-view main#maincontent .columns.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.blog-tag-view main#maincontent .columns.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.kbase-article-view main#maincontent .columns.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.kbase-category-view main#maincontent .columns.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div html body.kbase-article-s main#maincontent .columns.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.blog-category-index main#maincontent .columns aside, html body.blog-post-view main#maincontent .columns aside, html body.blog-home-index main#maincontent .columns aside, html body.blog-search-result main#maincontent .columns aside, html body.blog-category-view main#maincontent .columns aside, html body.blog-tag-view main#maincontent .columns aside, html body.kbase-article-view main#maincontent .columns aside, html body.kbase-category-view main#maincontent .columns aside, html body.kbase-article-s main#maincontent .columns aside {
  display: none;
  width: 25%;
}

@media (min-width: 1024px) {
  html body.blog-category-index main#maincontent .columns aside, html body.blog-post-view main#maincontent .columns aside, html body.blog-home-index main#maincontent .columns aside, html body.blog-search-result main#maincontent .columns aside, html body.blog-category-view main#maincontent .columns aside, html body.blog-tag-view main#maincontent .columns aside, html body.kbase-article-view main#maincontent .columns aside, html body.kbase-category-view main#maincontent .columns aside, html body.kbase-article-s main#maincontent .columns aside {
    display: block;
  }

  #gallery html body.blog-category-index main#maincontent .columns aside.fixed .amasty-label-container,#gallery  html body.blog-post-view main#maincontent .columns aside.fixed .amasty-label-container,#gallery  html body.blog-home-index main#maincontent .columns aside.fixed .amasty-label-container,#gallery  html body.blog-search-result main#maincontent .columns aside.fixed .amasty-label-container,#gallery  html body.blog-category-view main#maincontent .columns aside.fixed .amasty-label-container,#gallery  html body.blog-tag-view main#maincontent .columns aside.fixed .amasty-label-container,#gallery  html body.kbase-article-view main#maincontent .columns aside.fixed .amasty-label-container,#gallery  html body.kbase-category-view main#maincontent .columns aside.fixed .amasty-label-container,#gallery  html body.kbase-article-s main#maincontent .columns aside.fixed .amasty-label-container {
    display: none;
  }
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3), html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3), html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3), html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3), html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3), html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3), html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3), html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3), html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) {
  display: none;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .text-center, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .text-center, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .text-center, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .text-center, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .text-center, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .text-center, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .text-center, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .text-center, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .text-center {
  display: none;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:number,
                html body.blog-category-index main#maincontent .columns aside a:has(img),
                html body.blog-post-view main#maincontent .columns aside .bmx\:number,
                html body.blog-post-view main#maincontent .columns aside a:has(img),
                html body.blog-home-index main#maincontent .columns aside .bmx\:number,
                html body.blog-home-index main#maincontent .columns aside a:has(img),
                html body.blog-search-result main#maincontent .columns aside .bmx\:number,
                html body.blog-search-result main#maincontent .columns aside a:has(img),
                html body.blog-category-view main#maincontent .columns aside .bmx\:number,
                html body.blog-category-view main#maincontent .columns aside a:has(img),
                html body.blog-tag-view main#maincontent .columns aside .bmx\:number,
                html body.blog-tag-view main#maincontent .columns aside a:has(img),
                html body.kbase-article-view main#maincontent .columns aside .bmx\:number,
                html body.kbase-article-view main#maincontent .columns aside a:has(img),
                html body.kbase-category-view main#maincontent .columns aside .bmx\:number,
                html body.kbase-category-view main#maincontent .columns aside a:has(img),
                html body.kbase-article-s main#maincontent .columns aside .bmx\:number,
                html body.kbase-article-s main#maincontent .columns aside a:has(img) {
  display: none;
}

html body.blog-category-index main#maincontent .columns aside input[type="search"], html body.blog-post-view main#maincontent .columns aside input[type="search"], html body.blog-home-index main#maincontent .columns aside input[type="search"], html body.blog-search-result main#maincontent .columns aside input[type="search"], html body.blog-category-view main#maincontent .columns aside input[type="search"], html body.blog-tag-view main#maincontent .columns aside input[type="search"], html body.kbase-article-view main#maincontent .columns aside input[type="search"], html body.kbase-category-view main#maincontent .columns aside input[type="search"], html body.kbase-article-s main#maincontent .columns aside input[type="search"] {
  height: 46px;
  border-radius: .5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-top: 0.375rem;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  outline-width: 0px !important;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}

html body.blog-category-index main#maincontent .columns aside input[type="search"]::-moz-placeholder, html body.blog-post-view main#maincontent .columns aside input[type="search"]::-moz-placeholder, html body.blog-home-index main#maincontent .columns aside input[type="search"]::-moz-placeholder, html body.blog-search-result main#maincontent .columns aside input[type="search"]::-moz-placeholder, html body.blog-category-view main#maincontent .columns aside input[type="search"]::-moz-placeholder, html body.blog-tag-view main#maincontent .columns aside input[type="search"]::-moz-placeholder, html body.kbase-article-view main#maincontent .columns aside input[type="search"]::-moz-placeholder, html body.kbase-category-view main#maincontent .columns aside input[type="search"]::-moz-placeholder, html body.kbase-article-s main#maincontent .columns aside input[type="search"]::-moz-placeholder {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index main#maincontent .columns aside input[type="search"]::placeholder, html body.blog-post-view main#maincontent .columns aside input[type="search"]::placeholder, html body.blog-home-index main#maincontent .columns aside input[type="search"]::placeholder, html body.blog-search-result main#maincontent .columns aside input[type="search"]::placeholder, html body.blog-category-view main#maincontent .columns aside input[type="search"]::placeholder, html body.blog-tag-view main#maincontent .columns aside input[type="search"]::placeholder, html body.kbase-article-view main#maincontent .columns aside input[type="search"]::placeholder, html body.kbase-category-view main#maincontent .columns aside input[type="search"]::placeholder, html body.kbase-article-s main#maincontent .columns aside input[type="search"]::placeholder {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index main#maincontent .columns aside input[type="search"] + button svg, html body.blog-post-view main#maincontent .columns aside input[type="search"] + button svg, html body.blog-home-index main#maincontent .columns aside input[type="search"] + button svg, html body.blog-search-result main#maincontent .columns aside input[type="search"] + button svg, html body.blog-category-view main#maincontent .columns aside input[type="search"] + button svg, html body.blog-tag-view main#maincontent .columns aside input[type="search"] + button svg, html body.kbase-article-view main#maincontent .columns aside input[type="search"] + button svg, html body.kbase-category-view main#maincontent .columns aside input[type="search"] + button svg, html body.kbase-article-s main#maincontent .columns aside input[type="search"] + button svg {
  margin-right: 0.375rem;
  margin-top: 2px;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index main#maincontent .columns aside input[type="search" i]::-webkit-search-cancel-button, html body.blog-post-view main#maincontent .columns aside input[type="search" i]::-webkit-search-cancel-button, html body.blog-home-index main#maincontent .columns aside input[type="search" i]::-webkit-search-cancel-button, html body.blog-search-result main#maincontent .columns aside input[type="search" i]::-webkit-search-cancel-button, html body.blog-category-view main#maincontent .columns aside input[type="search" i]::-webkit-search-cancel-button, html body.blog-tag-view main#maincontent .columns aside input[type="search" i]::-webkit-search-cancel-button, html body.kbase-article-view main#maincontent .columns aside input[type="search" i]::-webkit-search-cancel-button, html body.kbase-category-view main#maincontent .columns aside input[type="search" i]::-webkit-search-cancel-button, html body.kbase-article-s main#maincontent .columns aside input[type="search" i]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

html body.blog-category-index main#maincontent .columns aside .blog__sidebar-category-tree,
                html body.blog-category-index main#maincontent .columns aside .blog__sidebar-recent,
                html body.blog-category-index main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.blog-category-index main#maincontent .columns aside .bmx\:card,
                html body.blog-post-view main#maincontent .columns aside .blog__sidebar-category-tree,
                html body.blog-post-view main#maincontent .columns aside .blog__sidebar-recent,
                html body.blog-post-view main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.blog-post-view main#maincontent .columns aside .bmx\:card,
                html body.blog-home-index main#maincontent .columns aside .blog__sidebar-category-tree,
                html body.blog-home-index main#maincontent .columns aside .blog__sidebar-recent,
                html body.blog-home-index main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.blog-home-index main#maincontent .columns aside .bmx\:card,
                html body.blog-search-result main#maincontent .columns aside .blog__sidebar-category-tree,
                html body.blog-search-result main#maincontent .columns aside .blog__sidebar-recent,
                html body.blog-search-result main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.blog-search-result main#maincontent .columns aside .bmx\:card,
                html body.blog-category-view main#maincontent .columns aside .blog__sidebar-category-tree,
                html body.blog-category-view main#maincontent .columns aside .blog__sidebar-recent,
                html body.blog-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.blog-category-view main#maincontent .columns aside .bmx\:card,
                html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-category-tree,
                html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-recent,
                html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.blog-tag-view main#maincontent .columns aside .bmx\:card,
                html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-category-tree,
                html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-recent,
                html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.kbase-article-view main#maincontent .columns aside .bmx\:card,
                html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-category-tree,
                html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-recent,
                html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.kbase-category-view main#maincontent .columns aside .bmx\:card,
                html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-category-tree,
                html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-recent,
                html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.kbase-article-s main#maincontent .columns aside .bmx\:card {
  border-radius: .5rem;
  border-bottom-width: 1px;
  border-color: rgb(54 61 107 / 0.1);
  padding: 1.5rem !important;
  padding-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index main#maincontent .columns aside .blog__sidebar-category-tree .title, html body.blog-category-index main#maincontent .columns aside .blog__sidebar-recent .title, html body.blog-category-index main#maincontent .columns aside .blog__sidebar-tag-cloud .title, html body.blog-category-index main#maincontent .columns aside .bmx\:card .title, html body.blog-post-view main#maincontent .columns aside .blog__sidebar-category-tree .title, html body.blog-post-view main#maincontent .columns aside .blog__sidebar-recent .title, html body.blog-post-view main#maincontent .columns aside .blog__sidebar-tag-cloud .title, html body.blog-post-view main#maincontent .columns aside .bmx\:card .title, html body.blog-home-index main#maincontent .columns aside .blog__sidebar-category-tree .title, html body.blog-home-index main#maincontent .columns aside .blog__sidebar-recent .title, html body.blog-home-index main#maincontent .columns aside .blog__sidebar-tag-cloud .title, html body.blog-home-index main#maincontent .columns aside .bmx\:card .title, html body.blog-search-result main#maincontent .columns aside .blog__sidebar-category-tree .title, html body.blog-search-result main#maincontent .columns aside .blog__sidebar-recent .title, html body.blog-search-result main#maincontent .columns aside .blog__sidebar-tag-cloud .title, html body.blog-search-result main#maincontent .columns aside .bmx\:card .title, html body.blog-category-view main#maincontent .columns aside .blog__sidebar-category-tree .title, html body.blog-category-view main#maincontent .columns aside .blog__sidebar-recent .title, html body.blog-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .title, html body.blog-category-view main#maincontent .columns aside .bmx\:card .title, html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-category-tree .title, html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-recent .title, html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-tag-cloud .title, html body.blog-tag-view main#maincontent .columns aside .bmx\:card .title, html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-category-tree .title, html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-recent .title, html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-tag-cloud .title, html body.kbase-article-view main#maincontent .columns aside .bmx\:card .title, html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-category-tree .title, html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-recent .title, html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .title, html body.kbase-category-view main#maincontent .columns aside .bmx\:card .title, html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-category-tree .title, html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-recent .title, html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-tag-cloud .title, html body.kbase-article-s main#maincontent .columns aside .bmx\:card .title {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index main#maincontent .columns aside .blog__sidebar-category-tree .content li, html body.blog-category-index main#maincontent .columns aside .blog__sidebar-recent .content li, html body.blog-category-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content li, html body.blog-category-index main#maincontent .columns aside .bmx\:card .content li, html body.blog-post-view main#maincontent .columns aside .blog__sidebar-category-tree .content li, html body.blog-post-view main#maincontent .columns aside .blog__sidebar-recent .content li, html body.blog-post-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content li, html body.blog-post-view main#maincontent .columns aside .bmx\:card .content li, html body.blog-home-index main#maincontent .columns aside .blog__sidebar-category-tree .content li, html body.blog-home-index main#maincontent .columns aside .blog__sidebar-recent .content li, html body.blog-home-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content li, html body.blog-home-index main#maincontent .columns aside .bmx\:card .content li, html body.blog-search-result main#maincontent .columns aside .blog__sidebar-category-tree .content li, html body.blog-search-result main#maincontent .columns aside .blog__sidebar-recent .content li, html body.blog-search-result main#maincontent .columns aside .blog__sidebar-tag-cloud .content li, html body.blog-search-result main#maincontent .columns aside .bmx\:card .content li, html body.blog-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content li, html body.blog-category-view main#maincontent .columns aside .blog__sidebar-recent .content li, html body.blog-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content li, html body.blog-category-view main#maincontent .columns aside .bmx\:card .content li, html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-category-tree .content li, html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-recent .content li, html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content li, html body.blog-tag-view main#maincontent .columns aside .bmx\:card .content li, html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-category-tree .content li, html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-recent .content li, html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content li, html body.kbase-article-view main#maincontent .columns aside .bmx\:card .content li, html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content li, html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-recent .content li, html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content li, html body.kbase-category-view main#maincontent .columns aside .bmx\:card .content li, html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-category-tree .content li, html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-recent .content li, html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-tag-cloud .content li, html body.kbase-article-s main#maincontent .columns aside .bmx\:card .content li {
  margin-top: 0px;
  margin-bottom: 0px;
}

html body.blog-category-index main#maincontent .columns aside .blog__sidebar-category-tree .content a, html body.blog-category-index main#maincontent .columns aside .blog__sidebar-recent .content a, html body.blog-category-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, html body.blog-category-index main#maincontent .columns aside .bmx\:card .content a, html body.blog-post-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, html body.blog-post-view main#maincontent .columns aside .blog__sidebar-recent .content a, html body.blog-post-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, html body.blog-post-view main#maincontent .columns aside .bmx\:card .content a, html body.blog-home-index main#maincontent .columns aside .blog__sidebar-category-tree .content a, html body.blog-home-index main#maincontent .columns aside .blog__sidebar-recent .content a, html body.blog-home-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, html body.blog-home-index main#maincontent .columns aside .bmx\:card .content a, html body.blog-search-result main#maincontent .columns aside .blog__sidebar-category-tree .content a, html body.blog-search-result main#maincontent .columns aside .blog__sidebar-recent .content a, html body.blog-search-result main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, html body.blog-search-result main#maincontent .columns aside .bmx\:card .content a, html body.blog-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, html body.blog-category-view main#maincontent .columns aside .blog__sidebar-recent .content a, html body.blog-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, html body.blog-category-view main#maincontent .columns aside .bmx\:card .content a, html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-recent .content a, html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, html body.blog-tag-view main#maincontent .columns aside .bmx\:card .content a, html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-recent .content a, html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, html body.kbase-article-view main#maincontent .columns aside .bmx\:card .content a, html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-recent .content a, html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, html body.kbase-category-view main#maincontent .columns aside .bmx\:card .content a, html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-category-tree .content a, html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-recent .content a, html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, html body.kbase-article-s main#maincontent .columns aside .bmx\:card .content a {
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

.widget ul[role="list"] li .list-item-rating-wrapper svg + html body.blog-category-index main#maincontent .columns aside .blog__sidebar-category-tree .content a, .widget ol.product-items li .list-item-rating-wrapper svg + html body.blog-category-index main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg + html body.blog-category-index main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg + html body.blog-category-index main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg + html body.blog-category-index main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg + html body.blog-category-index main#maincontent .columns aside .blog__sidebar-category-tree .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .blog__sidebar-recent .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .blog__sidebar-recent .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .bmx\:card .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-index main#maincontent .columns aside .bmx\:card .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-category-tree .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-recent .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-recent .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .bmx\:card .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-post-view main#maincontent .columns aside .bmx\:card .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-category-tree .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-category-tree .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-recent .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-recent .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .bmx\:card .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-home-index main#maincontent .columns aside .bmx\:card .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-category-tree .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-category-tree .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-recent .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-recent .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .blog__sidebar-tag-cloud .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .bmx\:card .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-search-result main#maincontent .columns aside .bmx\:card .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-recent .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-recent .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .bmx\:card .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-category-view main#maincontent .columns aside .bmx\:card .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-category-tree .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-recent .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-recent .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .bmx\:card .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.blog-tag-view main#maincontent .columns aside .bmx\:card .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-category-tree .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-recent .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-recent .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .bmx\:card .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-view main#maincontent .columns aside .bmx\:card .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-recent .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-recent .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .bmx\:card .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-category-view main#maincontent .columns aside .bmx\:card .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-category-tree .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-category-tree .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-category-tree .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-category-tree .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-recent .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-recent .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-recent .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-recent .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-tag-cloud .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-tag-cloud .content a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .bmx\:card .content a, .widget ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .bmx\:card .content a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .bmx\:card .content a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  html body.kbase-article-s main#maincontent .columns aside .bmx\:card .content a {
  margin-left: 0px;
  font-size: 12px;
}

html body.blog-category-index main#maincontent .columns aside .blog__sidebar-category-tree .content a:hover, html body.blog-category-index main#maincontent .columns aside .blog__sidebar-recent .content a:hover, html body.blog-category-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content a:hover, html body.blog-category-index main#maincontent .columns aside .bmx\:card .content a:hover, html body.blog-post-view main#maincontent .columns aside .blog__sidebar-category-tree .content a:hover, html body.blog-post-view main#maincontent .columns aside .blog__sidebar-recent .content a:hover, html body.blog-post-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a:hover, html body.blog-post-view main#maincontent .columns aside .bmx\:card .content a:hover, html body.blog-home-index main#maincontent .columns aside .blog__sidebar-category-tree .content a:hover, html body.blog-home-index main#maincontent .columns aside .blog__sidebar-recent .content a:hover, html body.blog-home-index main#maincontent .columns aside .blog__sidebar-tag-cloud .content a:hover, html body.blog-home-index main#maincontent .columns aside .bmx\:card .content a:hover, html body.blog-search-result main#maincontent .columns aside .blog__sidebar-category-tree .content a:hover, html body.blog-search-result main#maincontent .columns aside .blog__sidebar-recent .content a:hover, html body.blog-search-result main#maincontent .columns aside .blog__sidebar-tag-cloud .content a:hover, html body.blog-search-result main#maincontent .columns aside .bmx\:card .content a:hover, html body.blog-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content a:hover, html body.blog-category-view main#maincontent .columns aside .blog__sidebar-recent .content a:hover, html body.blog-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a:hover, html body.blog-category-view main#maincontent .columns aside .bmx\:card .content a:hover, html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-category-tree .content a:hover, html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-recent .content a:hover, html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a:hover, html body.blog-tag-view main#maincontent .columns aside .bmx\:card .content a:hover, html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-category-tree .content a:hover, html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-recent .content a:hover, html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a:hover, html body.kbase-article-view main#maincontent .columns aside .bmx\:card .content a:hover, html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-category-tree .content a:hover, html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-recent .content a:hover, html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .content a:hover, html body.kbase-category-view main#maincontent .columns aside .bmx\:card .content a:hover, html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-category-tree .content a:hover, html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-recent .content a:hover, html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-tag-cloud .content a:hover, html body.kbase-article-s main#maincontent .columns aside .bmx\:card .content a:hover {
  text-decoration-line: none;
}

html body.blog-category-index main#maincontent .columns aside .blog__sidebar-category-tree .blog__post-featured-image, html body.blog-category-index main#maincontent .columns aside .blog__sidebar-recent .blog__post-featured-image, html body.blog-category-index main#maincontent .columns aside .blog__sidebar-tag-cloud .blog__post-featured-image, html body.blog-category-index main#maincontent .columns aside .bmx\:card .blog__post-featured-image, html body.blog-post-view main#maincontent .columns aside .blog__sidebar-category-tree .blog__post-featured-image, html body.blog-post-view main#maincontent .columns aside .blog__sidebar-recent .blog__post-featured-image, html body.blog-post-view main#maincontent .columns aside .blog__sidebar-tag-cloud .blog__post-featured-image, html body.blog-post-view main#maincontent .columns aside .bmx\:card .blog__post-featured-image, html body.blog-home-index main#maincontent .columns aside .blog__sidebar-category-tree .blog__post-featured-image, html body.blog-home-index main#maincontent .columns aside .blog__sidebar-recent .blog__post-featured-image, html body.blog-home-index main#maincontent .columns aside .blog__sidebar-tag-cloud .blog__post-featured-image, html body.blog-home-index main#maincontent .columns aside .bmx\:card .blog__post-featured-image, html body.blog-search-result main#maincontent .columns aside .blog__sidebar-category-tree .blog__post-featured-image, html body.blog-search-result main#maincontent .columns aside .blog__sidebar-recent .blog__post-featured-image, html body.blog-search-result main#maincontent .columns aside .blog__sidebar-tag-cloud .blog__post-featured-image, html body.blog-search-result main#maincontent .columns aside .bmx\:card .blog__post-featured-image, html body.blog-category-view main#maincontent .columns aside .blog__sidebar-category-tree .blog__post-featured-image, html body.blog-category-view main#maincontent .columns aside .blog__sidebar-recent .blog__post-featured-image, html body.blog-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .blog__post-featured-image, html body.blog-category-view main#maincontent .columns aside .bmx\:card .blog__post-featured-image, html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-category-tree .blog__post-featured-image, html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-recent .blog__post-featured-image, html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-tag-cloud .blog__post-featured-image, html body.blog-tag-view main#maincontent .columns aside .bmx\:card .blog__post-featured-image, html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-category-tree .blog__post-featured-image, html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-recent .blog__post-featured-image, html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-tag-cloud .blog__post-featured-image, html body.kbase-article-view main#maincontent .columns aside .bmx\:card .blog__post-featured-image, html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-category-tree .blog__post-featured-image, html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-recent .blog__post-featured-image, html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud .blog__post-featured-image, html body.kbase-category-view main#maincontent .columns aside .bmx\:card .blog__post-featured-image, html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-category-tree .blog__post-featured-image, html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-recent .blog__post-featured-image, html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-tag-cloud .blog__post-featured-image, html body.kbase-article-s main#maincontent .columns aside .bmx\:card .blog__post-featured-image {
  display: none;
}

html body.blog-category-index main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.blog-category-index main#maincontent .columns aside .blog__sidebar-rss-link,
                html body.blog-post-view main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.blog-post-view main#maincontent .columns aside .blog__sidebar-rss-link,
                html body.blog-home-index main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.blog-home-index main#maincontent .columns aside .blog__sidebar-rss-link,
                html body.blog-search-result main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.blog-search-result main#maincontent .columns aside .blog__sidebar-rss-link,
                html body.blog-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.blog-category-view main#maincontent .columns aside .blog__sidebar-rss-link,
                html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.blog-tag-view main#maincontent .columns aside .blog__sidebar-rss-link,
                html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.kbase-article-view main#maincontent .columns aside .blog__sidebar-rss-link,
                html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.kbase-category-view main#maincontent .columns aside .blog__sidebar-rss-link,
                html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-tag-cloud,
                html body.kbase-article-s main#maincontent .columns aside .blog__sidebar-rss-link {
  display: none;
}

html body.blog-category-index main#maincontent .columns .column.main, html body.blog-post-view main#maincontent .columns .column.main, html body.blog-home-index main#maincontent .columns .column.main, html body.blog-search-result main#maincontent .columns .column.main, html body.blog-category-view main#maincontent .columns .column.main, html body.blog-tag-view main#maincontent .columns .column.main, html body.kbase-article-view main#maincontent .columns .column.main, html body.kbase-category-view main#maincontent .columns .column.main, html body.kbase-article-s main#maincontent .columns .column.main {
  width: 100%;
}

@media (min-width: 1024px) {
  html body.blog-category-index main#maincontent .columns .column.main, html body.blog-post-view main#maincontent .columns .column.main, html body.blog-home-index main#maincontent .columns .column.main, html body.blog-search-result main#maincontent .columns .column.main, html body.blog-category-view main#maincontent .columns .column.main, html body.blog-tag-view main#maincontent .columns .column.main, html body.kbase-article-view main#maincontent .columns .column.main, html body.kbase-category-view main#maincontent .columns .column.main, html body.kbase-article-s main#maincontent .columns .column.main {
    width: 75% !important;
  }
}

html body.blog-category-index main#maincontent .blog__post-list-wrapper .blog__post-list, html body.blog-post-view main#maincontent .blog__post-list-wrapper .blog__post-list, html body.blog-home-index main#maincontent .blog__post-list-wrapper .blog__post-list, html body.blog-search-result main#maincontent .blog__post-list-wrapper .blog__post-list, html body.blog-category-view main#maincontent .blog__post-list-wrapper .blog__post-list, html body.blog-tag-view main#maincontent .blog__post-list-wrapper .blog__post-list, html body.kbase-article-view main#maincontent .blog__post-list-wrapper .blog__post-list, html body.kbase-category-view main#maincontent .blog__post-list-wrapper .blog__post-list, html body.kbase-article-s main#maincontent .blog__post-list-wrapper .blog__post-list {
  gap: 1.5rem;
}

html body.blog-category-index main#maincontent .blog__post-list-wrapper .blog__post-item, html body.blog-post-view main#maincontent .blog__post-list-wrapper .blog__post-item, html body.blog-home-index main#maincontent .blog__post-list-wrapper .blog__post-item, html body.blog-search-result main#maincontent .blog__post-list-wrapper .blog__post-item, html body.blog-category-view main#maincontent .blog__post-list-wrapper .blog__post-item, html body.blog-tag-view main#maincontent .blog__post-list-wrapper .blog__post-item, html body.kbase-article-view main#maincontent .blog__post-list-wrapper .blog__post-item, html body.kbase-category-view main#maincontent .blog__post-list-wrapper .blog__post-item, html body.kbase-article-s main#maincontent .blog__post-list-wrapper .blog__post-item {
  flex-direction: column;
  border-bottom-width: 1px;
  border-color: rgb(54 61 107 / 0.1);
  padding-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index main#maincontent .blog__post-list-wrapper .blog__post-item, html body.blog-post-view main#maincontent .blog__post-list-wrapper .blog__post-item, html body.blog-home-index main#maincontent .blog__post-list-wrapper .blog__post-item, html body.blog-search-result main#maincontent .blog__post-list-wrapper .blog__post-item, html body.blog-category-view main#maincontent .blog__post-list-wrapper .blog__post-item, html body.blog-tag-view main#maincontent .blog__post-list-wrapper .blog__post-item, html body.kbase-article-view main#maincontent .blog__post-list-wrapper .blog__post-item, html body.kbase-category-view main#maincontent .blog__post-list-wrapper .blog__post-item, html body.kbase-article-s main#maincontent .blog__post-list-wrapper .blog__post-item {
    flex-direction: row;
  }
}

html body.blog-category-index main#maincontent .blog__post-list-wrapper .blog__post-item:last-child, html body.blog-post-view main#maincontent .blog__post-list-wrapper .blog__post-item:last-child, html body.blog-home-index main#maincontent .blog__post-list-wrapper .blog__post-item:last-child, html body.blog-search-result main#maincontent .blog__post-list-wrapper .blog__post-item:last-child, html body.blog-category-view main#maincontent .blog__post-list-wrapper .blog__post-item:last-child, html body.blog-tag-view main#maincontent .blog__post-list-wrapper .blog__post-item:last-child, html body.kbase-article-view main#maincontent .blog__post-list-wrapper .blog__post-item:last-child, html body.kbase-category-view main#maincontent .blog__post-list-wrapper .blog__post-item:last-child, html body.kbase-article-s main#maincontent .blog__post-list-wrapper .blog__post-item:last-child {
  margin-bottom: 2.5rem;
}

html body.blog-category-index main#maincontent .blog__post-list-wrapper .blog__post-title, html body.blog-post-view main#maincontent .blog__post-list-wrapper .blog__post-title, html body.blog-home-index main#maincontent .blog__post-list-wrapper .blog__post-title, html body.blog-search-result main#maincontent .blog__post-list-wrapper .blog__post-title, html body.blog-category-view main#maincontent .blog__post-list-wrapper .blog__post-title, html body.blog-tag-view main#maincontent .blog__post-list-wrapper .blog__post-title, html body.kbase-article-view main#maincontent .blog__post-list-wrapper .blog__post-title, html body.kbase-category-view main#maincontent .blog__post-list-wrapper .blog__post-title, html body.kbase-article-s main#maincontent .blog__post-list-wrapper .blog__post-title {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 32px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index main#maincontent .blog__post-list-wrapper .blog__post-title:hover, html body.blog-post-view main#maincontent .blog__post-list-wrapper .blog__post-title:hover, html body.blog-home-index main#maincontent .blog__post-list-wrapper .blog__post-title:hover, html body.blog-search-result main#maincontent .blog__post-list-wrapper .blog__post-title:hover, html body.blog-category-view main#maincontent .blog__post-list-wrapper .blog__post-title:hover, html body.blog-tag-view main#maincontent .blog__post-list-wrapper .blog__post-title:hover, html body.kbase-article-view main#maincontent .blog__post-list-wrapper .blog__post-title:hover, html body.kbase-category-view main#maincontent .blog__post-list-wrapper .blog__post-title:hover, html body.kbase-article-s main#maincontent .blog__post-list-wrapper .blog__post-title:hover {
  text-decoration-line: underline;
}

html body.blog-category-index main#maincontent .blog__post-list-wrapper .blog__post-title, html body.blog-post-view main#maincontent .blog__post-list-wrapper .blog__post-title, html body.blog-home-index main#maincontent .blog__post-list-wrapper .blog__post-title, html body.blog-search-result main#maincontent .blog__post-list-wrapper .blog__post-title, html body.blog-category-view main#maincontent .blog__post-list-wrapper .blog__post-title, html body.blog-tag-view main#maincontent .blog__post-list-wrapper .blog__post-title, html body.kbase-article-view main#maincontent .blog__post-list-wrapper .blog__post-title, html body.kbase-category-view main#maincontent .blog__post-list-wrapper .blog__post-title, html body.kbase-article-s main#maincontent .blog__post-list-wrapper .blog__post-title {
  font-weight: bold;
}

html body.blog-category-index main#maincontent .blog__post-list-wrapper .blog__post-meta, html body.blog-post-view main#maincontent .blog__post-list-wrapper .blog__post-meta, html body.blog-home-index main#maincontent .blog__post-list-wrapper .blog__post-meta, html body.blog-search-result main#maincontent .blog__post-list-wrapper .blog__post-meta, html body.blog-category-view main#maincontent .blog__post-list-wrapper .blog__post-meta, html body.blog-tag-view main#maincontent .blog__post-list-wrapper .blog__post-meta, html body.kbase-article-view main#maincontent .blog__post-list-wrapper .blog__post-meta, html body.kbase-category-view main#maincontent .blog__post-list-wrapper .blog__post-meta, html body.kbase-article-s main#maincontent .blog__post-list-wrapper .blog__post-meta {
  font-size: 14px;
  color: rgb(54 61 107 / 0.7);
}

html body.blog-category-index main#maincontent .blog__post-list-wrapper .blog__post-meta svg, html body.blog-post-view main#maincontent .blog__post-list-wrapper .blog__post-meta svg, html body.blog-home-index main#maincontent .blog__post-list-wrapper .blog__post-meta svg, html body.blog-search-result main#maincontent .blog__post-list-wrapper .blog__post-meta svg, html body.blog-category-view main#maincontent .blog__post-list-wrapper .blog__post-meta svg, html body.blog-tag-view main#maincontent .blog__post-list-wrapper .blog__post-meta svg, html body.kbase-article-view main#maincontent .blog__post-list-wrapper .blog__post-meta svg, html body.kbase-category-view main#maincontent .blog__post-list-wrapper .blog__post-meta svg, html body.kbase-article-s main#maincontent .blog__post-list-wrapper .blog__post-meta svg {
  margin-top: -0.125rem;
  height: 1rem;
  width: 1rem;
}

html body.blog-category-index main#maincontent .blog__post-list-wrapper .blog__post-excerpt, html body.blog-post-view main#maincontent .blog__post-list-wrapper .blog__post-excerpt, html body.blog-home-index main#maincontent .blog__post-list-wrapper .blog__post-excerpt, html body.blog-search-result main#maincontent .blog__post-list-wrapper .blog__post-excerpt, html body.blog-category-view main#maincontent .blog__post-list-wrapper .blog__post-excerpt, html body.blog-tag-view main#maincontent .blog__post-list-wrapper .blog__post-excerpt, html body.kbase-article-view main#maincontent .blog__post-list-wrapper .blog__post-excerpt, html body.kbase-category-view main#maincontent .blog__post-list-wrapper .blog__post-excerpt, html body.kbase-article-s main#maincontent .blog__post-list-wrapper .blog__post-excerpt {
  font-size: 16px;
  line-height: 30px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more, html body.blog-post-view main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more, html body.blog-home-index main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more, html body.blog-search-result main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more, html body.blog-category-view main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more, html body.blog-tag-view main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more, html body.kbase-article-view main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more, html body.kbase-category-view main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more, html body.kbase-article-s main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more:hover, html body.blog-post-view main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more:hover, html body.blog-home-index main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more:hover, html body.blog-search-result main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more:hover, html body.blog-category-view main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more:hover, html body.blog-tag-view main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more:hover, html body.kbase-article-view main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more:hover, html body.kbase-category-view main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more:hover, html body.kbase-article-s main#maincontent .blog__post-list-wrapper .blog__post-excerpt a.read-more:hover {
  text-decoration-line: underline;
}

html body.blog-category-index main#maincontent .blog__post-list-wrapper .blog__post-footer, html body.blog-post-view main#maincontent .blog__post-list-wrapper .blog__post-footer, html body.blog-home-index main#maincontent .blog__post-list-wrapper .blog__post-footer, html body.blog-search-result main#maincontent .blog__post-list-wrapper .blog__post-footer, html body.blog-category-view main#maincontent .blog__post-list-wrapper .blog__post-footer, html body.blog-tag-view main#maincontent .blog__post-list-wrapper .blog__post-footer, html body.kbase-article-view main#maincontent .blog__post-list-wrapper .blog__post-footer, html body.kbase-category-view main#maincontent .blog__post-list-wrapper .blog__post-footer, html body.kbase-article-s main#maincontent .blog__post-list-wrapper .blog__post-footer {
  font-size: 14px;
  color: rgb(54 61 107 / 0.7);
}

html body.blog-category-index main#maincontent .blog__post-list-wrapper .blog__post-footer svg, html body.blog-post-view main#maincontent .blog__post-list-wrapper .blog__post-footer svg, html body.blog-home-index main#maincontent .blog__post-list-wrapper .blog__post-footer svg, html body.blog-search-result main#maincontent .blog__post-list-wrapper .blog__post-footer svg, html body.blog-category-view main#maincontent .blog__post-list-wrapper .blog__post-footer svg, html body.blog-tag-view main#maincontent .blog__post-list-wrapper .blog__post-footer svg, html body.kbase-article-view main#maincontent .blog__post-list-wrapper .blog__post-footer svg, html body.kbase-category-view main#maincontent .blog__post-list-wrapper .blog__post-footer svg, html body.kbase-article-s main#maincontent .blog__post-list-wrapper .blog__post-footer svg {
  margin-top: -0.125rem;
  height: 1rem;
  width: 1rem;
}

.blog-post-view h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  .blog-post-view h1 {
    margin-left: 0
  }
}

.blog-post-view h1 {
  font-weight: bold;
}

.blog-post-view .mx-mb-20:has(img) {
  position: relative;
  margin-bottom: 2.5rem;
  height: 560px;
  width: 100%;
  overflow: hidden;
  border-radius: .5rem;
}

.blog-post-view .mx-mb-20:has(img) img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].blog-post-view .mx-mb-20:has(img) img.right-0:has([\@click="open=false"]) {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].blog-post-view .mx-mb-20:has(img) img.right-0:has([\@click="open=false"]).justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].blog-post-view .mx-mb-20:has(img) img.right-0:has([\@click="open=false"]) {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].blog-post-view .mx-mb-20:has(img) img.right-0:has([\@click="open=false"]) + div {
  padding-top: 0px;
}

.blog-post-view .mx-mb-30:has(.blog__post-footer),
    .blog-post-view .blog__post-meta {
  margin-top: 0.25rem;
  font-size: 14px;
  color: rgb(54 61 107 / 0.7);
}

.blog-post-view .mx-mb-30:has(.blog__post-footer) span, .blog-post-view .blog__post-meta span {
  color: rgb(54 61 107 / 0.7);
}

.blog-post-view .mx-mb-30:has(.blog__post-footer) svg, .blog-post-view .blog__post-meta svg {
  margin-top: -0.125rem;
  height: 1rem;
  width: 1rem;
}

.blog-post-view .mx-content, .blog-post-view .bmx\:content {
  color: rgb(54, 61, 107);
  max-width: 100%;
  /* Base prose styles */
  font-size: 1rem;
  line-height: 1.75;
}

.blog-post-view .mx-content :where(h1, h2, h3, h4, h5, h6):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(h1, h2, h3, h4, h5, h6):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where([class~=lead]):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where([class~=lead]):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(h1):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(h1):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

.blog-post-view .mx-content :where(h2):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(h2):not(:where([class~=not-prose] *)) {
  font-size: 1.5rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.blog-post-view .mx-content :where(h3):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(h3):not(:where([class~=not-prose] *)) {
  font-size: 1.25em;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.blog-post-view .mx-content :where(h4):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(h4):not(:where([class~=not-prose] *)) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

.blog-post-view .mx-content :where(p):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(p):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(a):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(a):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-decoration: underline;
}

.blog-post-view .mx-content :where(a):not(:where([class~=not-prose] *)):hover, .blog-post-view .bmx\:content :where(a):not(:where([class~=not-prose] *)):hover {
  text-decoration: none;
}

.blog-post-view .mx-content :where(blockquote):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(blockquote):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(figure):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(figure):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(figcaption):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(figcaption):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(strong):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(strong):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(em):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(em):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(ol):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(ol):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: auto;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

.blog-post-view .mx-content :where(ul):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(ul):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: disc;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

.blog-post-view .mx-content :where(li):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(li):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(ul>li):not(:where([class~=not-prose] *))::marker, .blog-post-view .bmx\:content :where(ul>li):not(:where([class~=not-prose] *))::marker {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(ul>li, ol>li):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(ul>li, ol>li):not(:where([class~=not-prose] *)) {
  padding-left: .375em;
}

.blog-post-view .mx-content :where(table):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(table):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(thead):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(thead):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(tr):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(tr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(th):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(th):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(td):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(td):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(img):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(img):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(video):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(video):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(hr):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(hr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

.blog-post-view .mx-content :where(code):not(:where([class~=not-prose] *)), .blog-post-view .bmx\:content :where(code):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body .bmx\:card-title {
  align-items: flex-start;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body .bmx\:card-title::after {
  display: none !important;
}

html body  .bmx\:list-inline li::after {
  background-color: rgb(54 61 107 / 0.7);
}

body .bmx\:text-subdued {
  color: rgb(54 61 107 / 0.7);
}

body .bmx\:link {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body .bmx\:link:hover {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

body .bmx\:link svg path {
  fill: currentColor;
}

body .bmx\:mask {
  background-color: rgb(54 61 107 / 0.1);
}

body .bmx\:category-badge {
  display: none;
}

body.blog-home-index .column.main > .bmx\:min-h-250 {
  max-height: 400px !important;
}

body.blog-post-view .bmx\:card-title + .mb-12 .rounded.shadow.bmx\:mask {
  max-height: 280px !important;
}

body.blog-post-view [x-data="initBlogPost()"] .bmx\:card {
  border-style: none;
  padding: 0px;
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

html body.kbase-category-view .column.main {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  html body.kbase-category-view .column.main {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  html body.kbase-category-view .column.main {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  html body.kbase-category-view .column.main {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  html body.kbase-category-view .column.main {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  html body.kbase-category-view .column.main {
    max-width: 1536px;
  }
}

html body.kbase-category-view .column.main {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

html body.hyva_checkout-index-index #header > html body.kbase-category-view .column.main > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > html body.kbase-category-view .column.main > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > html body.kbase-category-view .column.main > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > html body.kbase-category-view .column.main:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > html body.kbase-category-view .column.main:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > html body.kbase-category-view .column.main:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs html body.kbase-category-view .column.main {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.kbase-category-view .column.main {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs html body.kbase-category-view .column.main ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.kbase-category-view .column.main ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }

  html body.kbase-category-view .column.main {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

html body.kbase-category-view .column.main .kb__search-box {
  padding: 1rem;
}

@media (min-width: 1024px) {
  html body.kbase-category-view .column.main .kb__search-box {
    padding: 2rem;
  }
}

html body.kbase-category-view .column.main .kb__search-box input {
  font-size: 16px;
}

@media (min-width: 1024px) {
  html body.kbase-category-view .column.main .kb__search-box input {
    font-size: 20px;
  }
}

html body.kbase .kb__search-result h1 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1), html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1), html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1), html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1), html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1), html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1), html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1), html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1), html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb__search-result h1.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb__search-result h1.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.kbase .kb__search-box {
  margin-bottom: 1.5rem;
  border-radius: .5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding: 1rem;
}

html body.kbase .kb__search-box .input-text {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.kbase .kb__search-box .input-text::-moz-placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.kbase .kb__search-box .input-text::placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.kbase .kb__search-box .input-text {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.kbase .kb__search-box .input-text:focus {
  border-style: none !important;
}

html body.kbase .kb__search-box .input-text:focus::-moz-placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.kbase .kb__search-box .input-text:focus::placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.kbase .kb__search-box .input-text:focus {
  outline-width: 2px;
  outline-color: #363d6b;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body.kbase .kb__search-box .input-text {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

html body.kbase .kb__search-box button {
  right: 1rem;
}

html body.kbase main#maincontent .columns .column.main {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) {
  width: 100% !important;
}

html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card {
  border-radius: .5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding: 1rem;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title {
  margin-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1), html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1), html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1), html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1), html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1), html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1), html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1), html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1), html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2 {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1), html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1), html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1), html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1), html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1), html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1), html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1), html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1), html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card .kb__category-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card a {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) .kb__category.card a:hover {
  text-decoration-line: underline;
}

html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) ol li {
  margin-bottom: 0.5rem;
}

html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) ol + .kb__category-view {
  margin-top: 1.25rem;
}

html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) ol + .kb__category-view a {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.kbase main#maincontent .columns .column.main:has(.kb-category__grid) ol + .kb__category-view a:hover {
  text-decoration-line: underline;
}

html body.kbase .block-collapsible-content {
  border-radius: .5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding: 1rem;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.kbase .block-collapsible-content a:hover {
  text-decoration-line: underline;
}

.widget ul[role="list"] li .list-item-rating-wrapper svg + html body.kbase .block-collapsible-content a:hover, .widget ol.product-items li .list-item-rating-wrapper svg + html body.kbase .block-collapsible-content a:hover, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg + html body.kbase .block-collapsible-content a:hover, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg + html body.kbase .block-collapsible-content a:hover, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg + html body.kbase .block-collapsible-content a:hover, .products.products-grid ol.product-items li .list-item-rating-wrapper svg + html body.kbase .block-collapsible-content a:hover {
  margin-left: 0px;
  font-size: 12px;
}

html body.kbase .block-collapsible-content .collapsible-control {
  display: flex;
  --tw-translate-x: -0.5rem;
  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;
  align-items: center;
  justify-content: center;
  border-radius: .5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.kbase .block-collapsible-content .collapsible-control.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.kbase .block-collapsible-content .collapsible-control:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

html body.kbase .block-collapsible-content .collapsible-control svg {
  --tw-scale-x: 80%;
  --tw-scale-y: 80%;
  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));
}

html body.kbase .kb-article__categories,
    html body.kbase .kb-article__tags {
  opacity: 0.5;
}

html body.kbase .kb-article__body {
  color: rgb(54, 61, 107);
  max-width: 100%;
  /* Base prose styles */
  font-size: 1rem;
  line-height: 1.75;
}

html body.kbase .kb-article__body :where(h1, h2, h3, h4, h5, h6):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where([class~=lead]):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(h1):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

html body.kbase .kb-article__body :where(h2):not(:where([class~=not-prose] *)) {
  font-size: 1.5rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.kbase .kb-article__body :where(h3):not(:where([class~=not-prose] *)) {
  font-size: 1.25em;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.kbase .kb-article__body :where(h4):not(:where([class~=not-prose] *)) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.kbase .kb-article__body :where(p):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(a):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-decoration: underline;
}

html body.kbase .kb-article__body :where(a):not(:where([class~=not-prose] *)):hover {
  text-decoration: none;
}

html body.kbase .kb-article__body :where(blockquote):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(figure):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(figcaption):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(strong):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(em):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(ol):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: auto;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

html body.kbase .kb-article__body :where(ul):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: disc;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

html body.kbase .kb-article__body :where(li):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(ul>li):not(:where([class~=not-prose] *))::marker {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(ul>li, ol>li):not(:where([class~=not-prose] *)) {
  padding-left: .375em;
}

html body.kbase .kb-article__body :where(table):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(thead):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(tr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(th):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(td):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(img):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(video):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(hr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body :where(code):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.kbase .kb-article__body table {
  width: 100% !important;
  overflow: auto;
}

@media (min-width: 768px) {
  html body.kbase .kb-article__body table {
    width: initial !important;
  }
}

html body.kbase .kb-articles__article.card {
  border-radius: .5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  padding: 1rem;
  padding-left: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.kbase .kb-articles__article.card a {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1), html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1), html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1), html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1), html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1), html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1), html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1), html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1), html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-post-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-home-index html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-search-result html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.blog-tag-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-category-view html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1, html body.kbase-article-s html body.kbase .kb-articles__article.card a.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.kbase .kb-articles__article.card a:hover {
  text-decoration-line: underline;
}

html body.kbase-article-s {
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

html body.cms-page-view h1 {
  margin-left: -0.5rem;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  html body.cms-page-view h1 {
    margin-left: 0px;
  }
}

html body.cms-page-view .columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  html body.cms-page-view .columns {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  html body.cms-page-view .columns {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  html body.cms-page-view .columns {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  html body.cms-page-view .columns {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  html body.cms-page-view .columns {
    max-width: 1536px;
  }
}

html body.cms-page-view .columns {
  padding-bottom: 1.5rem;
}

html body.hyva_checkout-index-index #header > html body.cms-page-view .columns > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > html body.cms-page-view .columns > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > html body.cms-page-view .columns > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > html body.cms-page-view .columns:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > html body.cms-page-view .columns:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > html body.cms-page-view .columns:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs html body.cms-page-view .columns {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.cms-page-view .columns {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs html body.cms-page-view .columns ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs html body.cms-page-view .columns ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }
}

html body.cms-page-view .column.main {
  color: rgb(54, 61, 107);
  max-width: 100%;
  /* Base prose styles */
  font-size: 1rem;
  line-height: 1.75;
}

html body.cms-page-view .column.main :where(h1, h2, h3, h4, h5, h6):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where([class~=lead]):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(h1):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

html body.cms-page-view .column.main :where(h2):not(:where([class~=not-prose] *)) {
  font-size: 1.5rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.cms-page-view .column.main :where(h3):not(:where([class~=not-prose] *)) {
  font-size: 1.25em;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.cms-page-view .column.main :where(h4):not(:where([class~=not-prose] *)) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.cms-page-view .column.main :where(p):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(a):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-decoration: underline;
}

html body.cms-page-view .column.main :where(a):not(:where([class~=not-prose] *)):hover {
  text-decoration: none;
}

html body.cms-page-view .column.main :where(blockquote):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(figure):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(figcaption):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(strong):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(em):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(ol):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: auto;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

html body.cms-page-view .column.main :where(ul):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: disc;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

html body.cms-page-view .column.main :where(li):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(ul>li):not(:where([class~=not-prose] *))::marker {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(ul>li, ol>li):not(:where([class~=not-prose] *)) {
  padding-left: .375em;
}

html body.cms-page-view .column.main :where(table):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(thead):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(tr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(th):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(td):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(img):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(video):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(hr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main :where(code):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.cms-page-view .column.main {
  --tw-text-opacity: 1 !important;
  color: rgb(54 61 107 / var(--tw-text-opacity)) !important;
}

html body.cms-page-view .column.main :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.cms-page-view .column.main :is(:where(p):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.cms-page-view .column.main :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.cms-page-view .column.main:hover :is(:where(a):not(:where([class~="not-prose"] *))) {
  text-decoration-line: underline;
}

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

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

html body.hyva_checkout-index-index #header > .container > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > .container > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > .container > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

body.checkout-onepage-success h1 {
  margin-left: -0.5rem;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  body.checkout-onepage-success h1 {
    margin-left: 0px;
  }
}

body.checkout-onepage-success .columns {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  body.checkout-onepage-success .columns {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  body.checkout-onepage-success .columns {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  body.checkout-onepage-success .columns {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  body.checkout-onepage-success .columns {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  body.checkout-onepage-success .columns {
    max-width: 1536px;
  }
}

body.checkout-onepage-success .columns {
  padding-bottom: 1.5rem;
}

html body.hyva_checkout-index-index #header > body.checkout-onepage-success .columns > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > body.checkout-onepage-success .columns > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > body.checkout-onepage-success .columns > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > body.checkout-onepage-success .columns:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > body.checkout-onepage-success .columns:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > body.checkout-onepage-success .columns:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs body.checkout-onepage-success .columns {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs body.checkout-onepage-success .columns {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs body.checkout-onepage-success .columns ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs body.checkout-onepage-success .columns ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }
}

body.checkout-onepage-success .column.main {
  color: rgb(54, 61, 107);
  max-width: 100%;
  /* Base prose styles */
  font-size: 1rem;
  line-height: 1.75;
}

body.checkout-onepage-success .column.main :where(h1, h2, h3, h4, h5, h6):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where([class~=lead]):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(h1):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

body.checkout-onepage-success .column.main :where(h2):not(:where([class~=not-prose] *)) {
  font-size: 1.5rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

body.checkout-onepage-success .column.main :where(h3):not(:where([class~=not-prose] *)) {
  font-size: 1.25em;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

body.checkout-onepage-success .column.main :where(h4):not(:where([class~=not-prose] *)) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

body.checkout-onepage-success .column.main :where(p):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(a):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-decoration: underline;
}

body.checkout-onepage-success .column.main :where(a):not(:where([class~=not-prose] *)):hover {
  text-decoration: none;
}

body.checkout-onepage-success .column.main :where(blockquote):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(figure):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(figcaption):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(strong):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(em):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(ol):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: auto;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

body.checkout-onepage-success .column.main :where(ul):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: disc;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

body.checkout-onepage-success .column.main :where(li):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(ul>li):not(:where([class~=not-prose] *))::marker {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(ul>li, ol>li):not(:where([class~=not-prose] *)) {
  padding-left: .375em;
}

body.checkout-onepage-success .column.main :where(table):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(thead):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(tr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(th):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(td):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(img):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(video):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(hr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main :where(code):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.checkout-onepage-success .column.main {
  --tw-text-opacity: 1 !important;
  color: rgb(54 61 107 / var(--tw-text-opacity)) !important;
}

body.checkout-onepage-success .column.main :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body.checkout-onepage-success .column.main :is(:where(p):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body.checkout-onepage-success .column.main :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body.checkout-onepage-success .column.main:hover :is(:where(a):not(:where([class~="not-prose"] *))) {
  text-decoration-line: underline;
}

/* Define your component or module overrides here */

/*
* Accent - https://accentinteractive.nl
*
* @usage see README.md
*/

/* Desktop menu */

.desktop-menu-panel-wrapper {
  border-bottom-right-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
  box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5);
}

.desktop-menu-panel-wrapper > ul {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

.desktop-menu-panel-wrapper > ul > li {
  border-width: 0px;
  font-family: Poppins, sans-serif;
}

.desktop-menu-panel-wrapper > ul > li:nth-child(1) {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1), html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1), html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1), html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1), html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1), html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1), html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1), html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1), html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li:nth-child(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
}

.desktop-menu-panel-wrapper > ul > li .level-2 {
  padding: 0px;
}

.desktop-menu-panel-wrapper > ul > li .level-2 > a {
  border-radius: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.desktop-menu-panel-wrapper > ul > li .level-2 > a:active {
  --tw-scale-x: 98%;
  --tw-scale-y: 98%;
  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));
}

.desktop-menu-panel-wrapper > ul > li ul {
  gap: 0px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(241 243 254 / var(--tw-border-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0px;
  padding-right: 0px;
}

.desktop-menu-panel-wrapper > ul > li ul li:has(:not(button)) a {
  border-radius: 0px !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  padding-left: 1.5rem !important;
  padding-right: 0.75rem !important;
}

.desktop-menu-panel-wrapper > ul > li ul > li {
  border-width: 0px;
}

.desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) {
  padding: 0px;
  font-family: Poppins, sans-serif;
}

.desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a {
  display: flex;
  padding-top: 1rem !important;
  padding-bottom: 1.25rem !important;
  padding-left: 1.5rem;
  padding-right: 0.75rem;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1), html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1), html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1), html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1), html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1), html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1), html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1), html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1), html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-post-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-home-index .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-search-result .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.blog-tag-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-category-view .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1, html body.kbase-article-s .desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div.desktop-menu-panel-wrapper > ul > li ul > li:nth-child(1) > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

/* Mobile menu */

[x-ref="mobileMenuTrigger"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

[x-ref="mobileMenuTrigger"] svg {
  height: 62px;
  width: 62px;
}

[x-ref="mobileMenuTrigger"] + [x-ref="mobileMenuNavLinks"] {
  left: 0px;
  z-index: 999999999;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

[x-ref="mobileMenuTrigger"] + [x-ref="mobileMenuNavLinks"] > ul > li button[aria-haspopup="true"] div {
  border-style: none;
}

[x-ref="mobileMenuTrigger"] + [x-ref="mobileMenuNavLinks"] > ul > li ul.menu-level-1,
                    [x-ref="mobileMenuTrigger"] + [x-ref="mobileMenuNavLinks"] > ul > li ul.menu-level-2,
                    [x-ref="mobileMenuTrigger"] + [x-ref="mobileMenuNavLinks"] > ul > li ul.menu-level-3 {
  --tw-translate-x: 0%;
}

[x-ref="mobileMenuTrigger"] + [x-ref="mobileMenuNavLinks"] > ul > li ul button.bg-container {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

.product_addtocart_form .price-label {
  display: none;
}

.product_addtocart_form .old-price {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(168 168 168 / var(--tw-text-opacity));
  text-decoration-line: line-through;
}

header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .product_addtocart_form .old-price {
  font-size: 16px;
}

header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .product_addtocart_form .old-price[x-text="'(' + searchResult.num_results + ')'"] {
  font-size: 14px;
  color: rgb(54 61 107 / 0.6);
}

.product_addtocart_form .price-box.price-final_price:has(.old-price) {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.25rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div.product_addtocart_form .price-box.price-final_price:has(.old-price).justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body .product-item.product_addtocart_form .price-box.price-final_price:has(.normal-price):not(:has(.old-price)) .price-container,
    html body .product-item.product_addtocart_form .price-box.price-final_price:has(.normal-price):not(:has(.old-price)) .price-label {
  display: flex !important;
}

html body .product-item.product_addtocart_form .price-box.price-final_price:has(.normal-price):not(:has(.old-price)) .price-container {
  gap: 0.375rem;
}

html body .product-item.product_addtocart_form .price-box.price-final_price:has(.normal-price):not(:has(.old-price)) .price-label {
  font-size: 12px;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body .product-item.product_addtocart_form .price-box.price-final_price .old-price {
  text-decoration-line: none!important;
  --tw-text-opacity: 1 !important;
  color: rgb(168 168 168 / var(--tw-text-opacity)) !important;
  opacity: 1 !important;
}

html body .product-item.product_addtocart_form .price-box.price-final_price .old-price span.price {
  text-decoration-line: line-through;
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

.page.messages {
  position: absolute;
  z-index: 999999;
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].page.messages.right-0:has([\@click="open=false"]) {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].page.messages.right-0:has([\@click="open=false"]).justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].page.messages.right-0:has([\@click="open=false"]) {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].page.messages.right-0:has([\@click="open=false"]) + div {
  padding-top: 0px;
}

.page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child, .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child {
  border-left-width: 12px;
  --tw-border-opacity: 1;
  border-color: rgb(0 128 1 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(203 229 202 / var(--tw-bg-opacity));
}

.page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a, .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a {
  font-weight: 700;
  text-decoration-line: underline;
}

html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1), html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1), html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1), html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1), html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1), html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1), html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1), html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1), html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1),html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1), html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1), html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1), html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1), html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1), html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1), html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1), html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1), html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1,html body.blog-category-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-post-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-home-index  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-search-result  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.blog-tag-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-category-view  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1, html body.kbase-article-s  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

.widget ul[role="list"] li .list-item-rating-wrapper svg + .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a, .widget ol.product-items li .list-item-rating-wrapper svg + .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg + .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg + .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg + .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg + .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a,.widget ul[role="list"] li .list-item-rating-wrapper svg +  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a, .widget ol.product-items li .list-item-rating-wrapper svg +  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg +  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg +  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg +  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a, .products.products-grid ol.product-items li .list-item-rating-wrapper svg +  .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a {
  margin-left: 0px;
  font-size: 12px;
}

.page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:first-child [x-html="message.text"] a:hover, .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child [x-html="message.text"] a:hover {
  text-decoration-line: none;
}

.page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] > div:last-child, .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:last-child {
  top: 1rem !important;
}

.page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-success"] svg, .page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] svg {
  fill: #008001;
}

.page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] > div:first-child {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 215 218 / var(--tw-bg-opacity));
}

.page.messages [x-data="initMessages()"] > [role="alert"] [ui-id="message-error"] svg {
  fill: #ef4444;
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

/* Header */

#header {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column-reverse;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div#header.justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  #header {
    flex-direction: column;
  }
}

#header nav[aria-labelledby="customer-menu"] {
  border-radius: 5px;
  border-color: rgb(54 61 107 / 0.1);
}

#header nav[aria-labelledby="customer-menu"] a {
  border-radius: 5px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#header nav[aria-labelledby="customer-menu"] a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

/* Logo */

#header-logo-wrapper {
  position: absolute;
  top: 0.5rem;
  left: 50%;
  display: flex;
  max-width: 120px;
  --tw-translate-x: -50%;
  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));
  align-items: center;
  justify-content: center;
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]#header-logo-wrapper.right-0:has([\@click="open=false"]) {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]#header-logo-wrapper.right-0:has([\@click="open=false"]).justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]#header-logo-wrapper.right-0:has([\@click="open=false"]) {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]#header-logo-wrapper.right-0:has([\@click="open=false"]) + div {
  padding-top: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div#header-logo-wrapper.justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  #header-logo-wrapper {
    top: 0.5rem;
    max-width: 150px;
    justify-content: flex-start;
  }
}

@media (min-width: 1024px) {
  #header-logo-wrapper {
    position: relative;
    top: 0px;
    left: 0px;
    --tw-translate-x: 0px;
    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));
    justify-content: flex-start;
  }
}

#header-logo-wrapper > a {
  max-width: 138px;
}

/* search bar */

#header-usp + div {
  height: 56px;
  max-width: 100% !important;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1024px) {
  #header-usp + div {
    width: 100% !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  @media (min-width: 640px) {
    #header-usp + div {
      max-width: 640px !important;
    }
  }

  @media (min-width: 768px) {
    #header-usp + div {
      max-width: 768px !important;
    }
  }

  @media (min-width: 1024px) {
    #header-usp + div {
      max-width: 1024px !important;
    }
  }

  @media (min-width: 1280px) {
    #header-usp + div {
      max-width: 1280px !important;
    }
  }

  @media (min-width: 1536px) {
    #header-usp + div {
      max-width: 1536px !important;
    }
  }

  #header-usp + div {
    height: 72px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

header.page-header #search-content {
  width: 100%;
  border-radius: .5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  header.page-header #search-content {
    width: 500px;
  }
}

header.page-header #search-content #elasticsuite-search-container {
  padding: 0px;
}

header.page-header #search-content #elasticsuite-search-container [x-data="initMiniSearchComponent()"] {
  border-radius: .5rem;
  padding: 0px;
}

header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .text-sm {
  font-size: 16px;
}

header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .text-sm[x-text="'(' + searchResult.num_results + ')'"] {
  font-size: 14px;
  color: rgb(54 61 107 / 0.6);
}

header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .italic.text-gray-500 {
  color: #363d6b80;
}

header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"] {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1), html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1), html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1), html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1), html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1), html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1), html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1), html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1), html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-post-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-home-index header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-search-result header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.blog-tag-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-category-view header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1, html body.kbase-article-s header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .col-span-3 [x-text="searchResult.title"].text-3xl:has(h1) h1 {
  margin-left: 0px;
}

header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .price {
  font-weight: 400 !important;
}

header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .price-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-top: 0.25rem;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] labelheader.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .price-box {
  margin-bottom: 1rem;
  padding: 0px;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] labelheader.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .price-box input[type="radio"] {
  margin-right: 0.125rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divheader.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .price-box.justify-between {
  flex-direction: column;
  gap: 1rem;
}

header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .price-label {
  display: none;
}

header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .old-price .price {
  font-size: 12px;
  font-weight: 400 !important;
  text-decoration-line: line-through;
  opacity: 0.5;
}

header.page-header #search-content form.minisearch:has(#search_autocomplete.autocomplete-open > div > div ) input#search {
  box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5)!important;
}

header.page-header #search-content form.minisearch {
  width: 100%;
  max-width: 100%;
  border-radius: .5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0px;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 1024px) {
  header.page-header #search-content form.minisearch {
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  }
}

header.page-header #search-content form.minisearch input#search {
  height: 2.5rem;
  width: 100%;
  max-width: 100%;
  border-radius: .5rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-top: 0.375rem;
  font-size: 16px;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

header.page-header #search-content form.minisearch input#search::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 61 107 / var(--tw-placeholder-opacity));
}

header.page-header #search-content form.minisearch input#search::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(54 61 107 / var(--tw-placeholder-opacity));
}

header.page-header #search-content form.minisearch input#search {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

header.page-header #search-content form.minisearch input#search::-moz-placeholder {
  font-size: 14px;
}

header.page-header #search-content form.minisearch input#search::placeholder {
  font-size: 14px;
}

header.page-header #search-content form.minisearch input#search:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

@media (min-width: 1024px) {
  header.page-header #search-content form.minisearch input#search {
    height: 46px;
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  }
}

header.page-header #search-content form.minisearch input#search:focus {
}

header.page-header #search-content form.minisearch input[type="search" i]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

/* Menu icons */

#header-icons {
  position: absolute;
  top: 0.625rem;
  right: 0.5rem;
  gap: 0px;
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]#header-icons.right-0:has([\@click="open=false"]) {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]#header-icons.right-0:has([\@click="open=false"]).justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]#header-icons.right-0:has([\@click="open=false"]) {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]#header-icons.right-0:has([\@click="open=false"]) + div {
  padding-top: 0px;
}

@media (min-width: 1024px) {
  #header-icons {
    position: relative;
    top: 0px;
    right: 0px;
  }
}

#header-icons #customer-dropdown-wrapper {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div#header-icons #customer-dropdown-wrapper.justify-between {
  flex-direction: column;
  gap: 1rem;
}

#header-icons #customer-dropdown-wrapper button#customer-menu {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div#header-icons #customer-dropdown-wrapper button#customer-menu.justify-between {
  flex-direction: column;
  gap: 1rem;
}

#header-icons #customer-dropdown-wrapper button#customer-menu:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

#header-icons #customer-dropdown-wrapper button#customer-menu:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

@media (min-width: 1024px) {
  #header-icons #customer-dropdown-wrapper button#customer-menu {
    --tw-text-opacity: 1;
    color: rgb(54 61 107 / var(--tw-text-opacity));
  }
}

#header-icons #customer-dropdown-wrapper button#customer-menu + nav {
  margin-right: 0px;
  margin-top: 0px;
  border-radius: .5rem;
  border-width: 1px;
  border-color: rgb(54 61 107 / 0.1);
}

#header-icons #customer-dropdown-wrapper button#customer-menu + nav a {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

#header-icons #menu-cart-icon {
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div#header-icons #menu-cart-icon.justify-between {
  flex-direction: column;
  gap: 1rem;
}

#header-icons #menu-cart-icon:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

#header-icons #menu-cart-icon:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#header-icons #menu-cart-icon:hover svg {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

#header-icons #menu-cart-icon svg {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  #header-icons #menu-cart-icon svg {
    --tw-text-opacity: 1;
    color: rgb(54 61 107 / var(--tw-text-opacity));
  }
}

#header-icons #menu-cart-icon span[x-text="cart.summary_count"] {
  top: 4px;
  right: 10px;
  display: flex;
  height: 1.35rem;
  width: 1.35rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 60 25 / var(--tw-bg-opacity));
  font-size: 11px;
  line-height: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div#header-icons #menu-cart-icon span[x-text="cart.summary_count"].justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  #header-icons #menu-cart-icon span[x-text="cart.summary_count"] {
    top: 2px;
    right: 2px;
  }
}

#header-usp .header-usp-item {
  display: none;
}

@media (min-width: 1024px) {
  #header-usp .header-usp-item {
    display: flex;
  }
}

#header-usp .header-usp-item:nth-child(1) {
  display: flex;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div#header-usp .header-usp-item:nth-child(1).justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  #header-usp .header-usp-item:nth-child(1) {
    --tw-text-opacity: 1;
    color: rgb(54 61 107 / var(--tw-text-opacity));
  }
}

/* Final overrides */

@media (min-width: 1024px) {
  html body:not(.checkout-onepage) header #customer-menu svg,
html body:not(.checkout-onepage) header #menu-cart-icon svg {
    height: 2.2rem;
    width: 2.2rem;
    stroke: #fff;
  }

  html body:not(.checkout-onepage) .page-header #header,
html body:not(.checkout-onepage) .page-header #header-usp + div,
html body:not(.checkout-onepage) .page-header #header-usp {
    --tw-bg-opacity: 1;
    background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  }

  html body:not(.checkout-onepage) .page-header #header-usp + div {
    order: 1;
    height: 78px;
  }

  html body:not(.checkout-onepage) .page-header #header-usp + div + div {
    order: 2;
    height: 54px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  html body:not(.checkout-onepage) .page-header #header-usp + div + div li.level-0 > button, html body:not(.checkout-onepage) .page-header #header-usp + div + div a.level-0 {
    height: 54px;
    --tw-text-opacity: 1;
    color: rgb(54 61 107 / var(--tw-text-opacity));
  }

  html body:not(.checkout-onepage) .page-header #header-usp + div + div li.level-0 > button {
    font-weight: 600;
  }

  html body:not(.checkout-onepage) .page-header #header-usp + div + div li.level-0 > button svg {
    --tw-text-opacity: 1;
    color: rgb(54 61 107 / var(--tw-text-opacity));
  }

  html body:not(.checkout-onepage) .page-header #header-usp + div + div [x-ref="nav-desktop"] ul + ul li.level-0 button {
    font-weight: 400;
  }

  html body:not(.checkout-onepage) .page-header #header-usp {
    order: 3;
  }

  html body:not(.checkout-onepage) .page-header #header-usp > div {
    height: 36px;
  }

  html body:not(.checkout-onepage) #header-usp .header-usp-item:nth-child(1),
html body:not(.checkout-onepage) #header-usp .header-usp-item:nth-child(1) + div,
html body:not(.checkout-onepage) #header-usp .header-usp-item:nth-child(1) + div + div {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  html body:not(.checkout-onepage) header.page-header #search-content form.minisearch input#search {
    height: 50px;
  }

  html body:not(.checkout-onepage) header.page-header #search-content,
html body:not(.checkout-onepage) header.page-header #search-content #elasticsuite-search-container [x-data="initMiniSearchComponent()"],
html body:not(.checkout-onepage) header.page-header #search-content form.minisearch,
html body:not(.checkout-onepage) header.page-header #search-content form.minisearch input#search {
    border-radius: 26px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  html body:not(.checkout-onepage) header form #search_autocomplete {
    margin-top: 68px;
  }

  html body:not(.checkout-onepage) #header-icons #customer-dropdown-wrapper button#customer-menu {
    margin-right: 0.5rem;
  }

  html body:not(.checkout-onepage) #header-icons #customer-dropdown-wrapper button#customer-menu:hover {
    background-color: rgb(255 255 255 / 0.1);
  }

  html body:not(.checkout-onepage) #header-icons #menu-cart-icon:hover:hover {
    background-color: rgb(255 255 255 / 0.1);
  }
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

footer.page-footer {
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) {
  border-radius: 8px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity));
  padding: 1rem;
}

@media (min-width: 1024px) {
  html body.catalog-product-view #reviews:has(.amreview-info-wrapper) {
    max-width: 80%;
    padding: 45px;
  }
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) .amreview-info-wrapper,
    html body.catalog-product-view #reviews:has(.amreview-info-wrapper) .amreview-title-block,
    html body.catalog-product-view #reviews:has(.amreview-info-wrapper) .amreview-rating-label,
    html body.catalog-product-view #reviews:has(.amreview-info-wrapper) .amrev-comment-toolbar,
    html body.catalog-product-view #reviews:has(.amreview-info-wrapper) .amrev-comment-block {
  display: none;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2 {
  margin-top: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

@media (min-width: 1024px) {
  html body.catalog-product-view #reviews:has(.amreview-info-wrapper) h2 {
    margin-top: 0px;
  }
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div {
  border-style: none;
  padding: 0px;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amrev-items-block {
  padding: 0px;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amrev-items-block .review-item {
  position: relative;
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  --tw-border-opacity: 1;
  border-color: rgb(213 213 213 / var(--tw-border-opacity));
  padding-top: 60px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amrev-items-block .review-item.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amrev-items-block .review-item:last-child {
  margin-bottom: 0px;
  border-style: none;
  padding-bottom: 0px;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amstars-rating-container {
  position: absolute;
  top: 0px;
  left: -0.125rem;
  width: 80px;
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amstars-rating-container.right-0:has([\@click="open=false"]) {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amstars-rating-container.right-0:has([\@click="open=false"]).justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amstars-rating-container.right-0:has([\@click="open=false"]) {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amstars-rating-container.right-0:has([\@click="open=false"]) + div {
  padding-top: 0px;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review {
  position: absolute;
  top: 1.75rem;
  left: 0px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.right-0:has([\@click="open=false"]) {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.right-0:has([\@click="open=false"]).justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.right-0:has([\@click="open=false"]) {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-title-review.right-0:has([\@click="open=false"]) + div {
  padding-top: 0px;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-author-details {
  margin: 0px;
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  gap: 0.25rem;
  padding: 0px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity));
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-author-details.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-author-details p {
  margin: 0px;
  padding: 0px;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(165 165 165 / var(--tw-text-opacity));
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description {
  color: rgb(54, 61, 107);
  max-width: 100%;
  /* Base prose styles */
  font-size: 1rem;
  line-height: 1.75;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(h1, h2, h3, h4, h5, h6):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where([class~=lead]):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(h1):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(h2):not(:where([class~=not-prose] *)) {
  font-size: 1.5rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(h3):not(:where([class~=not-prose] *)) {
  font-size: 1.25em;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(h4):not(:where([class~=not-prose] *)) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(p):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(a):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-decoration: underline;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(a):not(:where([class~=not-prose] *)):hover {
  text-decoration: none;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(blockquote):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(figure):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(figcaption):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(strong):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(em):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(ol):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: auto;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(ul):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: disc;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(li):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(ul>li):not(:where([class~=not-prose] *))::marker {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(ul>li, ol>li):not(:where([class~=not-prose] *)) {
  padding-left: .375em;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(table):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(thead):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(tr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(th):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(td):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(img):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(video):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(hr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description :where(code):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amreview-description {
  margin-bottom: 0px;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-container .amreview-text.max-h-\[6\.25rem\] {
  max-height: 112px;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.catalog-product-view #reviews:has(.amreview-info-wrapper) > div .amshowmore-button:hover {
  text-decoration-line: underline;
}

html body.catalog-product-view #maincontent #review-form #product-review-table > div svg {
  height: 1rem;
  width: 1rem;
}

html body.catalog-product-view #maincontent #review-form .text-xl.my-3 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .text-xl.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.catalog-product-view #maincontent #review-form .review-form fieldset legend.text-xs span {
  font-size: 16px;
}

html body.catalog-product-view #maincontent #review-form #product-review-table .table-row .table-cell {
  padding-right: 0;
}

html body.catalog-product-view #maincontent #review-form #product-review-table .table-row .table-cell + div > div {
  display: flex;
  align-items: center;
}

html body.catalog-product-view #maincontent #review-form .field.choice {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] labelhtml body.catalog-product-view #maincontent #review-form .field.choice {
  margin-bottom: 1rem;
  padding: 0px;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] labelhtml body.catalog-product-view #maincontent #review-form .field.choice input[type="radio"] {
  margin-right: 0.125rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.catalog-product-view #maincontent #review-form .field.choice.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.catalog-product-view #maincontent #review-form .field.choice [type="checkbox"] {
  margin: 0;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  padding: 0;
  transition-property: none;
  border: 1px solid #363d6b;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  color: rgb(54 61 107 / var(--tw-text-opacity));
  border-radius: 8px;
}

html body.catalog-product-view #maincontent #review-form .amrev-input {
  width: calc(100% - 170px);
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

#maincontent:has( .accent-widget-brands-grid ) > .container:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > .container:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > .container:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

.form-wishlist-items {
  margin-top: 0px;
}

.form-wishlist-items .product-items {
  margin-bottom: 1.5rem;
  display: grid;
  width: 100%;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

body.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .field-alias-street > .form-wishlist-items .product-items > div:nth-of-type(1) {
  grid-column: span 2 / 3;
}

@media (min-width: 1024px) {
  .form-wishlist-items .product-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .form-wishlist-items .product-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.form-wishlist-items .product-items .product-item {
  width: 100%;
  overflow: hidden;
  padding-bottom: 1rem;
}

.form-wishlist-items .product-items .product-item .product-item-name,
            .form-wishlist-items .product-items .product-item .price-box {
  padding-left: 1rem;
  padding-right: 1rem;
}

.form-wishlist-items .product-items .product-item .product-item-info,
            .form-wishlist-items .product-items .product-item .product-item-photo {
  margin: 0px !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;
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

.page.messages {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0px;
}

.page.messages #messages {
  padding: 0px;
}

.page.messages #messages .messages {
  margin: 0px;
  padding: 0px;
}

html body.checkout-cart-index .page.messages,
html body.customer-account-create .page.messages,
html body.customer-account-forgotpassword .page.messages,
html body.customer-account-login .page.messages {
  margin-top: 1.5rem;
}

html body.checkout-cart-index .page.messages #messages, html body.customer-account-create .page.messages #messages, html body.customer-account-forgotpassword .page.messages #messages, html body.customer-account-login .page.messages #messages {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .page.messages #messages, html body.customer-account-create .page.messages #messages, html body.customer-account-forgotpassword .page.messages #messages, html body.customer-account-login .page.messages #messages {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.catalog-product-view .page.messages {
  position: relative;
  z-index: 10;
  width: 100%;
  padding: 0px;
}

.catalog-product-view .page.messages #messages {
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .catalog-product-view .page.messages #messages {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.cms-home .page.messages #messages,
        .cms-home .page.messages .messages {
  max-width: 100%;
}

.cms-home .page.messages #messages .message, .cms-home .page.messages .messages .message {
  margin: 0px;
  max-width: 100%;
  border-radius: 0px;
  background-color: var(--message);
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.cms-home .page.messages #messages .message > div, .cms-home .page.messages .messages .message > div {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .cms-home .page.messages #messages .message > div, .cms-home .page.messages .messages .message > div {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .cms-home .page.messages #messages .message > div, .cms-home .page.messages .messages .message > div {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .cms-home .page.messages #messages .message > div, .cms-home .page.messages .messages .message > div {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .cms-home .page.messages #messages .message > div, .cms-home .page.messages .messages .message > div {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .cms-home .page.messages #messages .message > div, .cms-home .page.messages .messages .message > div {
    max-width: 1536px;
  }
}

.cms-home .page.messages #messages .message > div, .cms-home .page.messages .messages .message > div {
  border-radius: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.hyva_checkout-index-index #header > .cms-home .page.messages #messages .message > div > a,html body.hyva_checkout-index-index #header >  .cms-home .page.messages .messages .message > div > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > .cms-home .page.messages #messages .message > div > a.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header >  .cms-home .page.messages .messages .message > div > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > .cms-home .page.messages #messages .message > div > a img,html body.hyva_checkout-index-index #header >  .cms-home .page.messages .messages .message > div > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > .cms-home .page.messages #messages .message > div:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  .cms-home .page.messages .messages .message > div:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > .cms-home .page.messages #messages .message > div:has( .page-title ),#maincontent:has( .accent-widget-brands-grid ) >  .cms-home .page.messages .messages .message > div:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > .cms-home .page.messages #messages .message > div:has( .page-title ) h1,#maincontent:has( .accent-widget-brands-grid ) >  .cms-home .page.messages .messages .message > div:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs .cms-home .page.messages #messages .message > div,nav.breadcrumbs  .cms-home .page.messages .messages .message > div {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs .cms-home .page.messages #messages .message > div,nav.breadcrumbs  .cms-home .page.messages .messages .message > div {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs .cms-home .page.messages #messages .message > div ol,nav.breadcrumbs  .cms-home .page.messages .messages .message > div ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs .cms-home .page.messages #messages .message > div ol,nav.breadcrumbs  .cms-home .page.messages .messages .message > div ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }

  .cms-home .page.messages #messages .message > div, .cms-home .page.messages .messages .message > div {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

.dochorse-message-success {
  --message: #E0F0E0;
  --message-text: #008001;
}

.dochorse-message-error {
  --message: #FDECEC;
  --message-text: #dc2626;
}

.dochorse-message-notice,
.dochorse-message-info {
  --message: #f1f3fe;
  --message-text: #363d6b;
}

.dochorse-message-warning {
  --message: #fff7cc;
  --message-text: #f59e0b;
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

.products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

.products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) #toolbar-amount {
  display: none;
}

@media (min-width: 1024px) {
  .products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) #toolbar-amount {
    display: block;
  }

  #gallery .products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) #toolbar-amount.fixed .amasty-label-container {
    display: none;
  }
}

.products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) nav[aria-label="pagination"] li a {
  border-color: rgb(54 61 107 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

.products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) nav[aria-label="pagination"] li a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

.products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) nav[aria-label="pagination"] li a[aria-current="page"] {
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

.products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) .field.limiter select, .products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) .field.sorter select {
  display: none;
  cursor: pointer;
  border-radius: 5px;
  border-color: rgb(54 61 107 / 0.1);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) .field.limiter select:hover, .products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) .field.sorter select:hover {
  border-color: rgb(54 61 107 / 0.3);
}

@media (min-width: 1024px) {
  .products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) .field.limiter select, .products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) .field.sorter select {
    display: block;
  }

  #gallery .products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) .field.limiter select.fixed .amasty-label-container,#gallery  .products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) .field.sorter select.fixed .amasty-label-container {
    display: none;
  }
}

.products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) .field.limiter label span, .products-grid + .toolbar:has( [aria-label="pagination"], [data-role="limiter"] ) .field.sorter label span {
  display: none;
}

.toolbar .toolbar-amount {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

.toolbar label[for="limiter"] span {
  display: none;
}

.toolbar label[for="limiter"] select {
  display: none;
  cursor: pointer;
  border-radius: 5px;
  border-color: rgb(54 61 107 / 0.1);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.toolbar label[for="limiter"] select:hover {
  border-color: rgb(54 61 107 / 0.3);
}

@media (min-width: 1024px) {
  .toolbar label[for="limiter"] select {
    display: block;
  }

  #gallery .toolbar label[for="limiter"] select.fixed .amasty-label-container {
    display: none;
  }
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

nav.breadcrumbs {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

nav.breadcrumbs .container {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs .container {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs .container ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs .container ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }
}

nav.breadcrumbs li {
  font-size: 12px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1), html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1), html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1), html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1), html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1), html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1), html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1), html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1), html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-post-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-home-index nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-search-result nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.blog-tag-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-category-view nav.breadcrumbs li.text-3xl:has(h1) h1, html body.kbase-article-s nav.breadcrumbs li.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

@media (min-width: 1024px) {
  nav.breadcrumbs li {
    font-size: 14px;
  }
}

nav.breadcrumbs li:nth-child(1) {
  font-weight: 600;
  color: rgb(54 61 107 / 0.3);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

nav.breadcrumbs li:nth-child(1):hover {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: underline;
}

nav.breadcrumbs li a:hover {
  text-decoration-line: underline;
}

nav.breadcrumbs li .text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs li:nth-child(2) .separator {
  font-weight: 600;
  color: rgb(54 61 107 / 0.3);
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

#drawer-footer-cart-totals::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 1px;
  width: calc(100%);
  background-color: rgb(54 61 107 / 0.2);
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]#drawer-footer-cart-totals.right-0:has([\@click="open=false"])::before {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]#drawer-footer-cart-totals.right-0:has([\@click="open=false"]).justify-between::before {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]#drawer-footer-cart-totals.right-0:has([\@click="open=false"])::before {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]#drawer-footer-cart-totals.right-0:has([\@click="open=false"]) + div::before {
  padding-top: 0px;
}

@media (min-width: 1024px) {
  #drawer-footer-cart-totals::before {
    left: 1.5rem;
    width: calc(100% - 3rem);
  }
}

#cart-drawer-title {
  font-size: 20px;
}

@media (min-width: 1024px) {
  #cart-drawer-title {
    font-size: 24px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].absolute.right-0:has([\@click="open=false"]) {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].absolute.right-0:has([\@click="open=false"]).justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].absolute.right-0:has([\@click="open=false"]) {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].absolute.right-0:has([\@click="open=false"]) + div {
  padding-top: 0px;
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

.block-products-list {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

@media (min-width: 640px) {
  .block-products-list {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .block-products-list {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .block-products-list {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .block-products-list {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .block-products-list {
    max-width: 1536px;
  }
}

.block-products-list {
  margin-bottom: 50px;
}

html body.hyva_checkout-index-index #header > .block-products-list > a {
  position: relative;
  top: -0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.hyva_checkout-index-index #header > .block-products-list > a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.hyva_checkout-index-index #header > .block-products-list > a img {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  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));
}

#maincontent:has( .accent-widget-brands-grid ) > .block-products-list:has( .page-title ) {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  #maincontent:has( .accent-widget-brands-grid ) > .block-products-list:has( .page-title ) {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

#maincontent:has( .accent-widget-brands-grid ) > .block-products-list:has( .page-title ) h1 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

nav.breadcrumbs .block-products-list {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

@media (min-width: 1024px) {
  nav.breadcrumbs .block-products-list {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
}

nav.breadcrumbs .block-products-list ol {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  nav.breadcrumbs .block-products-list ol {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-top: 18px;
  }

  .block-products-list {
    margin-bottom: 100px;
  }
}

.block-products-list .block-title {
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-create .registration-container > .block-products-list .block-title {
  width: 100%;
}

@media (min-width: 1024px) {
  html body.customer-account-create .registration-container > .block-products-list .block-title {
    width: 50%;
  }
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title {
  display: none;
}

.block-products-list .block-title strong {
  margin-bottom: 2rem;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  line-height: 46px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title strong, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title strong, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title strong, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title strong, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title strong, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title strong, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title strong, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title strong, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + .block-products-list .block-title strong {
  display: none;
}

.block-products-list .block-content .product-item {
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}

.block-products-list .block-content .product-item-link {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

.block-products-list .block-content .price-label {
  display: none;
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

/* Start list item */

.widget ul[role="list"] li, .widget ol.product-items li, .form-wishlist-items ul[role="list"] li, .form-wishlist-items ol.product-items li, .products.products-grid ul[role="list"] li, .products.products-grid ol.product-items li {
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.widget ul[role="list"] li .list-item-rating-wrapper, .widget ol.product-items li .list-item-rating-wrapper, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper, .form-wishlist-items ol.product-items li .list-item-rating-wrapper, .products.products-grid ul[role="list"] li .list-item-rating-wrapper, .products.products-grid ol.product-items li .list-item-rating-wrapper {
  font-size: 12px;
}

.widget ul[role="list"] li .list-item-rating-wrapper svg, .widget ol.product-items li .list-item-rating-wrapper svg, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg, .products.products-grid ol.product-items li .list-item-rating-wrapper svg {
  height: 1rem;
  width: 1rem;
}

.widget ul[role="list"] li .list-item-rating-wrapper svg + .underline, .widget ol.product-items li .list-item-rating-wrapper svg + .underline, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg + .underline, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg + .underline, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg + .underline, .products.products-grid ol.product-items li .list-item-rating-wrapper svg + .underline {
  margin-left: 0px;
  font-size: 12px;
}

.widget ul[role="list"] li:hover, .widget ol.product-items li:hover, .form-wishlist-items ul[role="list"] li:hover, .form-wishlist-items ol.product-items li:hover, .products.products-grid ul[role="list"] li:hover, .products.products-grid ol.product-items li:hover {
  --tw-shadow: 0 20px 25px -5px rgba(172,170,170,0.1),0 8px 10px -6px rgba(4,4,4,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);
}

.widget ul[role="list"] li:hover form, .widget ol.product-items li:hover form, .form-wishlist-items ul[role="list"] li:hover form, .form-wishlist-items ol.product-items li:hover form, .products.products-grid ul[role="list"] li:hover form, .products.products-grid ol.product-items li:hover form {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.widget ul[role="list"] li a, .widget ol.product-items li a, .form-wishlist-items ul[role="list"] li a, .form-wishlist-items ol.product-items li a, .products.products-grid ul[role="list"] li a, .products.products-grid ol.product-items li a {
  font-family: Poppins, sans-serif;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1), html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1), html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1), html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1), html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1), html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1), html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1), html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1), html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1),html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1), html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1), html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1), html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1), html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1), html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1), html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1), html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1), html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1),html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1), html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1), html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1), html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1), html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1), html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1), html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1), html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1), html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1),html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1), html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1), html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1), html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1), html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1), html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1), html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1), html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1), html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1),html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1), html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1), html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1), html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1), html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1), html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1), html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1), html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1), html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1),html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1), html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1), html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1), html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1), html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1), html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1), html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1), html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1), html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view .widget ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s .widget ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .widget ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .widget ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .form-wishlist-items ol.product-items li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ul[role="list"] li a.text-3xl:has(h1) h1,html body.blog-category-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-post-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-home-index  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-search-result  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.blog-tag-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-category-view  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1, html body.kbase-article-s  .products.products-grid ol.product-items li a.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

.widget ul[role="list"] li .price-box, .widget ol.product-items li .price-box, .form-wishlist-items ul[role="list"] li .price-box, .form-wishlist-items ol.product-items li .price-box, .products.products-grid ul[role="list"] li .price-box, .products.products-grid ol.product-items li .price-box {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: flex-end;
  gap: 0.5rem;
  padding-top: 0.25rem;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] label.widget ul[role="list"] li .price-box,html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] label .widget ol.product-items li .price-box,html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] label .form-wishlist-items ul[role="list"] li .price-box,html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] label .form-wishlist-items ol.product-items li .price-box,html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] label .products.products-grid ul[role="list"] li .price-box,html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] label .products.products-grid ol.product-items li .price-box {
  margin-bottom: 1rem;
  padding: 0px;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] label.widget ul[role="list"] li .price-box input[type="radio"],html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] label .widget ol.product-items li .price-box input[type="radio"],html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] label .form-wishlist-items ul[role="list"] li .price-box input[type="radio"],html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] label .form-wishlist-items ol.product-items li .price-box input[type="radio"],html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] label .products.products-grid ul[role="list"] li .price-box input[type="radio"],html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] label .products.products-grid ol.product-items li .price-box input[type="radio"] {
  margin-right: 0.125rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div.widget ul[role="list"] li .price-box.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div .widget ol.product-items li .price-box.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div .form-wishlist-items ul[role="list"] li .price-box.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div .form-wishlist-items ol.product-items li .price-box.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div .products.products-grid ul[role="list"] li .price-box.justify-between,[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div .products.products-grid ol.product-items li .price-box.justify-between {
  flex-direction: column;
  gap: 1rem;
}

.widget ul[role="list"] li .price-label, .widget ol.product-items li .price-label, .form-wishlist-items ul[role="list"] li .price-label, .form-wishlist-items ol.product-items li .price-label, .products.products-grid ul[role="list"] li .price-label, .products.products-grid ol.product-items li .price-label {
  display: none;
}

.widget ul[role="list"] li .old-price .price, .widget ol.product-items li .old-price .price, .form-wishlist-items ul[role="list"] li .old-price .price, .form-wishlist-items ol.product-items li .old-price .price, .products.products-grid ul[role="list"] li .old-price .price, .products.products-grid ol.product-items li .old-price .price {
  font-size: 12px;
  text-decoration-line: line-through;
  opacity: 0.5;
}

.widget ul[role="list"] li .amstockstatus-category, .widget ol.product-items li .amstockstatus-category, .form-wishlist-items ul[role="list"] li .amstockstatus-category, .form-wishlist-items ol.product-items li .amstockstatus-category, .products.products-grid ul[role="list"] li .amstockstatus-category, .products.products-grid ol.product-items li .amstockstatus-category {
  font-size: 12px;
}

html body .product-item-photo .amlabel-position-wrapper {
  z-index: 1;
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-color: rgb(54 61 107 / 0.2);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divaside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ).justify-between {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 768px) {
  aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) {
    position: relative;
    flex-direction: row;
    border-top-width: 1px;
    padding-left: 0px;
    padding-right: 0px;
  }
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) button[aria-controls="filters-content"] {
  border-radius: 5px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) button[aria-controls="filters-content"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) button[aria-controls="filters-content"]:active {
  --tw-scale-x: 98%;
  --tw-scale-y: 98%;
  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));
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) #active-filtering-content {
  margin-right: 160px;
  display: none;
}

@media (min-width: 768px) {
  aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) #active-filtering-content {
    display: flex;
  }
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) #subnav-filter-block .filter-title {
  border-radius: 5px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) #subnav-filter-block .filter-title:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) #subnav-filter-block .filter-title:active {
  --tw-scale-x: 98%;
  --tw-scale-y: 98%;
  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));
}

@media (min-width: 768px) {
  aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) #subnav-filter-block .filter-title {
    margin-left: -0.375rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) #subnav-filter-block .filter-title strong {
  font-size: 16px;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) #subnav-filter-block .filter-title strong {
    font-weight: 400 !important;
    text-transform: none;
  }
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .filter-option:has( input:checked ) {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:first-child {
  margin-bottom: 2rem;
  margin-top: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-create .registration-container > aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:first-child {
  width: 100%;
}

@media (min-width: 1024px) {
  html body.customer-account-create .registration-container > aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:first-child {
    width: 50%;
  }
}

@media (min-width: 768px) {
  aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:first-child {
    margin-top: 0.25rem;
  }
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:first-child span.border-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  border: none;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider .es-range-slider {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider .es-range-slider input + div {
  height: 0.25rem !important;
  border-radius: 9999px;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider .es-range-slider input + div div:nth-child(2) {
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider .es-range-slider input + div .thumb {
  top: 0.125rem;
  height: 1rem;
  width: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  --tw-ring-color: rgb(54 61 107 / 0.5);
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) {
  margin-bottom: 0px;
  margin-top: 1.5rem;
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) .btn-primary {
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-color: rgb(54 61 107 / 0.5);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) .btn-primary:hover {
  opacity: 0.9;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) .btn-primary:active {
  opacity: 1;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .filter-options-content {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .filter-options-content {
    padding-top: 0.75rem;
    padding-left: 0.375rem;
    padding-right: 0.375rem;
    padding-bottom: 0.75rem;
  }
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .filter-options-content li.item a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 5px;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] labelaside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .filter-options-content li.item a {
  margin-bottom: 1rem;
  padding: 0px;
}

html body.checkout-cart-index .column.main .cart-form .lg\:float-right.lg\:sticky .cart-summary #block-shipping [role="radiogroup"] labelaside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .filter-options-content li.item a input[type="radio"] {
  margin-right: 0.125rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divaside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .filter-options-content li.item a.justify-between {
  flex-direction: column;
  gap: 1rem;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .filter-options-content li.item a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .filter-options-content li.item a:active {
  --tw-scale-x: 98%;
  --tw-scale-y: 98%;
  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));
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .filter-options-content li.item a input[type="radio"] {
  height: 0.75rem;
  width: 0.75rem;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .filter-options-content li.item a span.count {
  color: #37417295;
}

body.catalog-category-view #filters-heading, body.catalog-category-view [x-data="initLayeredNavigation()"], html body.catalogsearch-result-index #filters-heading, html body.catalogsearch-result-index [x-data="initLayeredNavigation()"] {
  margin-left: 0px;
}

body.catalog-category-view [x-data="initLayeredNavigation()"], html body.catalogsearch-result-index [x-data="initLayeredNavigation()"] {
  height: 56px;
}

@media (min-width: 768px) {
  body.catalog-category-view [x-data="initLayeredNavigation()"], html body.catalogsearch-result-index [x-data="initLayeredNavigation()"] {
    height: auto;
  }
}

body.catalog-category-view section.filter-current, html body.catalogsearch-result-index section.filter-current {
  padding-left: calc(110px + 0.5rem);
}

@media (min-width: 768px) {
  body.catalog-category-view aside.sidebar.sidebar-main:has( #subnav-filter-block ) #filters-heading, html body.catalogsearch-result-index aside.sidebar.sidebar-main:has( #subnav-filter-block ) #filters-heading {
    margin-left: 140px;
  }

  body.catalog-category-view aside.sidebar.sidebar-main:has( #subnav-filter-block ) [x-data="initLayeredNavigation()"], html body.catalogsearch-result-index aside.sidebar.sidebar-main:has( #subnav-filter-block ) [x-data="initLayeredNavigation()"] {
    margin-left: -140px;
  }
}

body.catalog-category-view aside.sidebar.sidebar-main:has( #subnav-filter-block ) section.filter-current, html body.catalogsearch-result-index aside.sidebar.sidebar-main:has( #subnav-filter-block ) section.filter-current {
  padding-left: calc(250px + 0.5rem);
}

/*
 * Accent - https://accentinteractive.nl
 *
 * @usage see README.md
*/

body.hyva_checkout-index-index {
  /*border: 1px solid red;*/
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding-bottom: 2rem;
}

body.hyva_checkout-index-index #maincontent {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divbody.hyva_checkout-index-index #maincontent.justify-between {
  flex-direction: column;
  gap: 1rem;
}

body.hyva_checkout-index-index #header {
  border-bottom-width: 0px;
  background-color: transparent;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.hyva_checkout-index-index div.columns {
  max-width: 1280px;
}

body.hyva_checkout-index-index .page.messages,
    body.hyva_checkout-index-index .page.messages #messages,
    body.hyva_checkout-index-index .page.messages .messages {
  max-width: 100%;
}

@media (min-width: 1280px) {
  body.hyva_checkout-index-index .page.messages,
    body.hyva_checkout-index-index .page.messages #messages,
    body.hyva_checkout-index-index .page.messages .messages {
    max-width: 1280px;
  }
}

body.hyva_checkout-index-index [aria-label="store logo"] {
  max-height: 76px;
}

body.hyva_checkout-index-index .field-wrapper .messages {
  margin-bottom: 0px !important;
}

body.hyva_checkout-index-index #breadcrumbs {
  display: none;
}

body.hyva_checkout-index-index .header.content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divbody.hyva_checkout-index-index .header.content.justify-between {
  flex-direction: column;
  gap: 1rem;
}

body.hyva_checkout-index-index .page-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container > div {
  gap: 1rem;
}

body.hyva_checkout-index-index .page-wrapper #shipping, body.hyva_checkout-index-index .page-wrapper #billing-details, body.hyva_checkout-index-index .page-wrapper #guest-details, body.hyva_checkout-index-index .page-wrapper #payment {
  font-family: Poppins, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body.hyva_checkout-index-index .page-wrapper #shipping input, body.hyva_checkout-index-index .page-wrapper #shipping select, body.hyva_checkout-index-index .page-wrapper #billing-details input, body.hyva_checkout-index-index .page-wrapper #billing-details select, body.hyva_checkout-index-index .page-wrapper #guest-details input, body.hyva_checkout-index-index .page-wrapper #guest-details select, body.hyva_checkout-index-index .page-wrapper #payment input, body.hyva_checkout-index-index .page-wrapper #payment select {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body.hyva_checkout-index-index .page-wrapper #shipping input::-moz-placeholder, body.hyva_checkout-index-index .page-wrapper #shipping select::-moz-placeholder, body.hyva_checkout-index-index .page-wrapper #billing-details input::-moz-placeholder, body.hyva_checkout-index-index .page-wrapper #billing-details select::-moz-placeholder, body.hyva_checkout-index-index .page-wrapper #guest-details input::-moz-placeholder, body.hyva_checkout-index-index .page-wrapper #guest-details select::-moz-placeholder, body.hyva_checkout-index-index .page-wrapper #payment input::-moz-placeholder, body.hyva_checkout-index-index .page-wrapper #payment select::-moz-placeholder {
  color: rgb(54 61 107 / 0.8);
}

body.hyva_checkout-index-index .page-wrapper #shipping input::placeholder, body.hyva_checkout-index-index .page-wrapper #shipping select::placeholder, body.hyva_checkout-index-index .page-wrapper #billing-details input::placeholder, body.hyva_checkout-index-index .page-wrapper #billing-details select::placeholder, body.hyva_checkout-index-index .page-wrapper #guest-details input::placeholder, body.hyva_checkout-index-index .page-wrapper #guest-details select::placeholder, body.hyva_checkout-index-index .page-wrapper #payment input::placeholder, body.hyva_checkout-index-index .page-wrapper #payment select::placeholder {
  color: rgb(54 61 107 / 0.8);
}

body.hyva_checkout-index-index .page-wrapper #shipping input, body.hyva_checkout-index-index .page-wrapper #shipping select, body.hyva_checkout-index-index .page-wrapper #billing-details input, body.hyva_checkout-index-index .page-wrapper #billing-details select, body.hyva_checkout-index-index .page-wrapper #guest-details input, body.hyva_checkout-index-index .page-wrapper #guest-details select, body.hyva_checkout-index-index .page-wrapper #payment input, body.hyva_checkout-index-index .page-wrapper #payment select {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.hyva_checkout-index-index .page-wrapper #shipping input:focus, body.hyva_checkout-index-index .page-wrapper #shipping select:focus, body.hyva_checkout-index-index .page-wrapper #billing-details input:focus, body.hyva_checkout-index-index .page-wrapper #billing-details select:focus, body.hyva_checkout-index-index .page-wrapper #guest-details input:focus, body.hyva_checkout-index-index .page-wrapper #guest-details select:focus, body.hyva_checkout-index-index .page-wrapper #payment input:focus, body.hyva_checkout-index-index .page-wrapper #payment select:focus {
  border-style: none !important;
}

body.hyva_checkout-index-index .page-wrapper #shipping input:focus::-moz-placeholder, body.hyva_checkout-index-index .page-wrapper #shipping select:focus::-moz-placeholder, body.hyva_checkout-index-index .page-wrapper #billing-details input:focus::-moz-placeholder, body.hyva_checkout-index-index .page-wrapper #billing-details select:focus::-moz-placeholder, body.hyva_checkout-index-index .page-wrapper #guest-details input:focus::-moz-placeholder, body.hyva_checkout-index-index .page-wrapper #guest-details select:focus::-moz-placeholder, body.hyva_checkout-index-index .page-wrapper #payment input:focus::-moz-placeholder, body.hyva_checkout-index-index .page-wrapper #payment select:focus::-moz-placeholder {
  color: rgb(54 61 107 / 0.4);
}

body.hyva_checkout-index-index .page-wrapper #shipping input:focus::placeholder, body.hyva_checkout-index-index .page-wrapper #shipping select:focus::placeholder, body.hyva_checkout-index-index .page-wrapper #billing-details input:focus::placeholder, body.hyva_checkout-index-index .page-wrapper #billing-details select:focus::placeholder, body.hyva_checkout-index-index .page-wrapper #guest-details input:focus::placeholder, body.hyva_checkout-index-index .page-wrapper #guest-details select:focus::placeholder, body.hyva_checkout-index-index .page-wrapper #payment input:focus::placeholder, body.hyva_checkout-index-index .page-wrapper #payment select:focus::placeholder {
  color: rgb(54 61 107 / 0.4);
}

body.hyva_checkout-index-index .page-wrapper #shipping input:focus, body.hyva_checkout-index-index .page-wrapper #shipping select:focus, body.hyva_checkout-index-index .page-wrapper #billing-details input:focus, body.hyva_checkout-index-index .page-wrapper #billing-details select:focus, body.hyva_checkout-index-index .page-wrapper #guest-details input:focus, body.hyva_checkout-index-index .page-wrapper #guest-details select:focus, body.hyva_checkout-index-index .page-wrapper #payment input:focus, body.hyva_checkout-index-index .page-wrapper #payment select:focus {
  outline-width: 2px;
  outline-color: #363d6b;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

body.hyva_checkout-index-index .page-wrapper #shipping input, body.hyva_checkout-index-index .page-wrapper #shipping select, body.hyva_checkout-index-index .page-wrapper #billing-details input, body.hyva_checkout-index-index .page-wrapper #billing-details select, body.hyva_checkout-index-index .page-wrapper #guest-details input, body.hyva_checkout-index-index .page-wrapper #guest-details select, body.hyva_checkout-index-index .page-wrapper #payment input, body.hyva_checkout-index-index .page-wrapper #payment select {
  margin-top: 0px;
  margin-bottom: 0px;
  max-height: 46px;
  transition-property: none;
}

@media (min-width: 1024px) {
  body.hyva_checkout-index-index .page-wrapper #shipping input, body.hyva_checkout-index-index .page-wrapper #shipping select, body.hyva_checkout-index-index .page-wrapper #billing-details input, body.hyva_checkout-index-index .page-wrapper #billing-details select, body.hyva_checkout-index-index .page-wrapper #guest-details input, body.hyva_checkout-index-index .page-wrapper #guest-details select, body.hyva_checkout-index-index .page-wrapper #payment input, body.hyva_checkout-index-index .page-wrapper #payment select {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    max-height: auto;
  }
}

body.hyva_checkout-index-index .page-wrapper #shipping input, body.hyva_checkout-index-index .page-wrapper #shipping select, body.hyva_checkout-index-index .page-wrapper #billing-details input, body.hyva_checkout-index-index .page-wrapper #billing-details select, body.hyva_checkout-index-index .page-wrapper #guest-details input, body.hyva_checkout-index-index .page-wrapper #guest-details select, body.hyva_checkout-index-index .page-wrapper #payment input, body.hyva_checkout-index-index .page-wrapper #payment select {
  border: 1px solid #363d6b;
}

body.hyva_checkout-index-index .page-wrapper #shipping [wire\:key="field-wrapper-shipping-address-lastname"], body.hyva_checkout-index-index .page-wrapper #billing-details [wire\:key="field-wrapper-shipping-address-lastname"], body.hyva_checkout-index-index .page-wrapper #guest-details [wire\:key="field-wrapper-shipping-address-lastname"], body.hyva_checkout-index-index .page-wrapper #payment [wire\:key="field-wrapper-shipping-address-lastname"] {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {
  body.hyva_checkout-index-index .page-wrapper #shipping [wire\:key="field-wrapper-shipping-address-lastname"], body.hyva_checkout-index-index .page-wrapper #billing-details [wire\:key="field-wrapper-shipping-address-lastname"], body.hyva_checkout-index-index .page-wrapper #guest-details [wire\:key="field-wrapper-shipping-address-lastname"], body.hyva_checkout-index-index .page-wrapper #payment [wire\:key="field-wrapper-shipping-address-lastname"] {
    grid-column: span 6 / span 6;
  }
}

body.hyva_checkout-index-index .page-wrapper #shipping #payment-methods, body.hyva_checkout-index-index .page-wrapper #billing-details #payment-methods, body.hyva_checkout-index-index .page-wrapper #guest-details #payment-methods, body.hyva_checkout-index-index .page-wrapper #payment #payment-methods {
  font-size: 14px;
}

@media (min-width: 1024px) {
  body.hyva_checkout-index-index .page-wrapper #shipping #payment-methods, body.hyva_checkout-index-index .page-wrapper #billing-details #payment-methods, body.hyva_checkout-index-index .page-wrapper #guest-details #payment-methods, body.hyva_checkout-index-index .page-wrapper #payment #payment-methods {
    font-size: 16px;
  }
}

body.hyva_checkout-index-index .page-wrapper #shipping #payment-method-list label div, body.hyva_checkout-index-index .page-wrapper #billing-details #payment-method-list label div, body.hyva_checkout-index-index .page-wrapper #guest-details #payment-method-list label div, body.hyva_checkout-index-index .page-wrapper #payment #payment-method-list label div {
  font-size: 14px;
  font-weight: 400 !important;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  body.hyva_checkout-index-index .page-wrapper #shipping #payment-method-list label div, body.hyva_checkout-index-index .page-wrapper #billing-details #payment-method-list label div, body.hyva_checkout-index-index .page-wrapper #guest-details #payment-method-list label div, body.hyva_checkout-index-index .page-wrapper #payment #payment-method-list label div {
    font-size: 16px;
  }
}

body.hyva_checkout-index-index .page-wrapper #shipping #billing-as-shipping,
            body.hyva_checkout-index-index .page-wrapper #shipping input[type=checkbox],
            body.hyva_checkout-index-index .page-wrapper #shipping input[type=radio],
            body.hyva_checkout-index-index .page-wrapper #billing-details #billing-as-shipping,
            body.hyva_checkout-index-index .page-wrapper #billing-details input[type=checkbox],
            body.hyva_checkout-index-index .page-wrapper #billing-details input[type=radio],
            body.hyva_checkout-index-index .page-wrapper #guest-details #billing-as-shipping,
            body.hyva_checkout-index-index .page-wrapper #guest-details input[type=checkbox],
            body.hyva_checkout-index-index .page-wrapper #guest-details input[type=radio],
            body.hyva_checkout-index-index .page-wrapper #payment #billing-as-shipping,
            body.hyva_checkout-index-index .page-wrapper #payment input[type=checkbox],
            body.hyva_checkout-index-index .page-wrapper #payment input[type=radio] {
  margin: 0px;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  padding: 0px;
}

body.hyva_checkout-index-index .page-wrapper #shipping #billing-as-shipping + span, body.hyva_checkout-index-index .page-wrapper #billing-details #billing-as-shipping + span, body.hyva_checkout-index-index .page-wrapper #guest-details #billing-as-shipping + span, body.hyva_checkout-index-index .page-wrapper #payment #billing-as-shipping + span {
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  body.hyva_checkout-index-index .page-wrapper #shipping #billing-as-shipping + span, body.hyva_checkout-index-index .page-wrapper #billing-details #billing-as-shipping + span, body.hyva_checkout-index-index .page-wrapper #guest-details #billing-as-shipping + span, body.hyva_checkout-index-index .page-wrapper #payment #billing-as-shipping + span {
    font-size: 16px;
  }
}

body.hyva_checkout-index-index .page-wrapper #shipping input[type=radio], body.hyva_checkout-index-index .page-wrapper #billing-details input[type=radio], body.hyva_checkout-index-index .page-wrapper #guest-details input[type=radio], body.hyva_checkout-index-index .page-wrapper #payment input[type=radio] {
  border-radius: 9999px;
}

body.hyva_checkout-index-index .page-wrapper #shipping #shipping-method-list > :not([hidden]) ~ :not([hidden]), body.hyva_checkout-index-index .page-wrapper #billing-details #shipping-method-list > :not([hidden]) ~ :not([hidden]), body.hyva_checkout-index-index .page-wrapper #guest-details #shipping-method-list > :not([hidden]) ~ :not([hidden]), body.hyva_checkout-index-index .page-wrapper #payment #shipping-method-list > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

body.hyva_checkout-index-index .page-wrapper #shipping #shipping-method-list li, body.hyva_checkout-index-index .page-wrapper #billing-details #shipping-method-list li, body.hyva_checkout-index-index .page-wrapper #guest-details #shipping-method-list li, body.hyva_checkout-index-index .page-wrapper #payment #shipping-method-list li {
  align-items: center;
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

body.hyva_checkout-index-index .page-wrapper #shipping #shipping-method-list li label div, body.hyva_checkout-index-index .page-wrapper #billing-details #shipping-method-list li label div, body.hyva_checkout-index-index .page-wrapper #guest-details #shipping-method-list li label div, body.hyva_checkout-index-index .page-wrapper #payment #shipping-method-list li label div {
  font-size: 14px;
  font-weight: 400 !important;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  body.hyva_checkout-index-index .page-wrapper #shipping #shipping-method-list li label div, body.hyva_checkout-index-index .page-wrapper #billing-details #shipping-method-list li label div, body.hyva_checkout-index-index .page-wrapper #guest-details #shipping-method-list li label div, body.hyva_checkout-index-index .page-wrapper #payment #shipping-method-list li label div {
    font-size: 16px;
  }
}

body.hyva_checkout-index-index .page-wrapper .column-right {
  display: flex;
  flex-direction: column;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divbody.hyva_checkout-index-index .page-wrapper .column-right.justify-between {
  flex-direction: column;
  gap: 1rem;
}

body.hyva_checkout-index-index .page-wrapper .column-right #accent-additional-usp {
  order: 4;
  margin-bottom: 0.25rem;
  margin-top: 1.5rem;
}

@media (min-width: 1024px) {
  body.hyva_checkout-index-index .page-wrapper .column-right #accent-additional-usp {
    margin-bottom: 0px;
    margin-top: 2rem;
  }
}

body.hyva_checkout-index-index .page-wrapper .column-right #accent-additional-usp * {
  font-size: 14px;
  line-height: 21px;
}

@media (min-width: 1024px) {
  body.hyva_checkout-index-index .page-wrapper .column-right #accent-additional-usp * {
    font-size: 16px;
    line-height: 30px;
  }
}

body.hyva_checkout-index-index .page-wrapper #maincontent {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divbody.hyva_checkout-index-index .page-wrapper #maincontent.justify-between {
  flex-direction: column;
  gap: 1rem;
}

body.hyva_checkout-index-index .page-wrapper #maincontent .column-main,
            body.hyva_checkout-index-index .page-wrapper #maincontent .column-center,
            body.hyva_checkout-index-index .page-wrapper #maincontent .column-right {
  margin: 0px;
  height: -moz-fit-content;
  height: fit-content;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  body.hyva_checkout-index-index .page-wrapper #maincontent .column-main,
            body.hyva_checkout-index-index .page-wrapper #maincontent .column-center,
            body.hyva_checkout-index-index .page-wrapper #maincontent .column-right {
    border-radius: .5rem;
  }
}

@media (min-width: 1024px) {
  body.hyva_checkout-index-index .page-wrapper #maincontent .column-main,
            body.hyva_checkout-index-index .page-wrapper #maincontent .column-center,
            body.hyva_checkout-index-index .page-wrapper #maincontent .column-right {
    padding: 1.5rem;
  }
}

body.hyva_checkout-index-index .page-wrapper #maincontent .column-main section#billing-details, body.hyva_checkout-index-index .page-wrapper #maincontent .column-center section#billing-details, body.hyva_checkout-index-index .page-wrapper #maincontent .column-right section#billing-details {
  margin-top: 0.75rem;
}

body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title, body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title, body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title {
  margin-bottom: 0.5rem;
  border-width: 0px;
  font-weight: 700;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1), html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1), html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1), html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1), html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1), html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1), html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1), html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1), html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1),html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1), html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1), html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1), html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1), html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1), html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1), html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1), html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1), html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1),html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1), html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1), html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1), html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1), html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1), html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1), html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1), html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1), html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

@media (min-width: 768px) {
  body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title, body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title, body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title {
    margin-bottom: 1rem;
  }
}

body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2, body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2, body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1), html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1), html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1), html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1), html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1), html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1), html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1), html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1), html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1),html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1), html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1), html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1), html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1), html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1), html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1), html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1), html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1), html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1),html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1), html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1), html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1), html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1), html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1), html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1), html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1), html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1), html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .section-title h2.text-3xl:has(h1) h1,html body.blog-category-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s  body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

body.hyva_checkout-index-index .page-wrapper #maincontent .column-main label.label, body.hyva_checkout-index-index .page-wrapper #maincontent .column-center label.label, body.hyva_checkout-index-index .page-wrapper #maincontent .column-right label.label {
  margin-bottom: 0.15rem;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body.hyva_checkout-index-index .page-wrapper #maincontent .column-main label.label + div, body.hyva_checkout-index-index .page-wrapper #maincontent .column-center label.label + div, body.hyva_checkout-index-index .page-wrapper #maincontent .column-right label.label + div {
  gap: 0px !important;
}

body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .field.field-wrapper, body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .field.field-wrapper, body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .field.field-wrapper {
  margin-bottom: 0.75rem;
  margin-top: 0px;
}

body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .field-save > div,
                body.hyva_checkout-index-index .page-wrapper #maincontent .column-main [wire\:target="billingAsShipping"],
                body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .field-save > div,
                body.hyva_checkout-index-index .page-wrapper #maincontent .column-center [wire\:target="billingAsShipping"],
                body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .field-save > div,
                body.hyva_checkout-index-index .page-wrapper #maincontent .column-right [wire\:target="billingAsShipping"] {
  margin-bottom: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding: 1rem;
}

body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .field-save > div [for="shipping-save"], body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .field-save > div [for="billing-save"], body.hyva_checkout-index-index .page-wrapper #maincontent .column-main [wire\:target="billingAsShipping"] [for="shipping-save"], body.hyva_checkout-index-index .page-wrapper #maincontent .column-main [wire\:target="billingAsShipping"] [for="billing-save"], body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .field-save > div [for="shipping-save"], body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .field-save > div [for="billing-save"], body.hyva_checkout-index-index .page-wrapper #maincontent .column-center [wire\:target="billingAsShipping"] [for="shipping-save"], body.hyva_checkout-index-index .page-wrapper #maincontent .column-center [wire\:target="billingAsShipping"] [for="billing-save"], body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .field-save > div [for="shipping-save"], body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .field-save > div [for="billing-save"], body.hyva_checkout-index-index .page-wrapper #maincontent .column-right [wire\:target="billingAsShipping"] [for="shipping-save"], body.hyva_checkout-index-index .page-wrapper #maincontent .column-right [wire\:target="billingAsShipping"] [for="billing-save"] {
  position: relative;
  top: 2px;
}

body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .field-save > div label *, body.hyva_checkout-index-index .page-wrapper #maincontent .column-main [wire\:target="billingAsShipping"] label *, body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .field-save > div label *, body.hyva_checkout-index-index .page-wrapper #maincontent .column-center [wire\:target="billingAsShipping"] label *, body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .field-save > div label *, body.hyva_checkout-index-index .page-wrapper #maincontent .column-right [wire\:target="billingAsShipping"] label * {
  margin-top: 0px;
}

body.hyva_checkout-index-index .page-wrapper #maincontent .column-main .field-save > div label span, body.hyva_checkout-index-index .page-wrapper #maincontent .column-main [wire\:target="billingAsShipping"] label span, body.hyva_checkout-index-index .page-wrapper #maincontent .column-center .field-save > div label span, body.hyva_checkout-index-index .page-wrapper #maincontent .column-center [wire\:target="billingAsShipping"] label span, body.hyva_checkout-index-index .page-wrapper #maincontent .column-right .field-save > div label span, body.hyva_checkout-index-index .page-wrapper #maincontent .column-right [wire\:target="billingAsShipping"] label span {
  font-size: 14px;
}

body.hyva_checkout-index-index .page-wrapper #maincontent .field-telephone label[for="shipping-telephone"] + div,
            body.hyva_checkout-index-index .page-wrapper #maincontent .field-telephone label[for="billing-telephone"] + div {
  gap: 1rem !important;
}

body.hyva_checkout-index-index .page-wrapper #maincontent .field-telephone label[for="shipping-telephone"] + div svg, body.hyva_checkout-index-index .page-wrapper #maincontent .field-telephone label[for="billing-telephone"] + div svg {
  margin-top: 0px;
}

body.hyva_checkout-index-index .page-wrapper #maincontent .field-telephone label[for="shipping-telephone"] + div svg + template + div div, body.hyva_checkout-index-index .page-wrapper #maincontent .field-telephone label[for="billing-telephone"] + div svg + template + div div {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  font-size: 14px;
  font-weight: 600;
}

body.hyva_checkout-index-index .page-wrapper #maincontent input[type=checkbox],
            body.hyva_checkout-index-index .page-wrapper #maincontent input[type=radio] {
  /*@apply accent-vanhoog-600 text-vanhoog-600 focus:ring-vanhoog-600*/
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] >div >div>div>div {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] input[type=checkbox] {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] input[type=checkbox]::-moz-placeholder {
  color: rgb(54 61 107 / 0.8);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] input[type=checkbox]::placeholder {
  color: rgb(54 61 107 / 0.8);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] input[type=checkbox] {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] input[type=checkbox]:focus {
  border-style: none !important;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] input[type=checkbox]:focus::-moz-placeholder {
  color: rgb(54 61 107 / 0.4);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] input[type=checkbox]:focus::placeholder {
  color: rgb(54 61 107 / 0.4);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] input[type=checkbox]:focus {
  outline-width: 2px;
  outline-color: #363d6b;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] input[type=checkbox] {
  margin: 0px;
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  padding: 0px;
  transition-property: none;
  border: 1px solid #363d6b;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div {
  color: rgb(54, 61, 107);
  max-width: 100%;
  /* Base prose styles */
  font-size: 1rem;
  line-height: 1.75;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(h1, h2, h3, h4, h5, h6):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where([class~=lead]):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(h1):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(h2):not(:where([class~=not-prose] *)) {
  font-size: 1.5rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(h3):not(:where([class~=not-prose] *)) {
  font-size: 1.25em;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(h4):not(:where([class~=not-prose] *)) {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: rgb(54, 61, 107);
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(p):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(a):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  text-decoration: underline;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(a):not(:where([class~=not-prose] *)):hover {
  text-decoration: none;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(blockquote):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(figure):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(figcaption):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(strong):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(em):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(ol):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: auto;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(ul):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
  list-style-type: disc;
  margin-top: 1.25em;
  padding-left: 1.625em;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(li):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(ul>li):not(:where([class~=not-prose] *))::marker {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(ul>li, ol>li):not(:where([class~=not-prose] *)) {
  padding-left: .375em;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(table):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(thead):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(tr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(th):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(td):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(img):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(video):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(hr):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div :where(code):not(:where([class~=not-prose] *)) {
  color: rgb(54, 61, 107);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div {
  max-width: 36rem;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1) {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1), html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1), html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1), html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1), html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1), html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1), html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1), html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1), html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1).text-3xl:has(h1) h1 {
  margin-left: 0px;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1):hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1):focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1):active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(1):disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(2) {
  font-family: Poppins, sans-serif;
}

body.hyva_checkout-index-index .page-wrapper #hyva-checkout-container [wire\:id="checkout.terms-conditions"] [x-show="open"] > div .justify-between button:nth-of-type(2):hover {
  text-decoration-line: underline;
}

body.hyva_checkout-index-index .page-wrapper .item-options-render table {
  line-height: 1.3;
  font-size: 12px;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary {
  margin-top: 0px;
  font-family: Poppins, sans-serif;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary h2 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1), html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1), html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1), html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1), html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1), html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1), html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1), html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1), html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary {
  background-color: transparent !important;
  padding: 0px !important;
  display: flex;
  flex-direction: column;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divbody.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary.justify-between {
  flex-direction: column;
  gap: 1rem;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary .section-title {
  order: 1;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.cart-items"] {
  order: 2;
  margin-bottom: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
  padding-bottom: 1.5rem;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.cart-items"] img {
  height: 3rem;
  width: 3rem;
  border-radius: .5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.cart-items"] img + span {
  display: none;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.cart-items"] #checkout-cart-details {
  margin: 0px;
  display: flex !important;
  flex-direction: column;
  gap: 1rem;
  border-style: none;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.cart-items"] #checkout-cart-details >div>div>div>div>div {
  flex-direction: row;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.cart-items"] #checkout-cart-details * {
  margin-top: 0px;
  border-style: none !important;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.cart-items"] #checkout-cart-details .price-including-tax {
  font-size: 14px;
}

@media (min-width: 1024px) {
  body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.cart-items"] #checkout-cart-details .price-including-tax {
    font-size: 16px;
  }
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] {
  order: 3;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value {
  font-weight: 700;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1), html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1), html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1), html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1), html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1), html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1), html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1), html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1), html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.subtotal span.value.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.shipping {
  margin-top: 0px;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.shipping span.label {
  padding-top: 0.375rem;
  padding-right: 1rem;
  font-size: 14px;
  line-height: 21px;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.shipping span.value {
  font-size: 14px;
}

@media (min-width: 1024px) {
  body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.shipping span.value {
    font-size: 16px;
  }
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.tax span.label {
  padding-top: 0.375rem;
  padding-right: 1rem;
  font-size: 14px;
  line-height: 21px;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.tax span.value {
  font-size: 14px;
}

@media (min-width: 1024px) {
  body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.tax span.value {
    font-size: 16px;
  }
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="price-summary.total-segments"] .item.grand_total span.label {
  font-size: 16px;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="checkout.order-comment"] {
  order: 4;
  display: none;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] {
  order: 5;
  margin-top: 0.5rem;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] button span {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details {
  gap: 0.25rem;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label {
  width: 100%;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1), html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1), html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1), html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1), html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1), html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1), html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1), html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1), html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button {
  width: 100%;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] #checkout-coupon-code-details > label + button > * {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] input[type="text"] {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] input[type="text"]::-moz-placeholder {
  color: rgb(54 61 107 / 0.8);
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] input[type="text"]::placeholder {
  color: rgb(54 61 107 / 0.8);
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] input[type="text"] {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] input[type="text"]:focus {
  border-style: none !important;
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] input[type="text"]:focus::-moz-placeholder {
  color: rgb(54 61 107 / 0.4);
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] input[type="text"]:focus::placeholder {
  color: rgb(54 61 107 / 0.4);
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] input[type="text"]:focus {
  outline-width: 2px;
  outline-color: #363d6b;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

body.hyva_checkout-index-index .page-wrapper #quote-summary .price-summary [wire\:id="coupon-code"] input[type="text"] {
  transition-property: none;
  border: 1px solid #363d6b;
}

body.hyva_checkout-index-index .page-wrapper .field-error input {
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(239 68 68 / var(--tw-border-opacity)) !important;
}

body.hyva_checkout-index-index .page-wrapper .field-error .messages {
  font-size: 14px;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}

body.hyva_checkout-index-index .page-wrapper .field-error label {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}

body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title {
  margin-bottom: 0.25rem !important;
}

body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2 {
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: none !important;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1), html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1), html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1), html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1), html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1), html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1), html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1), html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1), html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions .section-title h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

body.hyva_checkout-index-index .page-wrapper #quote-actions [wire\:id="checkout.terms-conditions"] {
  margin-top: 0px !important;
}

body.hyva_checkout-index-index .page-wrapper #quote-actions [wire\:id="checkout.terms-conditions"] label span {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

body.hyva_checkout-index-index .page-wrapper #quote-actions + nav {
  background-color: transparent !important;
  padding: 0px !important;
}

body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div {
  background-color: transparent !important;
  padding: 0px !important;
}

body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"] {
  display: flex;
  display: inline-flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 1 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary {
  margin-top: 0.5rem;
  height: 46px;
  width: 100%;
  max-width: 160px;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.catalog-product-view #maincontent #review-form body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary:hover {
  --tw-bg-opacity: 0.9;
}

html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"] {
  margin-top: 0.5rem;
  height: 46px;
  width: 100%;
  max-width: 160px;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.catalog-product-view #maincontent #review-form body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"]:hover {
  --tw-bg-opacity: 0.9;
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"] {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"]:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"]:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"]:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"] + a {
  color: rgb(54 61 107 / 0.8);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"] + a:hover {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: none;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1), html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-post-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-home-index body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-search-result body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.blog-tag-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-category-view body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1, html body.kbase-article-s body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"], html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"], html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"], html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"], html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"], html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"], html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"], html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"], html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"] {
  display: none;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"] {
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-color: rgb(54 61 107 / 0.5);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"]:hover {
  opacity: 0.9;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"]:active {
  opacity: 1;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].justify-between {
  flex-direction: column;
  gap: 1rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary {
  height: 50px;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary:hover {
  opacity: 0.75;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"] {
  height: 50px;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"], html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"], html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"], html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"], html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"], html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"], html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"], html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"], html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"] {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"]:hover {
  opacity: 0.75;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary {
  width: 100%;
  justify-content: center;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover {
  text-decoration-line: underline;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover {
  opacity: 0.5;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover {
  opacity: 0.5;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover {
  opacity: 0.5;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonbody.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-secondary:hover {
  opacity: 0.5;
}

body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].btn-primary.apple-pay-button {
  font-size: 0;
}

body.btn.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"].apple-pay-button {
  font-size: 0;
}

body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"]:hover {
  opacity: 0.8;
}

body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"]:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
}

body.hyva_checkout-index-index .page-wrapper #quote-actions + nav > div [x-bind="buttonPlaceOrder()"] {
  width: 100%;
}

body.hyva_checkout-index-index .page-wrapper .coupon-code {
  display: flex;
  width: 100%;
  flex-direction: column;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divbody.hyva_checkout-index-index .page-wrapper .coupon-code.justify-between {
  flex-direction: column;
  gap: 1rem;
}

body.hyva_checkout-index-index .page-wrapper .coupon-code * {
  border-width: 0px;
}

body.hyva_checkout-index-index .page-wrapper .coupon-code input.form-input {
  /*@apply border border-vanhoog-900/50 focus:ring-4 focus:ring-vanhoog-600/50 transition-all placeholder:text-[14px] w-full !rounded-lg lg:mb-1;*/
}

body.hyva_checkout-index-index .page-wrapper [wire\:id="price-summary.cart-items"] button svg + span {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

body.hyva_checkout-index-index .page-wrapper [wire\:id="price-summary.cart-items"] .cart-items .product-title > p:nth-of-type(1) {
  font-size: 14px;
}

body.hyva_checkout-index-index .page-wrapper [wire\:id="price-summary.cart-items"] .cart-items img + span {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

body.hyva_checkout-index-index div.required > label > span {
  position: relative;
}

body.hyva_checkout-index-index div.required > label > span:after {
  content: '*';
  position: absolute;
  right: -10px;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity))
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]body.hyva_checkout-index-index div.required > label > span.right-0:has([\@click="open=false"]):after {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]body.hyva_checkout-index-index div.required > label > span.right-0:has([\@click="open=false"]).justify-between:after {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]body.hyva_checkout-index-index div.required > label > span.right-0:has([\@click="open=false"]):after {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"]body.hyva_checkout-index-index div.required > label > span.right-0:has([\@click="open=false"]) + div:after {
  padding-top: 0px;
}

/** Onepage (Desktop only) styles **/

@media (min-width: 1024px) {
  body.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  body.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-main {
    order: 1;
    width: 66.666%;
  }

  body.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-center {
    order: 3;
    width: 66.666%;
  }
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right {
  margin-left: -1rem;
  margin-bottom: 1rem;
  width: calc(100% + 2rem);
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding: 1rem;
  font-family: Poppins, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right {
    margin-left: 0px;
    width: 100%;
    border-radius: .5rem;
  }
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right {
    top: 1.5rem;
    margin-bottom: 55px;
    width: 33.333333%;
    padding: 2rem;
  }
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child {
  margin: 0px;
  border-style: none;
  padding: 0px;
  font-size: 16px;
  text-transform: uppercase;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2 {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1), html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1), html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1), html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1), html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1), html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1), html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1), html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1), html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right > div:first-child > h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary {
  display: flex;
  flex-direction: column;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary.justify-between {
  flex-direction: column;
  gap: 1rem;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping {
  order: 1;
  margin-top: 1rem;
  margin-bottom: 0.75rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 203 203 / var(--tw-border-opacity));
  padding-bottom: 1rem;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping #block-shipping-title {
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping #block-shipping-title button {
  font-size: 16px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping .field.note {
  margin-bottom: 2rem;
  margin-top: 1rem;
  max-width: 50%;
  font-size: 14px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-create .registration-container > html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping .field.note {
  width: 100%;
}

@media (min-width: 1024px) {
  html body.customer-account-create .registration-container > html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping .field.note {
    width: 50%;
  }
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping input[type="text"] {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 3rem;
  width: 100%;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping input[type="text"]::-moz-placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping input[type="text"]::placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping input[type="text"] {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping input[type="text"]:focus {
  border-style: none !important;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping input[type="text"]:focus::-moz-placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping input[type="text"]:focus::placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping input[type="text"]:focus {
  outline-width: 2px;
  outline-color: #363d6b;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping input[type="text"] {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping select {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
  height: 3rem;
  width: 100%;
  cursor: pointer;
  border-radius: 0.5rem;
  border-style: none;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping select::-moz-placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping select::placeholder {
  color: rgb(54 61 107 / 0.8);
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping select {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping select:focus {
  border-style: none !important;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping select:focus::-moz-placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping select:focus::placeholder {
  color: rgb(54 61 107 / 0.4);
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping select:focus {
  outline-width: 2px;
  outline-color: #363d6b;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping select {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping [role="radiogroup"] label.gap-2 {
  margin-bottom: 1rem;
  padding: 0px;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-shipping [role="radiogroup"] label.gap-2 input[type="radio"] {
  margin-right: 0.125rem;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary .bg-white\/60 svg {
  background-color: rgb(241 243 254 / 0.7);
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary .bg-white\/60:not(:empty) {
  background-color: rgb(241 243 254 / 0.7);
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals {
  order: 2;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals * {
  border-style: none;
  font-size: 16px !important;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"] {
  font-weight: 700;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1), html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1), html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1), html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1), html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1), html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1), html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1), html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1), html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals [x-text="hyva.formatPrice(totalsData.subtotal_incl_tax)"].text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl {
  border-top: 1px solid #cbcbcb;
  margin-top: 12px;
  margin-bottom: 0;
  padding: .75rem 0;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl * {
  font-weight: 700;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1), html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1), html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1), html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1), html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1), html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1), html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1), html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1), html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl *.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #cart-totals div.text-2xl:first-child {
  border-top: none;
  margin-top: 0;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-discount {
  order: 3;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout {
  order: 4;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button {
  display: flex;
  display: inline-flex;
  height: 60px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 128 1 / var(--tw-bg-opacity));
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary {
  margin-top: 0.5rem;
  height: 46px;
  width: 100%;
  max-width: 160px;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.catalog-product-view #maincontent #review-form html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary:hover {
  --tw-bg-opacity: 0.9;
}

html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button {
  margin-top: 0.5rem;
  height: 46px;
  width: 100%;
  max-width: 160px;
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.catalog-product-view #maincontent #review-form html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button:hover {
  --tw-bg-opacity: 0.9;
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button {
  flex-shrink: 0;
  justify-content: center;
  border-radius: .5rem;
  border-width: 1px;
  border-color: transparent;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button:hover {
  background-color: rgb(54 61 107 / 0.9);
  --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);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button:disabled {
  background-color: rgb(54 61 107 / 0.2);
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button + a {
  color: rgb(54 61 107 / 0.8);
}

html body.customer-account-login #customer-login-container > .card .actions-toolbar html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button + a:hover {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
  text-decoration-line: none;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1), html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-post-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-home-index html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-search-result html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.blog-tag-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-category-view html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1, html body.kbase-article-s html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button {
  display: none;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button {
  border-radius: 5px;
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-ring-color: rgb(54 61 107 / 0.5);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button:hover {
  opacity: 0.9;
}

aside.sidebar.sidebar-main:has( [x-data="initLayeredNavigation()"] ) .smile-es-range-slider [x-init="initialize()"] > div:nth-child(3) html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button:active {
  opacity: 1;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.justify-between {
  flex-direction: column;
  gap: 1rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary {
  height: 50px;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary:hover {
  opacity: 0.75;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button {
  height: 50px;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button:hover {
  opacity: 0.75;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary {
  width: 100%;
  justify-content: center;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover {
  text-decoration-line: underline;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover {
  opacity: 0.5;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover {
  opacity: 0.5;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover {
  opacity: 0.5;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] buttonhtml body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-secondary:hover {
  opacity: 0.5;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.btn-primary.apple-pay-button {
  font-size: 0;
}

html.btn body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button.apple-pay-button {
  font-size: 0;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button:hover {
  opacity: 0.8;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button {
  width: 100%;
  font-size: 16px;
}

@media (min-width: 1280px) {
  html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary ul.checkout #checkout-link-button {
    font-size: 18px;
  }
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #block-discount {
  order: 5;
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #accent-additional-usp {
  order: 6;
  padding-top: 0.75rem;
  padding-bottom: 0.25rem;
  font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #accent-additional-usp {
    padding: 0px;
  }
}

html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #accent-additional-usp li {
  align-items: flex-start;
  font-size: 14px;
  line-height: 26px;
}

@media (min-width: 1024px) {
  html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #accent-additional-usp li {
    font-size: 16px;
    line-height: 30px;
  }

  html body.checkout-cart-index .column.main .cart-form body.lg\:float-right.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right .cart-summary #accent-additional-usp li svg {
    margin-top: 9px;
  }

  body.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .column-right {
    position: sticky;
    top: 1rem;
    order: 2;
    width: 31.333%;
  }
}

body.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div .field-alias-street > .grid > div:nth-of-type(1) {
  grid-column: span 2 / 3;
}

body.checkout-onepage.hyva_checkout-index-index #hyva-checkout-container > div [wire\:key="field-wrapper-billing-address-street-0"] {
  grid-column: span 12 / span 12;
}

/** Twostep (Mobile only) styles **/

body.checkout-mobile .columns {
  padding-left: 1rem;
  padding-right: 1rem;
}

body.checkout-mobile [aria-label="store logo"] {
  max-width: 120px;
}

body.checkout-mobile #hyva-checkout-container .column {
  padding: 1rem !important;
}

body.checkout-mobile #hyva-checkout-container .group.group-street > div {
  display: flex;
  flex-direction: column;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divbody.checkout-mobile #hyva-checkout-container .group.group-street > div.justify-between {
  flex-direction: column;
  gap: 1rem;
}

body.checkout-mobile [wire\:target="billingAsShipping"] {
  margin-top: 1rem;
  margin-bottom: -0.5rem !important;
}

body.checkout-mobile .nav-main > div {
  background-color: transparent !important;
  padding: 0px !important;
}

body.checkout-mobile .nav-main button {
  display: flex;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divbody.checkout-mobile .nav-main button.justify-between {
  flex-direction: column;
  gap: 1rem;
}

body.checkout-mobile .nav-main button:hover {
  opacity: 0.75;
}

body.checkout-mobile .nav-main button[rel="prev"] {
  border-width: 0px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

body.checkout-mobile .coupon-code input.form-input {
  border-width: 1px !important;
}

body.checkout-mobile .price-summary + div {
  margin-top: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  padding: 1rem;
}

body.checkout-mobile .price-summary + div .section-title {
  margin-bottom: 0px;
}

body.checkout-mobile .price-summary + div .section-title h2 {
  font-size: 16px;
}

body.checkout-mobile .price-summary + div .address, body.checkout-mobile .price-summary + div p.break-all {
  font-size: 14px;
}

.checkout-onepage-success h1 + a.ml-auto {
  font-size: 14px;
  font-weight: 600;
  text-decoration-line: underline;
}

.widget ul[role="list"] li .list-item-rating-wrapper svg + .checkout-onepage-success h1 + a.ml-auto, .widget ol.product-items li .list-item-rating-wrapper svg + .checkout-onepage-success h1 + a.ml-auto, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg + .checkout-onepage-success h1 + a.ml-auto, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg + .checkout-onepage-success h1 + a.ml-auto, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg + .checkout-onepage-success h1 + a.ml-auto, .products.products-grid ol.product-items li .list-item-rating-wrapper svg + .checkout-onepage-success h1 + a.ml-auto {
  margin-left: 0px;
  font-size: 12px;
}

.checkout-onepage-success h1 + a.ml-auto:hover {
  text-decoration-line: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > div:nth-of-type(1) > div {
  align-items: flex-start;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > div:nth-of-type(1) > div input {
  margin-top: 0.25rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div {
  font-size: 13px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2 {
  margin-bottom: 1rem;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1), html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1), html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1), html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1), html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1), html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1), html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1), html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1), html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-post-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-home-index [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-search-result [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.blog-tag-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-category-view [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1, html body.kbase-article-s [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] h2.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div.flex.justify-between {
  flex-direction: column;
  gap: 1rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-primary {
  height: 50px;
  width: 100%;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-primary, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-primary, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-primary, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-primary, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-primary, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-primary, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-primary, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-primary, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-primary {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-primary:hover {
  opacity: 0.75;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-secondary {
  width: 100%;
  justify-content: center;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 14px;
}

html body.blog-category-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-secondary, html body.blog-post-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-secondary, html body.blog-home-index main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-secondary, html body.blog-search-result main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-secondary, html body.blog-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-secondary, html body.blog-tag-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-secondary, html body.kbase-article-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-secondary, html body.kbase-category-view main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-secondary, html body.kbase-article-s main#maincontent .columns aside .bmx\:card:nth-of-type(3) + [wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-secondary {
  display: none;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] .btn.btn-secondary:hover {
  text-decoration-line: underline;
}

[wire\:id="checkout.terms-conditions"] label {
  font-size: 13px;
}

#hyva-checkout-container .message.error {
  font-size: 14px;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] .address-item, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] .address-item, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] .address-item, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] .address-item {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > div:nth-of-type(3), [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > div:nth-of-type(3), [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > div:nth-of-type(3), [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > div:nth-of-type(3) {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > div:nth-of-type(3) button, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > div:nth-of-type(3) button, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > div:nth-of-type(3) button, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > div:nth-of-type(3) button {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > div:nth-of-type(3) button:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > div:nth-of-type(3) button:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > div:nth-of-type(3) button:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > div:nth-of-type(3) button:hover {
  opacity: 0.5;
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn.btn-secondary, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn.btn-secondary, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn.btn-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

[wire\:id="checkout.shipping-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn.btn-secondary:hover, [wire\:id="checkout.shipping-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.shipping-details.address-list"] > [x-data="hyva.modal()"] button.btn.btn-secondary:hover, [wire\:id="checkout.billing-details"] [wire\:id="checkout.billing-details.address-list"] > [x-data="hyva.modal()"] button.btn.btn-secondary:hover {
  opacity: 0.5;
}

[x-show="servicePointData.sendcloud_service_point_id"] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity)) !important;
}

/* purgecss end ignore */

/* Custom module styles */

.amstockstatus-info-link {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  text-decoration-line: underline;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.widget ul[role="list"] li .list-item-rating-wrapper svg + .amstockstatus-info-link, .widget ol.product-items li .list-item-rating-wrapper svg + .amstockstatus-info-link, .form-wishlist-items ul[role="list"] li .list-item-rating-wrapper svg + .amstockstatus-info-link, .form-wishlist-items ol.product-items li .list-item-rating-wrapper svg + .amstockstatus-info-link, .products.products-grid ul[role="list"] li .list-item-rating-wrapper svg + .amstockstatus-info-link, .products.products-grid ol.product-items li .list-item-rating-wrapper svg + .amstockstatus-info-link {
  margin-left: 0px;
  font-size: 12px;
}

.amstockstatus-info-link:hover {
  opacity: 0.8;
}

.product-info-main .product-description .stock {
  justify-content: flex-start;
}

.am-option-disabled {
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.am-option-disabled:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].am-option-disabled.right-0:has([\@click="open=false"]):before {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].am-option-disabled.right-0:has([\@click="open=false"]).justify-between:before {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].am-option-disabled.right-0:has([\@click="open=false"]):before {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].absolute.am-option-disabled:has([\@click="open=false"]):before {
  margin: 0px;
  display: flex;
  height: 62px;
  width: 62px;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] divdiv[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].absolute.am-option-disabled:has([\@click="open=false"]).justify-between:before {
  flex-direction: column;
  gap: 1rem;
}

@media (min-width: 1024px) {
  div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].absolute.am-option-disabled:has([\@click="open=false"]):before {
    height: 80px;
    width: 80px;
  }
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].am-option-disabled.right-0:has([\@click="open=false"]) + div:before {
  padding-top: 0px;
}

div[aria-labelledby="cart-drawer-title"] [x-show="open"][x-transition\:enter="ease-in-out duration-500"].absolute.am-option-disabled:has([\@click="open=false"]) + div:before {
  padding-top: 0px;
}

:root {
  --bmx-primary: #fb3003;
  --bmx-border: #ebebeb;
  --bmx-link: #203656;
  --bmx-link-hover: #4e678a;
  --bmx-subdued: #8f9bad;
  --bmx-gradient: linear-gradient(to right, #fb3003 0%, #ffa387 100%);
}

.bmx\:card {
  border-radius: 0.25rem;
  padding: 1.5rem;
}

body.blog-post-view .bmx\:card-title + .mb-12 .bmx\:card.shadow.bmx\:mask {
  max-height: 280px !important;
}

.bmx\:card {
  border: 1px solid var(--bmx-border);
  background: #ffffff;
}

.bmx\:card-title {
  margin-bottom: 1.5rem;
  display: flex;
  flex-direction: column;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

html body.blog-category-index .bmx\:card-title.text-3xl:has(h1), html body.blog-post-view .bmx\:card-title.text-3xl:has(h1), html body.blog-home-index .bmx\:card-title.text-3xl:has(h1), html body.blog-search-result .bmx\:card-title.text-3xl:has(h1), html body.blog-category-view .bmx\:card-title.text-3xl:has(h1), html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1), html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1), html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1), html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-post-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-home-index .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-search-result .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.blog-tag-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-category-view .bmx\:card-title.text-3xl:has(h1) h1, html body.kbase-article-s .bmx\:card-title.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:card-title.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div.bmx\:card-title.justify-between {
  flex-direction: column;
  gap: 1rem;
}

.bmx\:card-title::after {
  margin-top: 0.5rem;
  content: '';
  display: block;
  width: 26px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='6' viewBox='0 0 26 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(../../frontend/Dochorse/hyva/nl_NL/css/%23clip0_3_15)'%3E%3Crect width='26' height='6' fill='white'/%3E%3Ccircle cx='3' cy='3' r='3' fill='%23FB3003'/%3E%3Ccircle cx='13' cy='3' r='3' fill='%23FD876D'/%3E%3Ccircle cx='23' cy='3' r='3' fill='%23FED4CA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3_15'%3E%3Crect width='26' height='6' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.bmx\:link {
  color: var(--bmx-link);
  text-decoration: none;
}

.bmx\:link:hover {
  color: var(--bmx-link-hover);
  text-decoration: none;
}

.bmx\:text-subdued {
  color: var(--bmx-subdued);
}

.bmx\:list-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div.bmx\:list-inline.justify-between {
  flex-direction: column;
  gap: 1rem;
}

.bmx\:list-inline li {
  display: flex;
  align-items: center;
}

[wire\:id="checkout.terms-conditions"] > div > div > div[x-data] > [role="dialog"] div.bmx\:list-inline li.justify-between {
  flex-direction: column;
  gap: 1rem;
}

.bmx\:list-inline li::after {
  content: "";
  display: inline-block;
  background-color: var(--bmx-primary);
  border-radius: 50%;
  margin-left: .75rem;
  height: 3px;
  vertical-align: middle;
  position: relative;
  width: 3px;
}

.bmx\:list-inline li:last-child::after {
  display: none;
}

.bmx\:thumb::after {
  content: "";
  background: var(--bmx-link);
  display: block;
  height: 100%;
  left: 0;
  opacity: .6;
  top: 0;
  position: absolute;
  width: 100%;
}

.bmx\:category-badge {
  background: var(--bmx-gradient);
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  border-radius: 25px;
  display: inline-block;
  padding: 6px 11px;
  background-size: 200% auto;
}

.bmx\:number {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

body.blog-post-view .bmx\:card-title + .mb-12 .rounded.bmx\:number.bmx\:mask {
  max-height: 280px !important;
}

.bmx\:number {
  content: '';
  color: #fff;
  display: block;
  border: solid 2px #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 700;
  height: 24px;
  line-height: 20px;
  left: -12px;
  text-align: center;
  top: -12px;
  position: absolute;
  width: 24px;
  background: var(--bmx-gradient);
  z-index: 1;
}

.bmx\:hr {
  display: block;
  height: 1px;
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%;
  background: var(--bmx-border);
  background: linear-gradient(to left, var(--bmx-border) 0%, transparent 100%)
}

.bmx\:content h2 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1), html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1), html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1), html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1), html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1), html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1), html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1), html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1), html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) {
  margin-top: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 46px;
  color: rgb(54, 61, 107);
  margin-left: -0.5rem;
}

@media (min-width: 1024px) {
  html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
    margin-left: 0
  }
}

html body.blog-category-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-post-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-home-index html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-search-result html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.blog-tag-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-category-view html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1, html body.kbase-article-s html body.catalog-product-view #maincontent #review-form .bmx\:content h2.my-3.text-3xl:has(h1) h1 {
  margin-left: 0px;
}

.bmx\:content h3 {
  margin-bottom: 1rem;
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.bmx\:content p, .bmx\:content li, .bmx\:content img {
  margin-bottom: 1rem;
}

.bmx\:content ul {
  padding-left: 2rem;
  list-style: disc;
}

.bmx\:min-h-250 {
  min-height: 250px;
}

.bmx\:mask {
  background-color: var(--bmx-subdued);
}

.kb\:link-list-item::before {
  content: '·';
  color: rgb(209, 209, 209);
  margin: 0 .5rem;
}

/*
 *  Copyright Magmodules.eu. All rights reserved.
 *  See COPYING.txt for license details.
 */

.mollie-buttons {
  margin-top: 10%;
  text-align: center;
  opacity: 0;
  animation: fadeIn 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mollie-buttons .button {
  display: inline-block;
  margin: 20px;
  max-width: 100%;
  padding: 0 16px;
  border: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .19);
  border-radius: 6px;
  background-color: #0095FF;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 4.4rem;
  text-align: center;
  text-decoration: none;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: background .15s;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mollie-buttons {
  opacity: 0;
  transition: opacity 2s ease-in;
}

.mollie-buttons .button:hover {
  background-color: #0077CB;
}

.mollie-loading .redirect-block {
  padding: 10%;
  text-align: center;
}

.checkout-payment-method #mollie_methods_ideal-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_ideal-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_kbc-form .label {
  height: 35px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_kbc-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.checkout-payment-method #mollie_methods_giftcard-form .label {
  height: 40px;
  display: inline-block;
}

.checkout-payment-method #mollie_methods_giftcard-form .payment-icon {
  width: 35px;
  max-height: 30px;
}

.mollie-payment-icon {
  width: 25px;
  margin-right: 5px;
  vertical-align: middle;
}

.mollie-loading .loader {
  border: 16px solid #E3F0FA;
  border-top: 16px solid #31A8F0;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 2s linear infinite;
  margin-left: auto;
  margin-right: auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.payment-method-content .card-container {
  max-width: 400px;
  overflow: auto;
  background-color: #FFF;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 20px;
  margin-bottom: 10px;
}

/* Apple Pay start */

.apple-pay-button {
  -webkit-appearance: -apple-pay-button;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-with-text > * {
    visibility: hidden;
  }

  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }

  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }

  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }

  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }

  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }

  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }

  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }

  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }

  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }

  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }

  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }

  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }

  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }

  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }

  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
}

.mollie-applepay-button-hidden {
  display: none;
}

.mollie-applepay-minicart-button {
  height: 40px;
}

/* Apple Pay end */

/*
 *  Copyright Magmodules.eu. All rights reserved.
 *  See COPYING.txt for license details.
 */

.mollie-component {
  border-radius: 0.25rem;
  border-width: 1px;
}

body.blog-post-view .bmx\:card-title + .mb-12 .mollie-component.shadow.bmx\:mask {
  max-height: 280px !important;
}

.mollie-component {
  padding: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.mollie-component.is-invalid {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.mollie-card-component {
  margin-bottom: 0.5rem;
}

.mollie-card-component__error {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
}

header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .mollie-card-component__error {
  font-size: 16px;
}

header.page-header #search-content #elasticsuite-search-container #search_autocomplete .search-result-wrapper .mollie-card-component__error[x-text="'(' + searchResult.num_results + ')'"] {
  font-size: 14px;
  color: rgb(54 61 107 / 0.6);
}

.btn.btn-primary.apple-pay-button {
  font-size: 0 !important;
}

/* Apple Pay start */

.apple-pay-button {
  -webkit-appearance: -apple-pay-button;
}

@supports (-webkit-appearance: -apple-pay-button) {
  .apple-pay-button-with-text {
    -webkit-appearance: -apple-pay-button;
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-with-text > * {
    visibility: hidden;
  }

  .apple-pay-button-black-with-text {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-white-with-text {
    -apple-pay-button-style: white;
    cursor: pointer;
  }

  .apple-pay-button-white-with-line-with-text {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-color-black {
    -apple-pay-button-style: black;
  }

  .apple-pay-button-color-white {
    -apple-pay-button-style: white;
  }

  .apple-pay-button-color-white-outline {
    -apple-pay-button-style: white-outline;
  }

  .apple-pay-button-text-buy {
    -apple-pay-button-type: buy;
  }

  .apple-pay-button-text-donate {
    -apple-pay-button-type: donate;
  }

  .apple-pay-button-text-plain {
    -apple-pay-button-type: plain;
  }

  .apple-pay-button-text-book {
    -apple-pay-button-type: book;
  }

  .apple-pay-button-text-check-out {
    -apple-pay-button-type: check-out;
  }

  .apple-pay-button-text-subscribe {
    -apple-pay-button-type: subscribe;
  }

  .apple-pay-button-text-add-money {
    -apple-pay-button-type: add-money;
  }

  .apple-pay-button-text-contribute {
    -apple-pay-button-type: contribute;
  }

  .apple-pay-button-text-order {
    -apple-pay-button-type: order;
  }

  .apple-pay-button-text-reload {
    -apple-pay-button-type: reload;
  }

  .apple-pay-button-text-rent {
    -apple-pay-button-type: rent;
  }

  .apple-pay-button-text-support {
    -apple-pay-button-type: support;
  }

  .apple-pay-button-text-tip {
    -apple-pay-button-type: tip;
  }

  .apple-pay-button-text-top-up {
    -apple-pay-button-type: top-up;
  }
}

[wire\:loading],
[wire\:loading\.delay],
[wire\:loading\.inline-block],
[wire\:loading\.inline],
[wire\:loading\.block],
[wire\:loading\.flex],
[wire\:loading\.table],
[wire\:loading\.grid],
[wire\:loading\.inline-flex] {
  display: none;
}

[wire\:loading\.delay\.shortest],
[wire\:loading\.delay\.shorter],
[wire\:loading\.delay\.short],
[wire\:loading\.delay\.long],
[wire\:loading\.delay\.longer],
[wire\:loading\.delay\.longest] {
  display: none;
}

[wire\:offline] {
  display: none;
}

[wire\:dirty]:not(textarea):not(input):not(select) {
  display: none;
}

input:-webkit-autofill, select:-webkit-autofill, textarea:-webkit-autofill {
  animation-duration: 50000s;
  animation-name: livewireautofill;
}

@keyframes livewireautofill {
  from {
  }
}

#livewire-error iframe {
  background-color: rgb(255 255 255) !important;
  border-radius: 0.375rem !important;
  padding: 0.75rem 1rem !important;
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

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

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

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

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

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

.placeholder\:text-\[14px\]::-moz-placeholder {
  font-size: 14px;
}

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

.placeholder\:italic::-moz-placeholder {
  font-style: italic;
}

.placeholder\:italic::placeholder {
  font-style: italic;
}

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

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

.backdrop\:bg-black\/50::backdrop {
  background-color: rgb(0 0 0 / 0.5);
}

.backdrop\:backdrop-blur-sm::backdrop {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}

.before\:h-3::before {
  content: var(--tw-content);
  height: 0.75rem;
}

.before\:h-\[5px\]::before {
  content: var(--tw-content);
  height: 5px;
}

.before\:w-3::before {
  content: var(--tw-content);
  width: 0.75rem;
}

.before\:w-\[5px\]::before {
  content: var(--tw-content);
  width: 5px;
}

.before\:shrink-0::before {
  content: var(--tw-content);
  flex-shrink: 0;
}

.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --tw-translate-y: -50%;
  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));
}

.before\:rounded-full::before {
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-blue-400::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}

.before\:bg-green-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.before\:bg-red-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.after\:pointer-events-none::after {
  content: var(--tw-content);
  pointer-events: none;
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:bottom-1::after {
  content: var(--tw-content);
  bottom: 0.25rem;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0px;
}

.after\:top-\[calc\(100\%-theme\(space\.1\)\)\]::after {
  content: var(--tw-content);
  top: calc(100% - 0.25rem);
}

.after\:h-0::after {
  content: var(--tw-content);
  height: 0px;
}

.after\:h-8::after {
  content: var(--tw-content);
  height: 2rem;
}

.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --tw-translate-x: -50%;
  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));
}

.after\:rotate-45::after {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  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));
}

.after\:border-4::after {
  content: var(--tw-content);
  border-width: 4px;
}

.after\:border-color-inherit::after {
  content: var(--tw-content);
  border-color: inherit;
}

.after\:bg-gradient-to-b::after {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.after\:from-transparent::after {
  content: var(--tw-content);
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.after\:to-white::after {
  content: var(--tw-content);
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

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

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

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

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

.last\:mr-0:last-child {
  margin-right: 0px;
}

.last\:hidden:last-child {
  display: none;
}

.last\:border-0:last-child {
  border-width: 0px;
}

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

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

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

.even\:bg-container:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}

.even\:bg-container-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.invalid\:ring-2:invalid {
  --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);
}

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

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

.focus-within\:ring-2:focus-within {
  --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-within\:ring-4:focus-within {
  --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(4px + 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);
}

.hover\:scale-110:hover {
  --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));
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

.hover\:border-blue-300:hover {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.hover\:border-dochorse-blue\/30:hover {
  border-color: rgb(54 61 107 / 0.3);
}

.hover\:border-gray-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.hover\:\!bg-dochorse-blue-light:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-container-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.hover\:bg-dochorse-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
}

.hover\:bg-dochorse-blue-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

.hover\:bg-dochorse-blue\/10:hover {
  background-color: rgb(54 61 107 / 0.1);
}

.hover\:bg-dochorse-blue\/90:hover {
  background-color: rgb(54 61 107 / 0.9);
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

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

.hover\:bg-green-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(16 185 129 / var(--tw-bg-opacity));
}

.hover\:bg-green-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(5 150 105 / var(--tw-bg-opacity));
}

.hover\:bg-primary\/10:hover {
  background-color: rgb(29 78 216 / 0.1);
}

.hover\:bg-red-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}

.hover\:bg-slate-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}

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

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:text-amber-500:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

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

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}

.hover\:text-blue-950:hover {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}

.hover\:text-dochorse-600:hover {
  --tw-text-opacity: 1;
  color: rgb(166 130 73 / var(--tw-text-opacity));
}

.hover\:text-dochorse-blue\/80:hover {
  color: rgb(54 61 107 / 0.8);
}

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

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.hover\:text-green-600:hover {
  --tw-text-opacity: 1;
  color: rgb(5 150 105 / var(--tw-text-opacity));
}

.hover\:text-green-700:hover {
  --tw-text-opacity: 1;
  color: rgb(4 120 87 / var(--tw-text-opacity));
}

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-primary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:text-red-800:hover {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}

.hover\:text-secondary-darker:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-yellow-500:hover {
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity));
}

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

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

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

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

.hover\:opacity-60:hover {
  opacity: 0.6;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:shadow-\[0_20px_25px_-5px_rgba\(172\2c 170\2c 170\2c 0\.1\)\2c 0_8px_10px_-6px_rgba\(4\2c 4\2c 4\2c 0\.1\)\]:hover {
  --tw-shadow: 0 20px 25px -5px rgba(172,170,170,0.1),0 8px 10px -6px rgba(4,4,4,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);
}

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

.hover\:shadow-sm:hover {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-primary\/30:hover {
  --tw-shadow-color: rgb(30 64 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

.hover\:ring-2:hover {
  --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);
}

.hover\:ring-blue-300:hover {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}

.hover\:drop-shadow-md:hover {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.focus\:not-sr-only:focus {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.focus\:absolute:focus {
  position: absolute;
}

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

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

.focus\:z-40:focus {
  z-index: 40;
}

.focus\:border-0:focus {
  border-width: 0px;
}

.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}

.focus\:border-dochorse-600:focus {
  --tw-border-opacity: 1;
  border-color: rgb(166 130 73 / var(--tw-border-opacity));
}

.focus\:border-dochorse-blue:focus {
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
}

.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.focus\:border-primary-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity));
}

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

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

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

.focus\:text-gray-600:focus {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.focus\:text-primary:focus {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.focus\:shadow-primary\/30:focus {
  --tw-shadow-color: rgb(30 64 175 / 0.3);
  --tw-shadow: var(--tw-shadow-colored);
}

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

.focus\:outline-red-300:focus {
  outline-color: #fca5a5;
}

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

.focus\:ring-1: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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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-4: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(4px + 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-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}

.focus\:ring-dochorse-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(166 130 73 / var(--tw-ring-opacity));
}

.focus\:ring-dochorse-blue:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

.focus\:ring-dochorse-blue\/30:focus {
  --tw-ring-color: rgb(54 61 107 / 0.3);
}

.focus\:ring-dochorse-blue\/50:focus {
  --tw-ring-color: rgb(54 61 107 / 0.5);
}

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

.focus\:ring-opacity-20:focus {
  --tw-ring-opacity: 0.2;
}

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

.focus\:drop-shadow-md:focus {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.active\:scale-95:active {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.active\:scale-\[98\%\]:active {
  --tw-scale-x: 98%;
  --tw-scale-y: 98%;
  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));
}

.active\:scale-\[99\%\]:active {
  --tw-scale-x: 99%;
  --tw-scale-y: 99%;
  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));
}

.active\:border-dochorse-blue:active {
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
}

.active\:bg-dochorse-blue\/10:active {
  background-color: rgb(54 61 107 / 0.1);
}

.active\:bg-dochorse-blue\/80:active {
  background-color: rgb(54 61 107 / 0.8);
}

.active\:bg-gray-100:active {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.active\:bg-red-400:active {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}

.active\:text-gray-500:active {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

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

.active\:text-red-900:active {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}

.active\:shadow:active {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.active\:ring-2:active {
  --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);
}

.active\:ring-dochorse-blue:active {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

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

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

.disabled\:bg-dochorse-green\/20:disabled {
  background-color: rgb(0 128 1 / 0.2);
}

.disabled\:bg-gray-100:disabled {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.disabled\:text-slate-50:disabled {
  --tw-text-opacity: 1;
  color: rgb(248 250 252 / var(--tw-text-opacity));
}

.disabled\:opacity-10:disabled {
  opacity: 0.1;
}

.disabled\:opacity-25:disabled {
  opacity: 0.25;
}

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.disabled\:opacity-75:disabled {
  opacity: 0.75;
}

.disabled\:shadow-none:disabled {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:z-30 {
  z-index: 30;
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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-110 {
  --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\:scale-\[102\%\] {
  --tw-scale-x: 102%;
  --tw-scale-y: 102%;
  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-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

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

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

.group:disabled .group-disabled\:pointer-events-none {
  pointer-events: none;
}

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

.aria-expanded\:bg-dochorse-blue-light[aria-expanded="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(241 243 254 / var(--tw-bg-opacity));
}

.aria-expanded\:font-bold[aria-expanded="true"] {
  font-weight: 700;
}

.aria-expanded\:text-dochorse-blue[aria-expanded="true"] {
  --tw-text-opacity: 1;
  color: rgb(54 61 107 / var(--tw-text-opacity));
}

.aria-expanded\:text-white[aria-expanded="true"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.aria-selected\:w-5[aria-selected="true"] {
  width: 1.25rem;
}

.aria-selected\:bg-dochorse-blue[aria-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 61 107 / var(--tw-bg-opacity));
}

.aria-selected\:ring-dochorse-blue-light[aria-selected="true"] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(241 243 254 / var(--tw-ring-opacity));
}

.aria-\[current\=page\]\:font-bold[aria-current=page] {
  font-weight: 700;
}

.aria-\[current\=page\]\:font-medium[aria-current=page] {
  font-weight: 500;
}

.aria-\[current\=page\]\:underline[aria-current=page] {
  text-decoration-line: underline;
}

.group[aria-expanded="true"] .group-aria-expanded\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group[aria-expanded="true"] .group-aria-expanded\:text-inherit {
  color: inherit;
}

.data-\[sticky\=false\]\:translate-y-0[data-sticky=false] {
  --tw-translate-y: 0px;
  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));
}

.data-\[active\]\:border-primary[data-active] {
  --tw-border-opacity: 1;
  border-color: rgb(29 78 216 / var(--tw-border-opacity));
}

.data-\[checked\]\:border-dochorse-blue[data-checked] {
  --tw-border-opacity: 1;
  border-color: rgb(54 61 107 / var(--tw-border-opacity));
}

.data-\[checked\]\:text-blue-800[data-checked] {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity));
}

.data-\[sticky\=false\]\:opacity-100[data-sticky=false] {
  opacity: 1;
}

.data-\[sticky\=true\]\:shadow-2xl[data-sticky=true] {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.data-\[checked\]\:ring-2[data-checked] {
  --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);
}

.data-\[checked\]\:ring-dochorse-blue[data-checked] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

.data-\[checked\]\:focus\:border-blue-400:focus[data-checked] {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}

.data-\[checked\]\:focus\:ring:focus[data-checked] {
  --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(3px + 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);
}

.data-\[checked\]\:focus\:ring-2:focus[data-checked] {
  --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);
}

.data-\[checked\]\:focus\:ring-blue-100:focus[data-checked] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity));
}

.data-\[checked\]\:focus\:ring-dochorse-blue:focus[data-checked] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(54 61 107 / var(--tw-ring-opacity));
}

.data-\[checked\]\:focus\:ring-offset-2:focus[data-checked] {
  --tw-ring-offset-width: 2px;
}

.data-\[checked\]\:focus\:ring-offset-blue-200:focus[data-checked] {
  --tw-ring-offset-color: #bfdbfe;
}

@media (min-width: 640px) {
  .sm\:bottom-6 {
    bottom: 1.5rem;
  }

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

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

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

  .sm\:order-3 {
    order: 3;
  }

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

  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

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

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

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

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

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

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

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

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-96 {
    width: 24rem;
  }

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

  .sm\:min-w-\[theme\(spacing\.24\)\] {
    min-width: 6rem;
  }

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

  .sm\:max-w-\[theme\(spacing\.32\)\] {
    max-width: 8rem;
  }

  .sm\:max-w-prose {
    max-width: 65ch;
  }

  .sm\:table-fixed {
    table-layout: fixed;
  }

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

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

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

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

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

  .sm\:items-start {
    align-items: flex-start;
  }

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

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

  .sm\:gap-4 {
    gap: 1rem;
  }

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

  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .sm\:overflow-hidden {
    overflow: hidden;
  }

  .sm\:text-clip {
    text-overflow: clip;
  }

  .sm\:whitespace-normal {
    white-space: normal;
  }

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

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  #gallery .sm\:block.fixed .amasty-label-container {
    display: none;
  }

  .\32xs\:flex-row {
    flex-direction: row;
  }

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

  .\32xs\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
}

@media (min-width: 768px) {
  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

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

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

  .md\:z-\[initial\] {
    z-index: initial;
  }

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

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

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-start-1 {
    grid-column-start: 1;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

  .md\:row-start-1 {
    grid-row-start: 1;
  }

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

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

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

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

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

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

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

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

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

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

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

  .md\:mr-0 {
    margin-right: 0px;
  }

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

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

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

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

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

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

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

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

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

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

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

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

  .md\:min-h-\[auto\] {
    min-height: auto;
  }

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

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

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

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

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

  .md\:w-2\/6 {
    width: 33.333333%;
  }

  .md\:w-24 {
    width: 6rem;
  }

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

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

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

  .md\:w-\[50vw\] {
    width: 50vw;
  }

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

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

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

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

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

  .md\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .md\:max-w-\[6rem\] {
    max-width: 6rem;
  }

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

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

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

  .md\:flex-initial {
    flex: 0 1 auto;
  }

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

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

  .md\:basis-2\/4 {
    flex-basis: 50%;
  }

  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
    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));
  }

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

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

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

  .md\:grid-cols-\[42\%_minmax\(0\2c _1fr\)\] {
    grid-template-columns: 42% minmax(0, 1fr);
  }

  .md\:grid-rows-\[min-content_minmax\(0\2c _1fr\)\] {
    grid-template-rows: min-content minmax(0, 1fr);
  }

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

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

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

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

  .md\:items-start {
    align-items: flex-start;
  }

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-1 {
    gap: 0.25rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

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

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

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

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

  .md\:gap-y-0 {
    row-gap: 0px;
  }

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

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

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

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

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:justify-self-start {
    justify-self: start;
  }

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

  .md\:overflow-visible {
    overflow: visible;
  }

  .md\:\!overflow-x-hidden {
    overflow-x: hidden !important;
  }

  .md\:rounded-\[\.5rem\] {
    border-radius: .5rem;
  }

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

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

  .md\:border-0 {
    border-width: 0px;
  }

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

  .md\:border-l-2 {
    border-left-width: 2px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

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

  .md\:border-dochorse-blue-light {
    --tw-border-opacity: 1;
    border-color: rgb(241 243 254 / var(--tw-border-opacity));
  }

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

  .md\:bg-dochorse-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  }

  .md\:bg-gray-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }

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

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

  .md\:\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

  .md\:\!pr-4 {
    padding-right: 1rem !important;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:font-sans {
    font-family: Open Sans, Helvetica Neue, Arial, sans-serif;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:normal-case {
    text-transform: none;
  }

  .md\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  }

  .md\:opacity-100 {
    opacity: 1;
  }

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

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:transition-none {
    transition-property: none;
  }

  #gallery .md\:block.fixed .amasty-label-container {
    display: none;
  }

  .hover\:md\:\!border-dochorse-blue-light:hover {
    --tw-border-opacity: 1 !important;
    border-color: rgb(241 243 254 / var(--tw-border-opacity)) !important;
  }

  .hover\:md\:border-transparent:hover {
    border-color: transparent;
  }

  .hover\:md\:\!bg-dochorse-blue-light:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(241 243 254 / var(--tw-bg-opacity)) !important;
  }

  .hover\:md\:bg-dochorse-blue\/10:hover {
    background-color: rgb(54 61 107 / 0.1);
  }
}

@media (min-width: 1024px) {
  .lg\:sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }

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

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

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

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

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

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

  .lg\:bottom-4 {
    bottom: 1rem;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

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

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

  .lg\:left-\[calc\(50\%-512px\)\] {
    left: calc(50% - 512px);
  }

  .lg\:left-\[var\(--msrp-inline-offset\)\] {
    left: var(--msrp-inline-offset);
  }

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

  .lg\:right-auto {
    right: auto;
  }

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

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

  .lg\:top-\[var\(--msrp-block-offset\)\] {
    top: var(--msrp-block-offset);
  }

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

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

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

  .lg\:order-3 {
    order: 3;
  }

  .lg\:order-first {
    order: -9999;
  }

  .lg\:order-none {
    order: 0;
  }

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

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

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

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

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

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:\!mb-20 {
    margin-bottom: 5rem !important;
  }

  .lg\:\!mb-24 {
    margin-bottom: 6rem !important;
  }

  .lg\:\!mt-24 {
    margin-top: 6rem !important;
  }

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

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

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

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

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

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

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

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

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

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:table-cell {
    display: table-cell;
  }

  .lg\:table-header-group {
    display: table-header-group;
  }

  .lg\:table-row {
    display: table-row;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-20 {
    width: 5rem;
  }

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

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-80 {
    width: 20rem;
  }

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

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

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

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

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

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

  .lg\:max-w-\[30\%\] {
    max-width: 30%;
  }

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

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

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

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

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

  .lg\:flex-none {
    flex: none;
  }

  .lg\:basis-4\/5 {
    flex-basis: 80%;
  }

  .lg\:basis-auto {
    flex-basis: auto;
  }

  .lg\:table-auto {
    table-layout: auto;
  }

  .lg\:-translate-y-0 {
    --tw-translate-y: -0px;
    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));
  }

  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }

  .lg\:cursor-default {
    cursor: default;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:items-start {
    align-items: flex-start;
  }

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-5 {
    gap: 1.25rem;
  }

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

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }

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

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

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\:divide-none > :not([hidden]) ~ :not([hidden]) {
    border-style: none;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:rounded-\[\.5rem\] {
    border-radius: .5rem;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:border-r-2 {
    border-right-width: 2px;
  }

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

  .lg\:bg-dochorse-blue-light {
    --tw-bg-opacity: 1;
    background-color: rgb(241 243 254 / var(--tw-bg-opacity));
  }

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

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

  .lg\:bg-zinc-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(250 250 250 / var(--tw-bg-opacity));
  }

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

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

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

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

  .lg\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

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

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

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

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

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

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

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

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

  .lg\:pl-24 {
    padding-left: 6rem;
  }

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

  .lg\:pl-\[var\(--thumb-size\)\] {
    padding-left: var(--thumb-size);
  }

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

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

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

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

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

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

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

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

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

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

  .lg\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

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

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

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

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

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

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

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

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

  .lg\:leading-\[27px\] {
    line-height: 27px;
  }

  .lg\:leading-\[46px\] {
    line-height: 46px;
  }

  .lg\:text-dochorse-body {
    --tw-text-opacity: 1;
    color: rgb(57 57 57 / var(--tw-text-opacity));
  }

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

  .lg\:mask-dir-y {
    --tw-mask-dir: to bottom;
  }

  #gallery .lg\:block.fixed .amasty-label-container {
    display: none;
  }

  .hover\:lg\:bg-sky-50:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(240 249 255 / var(--tw-bg-opacity));
  }

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

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

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

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

  .xl\:left-\[calc\(50\%-640px\)\] {
    left: calc(50% - 640px);
  }

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

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

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

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

  .xl\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .xl\:border-r-0 {
    border-right-width: 0px;
  }

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

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

  .xl\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }

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

  .xl\:focus-within\:relative:focus-within {
    position: relative;
  }
}

@media (min-width: 1536px) {
  .\32xl\:left-\[calc\(50\%-768px\)\] {
    left: calc(50% - 768px);
  }

  .\32xl\:w-96 {
    width: 24rem;
  }
}

.\[\&\:\:-webkit-progress-bar\]\:bg-gray-200::-webkit-progress-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.\[\&\:\:-webkit-progress-value\]\:bg-yellow-300::-webkit-progress-value {
  --tw-bg-opacity: 1;
  background-color: rgb(252 211 77 / var(--tw-bg-opacity));
}

.\[\&\:active\:not\(\[data-checked\]\)\]\:ring-offset-2:active:not([data-checked]) {
  --tw-ring-offset-width: 2px;
}

.\[\&\:focus\:not\(\[data-checked\]\)\]\:ring-offset-2:focus:not([data-checked]) {
  --tw-ring-offset-width: 2px;
}

.\[\&\:hover\:not\(\[data-checked\]\)\]\:ring-offset-2:hover:not([data-checked]) {
  --tw-ring-offset-width: 2px;
}

.\[\&\>\:not\(\.loader\)\]\:invisible>:not(.loader) {
  visibility: hidden;
}

.\[\&\[data-checked\]\:not\(\:focus\)\]\:bg-blue-50[data-checked]:not(:focus) {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.\[\&\[data-checked\]\:not\(\:focus\)\]\:ring-offset-2[data-checked]:not(:focus) {
  --tw-ring-offset-width: 2px;
}

.\[\&_\.price-label\]\:sr-only .price-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.\[\&_\.price-wrapper\]\:text-inherit .price-wrapper {
  color: inherit;
}

.\[\&_\.price-wrapper\]\:\[font-size\:inherit\] .price-wrapper {
  font-size: inherit;
}

.\[\&_\.price\]\:font-normal .price {
  font-weight: 400;
}

.\[\&_\:is\(input\2c select\2c textarea\)\]\:scroll-my-36 :is(input,select,textarea) {
  scroll-margin-top: 9rem;
  scroll-margin-bottom: 9rem;
}

@media(pointer:coarse) {
  .\[\@media\(pointer\:coarse\)\]\:hidden {
    display: none;
  }
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('../../frontend/Dochorse/hyva/nl_NL/Mirasvit_Core/css/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('../../frontend/Dochorse/hyva/nl_NL/Mirasvit_Core/css/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('../../frontend/Dochorse/hyva/nl_NL/Mirasvit_Core/css/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('../../frontend/Dochorse/hyva/nl_NL/Mirasvit_Core/css/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('../../frontend/Dochorse/hyva/nl_NL/Mirasvit_Core/css/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('../../frontend/Dochorse/hyva/nl_NL/Mirasvit_Core/css/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal;font-display:swap;}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.mollie-buttons{margin-top:10%;text-align:center;opacity:0;animation:fadeIn 1s;animation-delay:1s;animation-fill-mode:forwards}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.mollie-buttons .button{display:inline-block;margin:20px;max-width:100%;padding:0 16px;border:0;box-shadow:0 1px 2px 0 rgba(0,0,0,0.19);border-radius:6px;background-color:#0095FF;color:#FFF;font-size:1.8rem;font-weight:700;line-height:4.4rem;text-align:center;text-decoration:none;outline:none;overflow:hidden;text-overflow:ellipsis;-webkit-transition:background .15s;transition:background .15s;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.mollie-buttons{opacity:0;-webkit-transition:opacity 2s ease-in;-moz-transition:opacity 2s ease-in;-ms-transition:opacity 2s ease-in;-o-transition:opacity 2s ease-in;transition:opacity 2s ease-in}.mollie-buttons .button:hover{background-color:#0077CB}.mollie-loading .redirect-block{padding:10%;text-align:center}.checkout-payment-method #mollie_methods_ideal-form .label{height:35px;display:inline-block}.checkout-payment-method #mollie_methods_ideal-form .payment-icon{width:35px;max-height:30px}.checkout-payment-method #mollie_methods_kbc-form .label{height:35px;display:inline-block}.checkout-payment-method #mollie_methods_kbc-form .payment-icon{width:35px;max-height:30px}.checkout-payment-method #mollie_methods_giftcard-form .label{height:40px;display:inline-block}.checkout-payment-method #mollie_methods_giftcard-form .payment-icon{width:35px;max-height:30px}.mollie-payment-icon{width:25px;margin-right:5px;vertical-align:middle}.mollie-loading .loader{border:16px solid #e3f0fa;border-top:16px solid #31a8f0;border-radius:50%;width:50px;height:50px;animation:spin 2s linear infinite;margin-left:auto;margin-right:auto}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.mollie-component{width:90%;height:20px;background-color:#FFF;padding:10px 15px;border-radius:6px;color:#222;transition:all .05s ease;box-shadow:0px 1px 1px 0px rgba(0,0,0,0.1),0px 1px 3px 0px rgba(0,0,0,0.1),0px 0px 0px 1px rgba(0,0,0,0.05);margin-bottom:10px;margin-top:5px}.mollie-component.is-invalid{background-color:#FFF0F0;box-shadow:0px 1px 1px 0px rgba(255,51,68,0.1),0px 1px 3px 0px rgba(255,51,68,0.1)}.payment-method-content .card-container{max-width:400px;overflow:auto;background-color:#FFF;border-radius:10px;border:1px solid rgba(0,0,0,0.1);display:block;padding:20px;margin-bottom:10px}.component-error{color:#FF0000;display:none;margin-bottom:10px}