/** Shopify CDN: Minification failed

Line 6211:25 Expected "]" to go with "["
Line 6211:65 Unexpected "]"
Line 6225:25 Expected "]" to go with "["
Line 6225:44 Unexpected "]"

**/
/*!**********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./src/styles/theme.css ***!
  \**********************************************************************************************************************************************/
/*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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: Arial, sans-serif; /* 4 */
}

/*
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]) {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted currentColor;
          text-decoration: underline dotted currentColor;
}

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
}

::-webkit-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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%;
}
@media (min-width: 340px) {

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

  .container {
    max-width: 400px;
  }
}
@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: 1440px) {

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

  .container {
    max-width: 1536px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.top-auto {
  top: auto;
}
.left-4 {
  left: 1rem;
}
.right-4 {
  right: 1rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-2 {
  top: 0.5rem;
}
.top-1\/2 {
  top: 50%;
}
.left-1\/2 {
  left: 50%;
}
.-left-full {
  left: -100%;
}
.left-full {
  left: 100%;
}
.right-6 {
  right: 1.5rem;
}
.top-0\.5 {
  top: 0.125rem;
}
.right-2 {
  right: 0.5rem;
}
.right-5 {
  right: 1.25rem;
}
.right-0 {
  right: 0px;
}
.right-full {
  right: 100%;
}
.right-8 {
  right: 2rem;
}
.bottom-\[14px\] {
  bottom: 14px;
}
.-bottom-16 {
  bottom: -4rem;
}
.bottom-4 {
  bottom: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.left-5 {
  left: 1.25rem;
}
.top-\[47px\] {
  top: 47px;
}
.right-\[0\.875rem\] {
  right: 0.875rem;
}
.-right-1 {
  right: -0.25rem;
}
.left-auto {
  left: auto;
}
.right-auto {
  right: auto;
}
.top-\[76px\] {
  top: 76px;
}
.top-\[70px\] {
  top: 70px;
}
.left-6 {
  left: 1.5rem;
}
.left-\[56px\] {
  left: 56px;
}
.right-\[56px\] {
  right: 56px;
}
.-left-4 {
  left: -1rem;
}
.top-\[6rem\] {
  top: 6rem;
}
.z-\[99\] {
  z-index: 99;
}
.z-10 {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[101\] {
  z-index: 101;
}
.z-\[2147483000\] {
  z-index: 2147483000;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[4\] {
  z-index: 4;
}
.-z-1 {
  z-index: -1;
}
.z-\[3\] {
  z-index: 3;
}
.z-\[20\] {
  z-index: 20;
}
.z-20 {
  z-index: 20;
}
.order-\[-1\] {
  order: -1;
}
.order-none {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.m-0 {
  margin: 0px;
}
.m-auto {
  margin: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-0\.5 {
  margin-top: 0.125rem;
  margin-bottom: 0.125rem;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[1\.875rem\] {
  margin-top: 1.875rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-\[1\.625rem\] {
  margin-top: 1.625rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-\[0\.375rem\] {
  margin-top: 0.375rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mt-\[1\.125rem\] {
  margin-top: 1.125rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.\!mt-4 {
  margin-top: 1rem !important;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-\[0\.375rem\] {
  margin-bottom: 0.375rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.\!mt-3\.5 {
  margin-top: 0.875rem !important;
}
.\!mt-3 {
  margin-top: 0.75rem !important;
}
.mb-\[7px\] {
  margin-bottom: 7px;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mr-auto {
  margin-right: auto;
}
.-mr-6 {
  margin-right: -1.5rem;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.ml-0 {
  margin-left: 0px;
}
.mt-\[35px\] {
  margin-top: 35px;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-0 {
  margin-right: 0px;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mt-\[2\.5rem\] {
  margin-top: 2.5rem;
}
.mt-\[2\.375rem\] {
  margin-top: 2.375rem;
}
.\!ml-0 {
  margin-left: 0px !important;
}
.mt-\[0\.875rem\] {
  margin-top: 0.875rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mb-\[0\.1875rem\] {
  margin-bottom: 0.1875rem;
}
.mt-\[2\.5625rem\] {
  margin-top: 2.5625rem;
}
.mt-\[34px\] {
  margin-top: 34px;
}
.mt-\[7px\] {
  margin-top: 7px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-\[0\.875rem\] {
  margin-bottom: 0.875rem;
}
.\!mt-5 {
  margin-top: 1.25rem !important;
}
.ml-\[-4px\] {
  margin-left: -4px;
}
.\!mt-\[14px\] {
  margin-top: 14px !important;
}
.mt-0 {
  margin-top: 0px;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.mr-\[0\.8rem\] {
  margin-right: 0.8rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.inline-grid {
  display: inline-grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.\!hidden {
  display: none !important;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-full {
  height: 100%;
}
.h-\[22\.125rem\] {
  height: 22.125rem;
}
.h-\[17\.25rem\] {
  height: 17.25rem;
}
.h-\[5\.625rem\] {
  height: 5.625rem;
}
.h-\[3rem\] {
  height: 3rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-2 {
  height: 0.5rem;
}
.h-\[5px\] {
  height: 5px;
}
.h-4 {
  height: 1rem;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-0 {
  height: 0px;
}
.h-\[6px\] {
  height: 6px;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[11\.325rem\] {
  height: 11.325rem;
}
.h-\[6\.5rem\] {
  height: 6.5rem;
}
.h-\[70px\] {
  height: 70px;
}
.h-\[18\.75rem\] {
  height: 18.75rem;
}
.h-\[1\.375rem\] {
  height: 1.375rem;
}
.h-screen {
  height: 100vh;
}
.h-\[80px\] {
  height: 80px;
}
.h-8 {
  height: 2rem;
}
.max-h-screen {
  max-height: 100vh;
}
.max-h-0 {
  max-height: 0;
}
.max-h-full {
  max-height: 100%;
}
.max-h-\[30px\] {
  max-height: 30px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[3rem\] {
  min-height: 3rem;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.min-h-\[65vh\] {
  min-height: 65vh;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-\[16\.5rem\] {
  min-height: 16.5rem;
}
.min-h-\[38\.625rem\] {
  min-height: 38.625rem;
}
.w-full {
  width: 100%;
}
.w-\[5\.625rem\] {
  width: 5.625rem;
}
.w-\[8\.625rem\] {
  width: 8.625rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-2 {
  width: 0.5rem;
}
.\!w-full {
  width: 100% !important;
}
.w-1\/2 {
  width: 50%;
}
.w-\[90vw\] {
  width: 90vw;
}
.w-\[10vw\] {
  width: 10vw;
}
.w-4 {
  width: 1rem;
}
.w-\[6\.375rem\] {
  width: 6.375rem;
}
.w-\[30rem\] {
  width: 30rem;
}
.w-screen {
  width: 100vw;
}
.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.w-9 {
  width: 2.25rem;
}
.w-\[20\.25rem\] {
  width: 20.25rem;
}
.w-\[6\.5rem\] {
  width: 6.5rem;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[158px\] {
  width: 158px;
}
.w-\[22px\] {
  width: 22px;
}
.w-auto {
  width: auto;
}
.w-\[23\.5rem\] {
  width: 23.5rem;
}
.\!w-8 {
  width: 2rem !important;
}
.w-\[1\.375rem\] {
  width: 1.375rem;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[70vw\] {
  width: 70vw;
}
.w-8 {
  width: 2rem;
}
.w-12 {
  width: 3rem;
}
.w-\[calc\(100\%\+2rem\)\] {
  width: calc(100% + 2rem);
}
.w-\[4\.875rem\] {
  width: 4.875rem;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-\[13rem\] {
  min-width: 13rem;
}
.\!min-w-0 {
  min-width: 0px !important;
}
.min-w-\[50\%\] {
  min-width: 50%;
}
.min-w-\[3rem\] {
  min-width: 3rem;
}
.\!min-w-fit {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
.min-w-\[48px\] {
  min-width: 48px;
}
.min-w-\[30px\] {
  min-width: 30px;
}
.\!min-w-\[2rem\] {
  min-width: 2rem !important;
}
.min-w-\[16\.5625rem\] {
  min-width: 16.5625rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[36\.75rem\] {
  max-width: 36.75rem;
}
.max-w-\[47\.25rem\] {
  max-width: 47.25rem;
}
.max-w-\[66rem\] {
  max-width: 66rem;
}
.max-w-\[275px\] {
  max-width: 275px;
}
.max-w-\[28rem\] {
  max-width: 28rem;
}
.max-w-\[55\.875rem\] {
  max-width: 55.875rem;
}
.max-w-\[78rem\] {
  max-width: 78rem;
}
.max-w-container {
  max-width: 90rem;
}
.max-w-blog {
  max-width: calc(100% - 3.75rem);
}
.max-w-\[70rem\] {
  max-width: 70rem;
}
.max-w-\[55\.5rem\] {
  max-width: 55.5rem;
}
.max-w-\[90rem\] {
  max-width: 90rem;
}
.max-w-\[39\.25rem\] {
  max-width: 39.25rem;
}
.max-w-\[19\.625rem\] {
  max-width: 19.625rem;
}
.max-w-\[52\.5rem\] {
  max-width: 52.5rem;
}
.max-w-\[65\.25rem\] {
  max-width: 65.25rem;
}
.max-w-\[30\.375rem\] {
  max-width: 30.375rem;
}
.max-w-\[87rem\] {
  max-width: 87rem;
}
.max-w-\[75rem\] {
  max-width: 75rem;
}
.max-w-\[9\.9375rem\] {
  max-width: 9.9375rem;
}
.max-w-\[74\.75rem\] {
  max-width: 74.75rem;
}
.max-w-\[68\.25rem\] {
  max-width: 68.25rem;
}
.max-w-fit {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.\!max-w-\[2rem\] {
  max-width: 2rem !important;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[18\.75rem\] {
  max-width: 18.75rem;
}
.max-w-\[16rem\] {
  max-width: 16rem;
}
.max-w-\[85rem\] {
  max-width: 85rem;
}
.max-w-\[30px\] {
  max-width: 30px;
}
.max-w-\[16\.5625rem\] {
  max-width: 16.5625rem;
}
.max-w-\[282px\] {
  max-width: 282px;
}
.\!max-w-full {
  max-width: 100% !important;
}
.max-w-\[11\.5rem\] {
  max-width: 11.5rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow-0 {
  flex-grow: 0;
}
.grow {
  flex-grow: 1;
}
.-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-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-2\/4 {
  --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));
}
.-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-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-\[1\] {
  --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));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-grabbing {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.cursor-zoom-in {
  cursor: zoom-in;
}
.touch-none {
  touch-action: none;
}
.resize {
  resize: both;
}
.snap-mandatory {
  --tw-scroll-snap-strictness: mandatory;
}
.snap-start {
  scroll-snap-align: start;
}
.snap-center {
  scroll-snap-align: center;
}
.list-none {
  list-style-type: none;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-0 {
  gap: 0px;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-\[5px\] {
  gap: 5px;
}
.gap-\[7rem\] {
  gap: 7rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-\[50px\] {
  gap: 50px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-\[2\.5rem\] {
  gap: 2.5rem;
}
.gap-32 {
  gap: 8rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-\[2\.375rem\] {
  row-gap: 2.375rem;
}
.gap-y-\[3\.375rem\] {
  row-gap: 3.375rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-x-\[1\.5625rem\] {
  -moz-column-gap: 1.5625rem;
       column-gap: 1.5625rem;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[5px\] {
  border-radius: 5px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-\[1\.875rem\] {
  border-radius: 1.875rem;
}
.rounded-none {
  border-radius: 0px;
}
.border {
  border-width: 1px;
}
.\!border-0 {
  border-width: 0px !important;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t-\[0\.125rem\] {
  border-top-width: 0.125rem;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-b-\[0\.125rem\] {
  border-bottom-width: 0.125rem;
}
.border-l-\[4px\] {
  border-left-width: 4px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-r-0 {
  border-right-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-grey-3 {
  --tw-border-opacity: 1;
  border-color: rgba(220, 221, 223, var(--tw-border-opacity));
}
.border-grey-4 {
  --tw-border-opacity: 1;
  border-color: rgba(172, 175, 180, var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.\!border-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(146, 193, 233, var(--tw-border-opacity)) !important;
}
.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgba(146, 193, 233, var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.\!border-primary {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}
.border-grey-2 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.\!border-grey-3 {
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 221, 223, var(--tw-border-opacity)) !important;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-grey-1 {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}
.bg-base {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.bg-bone {
  --tw-bg-opacity: 1;
  background-color: rgba(238, 231, 227, var(--tw-bg-opacity));
}
.bg-sky {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 193, 233, var(--tw-bg-opacity));
}
.bg-bright-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-grey-3 {
  --tw-bg-opacity: 1;
  background-color: rgba(220, 221, 223, var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-grey-2 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}
.bg-error-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 231, 231, var(--tw-bg-opacity));
}
.bg-success-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 248, 237, var(--tw-bg-opacity));
}
.\!bg-grey-2 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity)) !important;
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(146, 193, 233, var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-apricot {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 156, 83, var(--tw-bg-opacity));
}
.bg-grey-4 {
  --tw-bg-opacity: 1;
  background-color: rgba(172, 175, 180, var(--tw-bg-opacity));
}
.bg-grey-5 {
  --tw-bg-opacity: 1;
  background-color: rgba(122, 122, 130, var(--tw-bg-opacity));
}
.bg-earth {
  --tw-bg-opacity: 1;
  background-color: rgba(135, 53, 37, var(--tw-bg-opacity));
}
.bg-rose {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 177, 187, var(--tw-bg-opacity));
}
.bg-burgundy {
  --tw-bg-opacity: 1;
  background-color: rgba(123, 44, 57, var(--tw-bg-opacity));
}
.bg-seafoam {
  --tw-bg-opacity: 1;
  background-color: rgba(100, 210, 198, var(--tw-bg-opacity));
}
.bg-petrol {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 85, 95, var(--tw-bg-opacity));
}
.bg-lime {
  --tw-bg-opacity: 1;
  background-color: rgba(175, 220, 78, var(--tw-bg-opacity));
}
.bg-forest {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 84, 59, var(--tw-bg-opacity));
}
.bg-gold {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 195, 44, var(--tw-bg-opacity));
}
.bg-bronze {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 87, 46, var(--tw-bg-opacity));
}
.bg-error {
  --tw-bg-opacity: 1;
  background-color: rgba(174, 40, 21, var(--tw-bg-opacity));
}
.bg-success {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 96, 39, var(--tw-bg-opacity));
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.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;
}
.p-1 {
  padding: 0.25rem;
}
.\!p-3 {
  padding: 0.75rem !important;
}
.p-\[0\.875rem\] {
  padding: 0.875rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[1\.75rem\] {
  padding: 1.75rem;
}
.py-\[1\.625rem\] {
  padding-top: 1.625rem;
  padding-bottom: 1.625rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-\[1\.125rem\] {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-\[0\.875rem\] {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.\!px-\[30px\] {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-\[4\.75rem\] {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[0\.875rem\] {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-\[0\.75rem\] {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.px-\[1\.275rem\] {
  padding-left: 1.275rem;
  padding-right: 1.275rem;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pt-\[74px\] {
  padding-top: 74px;
}
.pt-px {
  padding-top: 1px;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pl-0 {
  padding-left: 0px;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-\[100\%\] {
  padding-bottom: 100%;
}
.pt-\[2\.5rem\] {
  padding-top: 2.5rem;
}
.pb-\[77\.66\%\] {
  padding-bottom: 77.66%;
}
.pb-\[2\.5rem\] {
  padding-bottom: 2.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.\!pl-\[2\.375rem\] {
  padding-left: 2.375rem !important;
}
.\!pl-2 {
  padding-left: 0.5rem !important;
}
.pt-\[1\.625rem\] {
  padding-top: 1.625rem;
}
.pb-\[5\.5625rem\] {
  padding-bottom: 5.5625rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-\[100\%\] {
  padding-top: 100%;
}
.pb-0 {
  padding-bottom: 0px;
}
.\!pl-\[1\.75rem\] {
  padding-left: 1.75rem !important;
}
.pb-\[0\.125rem\] {
  padding-bottom: 0.125rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pl-\[46px\] {
  padding-left: 46px;
}
.pt-\[42px\] {
  padding-top: 42px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[7\.5rem\] {
  padding-bottom: 7.5rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-\[0\.875rem\] {
  padding-top: 0.875rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-\[15rem\] {
  padding-bottom: 15rem;
}
.pt-\[\.75rem\] {
  padding-top: .75rem;
}
.pb-\[2px\] {
  padding-bottom: 2px;
}
.\!pl-\[38px\] {
  padding-left: 38px !important;
}
.\!pl-\[8px\] {
  padding-left: 8px !important;
}
.pt-\[56\.25\%\] {
  padding-top: 56.25%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.align-top {
  vertical-align: top;
}
.font-isidora-soft {
  font-family: Isidora Soft;
}
.text-\[1\.125rem\] {
  font-size: 1.125rem;
}
.text-\[0\.875rem\] {
  font-size: 0.875rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[0\.75rem\] {
  font-size: 0.75rem;
}
.text-\[\.875rem\] {
  font-size: .875rem;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[1\.5rem\] {
  font-size: 1.5rem;
}
.\!text-\[14px\] {
  font-size: 14px !important;
}
.text-\[1rem\] {
  font-size: 1rem;
}
.\!text-\[0\.875rem\] {
  font-size: 0.875rem !important;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[1\.25rem\] {
  font-size: 1.25rem;
}
.text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.\!font-normal {
  font-weight: 400 !important;
}
.\!font-medium {
  font-weight: 500 !important;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-\[1\.125rem\] {
  line-height: 1.125rem;
}
.leading-\[1\.25rem\] {
  line-height: 1.25rem;
}
.leading-\[1\.375rem\] {
  line-height: 1.375rem;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[2rem\] {
  line-height: 2rem;
}
.\!leading-\[20px\] {
  line-height: 20px !important;
}
.leading-\[1\.75rem\] {
  line-height: 1.75rem;
}
.leading-\[1\.5rem\] {
  line-height: 1.5rem;
}
.\!leading-\[1\.25rem\] {
  line-height: 1.25rem !important;
}
.leading-\[1rem\] {
  line-height: 1rem;
}
.leading-\[1\.3125rem\] {
  line-height: 1.3125rem;
}
.leading-\[18px\] {
  line-height: 18px;
}
.leading-\[24px\] {
  line-height: 24px;
}
.leading-\[28px\] {
  line-height: 28px;
}
.\!leading-\[21px\] {
  line-height: 21px !important;
}
.leading-\[40px\] {
  line-height: 40px;
}
.leading-\[21px\] {
  line-height: 21px;
}
.tracking-\[0\.5px\] {
  letter-spacing: 0.5px;
}
.tracking-\[0\.075rem\] {
  letter-spacing: 0.075rem;
}
.tracking-\[0\.015rem\] {
  letter-spacing: 0.015rem;
}
.tracking-\[1px\] {
  letter-spacing: 1px;
}
.tracking-\[0\.75px\] {
  letter-spacing: 0.75px;
}
.\!tracking-\[0\.75px\] {
  letter-spacing: 0.75px !important;
}
.tracking-\[4\.5px\] {
  letter-spacing: 4.5px;
}
.tracking-\[0\.25px\] {
  letter-spacing: 0.25px;
}
.tracking-\[0\.047rem\] {
  letter-spacing: 0.047rem;
}
.tracking-\[0\.063rem\] {
  letter-spacing: 0.063rem;
}
.tracking-\[0\.16em\] {
  letter-spacing: 0.16em;
}
.tracking-\[3px\] {
  letter-spacing: 3px;
}
.\!tracking-\[1\.5px\] {
  letter-spacing: 1.5px !important;
}
.tracking-\[2\.75px\] {
  letter-spacing: 2.75px;
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-error {
  --tw-text-opacity: 1;
  color: rgba(174, 40, 21, var(--tw-text-opacity));
}
.text-base {
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.text-apricot {
  --tw-text-opacity: 1;
  color: rgba(255, 156, 83, var(--tw-text-opacity));
}
.text-rose {
  --tw-text-opacity: 1;
  color: rgba(255, 177, 187, var(--tw-text-opacity));
}
.text-earth {
  --tw-text-opacity: 1;
  color: rgba(135, 53, 37, var(--tw-text-opacity));
}
.text-burgundy {
  --tw-text-opacity: 1;
  color: rgba(123, 44, 57, var(--tw-text-opacity));
}
.text-seafoam {
  --tw-text-opacity: 1;
  color: rgba(100, 210, 198, var(--tw-text-opacity));
}
.text-petrol {
  --tw-text-opacity: 1;
  color: rgba(0, 85, 95, var(--tw-text-opacity));
}
.text-lime {
  --tw-text-opacity: 1;
  color: rgba(175, 220, 78, var(--tw-text-opacity));
}
.text-forest {
  --tw-text-opacity: 1;
  color: rgba(24, 84, 59, var(--tw-text-opacity));
}
.text-gold {
  --tw-text-opacity: 1;
  color: rgba(255, 195, 44, var(--tw-text-opacity));
}
.text-bronze {
  --tw-text-opacity: 1;
  color: rgba(118, 87, 46, var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgba(146, 193, 233, var(--tw-text-opacity));
}
.text-grey-5 {
  --tw-text-opacity: 1;
  color: rgba(122, 122, 130, var(--tw-text-opacity));
}
.text-success {
  --tw-text-opacity: 1;
  color: rgba(37, 96, 39, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-grey-4 {
  --tw-text-opacity: 1;
  color: rgba(172, 175, 180, var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.line-through {
  -webkit-text-decoration-line: line-through;
          text-decoration-line: line-through;
}
.\!no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.\!placeholder-primary::-moz-placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}
.\!placeholder-primary::placeholder {
  --tw-placeholder-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-placeholder-opacity)) !important;
}
.opacity-\[\.3\] {
  opacity: .3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-0 {
  opacity: 0;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-100 {
  opacity: 1;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-60 {
  opacity: 0.6;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline {
  outline-style: solid;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -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;
}
.delay-100 {
  transition-delay: 100ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tns-outer{padding:0 !important}
.tns-outer [hidden]{display:none !important}
.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}
.tns-slider{transition:all 0s}
.tns-slider>.tns-item{box-sizing:border-box}
.tns-horizontal.tns-subpixel{white-space:nowrap}
.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}
.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}
.tns-horizontal.tns-no-subpixel>.tns-item{float:left}
.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}
.tns-no-calc{position:relative;left:0}
.tns-gallery{position:relative;left:0;min-height:1px}
.tns-gallery>.tns-item{position:absolute;left:-100%;transition:transform 0s, opacity 0s}
.tns-gallery>.tns-slide-active{left:auto !important}
.tns-gallery>.tns-slide-active{position:relative}
.tns-gallery>.tns-moving{transition:all 0.25s}
.tns-autowidth{display:inline-block}
.tns-lazy-img{transition:opacity 0.6s;opacity:0.6}
.tns-lazy-img.tns-complete{opacity:1}
.tns-ah{transition:height 0s}
.tns-ovh{overflow:hidden}
.tns-visually-hidden{position:absolute;left:-10000em}
.tns-transparent{opacity:0;visibility:hidden}
.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}
.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}
.tns-vpfix{white-space:nowrap}
.tns-vpfix>div,.tns-vpfix>li{display:inline-block}
.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}
.tns-t-ct{width:2333.3333333%;width:calc(100% * 70 / 3);position:absolute;right:0}
.tns-t-ct:after{content:'';display:table;clear:both}
.tns-t-ct>div{width:1.4285714%;width:calc(100% / 70);height:10px;float:left}
* {
  margin: 0px;
  box-sizing: border-box;
  padding: 0px;
}
body {
  font-family: Montserrat, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  max-width: 100vw;
}
.hide-preview-bar #preview-bar-iframe {
  display: none;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
h1, 
.h1 {
  font-family: Isidora Soft;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
}
@media (min-width: 1024px) {

  h1, 
.h1 {
    font-size: 3.375rem;
    line-height: 4rem;
  }
}
h2, 
.h2 {
  font-family: Isidora Soft;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2.125rem;
}
@media (min-width: 1024px) {

  h2, 
.h2 {
    font-size: 2.625rem;
    line-height: 3.375rem;
  }
}
h3, 
.h3 {
  font-family: Isidora Soft;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
}
@media (min-width: 1024px) {

  h3, 
.h3 {
    font-size: 2.125rem;
    line-height: 2.75rem;
  }
}
h4, 
.h4 {
  font-family: Isidora Soft;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem;
  letter-spacing: 0.047rem;
}
@media (min-width: 1024px) {

  h4, 
.h4 {
    font-size: 1.75rem;
    line-height: 2.375rem;
    letter-spacing: 0em;
  }
}
h5, 
.h5 {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.625rem;
}
@media (min-width: 1024px) {

  h5, 
.h5 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
h6, 
.h6 {
  font-family: Isidora Soft;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.031rem;
}
@media (min-width: 1024px) {

  h6, 
.h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    letter-spacing: 0.063rem;
  }
}
.h7 {
  font-family: Isidora Soft;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.5rem;
}
@media (min-width: 1024px) {

  .h7 {
    font-size: 4.5rem;
    line-height: 5.375rem;
  }
}
.h8 {
  font-family: Montserrat, sans-serif;
  font-size: 1.375rem;
  font-weight: 800;
  line-height: 1.6875rem;
  letter-spacing: .125rem;
}
@media (min-width: 1024px) {

  .h8 {
    font-size: 1.75rem;
    line-height: 2.125rem;
  }
}
.sub-small {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.0315rem;
}
.sub-regular {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: 0.0315rem;
}
.sub-large {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  letter-spacing: 0.0315rem;
}
.caps-small {
  font-size: 0.875rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.25rem;
  letter-spacing: 0.047rem;
}
.caps-regular {
  font-size: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.375rem;
  letter-spacing: 0.063rem;
}
.caps-large {
  font-size: 1.125rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.5rem;
  letter-spacing: 0.188rem;
}
body, 
.text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.text-large {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.688rem;
}
.text-small {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.text-xsmall {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
}
.p-inherit p {
  color: inherit;
  font-size: inherit;
}
.text-normal {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {

  .text-normal {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.rte ul {
  display: flex;
}
.rte ul {
  list-style-type: disc;
}
.rte ul {
  flex-direction: column;
}
.rte ul {
  align-items: flex-start;
}
.rte ul {
  padding-left: 1.5rem;
}
.rte ol {
  display: flex;
}
.rte ol {
  list-style-type: decimal;
}
.rte ol {
  flex-direction: column;
}
.rte ol {
  align-items: flex-start;
}
.rte ol {
  padding-left: 1.5rem;
}
.text-center .rte ul, 
    .text-center .rte ol {
  align-items: center;
}
.text-right .rte ul, 
    .text-right .rte ol {
  align-items: flex-end;
}
details {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(220, 221, 223, var(--tw-border-opacity));
}
details:first-of-type {
  border-top-width: 1px;
}
details summary {
  position: relative;
  display: flex;
  list-style-type: none;
  align-items: center;
  justify-content: space-between;
}
details summary::after {
  --tw-content: '';
  content: var(--tw-content);
  content: url("data:image/svg+xml,<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M1.12571 0.744353C1.45999 0.418549 2.00197 0.418549 2.33625 0.744353L7.4375 5.71626L12.5388 0.744353C12.873 0.418549 13.415 0.418549 13.7493 0.744353C14.0836 1.07016 14.0836 1.59839 13.7493 1.9242L8.44628 7.09274C7.88915 7.63575 6.98586 7.63575 6.42872 7.09274L1.12571 1.9242C0.79143 1.59839 0.79143 1.07016 1.12571 0.744353Z\" fill=\"%23000000\"/></svg>");
  touch-action: none;
  pointer-events: none;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
}
details[open] summary::after {
  content: url("data:image/svg+xml,<svg width=\"14\" height=\"8\" viewBox=\"0 0 14 8\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12.8743 7.25565C12.54 7.58145 11.998 7.58145 11.6638 7.25565L6.5625 2.28374L1.46125 7.25565C1.12697 7.58145 0.58499 7.58145 0.250711 7.25565C-0.0835704 6.92984 -0.0835704 6.40161 0.250711 6.0758L5.55372 0.907256C6.11085 0.36425 7.01415 0.364248 7.57128 0.907256L12.8743 6.0758C13.2086 6.40161 13.2086 6.92984 12.8743 7.25565Z\" fill=\"%23000000\"/></svg>");
  touch-action: none;
  pointer-events: none;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
}
details summary::-webkit-details-marker,
details summary::marker {
  display: none;
}
.accordion-content p a {
  text-decoration: underline;
}
.button {
  display: inline-flex;
  min-height: 3.1rem;
  min-width: 10.75rem;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.188rem;
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.button  {
  }
 .hero--banner--cta.button {
  }
.button  {
  }
 .hero--banner--cta.button {
  }
@media screen and (max-width: 1023px) {
  }
.button--primary {
  --tw-border-opacity: 1;
  border-color: rgba(146, 193, 233, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(146, 193, 233, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.button--primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.button--secondary {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}
.button--secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.button--tertiary {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.button--tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}
.button--tertiary-dark {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.button--tertiary-dark:hover {
  --tw-border-opacity: 1;
  border-color: rgba(146, 193, 233, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(146, 193, 233, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.button--apricot {
  --tw-border-opacity: 1;
  border-color: rgba(255, 156, 83, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 156, 83, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.button--apricot:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.button--small {
  height: 3rem;
}
.button:disabled {
  pointer-events: none;
  touch-action: none;
  opacity: 0.5;
}
.dummy-class {
  display:block;
}
.option-selectors input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.option-selectors input[disabled="disabled"] + label {
  cursor: not-allowed;
  opacity: 0.5;
}
.option-selectors label:not(.color-option) {
  display: inline-block;
  min-width: 6rem;
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 18px;
  padding-right: 18px;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.0315rem;
}
.option-selectors label:not(.color-option)  {
  }
 .hero--banner--cta.option-selectors label:not(.color-option) {
  }
.option-selectors label:not(.color-option)  {
  }
 .hero--banner--cta.option-selectors label:not(.color-option) {
  }
@media screen and (max-width: 1023px) {
  }
@media (min-width: 1024px) {

  .option-selectors label:not(.color-option) {
    min-width: 7rem;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.option-selectors label:not(.color-option) {
  outline: 1px solid #DCDDDF;
}
.option-selectors .color-option {
  margin-right: 1.25rem;
  display: inline-block;
  height: 1.875rem;
  width: 1.875rem;
  border-radius: 9999px;
}
input[type="radio"]:checked + .color-option {
  outline: 1px solid var(--secondary);
  outline-offset: 5px;
}
.option-selectors .color-option:hover {
  outline: 1px solid #DCDDDF;
  outline-offset: 5px;
}
.option-selectors label:hover {
  outline: 1px solid var(--secondary);
}
.option-selectors input[type="radio"]:focus + label {
  outline: 2px solid var(--secondary);
}
.option-selectors input[type="radio"]:checked + label:not(.color-option) {
  outline: 2px solid var(--secondary);
}
.atc-container select {
  min-width: 4rem;
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.atc-container .Rise-add-to-cart-button {
  display: none;
}
.quantity-input.quantity-input {
  min-width: 3.25rem;
  max-width: 3.25rem;
  border-width: 0px;
  background-color: transparent;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}
.quantity-input.quantity-input  {
  }
 .quantity-input.quantity-input {
  }
 .hero--banner--cta.quantity-input.quantity-input {
  }
.quantity-input.quantity-input  {
  }
 .hero--banner--cta.quantity-input.quantity-input {
  }
@media screen and (max-width: 1023px) {
  }
 .quantity-input.quantity-input {
  }
@media screen and (max-width: 1023px) {
  }
@media (min-width: 1024px) {

  .quantity-input.quantity-input {
    padding-left: 0rem;
  }
}
.product-accordion-container h4 {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.product-accordion-container ul {
  margin-left: 15px;
  list-style-type: disc;
}
.product-accordion-container p {
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
[data-product-badges]:empty {
  display: none;
}
.frequency-wrap::before {
  content: url("data:image/svg+xml,%3Csvg width=%2719%27 height=%2717%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M16.8492 10.6311c-.0764-.0279-.1607-.0245-.2346.0096-.0738.034-.1312.0959-.1595.1721-.5747 1.5671-1.6629 2.8933-3.0874 3.7631-1.4246.8697-3.1017 1.2316-4.75813 1.0267-1.65648-.2049-3.19493-.9645-4.3646-2.1552-1.16967-1.1907-1.90185-2.7423-2.0772-4.40215l1.25324 1.23165h-.00008c.0781.0776.19164.1075.29789.0788.10625-.0289.189-.1123.21706-.2187.02815-.1064-.00264-.21972-.08075-.29733l-1.8167-1.80749v.00008a.30401.30401 0 0 0-.04314-.02774c-.01884-.01572-.03953-.02919-.06158-.04002h-.04619a.304343.304343 0 0 0-.0708-.00617h-.05237c-.03095.00465-.0611.01395-.08924.02775l-.02462.01539h-.00008a.307298.307298 0 0 0-.07385.06768L.092382 10.1845c-.064952.0637-.09839.1527-.091492.2433.006896.0907.053485.1736.127336.2267.073772.053.167267.0707.255385.0484.088045-.0223.161816-.0825.201428-.1643l.963751-1.37018c.20496 1.79038 1.00796 3.45928 2.27899 4.73678 1.27112 1.2774 2.93608 2.0887 4.72548 2.3024 1.78934.2137 3.59854-.1826 5.13484-1.1247 1.5362-.9421 2.7096-2.3751 3.3304-4.0668.0258-.0737.0227-.1543-.0088-.2258-.0314-.0715-.0888-.1283-.1606-.1591l.0001-.0001ZM18.4441 5.99384l-.9761 1.37944c-.2038-1.80981-1.0184-3.49587-2.3098-4.78029C13.8669 1.30857 12.1766.502857 10.3656.30887 8.55476.114739 6.73179.54381 5.19776 1.52538c-1.53404.98147-2.6877 2.45676-3.27048 4.18212-.0352.10448-.01195.21979.06094.30253.07289.08275.18443.12036.29252.09855.10809-.02173.19638-.09951.23158-.20407.53918-1.59562 1.60717-2.95928 3.02722-3.86496C6.95956 1.13385 8.64641.740371 10.3206.92432c1.6743.18395 3.2354.93426 4.4248 2.12667 1.1894 1.19242 1.936 2.75544 2.1158 4.43009l-1.2317-1.23167c-.0781-.07753-.1916-.10753-.2978-.07866-.1062.02887-.189.11218-.2171.21858-.0281.10641.0027.21979.0808.29733l1.8043 1.79826v-.00008c.0567.05621.1328.08821.2125.08933h.0278c.019-.00441.0375-.01058.0554-.01844h.0431a.311917.311917 0 0 0 .0677-.04619l.0278-.02461v-.00008c.0108-.0085.0211-.01781.0308-.02767l1.4749-2.09691-.0001-.00008c.0655-.08852.0788-.20527.0348-.30623-.044-.10095-.1384-.1708-.2479-.18323-.1094-.01242-.2171.03449-.2826.12309l.0002.00002Z%27 fill=%27%234E5153%27/%3E%3C/svg%3E");
  touch-action: none;
  pointer-events: none;
  transform: translateY(-50%);
  position: absolute;
  top: 59%;
  left: 1.15rem;
}
.frequency-wrap select {
  height: 4rem;
  padding-left: 3rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
/* -- yotpo reviews -- */
.buybox-container .yotpo.bottomLine.yotpo-small {
  margin-top: 16px;
}
.buybox-container .yotpo-sr-bottom-line-right-panel .yotpo-sr-bottom-line-text {
  color: #000000 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}
.buybox-container .yotpo.bottomLine a.text-m {
  color: #000000 !important;
  font-size: 14px !important;
  line-height: 20px !important;
  font-weight: 400 !important;
}
.buybox-container .yotpo.bottomLine a.text-m {
  margin-left: 10px;
}
.buybox-container .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
.buybox-container .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
.buybox-container .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star {
  width: 24px !important;
  height: 24px !important;
}
.buybox-container .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star,
.buybox-container .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star,
.buybox-container .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star {
  position: relative;
}
.buybox-container .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-star:before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjQ2MTYgMkwxNS4zMDY1IDkuMDg0MzZMMjIuOTIzMiA5LjYwMDgxTDE3LjA2NDcgMTQuNDk1NkwxOC45MjczIDIxLjg5OTJMMTIuNDYxNiAxNy44NEw1Ljk5NTk4IDIxLjg5OTJMNy44NTg1MSAxNC40OTU2TDIgOS42MDA4MUw5LjYxNjc0IDkuMDg0MzZMMTIuNDYxNiAyWiIgZmlsbD0iIzkyQzFFOSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
}
.buybox-container .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-half-star:before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDE3Ljc4OTVWMkw5IDguNUwyIDkuMzY4NDJMNy43ODk0NyAxNC4xMDUzTDUuNjg0MjEgMjJMMTIgMTcuNzg5NVoiIGZpbGw9IiM5MkMxRTkiLz4KPHBhdGggZD0iTTEwLjk1MTQgMS42MjgwOEMxMS4yNTY0IDAuNzkwNjQ3IDEyLjQyMjUgMC43OTA2MzQgMTIuNzI3NCAxLjYyODA4TDE1LjEwMjEgOC4xNDg5NEwyMS45MTY1IDguNDI2ODRDMjIuODA1IDguNDYzMDggMjMuMTU4OCA5LjYxMDg5IDIyLjQ0OTIgMTAuMTU1MkwxOS44MzY2IDEyLjE1OTRDMTkuNTM4NSAxMi4zODggMTkuMTE0NCAxMi4zMjc5IDE4Ljg4OTMgMTIuMDI1MkMxOC42NjQyIDExLjcyMjQgMTguNzIzNCAxMS4yOTE3IDE5LjAyMTQgMTEuMDYzTDIwLjcyODYgOS43NTMzOUwxNC43Nzc0IDkuNTEwNjlDMTQuMzk1NCA5LjQ5NTEyIDE0LjA2IDkuMjQ3NjUgMTMuOTI3NCA4Ljg4MzM5TDExLjgzOTQgMy4xNDk3OEw5Ljc1MTQ1IDguODgzMzlDOS42MTg4IDkuMjQ3NjUgOS4yODM0NyA5LjQ5NTExIDguOTAxNDEgOS41MTA2OUwyLjg4NzcgOS43NTU5NEw3LjYxMzA3IDEzLjU0NjRDNy45MDk0NCAxMy43ODQyIDguMDM4MzggMTQuMTc4IDcuOTQxMTggMTQuNTQ4N0w3LjM2ODEgMTYuNzM0TDYuODE5MDggMTguOTYwMkw2LjM3Njk5IDIwLjM5NzVMMTEuMzE0MSAxNy4wNTI5QzExLjYzMjIgMTYuODM3NCAxMi4wNDY3IDE2LjgzNzQgMTIuMzY0OCAxNy4wNTI5TDE3LjM3MTkgMjAuNDQ0OUwxNS43NDMyIDE0LjU1OTdDMTUuNjM5NyAxNC4xODU5IDE1Ljc2NzggMTMuNzg1NCAxNi4wNjc5IDEzLjU0NDdMMTcuNDM3NiAxMi40NDZDMTcuNzMwNyAxMi4yMTA4IDE4LjE1NiAxMi4yNjE2IDE4LjM4NzUgMTIuNTU5M0MxOC42MTkgMTIuODU3MSAxOC41NjkgMTMuMjg5IDE4LjI3NTkgMTMuNTI0MkwxNy4xMTg1IDE0LjQ1MjZMMTguOTcwOSAyMS4xNDU4QzE5LjIwODggMjIuMDA1NCAxOC4yNjU0IDIyLjcwMTYgMTcuNTM0IDIyLjIwNjJMMTEuODM5NCAxOC4zNDg0TDYuMTcyODEgMjIuMTg3MkM1LjQzMDIgMjIuNjkwMyA0LjQ3NzUyIDIxLjk2NTcgNC43NDM3MiAyMS4xMDAzTDUuNTI4MDMgMTguNTUwNUw2LjA2MTA4IDE2LjM4MDRMNi41NjU1MyAxNC40NTY4TDEuMTg4NDggMTAuMTQzNUMwLjQ5ODYwOSA5LjU5MDE3IDAuODU4OTQ5IDguNDYzNjggMS43MzczIDguNDI3ODZMOC41NzY3NCA4LjE0ODk0TDEwLjk1MTQgMS42MjgwOFoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
}
.buybox-container .yotpo.bottomLine .yotpo-bottomline .yotpo-icon-empty-star:before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4xMjQ1IDEuNjQ2NTVDMTEuNDI5NSAwLjc4NDQ5IDEyLjU5NTYgMC43ODQ0NzYgMTIuOTAwNSAxLjY0NjU1TDE1LjI3NTIgOC4zNTkyMUwyMi4wODk2IDguNjQ1MjhDMjIuOTc4MSA4LjY4MjU4IDIzLjMzMTkgOS44NjQxNSAyMi42MjIzIDEwLjQyNDVMMjAuMDA5NyAxMi40ODc2QzE5LjcxMTYgMTIuNzIzIDE5LjI4NzUgMTIuNjYxMSAxOS4wNjI0IDEyLjM0OTVDMTguODM3MyAxMi4wMzc4IDE4Ljg5NjUgMTEuNTk0NCAxOS4xOTQ1IDExLjM1OUwyMC45MDE3IDEwLjAxMDhMMTQuOTUwNSA5Ljc2MTAxQzE0LjU2ODUgOS43NDQ5NyAxNC4yMzMxIDkuNDkwMjIgMTQuMTAwNSA5LjExNTI1TDEyLjAxMjUgMy4yMTMwMUw5LjkyNDU0IDkuMTE1MjVDOS43OTE4OSA5LjQ5MDIzIDkuNDU2NTYgOS43NDQ5NyA5LjA3NDUxIDkuNzYxMDFMMy4wNjA3OSAxMC4wMTM1TDcuNzg2MTcgMTMuOTE1NEM4LjA4MjU0IDE0LjE2MDIgOC4yMTE0OCAxNC41NjU2IDguMTE0MjggMTQuOTQ3Mkw3LjU0MTIgMTcuMTk2OEM3LjQ0NTA2IDE3LjU3NDEgNy4wNzQ1MyAxNy43OTg2IDYuNzEzNjEgMTcuNjk4MUM2LjM1MjY4IDE3LjU5NzUgNi4xMzgwMyAxNy4yMTAxIDYuMjM0MTcgMTYuODMyN0w2LjczODYyIDE0Ljg1MjZMMS4zNjE1NyAxMC40MTI1QzAuNjcxNzA0IDkuODQyODIgMS4wMzIwNCA4LjY4MzIgMS45MTA0IDguNjQ2MzNMOC43NDk4NCA4LjM1OTIxTDExLjEyNDUgMS42NDY1NVpNNi45NDc4NyAxNS4wMjU0QzYuOTQ3NzMgMTUuMDI1MiA2Ljk0ODAxIDE1LjAyNTUgNi45NDc4NyAxNS4wMjU0VjE1LjAyNTRaTTExLjYzMTkgMi4xMzcyQzExLjYzMTkgMi4xMzcwMiAxMS42MzIgMi4xMzczOCAxMS42MzE5IDIuMTM3MlYyLjEzNzJaTTIxLjgwNzEgOS4yOTU5MUwyMS44MDY2IDkuMjk2MjlMMjEuODA3MSA5LjI5NTkxWk0xOC41NjA2IDEyLjg5OTNDMTguNzkyMSAxMy4yMDU4IDE4Ljc0MjEgMTMuNjUwNSAxOC40NDkgMTMuODkyNUwxNy4yOTE2IDE0Ljg0ODJMMTkuMTQ0IDIxLjczODRDMTkuMzgxOSAyMi42MjMyIDE4LjQzODUgMjMuMzM5OSAxNy43MDcxIDIyLjgyOTlMMTIuMDEyNSAxOC44NTg3TDYuMzQ1OSAyMi44MTA0QzUuNjAzMjkgMjMuMzI4MiA0LjY1MDYyIDIyLjU4MjQgNC45MTY4MiAyMS42OTE1TDUuNzAxMTIgMTkuMDY2N0M1LjgxMjUxIDE4LjY5MzkgNi4xOTE4MiAxOC40ODYyIDYuNTQ4MzMgMTguNjAyNkM2LjkwNDg1IDE4LjcxOTEgNy4xMDM1NiAxOS4xMTU3IDYuOTkyMTcgMTkuNDg4NUw2LjU1MDA4IDIwLjk2OEwxMS40ODcyIDE3LjUyNTFDMTEuODA1MyAxNy4zMDMyIDEyLjIxOTggMTcuMzAzMiAxMi41Mzc5IDE3LjUyNTFMMTcuNTQ1IDIxLjAxNjhMMTUuOTE2MyAxNC45NTg2QzE1LjgxMjggMTQuNTczNyAxNS45NDA5IDE0LjE2MTUgMTYuMjQwOSAxMy45MTM3TDE3LjYxMDcgMTIuNzgyNkMxNy45MDM4IDEyLjU0MDYgMTguMzI5MSAxMi41OTI4IDE4LjU2MDYgMTIuODk5M1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
}
.right-cart {
  right: -30rem;
}
.sidecart-rebuy-widget .rebuy-product-actions, 
  .sidecart-rebuy-widget .rebuy-product-options {
  display: none !important;
}
.sidecart-rebuy-widget .rebuy-product-info {
  text-align: left;
}
.sidecart-rebuy-widget .primary-title {
  margin-top: 1.25rem !important;
}
.sidecart-rebuy-widget .primary-title {
  margin-bottom: 1rem !important;
}
.sidecart-rebuy-widget .primary-title {
  text-align: center !important;
}
.sidecart-rebuy-widget .primary-title {
  font-family: Montserrat, sans-serif !important;
}
.sidecart-rebuy-widget .primary-title {
  font-size: .875rem !important;
}
.sidecart-rebuy-widget .primary-title {
  font-weight: 500 !important;
}
.sidecart-rebuy-widget .primary-title {
  text-transform: uppercase !important;
}
.sidecart-rebuy-widget .primary-title {
  line-height: 1.25rem !important;
}
.sidecart-rebuy-widget .primary-title {
  letter-spacing: 0.75px !important;
}
.sidecart-rebuy-widget .primary-title {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.primary-title  {
  }
 .hero--banner--cta.primary-title {
  }
.primary-title  {
  }
 .hero--banner--cta.primary-title {
  }
@media screen and (max-width: 1023px) {
  }
.sidecart-rebuy-widget .rebuy-widget {
  padding: 0px;
}
.sidecart-rebuy-widget .rebuy-product-title {
  margin-top: 0.875rem !important;
}
.sidecart-rebuy-widget .rebuy-product-title {
  font-family: Isidora Soft !important;
}
.sidecart-rebuy-widget .rebuy-product-title {
  font-size: 1rem !important;
}
.sidecart-rebuy-widget .rebuy-product-title {
  font-weight: 500 !important;
}
.sidecart-rebuy-widget .rebuy-product-title {
  line-height: 1.5rem !important;
}
.sidecart-rebuy-widget .rebuy-product-title {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.sidecart-rebuy-widget .rebuy-product-price {
  font-family: Montserrat, sans-serif !important;
}
.sidecart-rebuy-widget .rebuy-product-price {
  font-size: 1rem !important;
}
.sidecart-rebuy-widget .rebuy-product-price {
  font-weight: 500 !important;
}
.sidecart-rebuy-widget .rebuy-product-price {
  line-height: 1.375rem !important;
}
.sidecart-rebuy-widget .rebuy-product-price {
  letter-spacing: 0.5px !important;
}
.sidecart-rebuy-widget .rebuy-product-price .rebuy-money {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.sidecart-rebuy-widget .rebuy-product-price .rebuy-money.sale {
  --tw-text-opacity: 1 !important;
  color: rgba(174, 40, 21, var(--tw-text-opacity)) !important;
}
.sidecart-rebuy-widget .rebuy-product-price .rebuy-money.compare-at {
  -webkit-text-decoration-line: line-through !important;
          text-decoration-line: line-through !important;
}
@media screen and (max-width: 480px) {
    .sidecart-rebuy-widget .rebuy-product-block {
    flex-direction: column !important;
  }

    .sidecart-rebuy-widget .rebuy-product-block .rebuy-product-media {
    width: 100% !important;
  }

    .sidecart-rebuy-widget .rebuy-product-block .rebuy-product-info {
    width: 100% !important;
  }
    
  }
.sidecart-rebuy-widget .flickity-button {
  border-style: none !important;
}
.sidecart-rebuy-widget .flickity-button {
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.sidecart-rebuy-widget .flickity-button {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.ccontain {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 85rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.ccontain-medium {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 78rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.ccontain-small {
  margin-left: auto;
  margin-right: auto;
  max-width: 60.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
table {
  position: relative;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(220, 221, 223, var(--tw-border-opacity));
}
table tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(242, 242, 242, var(--tw-border-opacity));
}
table tr:last-of-type {
  border-bottom-width: 0px;
}
table thead tr:last-of-type {
  border-bottom-width: 1px;
}
table tr th {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(220, 221, 223, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
  font-family: Isidora Soft;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
table tr th:last-of-type {
  border-right-width: 0px;
}
table tr td {
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(220, 221, 223, var(--tw-border-opacity));
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
table tr td:last-of-type {
  border-right-width: 0px;
}
.scrollbar {
  overflow: auto;
}
input::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(122, 122, 130, var(--tw-text-opacity));
  -moz-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
input::placeholder {
  --tw-text-opacity: 1;
  color: rgba(122, 122, 130, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
input:hover::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  -moz-transition-property: all;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
input:hover::placeholder {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
input[type="submit"] {
  cursor: pointer;
}
input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="password"], 
input[type="date"], 
input[type="tel"] {
  min-width: 100%;
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(122, 122, 130, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  padding-top: 11px;
  padding-bottom: 11px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  outline-width: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1024px) {

  input[type="text"], 
input[type="number"], 
input[type="email"], 
input[type="password"], 
input[type="date"], 
input[type="tel"] {
    min-width: 20.625rem;
  }
}
textarea:-moz-placeholder-shown, input[type="text"]:-moz-placeholder-shown, input[type="number"]:-moz-placeholder-shown, input[type="email"]:-moz-placeholder-shown, input[type="date"]:-moz-placeholder-shown, input[type="tel"]:-moz-placeholder-shown {

}
textarea:placeholder-shown,
input[type="text"]:placeholder-shown,
input[type="number"]:placeholder-shown,
input[type="email"]:placeholder-shown,
input[type="date"]:placeholder-shown,
input[type="tel"]:placeholder-shown {

}
input[type="text"]:active, 
input[type="number"]:active, 
input[type="email"]:active, 
input[type="password"]:active, 
input[type="tel"]:active, 
input[type="date"]:active, 
textarea:active {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
input[type="text"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus, 
input[type="date"]:focus, 
input[type="tel"]:focus, 
textarea:focus {
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}
input[type="text"]:hover, 
input[type="number"]:hover, 
input[type="email"]:hover, 
input[type="password"]:hover, 
input[type="tel"]:hover, 
input[type="date"]:hover, 
textarea:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
input[type="text"].search-input {
  border-radius: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
input.input-invalid, 
input.input-invalid:active, 
input.input-invalid:focus {
  --tw-border-opacity: 1;
  border-color: rgba(174, 40, 21, var(--tw-border-opacity));
  outline-color: #AE2815;
}
.input-wrap__error {
  position: absolute;
  left: 0px;
  top: calc(100% + 0.875rem);
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(174, 40, 21, var(--tw-text-opacity));
}
.input-wrap {
  position: relative;
  display: inline-block;
}
.input-wrap label {
  position: absolute;
  left: 0px;
  top: 0px;
  --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));
  cursor: pointer;
  padding-left: 0px;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.input-wrap textarea:-moz-placeholder-shown + label {
  top: 1.75rem;
  left: 1.5rem;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}
.input-wrap textarea:placeholder-shown + label {
  top: 1.75rem;
  left: 1.5rem;
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(250, 250, 250, var(--tw-text-opacity));
}
 .input-wrap textarea:-moz-placeholder-shown + label {
  }
 .input-wrap textarea:placeholder-shown + label {
  }
 .input-wrap textarea:-moz-placeholder-shown + label {
  }
 .input-wrap textarea:placeholder-shown + label {
  }
@media screen and (max-width: 1023px) {
  }
textarea {
  height: 10.5rem;
  width: 100%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.input-error {
  margin-top: 0.25rem;
  padding-left: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(174, 40, 21, var(--tw-text-opacity));
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.125rem;
  background-image: url("data:image/svg+xml,%3Csvg width=%2716%27 height=%2716%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill=%27%23fff%27 fill-opacity=%27.01%27 d=%27M0 0h16v16H0z%27/%3E%3Ccircle cx=%278%27 cy=%278%27 r=%276.5%27 stroke=%27%23AE2815%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Cpath d=%27M8 5v3.5%27 stroke=%27%23AE2815%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27/%3E%3Ccircle cx=%278%27 cy=%2710.5%27 r=%27.5%27 fill=%27%23AE2815%27/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat no-repeat;
}
input {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
a {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
a:hover {
  --tw-text-opacity: 1;
  color: rgba(146, 193, 233, var(--tw-text-opacity));
}
.focus-link {
  position: relative;
  margin-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.focus-link:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
@media (min-width: 1024px) {

  .focus-link {
    font-size: 1rem;
  }
}
.focus-link {
  font-weight: 700;
}
.focus-link:hover {
  background-position: 0 100%;
}
.focus-link::after {
  position: absolute;
  left: 0px;
  bottom: -0.25rem;
  height: 0.125rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgba(146, 193, 233, var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}
.focus-link:hover::after {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.check-wrap, 
.radio-wrap {
  display: inline-flex;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
input[type="radio"], 
input[type="checkbox"] {
  position: relative;
  margin-right: 0.75rem;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.125rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
input[type="radio"]:hover, 
input[type="checkbox"]:hover {
  border-width: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
input[type="radio"]:disabled, 
input[type="checkbox"]:disabled {
  --tw-border-opacity: 1;
  border-color: rgba(220, 221, 223, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(220, 221, 223, var(--tw-bg-opacity));
}
input[type="radio"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:active {
  outline-color: #92C1E9;
}
input[type="checkbox"]:checked {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
input[type="radio"] {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
}
input[type="radio"]::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0px;
  width: 0px;
  --tw-translate-x: -50%;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
input[type="radio"]:checked::before {
  height: 0.75rem;
  width: 0.75rem;
}
input[type="radio"] + label, 
input[type="checkbox"] + label {
  cursor: pointer;
}
input[type="checkbox"] {
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 0.125rem;
}
input[type="checkbox"]:checked::after {
  content: url("data:image/svg+xml,%3Csvg width=%2715%27 height=%2713%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27m1 6.5 4.58688 5.0456c.21318.2345.58794.214.77434-.0423L14 1%27 stroke=%27%23fff%27 stroke-width=%272%27 stroke-linecap=%27round%27/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 55%;
  left: 50%;
  --tw-translate-y: -50%;
  --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));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.price-slider {
  -webkit-appearance: none;
  pointer-events: none;
  height: 0.5rem;
  width: 100%;
  background-color: transparent;
}
 .price-slider {
  }
 .price-slider {
  }
@media screen and (max-width: 1023px) {
  }
.price-slider {
  touch-action: none;
}
/* Input Thumb */
.price-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  pointer-events: auto;
  height: 1rem;
  width: 1rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  touch-action: auto;
  border: 1px solid black;
}
/* Input Track */
.price-slider::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  pointer-events: none;
  border-width: 0px;
  background-color: transparent;
}
 .price-slider::-webkit-slider-runnable-track {
  }
 .price-slider::-webkit-slider-runnable-track {
  }
@media screen and (max-width: 1023px) {
  }
.price-slider::-webkit-slider-runnable-track  {
  touch-action: none;
}
.scrollbar {
  overflow-x: auto;
}
.scrollbar::-webkit-scrollbar {
  height: 0.25rem;
  width: 0.25rem;
}
.scrollbar::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgba(122, 122, 130, var(--tw-bg-opacity));
}
.scrollbar::-webkit-scrollbar-track-piece {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}
.scrollbar--white::-webkit-scrollbar-track-piece {
  --tw-bg-opacity: 0;
}
.snap-start {
  scroll-snap-align: start;
}
.snap-mandatory {
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.snap-center {
  scroll-snap-align: center;
}
.select-wrap {
  position: relative;
  display: inline-block;
}
.select-wrap::after {
  content: url("data:image/svg+xml; utf8, <svg width=\"16\" height=\"9\" viewBox=\"0 0 16 9\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.305628 0.297878C0.713131 -0.0992928 1.37383 -0.0992928 1.78133 0.297878L8 6.35887L14.2187 0.297878C14.6262 -0.0992928 15.2869 -0.0992928 15.6944 0.297878C16.1019 0.695049 16.1019 1.33899 15.6944 1.73616L9.22975 8.03687C8.55058 8.69882 7.44942 8.69882 6.77025 8.03687L0.305628 1.73616C-0.101876 1.33899 -0.101876 0.695049 0.305628 0.297878Z\" fill=\"%23000000\"/></svg>");
  touch-action: none;
  pointer-events: none;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
}
.select-wrap label {
  position: absolute;
  top: 0px;
  left: 0px;
  --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));
  padding-left: 0px;
  padding-right: 0.75rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
select:active, 
select:focus {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
select:hover {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
select {
  height: 3rem;
  min-width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(122, 122, 130, var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(122, 122, 130, var(--tw-text-opacity));
  outline-width: 0px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
 select {
  }
 select {
  }
@media screen and (max-width: 1023px) {
  }
@media (min-width: 1024px) {

  select {
    min-width: 20.625rem;
  }
}
[data-js-play-toggle-btn] .block-video-play {
  display: block;
}
[data-js-play-toggle-btn] .block-video-pause {
  display: none;
}
[data-js-play-toggle-btn].playing .block-video-play {
  display: none;
}
[data-js-play-toggle-btn].playing .block-video-pause {
  display: block;
}
.nice-select{text-align:left !important}
.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border-radius:5px;border:solid 1px #e8e8e8;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:normal;height:38px;line-height:36px;outline:none;padding-left:18px;padding-right:30px;position:relative;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;width:auto}
.nice-select:hover{border-color:#dbdbdb}
.nice-select:active,.nice-select.open,.nice-select:focus{border-color:#999}
.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;transform-origin:66% 66%;transform:rotate(45deg);transition:all .15s ease-in-out;width:5px}
.nice-select.open:after{transform:rotate(-135deg)}
.nice-select.open .nice-select-dropdown{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}
.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}
.nice-select.disabled:after{border-color:#ccc}
.nice-select.wide{width:100%}
.nice-select.wide .nice-select-dropdown{left:0 !important;right:0 !important}
.nice-select.right{float:right}
.nice-select.right .nice-select-dropdown{left:auto;right:0}
.nice-select.small{font-size:12px;height:36px;line-height:34px}
.nice-select.small:after{height:4px;width:4px}
.nice-select.small .option{line-height:34px;min-height:34px}
.nice-select .nice-select-dropdown{margin-top:4px;background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);pointer-events:none;position:absolute;top:100%;left:0;transform-origin:50% 0;transform:scale(0.75) translateY(19px);transition:all .2s cubic-bezier(0.5, 0, 0, 1.25),opacity .15s ease-out;z-index:9;opacity:0}
.nice-select .list{border-radius:5px;box-sizing:border-box;overflow:hidden;padding:0;max-height:210px;overflow-y:auto}
.nice-select .list:hover .option:not(:hover){background-color:transparent !important}
.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;outline:none;padding-left:18px;padding-right:29px;text-align:left;transition:all .2s}
.nice-select .option:hover,.nice-select .option.focus,.nice-select .option.selected.focus{background-color:#f6f6f6}
.nice-select .option.selected{font-weight:bold}
.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}
.nice-select .optgroup{font-weight:bold}
.no-csspointerevents .nice-select .nice-select-dropdown{display:none}
.no-csspointerevents .nice-select.open .nice-select-dropdown{display:block}
.nice-select .list::-webkit-scrollbar{width:0}
.nice-select .has-multiple{white-space:inherit;height:auto;padding:7px 12px;min-height:36px;line-height:22px}
.nice-select .has-multiple span.current{border:1px solid #ccc;background:#eee;padding:0 10px;border-radius:3px;display:inline-block;line-height:24px;font-size:14px;margin-bottom:3px;margin-right:3px}
.nice-select .has-multiple .multiple-options{display:block;line-height:24px;padding:0}
.nice-select .nice-select-search-box{box-sizing:border-box;width:100%;padding:5px;pointer-events:none;border-radius:5px 5px 0 0}
.nice-select .nice-select-search{outline:0 !important}
.nice-select .nice-select-search{box-sizing:border-box;background-color:#fff;border:1px solid #e8e8e8;border-radius:3px;color:#444;display:inline-block;vertical-align:middle;padding:7px 12px;margin:0 10px 0 0;width:100%;min-height:36px;line-height:22px;height:auto;font-size:14px}
.announce-banner-heading p {
  font-size: 0.75rem;
  line-height: 1.125rem;
}
@media (min-width: 1024px) {

  .announce-banner-heading p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.announce-banner-heading a {
  color: inherit;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hero--banner .description a {
  color: inherit;
}
.hero--banner .description a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.hero--banner .subheading, 
  .hero--banner .heading {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hero--banner .description {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hero--banner .cta_link {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hero--banner .cta_link:hover {
  --tw-text-opacity: 1;
  color: rgba(146, 193, 233, var(--tw-text-opacity));
}
.hero--banner .bg-black .subheading, 
    .hero--banner .bg-black .heading, 
    .hero--banner .bg-black .description {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hero--banner .bg-black .cta_link {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.hero--banner .bg-transparent .subheading, 
    .hero--banner .bg-transparent .heading {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .hero--banner .bg-transparent .subheading, 
    .hero--banner .bg-transparent .heading {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
}
.hero--banner .bg-transparent .description {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .hero--banner .bg-transparent .description {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
}
.hero--banner .bg-transparent .cta_link {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hero--banner .bg-transparent .cta_link:hover {
  --tw-text-opacity: 1;
  color: rgba(146, 193, 233, var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .hero--banner .bg-transparent .cta_link {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
}
@media (min-width: 1024px) {

  .hero--banner .bg-transparent .cta_link:hover {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }
}
.hero--banner .hero--banner--cta.text-center .hero-cta-btn-container {
  justify-content: center;
}
.hero--banner [data-js-play-toggle-btn] .hero-banner-video-play {
  display: block;
}
.hero--banner [data-js-play-toggle-btn] .hero-banner-video-pause {
  display: none;
}
.hero--banner [data-js-play-toggle-btn].playing .hero-banner-video-play {
  display: none;
}
.hero--banner [data-js-play-toggle-btn].playing .hero-banner-video-pause {
  display: block;
}
@media screen and (max-width: 1023px) {
    .hero--banner .hero-video-wrapper.no_use_video_mobile{
      padding: 0 !important;
    }
  }
.content-50-50 .content-50-subheading, 
  .content-50-50 .content-50-heading {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.content-50-50 .content-50-description {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.content-50-50.bg-black .content-50-subheading, 
    .content-50-50.bg-black .content-50-heading {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.content-50-50.bg-black .content-50-description {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.content-50-50.bg-black .content-50-description a {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.content-50-50.bg-black .content-50-description a:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.insta-gallery-section .yotpo-display-wrapper .y-slider-container .yotpo-single-image-container {
  max-height: none !important;
  max-width: none !important;
}
.insta-gallery-section .yotpo-slider .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light,  .insta-gallery-section .yotpo-slider .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light,  .insta-gallery-section .yotpo-visual-carousel .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light,  .insta-gallery-section .yotpo-visual-carousel .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light,  .insta-gallery-section .yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light,  .insta-gallery-section .yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light {
  top: 50% !important;
  display: flex !important;
  height: 28px !important;
  width: 28px !important;
  --tw-translate-y: -50% !important;
  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)) !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 9999px !important;
}
@media (min-width: 1024px) {

  .insta-gallery-section .yotpo-slider .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light,  .insta-gallery-section .yotpo-slider .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light,  .insta-gallery-section .yotpo-visual-carousel .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light,  .insta-gallery-section .yotpo-visual-carousel .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light,  .insta-gallery-section .yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light,  .insta-gallery-section .yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light {
    height: 40px !important;
    width: 40px !important;
  }
}
.insta-gallery-section .yotpo-slider .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light, .insta-gallery-section .yotpo-slider .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light, .insta-gallery-section .yotpo-visual-carousel .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light, .insta-gallery-section .yotpo-visual-carousel .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light, .insta-gallery-section .yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light, .insta-gallery-section .yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light {
  background-color: transparent !important;
  border: 2px solid #000000 !important;
}
.insta-gallery-section .yotpo-slider .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light:hover, .insta-gallery-section .yotpo-slider .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light:hover, .insta-gallery-section .yotpo-visual-carousel .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light:hover, .insta-gallery-section .yotpo-visual-carousel .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light:hover, .insta-gallery-section .yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light:hover, .insta-gallery-section .yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light:hover {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
@media screen and (max-width: 1024px) {
.insta-gallery-section .yotpo-slider .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light, .insta-gallery-section .yotpo-slider .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light, .insta-gallery-section .yotpo-visual-carousel .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light, .insta-gallery-section .yotpo-visual-carousel .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light, .insta-gallery-section .yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light, .insta-gallery-section .yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light {
    background-color: rgba(255, 255, 255, 0.9) !important
}
  }
.insta-gallery-section .yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-left-arrow-light {
  left: 0.75rem !important;
}
.insta-gallery-section .yotpo-pictures-widget .yotpo-display-wrapper .y-arrows .yotpo-icon-right-arrow-light {
  right: 0.75rem !important;
}
.insta-gallery-section .yotpo .yotpo-icon-right-arrow-light:before {
  content: '' !important;
  top: 0px !important;
  margin-top: 0px !important;
  margin-left: -5px !important;
  display: flex !important;
  height: 11px !important;
  width: 6px !important;
  align-items: center !important;
  justify-content: center !important;
  background-repeat: no-repeat !important
}
.insta-gallery-section .yotpo .yotpo-icon-right-arrow-light:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC41MTU0NjUgMTUuNjY0M0MwLjExOTg0NSAxNS4yNTg0IDAuMTE5ODQ1IDE0LjYwMDMgMC41MTU0NjUgMTQuMTk0NEw2LjU1Mjc4IDhMMC41MTU0NjcgMS44MDU2MkMwLjExOTg0NyAxLjM5OTcxIDAuMTE5ODQ3IDAuNzQxNTk0IDAuNTE1NDY3IDAuMzM1Njg0QzAuOTExMDg3IC0wLjA3MDIyODMgMS41NTI1MSAtMC4wNzAyMjgyIDEuOTQ4MTMgMC4zMzU2ODRMOC4yMjQyMyA2Ljc3NTA1QzguODgzNTkgNy40NTE1NyA4Ljg4MzU5IDguNTQ4NDMgOC4yMjQyMyA5LjIyNDk1TDEuOTQ4MTMgMTUuNjY0M0MxLjU1MjUxIDE2LjA3MDIgMC45MTEwODQgMTYuMDcwMiAwLjUxNTQ2NSAxNS42NjQzWiIgZmlsbD0iIzE4MjQ0MyIvPgo8L3N2Zz4K)
}
@media (min-width: 1024px) {

  .insta-gallery-section .yotpo .yotpo-icon-right-arrow-light:before {
    height: 16px !important;
    width: 9px !important;
  }
}
@media screen and (max-width: 1024px) {
.insta-gallery-section .yotpo .yotpo-icon-right-arrow-light:before {
    background-size: 6px 11px 
}
  }
.insta-gallery-section .yotpo .yotpo-icon-left-arrow-light:before {
  content: '' !important;
  top: 0px !important;
  margin-left: 5px !important;
  margin-top: 0px !important;
  display: flex !important;
  height: 11px !important;
  width: 6px !important;
  align-items: center !important;
  justify-content: center !important;
  background-repeat: no-repeat !important
}
.insta-gallery-section .yotpo .yotpo-icon-left-arrow-light:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDkgMTYiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNOC40ODQ1NCAwLjMzNTY4NEM4Ljg4MDE1IDAuNzQxNTk2IDguODgwMTUgMS4zOTk3MSA4LjQ4NDU0IDEuODA1NjJMMi40NDcyMiA4TDguNDg0NTMgMTQuMTk0NEM4Ljg4MDE1IDE0LjYwMDMgOC44ODAxNSAxNS4yNTg0IDguNDg0NTMgMTUuNjY0M0M4LjA4ODkxIDE2LjA3MDIgNy40NDc0OSAxNi4wNzAyIDcuMDUxODcgMTUuNjY0M0wwLjc3NTc3NCA5LjIyNDk1QzAuMTE2NDA5IDguNTQ4NDMgMC4xMTY0MDYgNy40NTE1NyAwLjc3NTc3NCA2Ljc3NTA1TDcuMDUxODcgMC4zMzU2ODRDNy40NDc0OSAtMC4wNzAyMjggOC4wODg5MiAtMC4wNzAyMjggOC40ODQ1NCAwLjMzNTY4NFoiIGZpbGw9IiMxODI0NDMiLz4KPC9zdmc+Cg==)
}
@media (min-width: 1024px) {

  .insta-gallery-section .yotpo .yotpo-icon-left-arrow-light:before {
    height: 16px !important;
    width: 9px !important;
  }
}
@media screen and (max-width: 1024px) {
.insta-gallery-section .yotpo .yotpo-icon-left-arrow-light:before {
    background-size: 6px 11px 
}
  }
.insta-gallery-section .yotpo-hover-enable .y-image-wrapper:hover .y-image-overlay {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
  opacity: 0.6 !important;
}
.insta-gallery-section .yotpo .yotpo-icon-insta:before,  .insta-gallery-section .yotpo  .yotpo-icon-cam-large:before {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.rebuy-container .rebuy-widget .primary-title {
  display: none;
}
.rebuy-container .rebuy-widget .rebuy-product-info {
  text-align: left;
}
.rebuy-container .rebuy-widget .rebuy-product-info .rebuy-product-title {
  margin-top: 1.5rem !important;
  font-family: Isidora Soft !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.5rem !important;
  letter-spacing: 1px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .rebuy-container .rebuy-widget .rebuy-product-info .rebuy-product-title {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
}
.rebuy-container .rebuy-widget .rebuy-product-price {
  margin-top: 1rem !important;
}
.rebuy-container .rebuy-widget .rebuy-product-price .rebuy-money {
  font-size: 1rem !important;
  font-weight: 500 !important;
  line-height: 1.375rem !important;
  letter-spacing: 0.5px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .rebuy-container .rebuy-widget .rebuy-product-price .rebuy-money {
    font-size: 1.125rem !important;
    line-height: 1.5rem !important;
  }
}
.rebuy-container .rebuy-widget .rebuy-product-price .rebuy-money.sale {
  --tw-text-opacity: 1 !important;
  color: rgba(174, 40, 21, var(--tw-text-opacity)) !important;
}
.rebuy-container .rebuy-widget .rebuy-product-actions {
  margin-top: 1.125rem !important;
  text-align: left !important;
}
@media (min-width: 1024px) {

  .rebuy-container .rebuy-widget .rebuy-product-actions {
    margin-top: 1rem !important;
  }
}
.rebuy-container .rebuy-widget .rebuy-product-actions .rebuy-button {
  display: inline-flex !important;
  min-height: 3rem !important;
  width: auto !important;
  min-width: 10.75rem !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0px !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(146, 193, 233, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 193, 233, var(--tw-bg-opacity)) !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  text-align: center !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.188rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.rebuy-container .rebuy-widget .rebuy-product-actions .rebuy-button  {
  }
 .hero--banner--cta.rebuy-container .rebuy-widget .rebuy-product-actions .rebuy-button {
  }
.rebuy-container .rebuy-widget .rebuy-product-actions .rebuy-button  {
  }
 .hero--banner--cta.rebuy-container .rebuy-widget .rebuy-product-actions .rebuy-button {
  }
@media screen and (max-width: 1023px) {
  }
.rebuy-container .rebuy-widget .rebuy-product-actions .rebuy-button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.rebuy-widget .powered-by-rebuy {
  display: none !important;
}
.rebuy-container .rebuy-widget .rebuy-product-options {
  position: relative;
  display: inline-block;
}
.rebuy-container .rebuy-widget .rebuy-product-options:after {
  content: url("data:image/svg+xml; utf8, <svg width=\"15\" height=\"10\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"m6.947 9.195-6.54-6.54a.5.5 0 0 1 0-.708l1.06-1.06a.5.5 0 0 1 .707 0L6.947 5.66a.5.5 0 0 0 .638.058l.07-.058L12.426.887a.5.5 0 0 1 .638-.058l.07.057 1.06 1.061a.5.5 0 0 1 0 .707l-6.54 6.541a.5.5 0 0 1-.708 0Z\" fill=\"4F5154\" fill-rule=\"nonzero\"/></svg>");
  touch-action: none;
  pointer-events: none;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 1rem;
}
.rebuy-container .rebuy-widget .rebuy-select:active, 
.rebuy-container .rebuy-widget .rebuy-select:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}
.rebuy-container .rebuy-widget .rebuy-select:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.rebuy-container .rebuy-widget .rebuy-select {
  height: 3rem !important;
  min-width: 100% !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  border-radius: 0px !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(122, 122, 130, var(--tw-border-opacity)) !important;
  background-color: transparent !important;
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(122, 122, 130, var(--tw-text-opacity)) !important;
  outline-width: 0px !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.rebuy-container .rebuy-widget .rebuy-select {
  background-image: none;
}
@media (min-width: 1024px) {
  }
@media (min-width: 1024px) {
  }
@media (min-width: 1024px) {
  }
@media (min-width: 1024px) {
  }
@media (min-width: 1024px) {
  }
@media (min-width: 1024px) {
  }
@media (min-width: 1024px) {
  }
@media (min-width: 1024px) {
  }
@media screen and (max-width: 1023px) {
  }
@media (min-width: 1024px) {

  .rebuy-container .rebuy-widget .rebuy-select {
    min-width: 20.625rem !important;
  }
}
.rebuy-container .rebuy-widget .flickity-button {
  --tw-text-opacity: 1;
  color: rgba(172, 175, 180, var(--tw-text-opacity));
}
.page-content h1,  .page-content h2,  .page-content h3,  .page-content h4,  .page-content h5,  .page-content h6,  .page-content img,  .page-content blockquote {
  margin-top: 2.5rem;
}
.page-content h1:first-child,  .page-content h2:first-child,  .page-content h3:first-child,  .page-content h4:first-child,  .page-content h5:first-child,  .page-content h6:first-child,  .page-content img:first-child,  .page-content blockquote:first-child {
  margin-top: 0px;
}
@media (min-width: 1024px) {

  .page-content h1,  .page-content h2,  .page-content h3,  .page-content h4,  .page-content h5,  .page-content h6,  .page-content img,  .page-content blockquote {
    margin-top: 48px;
  }
}
.page-content h1,  .page-content h2,  .page-content h3,  .page-content h4,  .page-content h5,  .page-content h6,  .page-content .video-container {
  margin-bottom: 1.5rem;
}
.page-content h1,  .page-content h2,  .page-content h3,  .page-content h4,  .page-content h5,  .page-content h6,  .page-content .video-container {
  letter-spacing: 0em;
}
.page-content h1,  .page-content h2,  .page-content h3,  .page-content h4,  .page-content h5,  .page-content h6,  .page-content .video-container {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.page-content blockquote {
  margin-bottom: 96px;
}
.page-content blockquote {
  width: 100%;
}
.page-content blockquote {
  border-left-width: 6px;
}
.page-content blockquote {
  --tw-border-opacity: 1;
  border-color: rgba(238, 231, 227, var(--tw-border-opacity));
}
.page-content blockquote {
  padding-left: 36px;
}
.page-content blockquote {
  text-align: left;
}
.page-content blockquote small {
  margin-top: 1.5rem;
}
.page-content blockquote small {
  display: block;
}
.page-content blockquote small {
  font-size: 16px;
}
.page-content blockquote small {
  font-weight: 500;
}
.page-content blockquote small {
  text-transform: uppercase;
}
.page-content blockquote small {
  line-height: 1.5;
}
.page-content blockquote small {
  letter-spacing: 1.75px;
}
.page-content blockquote p {
  font-size: 18px;
}
.page-content blockquote p {
  font-weight: 500;
}
.page-content blockquote p {
  line-height: 26px;
}
.page-content blockquote p {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .page-content blockquote p {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  .page-content blockquote p {
    line-height: 28px;
  }
}
.page-content blockquote p:last-child {
  margin-top: 11px;
}
.page-content blockquote p:last-child {
  text-transform: uppercase;
}
.page-content blockquote p:last-child {
  letter-spacing: 1px;
}
.page-content p {
  font-size: 16px;
}
.page-content p {
  font-weight: 400;
}
.page-content p {
  line-height: 24px;
}
.page-content p {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.page-content .video-container {
  margin-top: 72px;
}
.page-content .video-container + p {
  font-size: 12px;
}
.page-content .video-container + p {
  font-weight: 400;
}
.page-content .video-container + p {
  line-height: 18px;
}
.page-content .video-container + p {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.page-content a.button {
  margin-top: 42px;
}
.page-content a.button {
  margin-right: 1.5rem;
}
.page-content a.button {
  display: inline-flex;
}
.page-content a.button {
  align-items: center;
}
.page-content a.button {
  justify-content: center;
}
.page-content a.button {
  font-size: 18px;
}
.page-content a.button {
  line-height: 18px;
}
.page-content a.button {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.page-content h6 {
  font-family: Isidora Soft;
}
.page-content h6 {
  letter-spacing: 0em;
}
@media (min-width: 768px) {

  .page-content h6 {
    letter-spacing: 1px;
  }
}
.page-content h6.subheading {
  font-family: Montserrat, sans-serif;
}
.page-content h6.subheading {
  letter-spacing: 3px;
}
.page-content ul li, .page-content ol li {
  padding-bottom: 1.5rem;
}
.page-content ul li, .page-content ol li {
  padding-left: 0.5rem;
}
.page-content ul li:last-child, .page-content ol li:last-child {
  padding-bottom: 0px;
}
@media (min-width: 768px) {

  .page-content ul li, .page-content ol li {
    padding-left: 1rem;
  }
}
.page-content ul {
  list-style-type: disc;
}
.page-content ul {
  padding-left: 1rem;
}
.page-content ul li::-webkit-details-marker, 
      .page-content ul li::marker {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.page-content ul li::-webkit-details-marker, 
      .page-content ul li::marker {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.page-content ol {
  list-style-type: decimal;
}
.page-content ol {
  padding-left: 1rem;
}
.page-content ol li::-webkit-details-marker, 
      .page-content ol li::marker {
  font-weight: 700;
}
.page-content ol li::-webkit-details-marker, 
      .page-content ol li::marker {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.page-content img {
  margin-top: 72px !important;
}
.page-content img {
  margin-bottom: 1rem !important;
}
.page-content img + p {
  font-size: 12px;
}
.page-content img + p {
  font-weight: 400;
}
.page-content img + p {
  line-height: 18px;
}
.page-content img + p {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.page-content .accordion {
  margin-top: 0px;
}
.page-content .table-container {
  overflow-x: auto;
}
.page-content .table-container {
  padding-bottom: 18px;
}
.page-content .table-container table {
  width: 100%;
}
.page-content .table-container table th,  .page-content .table-container table td {
  min-width: 200px;
}
@media (min-width: 1024px) {

  .page-content .table-container table th,  .page-content .table-container table td {
    min-width: 0px;
  }
}
.page-content .table-container tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}
.page-content .table-container.table-container--orders table tr th, 
        .page-content .table-container.table-container--orders table tr td {
  border-right-width: 0px;
}
.page-content .table-container.table-container--orders table tr td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.page-content a:not(.focus-link):not(.normal-link):not(.button) {
  display: inline-block;
}
.page-content a:not(.focus-link):not(.normal-link):not(.button) {
  font-weight: 500;
}
.page-content a:not(.focus-link):not(.normal-link):not(.button) {
  text-transform: none;
}
.page-content a:not(.focus-link):not(.normal-link):not(.button) {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.page-content.page-content--blog .table-container table tr th {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.page-content-hero .image--default img {
  width: 100%;
}
.product-details-accordion.accordion .accordion-heading {
  --tw-bg-opacity: 12;
}
.accordion {
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(220, 221, 223, var(--tw-border-opacity));
}
.accordion:last-child {
  border-bottom-width: 1px;
}
.accordion + .accordion {
  margin-top: 0px;
}
.accordion .icon-up {
  display: block;
}
.accordion .icon-down {
  display: none;
}
.accordion .accordion-heading {
  --tw-bg-opacity: 60;
}
.accordion .accordion-heading .focus-link {
  font-size: 14px;
}
.accordion .accordion-heading > a {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.accordion .accordion-content p {
  font-size: 14px;
}
.accordion .accordion-content p {
  line-height: 21px;
}
@media (min-width: 1024px) {

  .accordion .accordion-content p {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {

  .accordion .accordion-content p {
    line-height: 24px;
  }
}
.accordion.collapsed .accordion-heading > a {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.accordion.collapsed .accordion-content {
      /* @apply max-h-0; */
    }
.accordion.collapsed .icon-up {
  display: none;
}
.accordion.collapsed .icon-down {
  display: block;
}
.hero_banner_cta_wrapper a {
  display: block;
}
.collection-tiles-container .collection--tile-inner {
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(220, 221, 223, var(--tw-border-opacity));
}
.collection-tiles-container .collection--tile-inner:first-child {
  border-left-width: 0px;
}
.collection-tiles-container .collection--tile-inner:first-child .collection--tile-inner-overlay-start, 
    .collection-tiles-container .collection--tile-inner:first-child .collection--tile-inner-overlay-end {
  margin-left: 0.5rem;
}
.collection-tiles-container .collection--tile-inner:last-child .collection--tile-inner-overlay-start, 
    .collection-tiles-container .collection--tile-inner:last-child .collection--tile-inner-overlay-end {
  margin-right: 0.5rem;
}
.collection-tiles-container .collection--tile-inner.c6:nth-child(n+4) .collection--tile-inner-overlay-start {
  border-top-width: 0px;
}
.collection-tiles-container .collection--tile-inner.c8:nth-child(n+5) .collection--tile-inner-overlay-start {
  border-top-width: 0px;
}
@media screen and (max-width: 1023px) {
      .collection-tiles-container .collection--tile-inner.c6:nth-child(n+4) .collection--tile-inner-overlay-start {
    border-top-width: 1px;
  }
      .collection-tiles-container .collection--tile-inner.c8:nth-child(n+5) .collection--tile-inner-overlay-start {
    border-top-width: 1px;
  }
      .collection-tiles-container .collection--tile-inner:nth-child(n+1) .collection--tile-inner-overlay-end {
    border-bottom-width: 0px;
  }
      .collection-tiles-container .collection--tile-inner:nth-child(2n) .collection--tile-inner-overlay-start, 
      .collection-tiles-container .collection--tile-inner:nth-child(2n) .collection--tile-inner-overlay-end {
    margin-right: 0.25rem;
  } 
    .collection-tiles-container .collection--tile-inner:nth-child(2n+1) {
    border-left-width: 0px;
  }

      .collection-tiles-container .collection--tile-inner:nth-child(2n+1) .collection--tile-inner-overlay-start, 
      .collection-tiles-container .collection--tile-inner:nth-child(2n+1) .collection--tile-inner-overlay-end {
    margin-left: 0.25rem;
  }
}
.wysiwig-module-container [data-page-no-hero] {
  padding-top: 0px !important;
}
[data-account-sidenav] {
  position: relative;
}
[data-account-sidenav]:before {
  position: absolute;
}
[data-account-sidenav]:before {
  right: 100%;
}
[data-account-sidenav]:before {
  top: 0px;
}
[data-account-sidenav]:before {
  height: 100%;
}
[data-account-sidenav]:before {
  width: 100vw;
}
[data-account-sidenav]:before {
  --tw-bg-opacity: 0.12;
}
[data-account-sidenav]:before {
    content: "";
  }
.customer-service-container:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0px;
  height: 100%;
  width: 100vw;
}
.content-w-links a {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0em;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
/* -- Rewards Style -- */
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-title {
  font-family: Isidora Soft !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-title {
  font-size: 2rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-title {
  font-weight: 400 !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-title {
  line-height: 2.5rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-title {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .yotpo--rewards .yotpo-loyalty-page-container .yotpo-title {
    font-size: 3.375rem !important;
  }
}
@media (min-width: 1024px) {

  .yotpo--rewards .yotpo-loyalty-page-container .yotpo-title {
    line-height: 4rem !important;
  }
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-description {
  font-size: 1rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-description {
  font-weight: 400 !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-description {
  line-height: 1.5rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-description {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-customized-text.yotpo-headline .yotpo-inner-text {
  font-family: Isidora Soft !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-customized-text.yotpo-headline .yotpo-inner-text {
  font-size: 1.5rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-customized-text.yotpo-headline .yotpo-inner-text {
  font-weight: 400 !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-customized-text.yotpo-headline .yotpo-inner-text {
  line-height: 2rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-customized-text.yotpo-headline .yotpo-inner-text {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .yotpo--rewards .yotpo-loyalty-page-container .yotpo-customized-text.yotpo-headline .yotpo-inner-text {
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1024px) {

  .yotpo--rewards .yotpo-loyalty-page-container .yotpo-customized-text.yotpo-headline .yotpo-inner-text {
    line-height: 2.75rem !important;
  }
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-customized-text.yotpo-description .yotpo-inner-text {
  font-size: 1.125rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-customized-text.yotpo-description .yotpo-inner-text {
  font-weight: 500 !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-customized-text.yotpo-description .yotpo-inner-text {
  line-height: 1.625rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-customized-text.yotpo-description .yotpo-inner-text {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .yotpo--rewards .yotpo-loyalty-page-container .yotpo-customized-text.yotpo-description .yotpo-inner-text {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1024px) {

  .yotpo--rewards .yotpo-loyalty-page-container .yotpo-customized-text.yotpo-description .yotpo-inner-text {
    line-height: 1.75rem !important;
  }
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button button {
  margin: 1px !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button button {
  display: inline-flex !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button button {
  height: 3rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button button {
  min-width: 11.25rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button button {
  align-items: center !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button button {
  justify-content: center !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button button {
  border-radius: 0.375rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button button {
  border-width: 2px !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button button {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button button {
  text-align: center !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button button {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button button {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.yotpo-action-button button  {
  }
 .hero--banner--cta.yotpo-action-button button {
  }
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button button {
  font-size: 1.125rem;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button button {
  font-weight: 400;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button button {
  line-height: 1.688rem;
}
.yotpo-action-button button  {
  }
 .hero--banner--cta.yotpo-action-button button {
  }
@media screen and (max-width: 1023px) {
  }
@media (min-width: 1024px) {

  .yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button button {
    height: 3.75rem !important;
  }
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button.yotpo-primary-button button {
  --tw-border-opacity: 1 !important;
  border-color: rgba(146, 193, 233, var(--tw-border-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button.yotpo-primary-button button {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 193, 233, var(--tw-bg-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button.yotpo-primary-button button {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button.yotpo-primary-button button:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button.yotpo-primary-button button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button.yotpo-primary-button button:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button.yotpo-secondary-button button {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button.yotpo-secondary-button button {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button.yotpo-secondary-button button {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button.yotpo-secondary-button button:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(122, 122, 130, var(--tw-border-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-action-button.yotpo-secondary-button button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(122, 122, 130, var(--tw-bg-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-container-headline {
  font-family: Isidora Soft !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-container-headline {
  font-size: 1.5rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-container-headline {
  font-weight: 400 !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-container-headline {
  line-height: 2rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-container-headline {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .yotpo--rewards .yotpo-loyalty-page-container .yotpo-container-headline {
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1024px) {

  .yotpo--rewards .yotpo-loyalty-page-container .yotpo-container-headline {
    line-height: 2.75rem !important;
  }
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-info .yotpo-headline {
  font-family: Isidora Soft !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-info .yotpo-headline {
  font-size: 1.5rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-info .yotpo-headline {
  font-weight: 400 !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-info .yotpo-headline {
  line-height: 2rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-info .yotpo-headline {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .yotpo--rewards .yotpo-loyalty-page-container .yotpo-info .yotpo-headline {
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1024px) {

  .yotpo--rewards .yotpo-loyalty-page-container .yotpo-info .yotpo-headline {
    line-height: 2.75rem !important;
  }
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-info .yotpo-description {
  font-size: 1rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-info .yotpo-description {
  font-weight: 400 !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-info .yotpo-description {
  line-height: 1.5rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-info .yotpo-description {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-info .yotpo-rule {
  font-family: Isidora Soft !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemptions-list .yotpo-redemption-reward {
  font-family: Isidora Soft !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-content-container .yotpo-headline {
  font-family: Isidora Soft !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-content-container .yotpo-headline {
  font-size: 1.5rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-content-container .yotpo-headline {
  font-weight: 400 !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-content-container .yotpo-headline {
  line-height: 2rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-content-container .yotpo-headline {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  .yotpo--rewards .yotpo-loyalty-page-container .yotpo-content-container .yotpo-headline {
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1024px) {

  .yotpo--rewards .yotpo-loyalty-page-container .yotpo-content-container .yotpo-headline {
    line-height: 2.75rem !important;
  }
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-content-container .yotpo-description {
  font-size: 1rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-content-container .yotpo-description {
  font-weight: 400 !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-content-container .yotpo-description {
  line-height: 1.5rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-content-container .yotpo-description {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-content-container .yotpo-rule {
  font-family: Isidora Soft !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-title-text {
  font-family: Isidora Soft !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-email-view .yotpo-description-text {
  font-size: 1rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-email-view .yotpo-description-text {
  font-weight: 400 !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-email-view .yotpo-description-text {
  line-height: 1.5rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
  min-width: 100% !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
  cursor: pointer !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
  border-radius: 0.125rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
  border-width: 1px !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
  --tw-border-opacity: 1 !important;
  border-color: rgba(122, 122, 130, var(--tw-border-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
@media (min-width: 1024px) {

  .yotpo--rewards .yotpo-loyalty-page-container .yotpo-widget-referral-widget .yotpo-input-container .yotpo-input {
    min-width: 20.625rem !important;
  }
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  margin: 1px !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  display: inline-flex !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  height: 3rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  min-width: 11.25rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  align-items: center !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  justify-content: center !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  border-radius: 0.375rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  border-width: 2px !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  text-align: center !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.yotpo-submit-form button  {
  }
 .hero--banner--cta.yotpo-submit-form button {
  }
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  font-size: 1.125rem;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  font-weight: 400;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  line-height: 1.688rem;
}
.yotpo-submit-form button  {
  }
 .hero--banner--cta.yotpo-submit-form button {
  }
@media screen and (max-width: 1023px) {
  }
@media (min-width: 1024px) {

  .yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
    height: 3.75rem !important;
  }
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  --tw-border-opacity: 1 !important;
  border-color: rgba(146, 193, 233, var(--tw-border-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 193, 233, var(--tw-bg-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-submit-form button:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-widget-campaign-widget .yotpo-tile {
  align-items: center !important;
}
@media screen and (max-width: 768px) {
    .yotpo--rewards .yotpo-loyalty-page-container .yotpo-widget-hero-section .yotpo-text-on-background {
    min-height: 30rem !important;
  }
  }
@media screen and (max-width: 768px) {
    .yotpo--rewards .yotpo-loyalty-page-container .yotpo-widget-campaign-widget .flexified-wrapper {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  }
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-widget-mmddyyyy input {
    min-width: auto !important;
    box-shadow:  none !important;
    outline: none !important;
    border: none !important;
  }
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-button-style {
    font-family: 'Montserrat', sans-serif !important;
    box-shadow:  none !important;
    outline: none !important;
    border: none !important;
  }
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-button-style .yopto-widget-button-text {
    font-family: 'Montserrat', sans-serif !important;
  }
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-reward {
  font-family: Isidora Soft !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-cost {
  text-transform: lowercase !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  margin: 1px !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  display: inline-flex !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  height: 3rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  min-width: 11.25rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  align-items: center !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  justify-content: center !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  border-radius: 0.375rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  border-width: 2px !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  border-style: solid !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  text-align: center !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.yotpo-redemption-option-redeem-button button  {
  }
 .hero--banner--cta.yotpo-redemption-option-redeem-button button {
  }
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  font-size: 1.125rem;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  font-weight: 400;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  line-height: 1.688rem;
}
.yotpo-redemption-option-redeem-button button  {
  }
 .hero--banner--cta.yotpo-redemption-option-redeem-button button {
  }
@media screen and (max-width: 1023px) {
  }
@media (min-width: 1024px) {

  .yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
    height: 3.75rem !important;
  }
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  display: inline-flex !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  align-items: center !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  justify-content: center !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-option-redeem-button button:hover {
  border-width: 3px !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-coupons-redemption-widget .yotpo-action-button-widget {
  margin-top: 1rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-confirmation .yotpo-action-button-widget {
  margin-top: 0px !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-widget-mmddyyyy .yotpo-widget-number-input:focus {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-confirmation .yotpo-redemption-confirmation-option-confirm button[aria-label="YES"] span {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-confirmation .yotpo-redemption-confirmation-option-confirm {
  border-radius: 0.25rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-redemption-confirmation .yotpo-redemption-confirmation-option-confirm button[aria-label="YES"] {
  border-radius: 0.25rem !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-copy-code-container .yotpo-copy-code-button {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-rewards-guide-tile-wrapper .yotpo-reward-steps-item .yotpo-step-icons svg {
  margin-left: auto !important;
  margin-right: auto !important;
}
.yotpo--rewards .yotpo-loyalty-page-container .yotpo-rewards-guide-tile-wrapper .yotpo-reward-steps-item .yotpo-customized-text.yotpo-reward-steps-title .yotpo-inner-text {
  font-family: Isidora Soft !important;
}
.yotpo-widget-instance .yotpo-reviews-main-widget .yotpo-reviews-trademark {
  display: none;
}
.yotpo-widget-instance .yotpo-display-l .yotpo-main-layout .yotpo-head, 
.yotpo-widget-instance .yotpo-display-m .yotpo-main-layout .yotpo-head {
  justify-content: center;
}
.yotpo-widget-instance .yotpo-display-l .yotpo-main-layout .yotpo-head .yotpo-headline, 
.yotpo-widget-instance .yotpo-display-m .yotpo-main-layout .yotpo-head .yotpo-headline {
  margin-left: 0;
  color: #000000;
  font-family: 'Isidora Soft';
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}
.yotpo-widget-instance .yotpo-bottom-line .yotpo-bottom-line-left-panel.yotpo-bottom-line-score {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
.yotpo-widget-instance .yotpo-bottom-line .yotpo-bottom-line-text {
  font-family: 'Montserrat', sans-serif;
  color: #000000;
}
.yotpo-widget-instance .yotpo-new-review-btn.yotpo-btn-s {
  background-color: #000000 !important;
  border-radius: 4px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
}
.yotpo-widget-instance .yotpo-new-review-btn.yotpo-btn-s {
  color: #ffffff;
}
.yotpo-widget-instance .yotpo-new-review-btn.yotpo-btn-s:hover {
  background-color: #92C1E9 !important;
}
.yotpo-widget-instance .yotpo-new-review-btn.yotpo-btn-s:hover {
  color: #ffffff;
}
.yotpo-widget-instance .yotpo-reviewer-name {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.yotpo-widget-instance .yotpo-reviewer-verified-buyer-text {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.yotpo-widget-instance .yotpo-verified-icon-wrapper svg circle {
  fill: #000000 !important;
}
.yotpo-widget-instance .yotpo-display-l .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title .yotpo-review-title, 
.yotpo-widget-instance .yotpo-display-m .yotpo-review:not(.yotpo-media-modal-review) .yotpo-review-center-panel .yotpo-review-rating-title .yotpo-review-title {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
  font-weight: 500 !important;
}
.yotpo-widget-instance .yotpo-read-more-text {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.yotpo-widget-instance .yotpo-date-format {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.yotpo-widget-instance .yotpo-bottom-line .yotpo-bottom-line-summary .yotpo-vertical-border {
  border-right: 1px solid #DCDDDF !important;
}
.yotpo-widget-instance .yotpo-review-border-smooth {
  border-top: 1px solid #DCDDDF !important;
}
.yotpo-widget-instance .yotpo-review-border-smooth {
  height: auto;
  background-image: none;
}
.yotpo-widget-instance .yotpo-main-layout {
  width: 100% !important;
  max-width: 1280px !important;
  padding: 0 24px !important;
}
.yotpo-widget-instance .yotpo-display-l .yotpo-title-text, 
.yotpo-widget-instance .yotpo-display-m .yotpo-title-text {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.yotpo-widget-instance .yotpo-display-l .yotpo-title-text, 
.yotpo-widget-instance .yotpo-display-m .yotpo-title-text {
  font-weight: 400;
}
.yotpo-widget-instance .yotpo-new-review-btn.yotpo-btn-l.empty-state {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
}
.yotpo-widget-instance .yotpo-new-review-btn.yotpo-btn-l.empty-state:hover {
  background-color: #92C1E9 !important;
  color: #ffffff !important;
}
.yotpo-widget-instance .yotpo-empty-state svg {
  margin: 0 auto;
}
.yotpo-widget-instance .yotpo-display-l .yotpo-body-text, 
.yotpo-widget-instance .yotpo-display-m .yotpo-body-text {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.yotpo-widget-instance .yotpo-display-l .yotpo-body-text, 
.yotpo-widget-instance .yotpo-display-m .yotpo-body-text {
  font-weight: 400;
}
/*-- modal -- */
.modal-backdrop.yotpo-review-form-modal .yotpo-modal-header {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.modal-backdrop.yotpo-review-form-modal .yotpo-form-label {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.modal-backdrop.yotpo-review-form-modal .yotpo-star-rating-text {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.modal-backdrop.yotpo-review-form-modal .yotpo-input-wrapper.yotpo-new-review-headline {
  width: 100% !important;
}
.modal-backdrop.yotpo-review-form-modal .yotpo-input-wrapper textarea {
  width: 100%;
}
.modal-backdrop.yotpo-review-form-modal .yotpo-input-wrapper textarea, 
.modal-backdrop.yotpo-review-form-modal .yotpo-input-wrapper input {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.modal-backdrop.yotpo-review-form-modal .yotpo-input-wrapper textarea, 
.modal-backdrop.yotpo-review-form-modal .yotpo-input-wrapper input {
  border: 1px solid #ACAFB4;
  padding: 5px 0;
  text-indent: 10px;
}
.modal-backdrop.yotpo-review-form-modal .yotpo-new-input-message {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.modal-backdrop.yotpo-review-form-modal .yotpo-review-form .form-footer h6 {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.modal-backdrop.yotpo-review-form-modal .yotpo-review-form .form-footer .yotpo-new-review-submit {
  background-color: #000000 !important;
  border-radius: 4px !important;
  font-family: 'Montserrat', sans-serif !important;
}
.modal-backdrop.yotpo-review-form-modal .yotpo-review-form .form-footer .yotpo-new-review-submit {
  color: #ffffff;
}
.modal-backdrop.yotpo-review-form-modal .yotpo-review-form .form-footer .yotpo-new-review-submit:hover {
  background-color: #92C1E9 !important;
}
.modal-backdrop.yotpo-review-form-modal .yotpo-review-form .form-footer .yotpo-new-review-submit:hover {
  color: #ffffff;
}
.modal-backdrop.yotpo-review-form-modal .btn-close {
  color: #000000 !important;
}
/* -- original style --*/
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button, 
.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button {
  background-color: #000000 !important;
  border-radius: 4px !important;
  font-family: 'Montserrat', sans-serif !important;
}
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button, 
.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button {
  color: #ffffff;
}
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button:hover, 
.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button:hover {
  background-color: #92C1E9 !important;
}
.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button:hover, 
.yotpo .yotpo-modal-dialog .yotpo-bottomline.yotpo-bottomline-2-boxes .yotpo-default-button.write-review-button:hover {
  color: #ffffff;
}
.yotpo-label.yotpo-small-box {
  display: none !important;
}
.yotpo-regular-box.yotpo-bottomline.yotpo-bottomline-empty-state {
  border-top: none;
}
.yotpo.yotpo-main-widget {
  margin: 0 auto !important;
  margin-top: 30px !important;
}
.yotpo.yotpo-main-widget {
  max-width: 1200px;
}
.yotpo-sum-reviews .based-on {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active .yotpo-nav-wrapper {
  border-color: #000000 !important;
}
.yotpo .yotpo-nav ul .yotpo-nav-tab.yotpo-active span {
  color: #000000 !important;
}
.yotpo .yotpo-nav ul .yotpo-nav-tab span {
  color: #000000 !important;
}
.yotpo .yotpo-regular-box {
  border-top: none !important;
}
.yotpo .yotpo-small-box, .yotpo .yotpo-regular-small-box, .yotpo .yotpo-popup-box-medium {
  border-bottom: 1px solid #DCDDDF !important;
}
.yotpo .yotpo-review .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, 
.yotpo .yotpo-comment .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, 
.yotpo .yotpo-question .yotpo-header .yotpo-header-element .y-label.yotpo-user-name, 
.yotpo .yotpo-onsite-upload .yotpo-header .yotpo-header-element .y-label.yotpo-user-name {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.yotpo .yotpo-review .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark, 
.yotpo .yotpo-comment .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark, 
.yotpo .yotpo-question .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark, 
.yotpo .yotpo-onsite-upload .yotpo-header.yotpo-verified-user .yotpo-icon-circle-checkmark {
  color: #000000 !important;
}
.yotpo .y-label, 
.yotpo span.y-label {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.yotpo .yotpo-review .yotpo-main .content-title, 
.yotpo .yotpo-comment .yotpo-main .content-title, 
.yotpo .yotpo-question .yotpo-main .content-title, 
.yotpo .yotpo-onsite-upload .yotpo-main .content-title {
  font-family: 'Isidora Soft' !important;
  color: #000000 !important;
}
.yotpo .yotpo-review .yotpo-main .content-review, 
.yotpo .yotpo-comment .yotpo-main .content-review, 
.yotpo .yotpo-question .yotpo-main .content-review, 
.yotpo .yotpo-onsite-upload .yotpo-main .content-review {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.yotpo .transparent-color-btn span.yotpo-icon {
  color: #000000 !important;
}
.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon, .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon {
  color: #ffffff !important;
}
.yotpo.yotpo-main-widget .yotpo-icon-btn .yotpo-icon-button-text, .yotpo .yotpo-modal-dialog .yotpo-icon-btn .yotpo-icon-button-text {
  color: #ffffff !important;
}
.yotpo-main-widget .yotpo-icon.rating-star.yotpo-icon-empty-star:before,
.yotpo-main-widget .yotpo-icon.review-star.yotpo-icon-empty-star:before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4xMjQ1IDEuNjQ2NTVDMTEuNDI5NSAwLjc4NDQ5IDEyLjU5NTYgMC43ODQ0NzYgMTIuOTAwNSAxLjY0NjU1TDE1LjI3NTIgOC4zNTkyMUwyMi4wODk2IDguNjQ1MjhDMjIuOTc4MSA4LjY4MjU4IDIzLjMzMTkgOS44NjQxNSAyMi42MjIzIDEwLjQyNDVMMjAuMDA5NyAxMi40ODc2QzE5LjcxMTYgMTIuNzIzIDE5LjI4NzUgMTIuNjYxMSAxOS4wNjI0IDEyLjM0OTVDMTguODM3MyAxMi4wMzc4IDE4Ljg5NjUgMTEuNTk0NCAxOS4xOTQ1IDExLjM1OUwyMC45MDE3IDEwLjAxMDhMMTQuOTUwNSA5Ljc2MTAxQzE0LjU2ODUgOS43NDQ5NyAxNC4yMzMxIDkuNDkwMjIgMTQuMTAwNSA5LjExNTI1TDEyLjAxMjUgMy4yMTMwMUw5LjkyNDU0IDkuMTE1MjVDOS43OTE4OSA5LjQ5MDIzIDkuNDU2NTYgOS43NDQ5NyA5LjA3NDUxIDkuNzYxMDFMMy4wNjA3OSAxMC4wMTM1TDcuNzg2MTcgMTMuOTE1NEM4LjA4MjU0IDE0LjE2MDIgOC4yMTE0OCAxNC41NjU2IDguMTE0MjggMTQuOTQ3Mkw3LjU0MTIgMTcuMTk2OEM3LjQ0NTA2IDE3LjU3NDEgNy4wNzQ1MyAxNy43OTg2IDYuNzEzNjEgMTcuNjk4MUM2LjM1MjY4IDE3LjU5NzUgNi4xMzgwMyAxNy4yMTAxIDYuMjM0MTcgMTYuODMyN0w2LjczODYyIDE0Ljg1MjZMMS4zNjE1NyAxMC40MTI1QzAuNjcxNzA0IDkuODQyODIgMS4wMzIwNCA4LjY4MzIgMS45MTA0IDguNjQ2MzNMOC43NDk4NCA4LjM1OTIxTDExLjEyNDUgMS42NDY1NVpNNi45NDc4NyAxNS4wMjU0QzYuOTQ3NzMgMTUuMDI1MiA2Ljk0ODAxIDE1LjAyNTUgNi45NDc4NyAxNS4wMjU0VjE1LjAyNTRaTTExLjYzMTkgMi4xMzcyQzExLjYzMTkgMi4xMzcwMiAxMS42MzIgMi4xMzczOCAxMS42MzE5IDIuMTM3MlYyLjEzNzJaTTIxLjgwNzEgOS4yOTU5MUwyMS44MDY2IDkuMjk2MjlMMjEuODA3MSA5LjI5NTkxWk0xOC41NjA2IDEyLjg5OTNDMTguNzkyMSAxMy4yMDU4IDE4Ljc0MjEgMTMuNjUwNSAxOC40NDkgMTMuODkyNUwxNy4yOTE2IDE0Ljg0ODJMMTkuMTQ0IDIxLjczODRDMTkuMzgxOSAyMi42MjMyIDE4LjQzODUgMjMuMzM5OSAxNy43MDcxIDIyLjgyOTlMMTIuMDEyNSAxOC44NTg3TDYuMzQ1OSAyMi44MTA0QzUuNjAzMjkgMjMuMzI4MiA0LjY1MDYyIDIyLjU4MjQgNC45MTY4MiAyMS42OTE1TDUuNzAxMTIgMTkuMDY2N0M1LjgxMjUxIDE4LjY5MzkgNi4xOTE4MiAxOC40ODYyIDYuNTQ4MzMgMTguNjAyNkM2LjkwNDg1IDE4LjcxOTEgNy4xMDM1NiAxOS4xMTU3IDYuOTkyMTcgMTkuNDg4NUw2LjU1MDA4IDIwLjk2OEwxMS40ODcyIDE3LjUyNTFDMTEuODA1MyAxNy4zMDMyIDEyLjIxOTggMTcuMzAzMiAxMi41Mzc5IDE3LjUyNTFMMTcuNTQ1IDIxLjAxNjhMMTUuOTE2MyAxNC45NTg2QzE1LjgxMjggMTQuNTczNyAxNS45NDA5IDE0LjE2MTUgMTYuMjQwOSAxMy45MTM3TDE3LjYxMDcgMTIuNzgyNkMxNy45MDM4IDEyLjU0MDYgMTguMzI5MSAxMi41OTI4IDE4LjU2MDYgMTIuODk5M1oiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  background-size: 22px 22px;
}
.yotpo-main-widget .yotpo-icon.rating-star.yotpo-icon-half-star:before,
.yotpo-main-widget .yotpo-icon.review-star.yotpo-icon-half-star:before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyIDE3Ljc4OTVWMkw5IDguNUwyIDkuMzY4NDJMNy43ODk0NyAxNC4xMDUzTDUuNjg0MjEgMjJMMTIgMTcuNzg5NVoiIGZpbGw9IiM5MkMxRTkiLz4KPHBhdGggZD0iTTEwLjk1MTQgMS42MjgwOEMxMS4yNTY0IDAuNzkwNjQ3IDEyLjQyMjUgMC43OTA2MzQgMTIuNzI3NCAxLjYyODA4TDE1LjEwMjEgOC4xNDg5NEwyMS45MTY1IDguNDI2ODRDMjIuODA1IDguNDYzMDggMjMuMTU4OCA5LjYxMDg5IDIyLjQ0OTIgMTAuMTU1MkwxOS44MzY2IDEyLjE1OTRDMTkuNTM4NSAxMi4zODggMTkuMTE0NCAxMi4zMjc5IDE4Ljg4OTMgMTIuMDI1MkMxOC42NjQyIDExLjcyMjQgMTguNzIzNCAxMS4yOTE3IDE5LjAyMTQgMTEuMDYzTDIwLjcyODYgOS43NTMzOUwxNC43Nzc0IDkuNTEwNjlDMTQuMzk1NCA5LjQ5NTEyIDE0LjA2IDkuMjQ3NjUgMTMuOTI3NCA4Ljg4MzM5TDExLjgzOTQgMy4xNDk3OEw5Ljc1MTQ1IDguODgzMzlDOS42MTg4IDkuMjQ3NjUgOS4yODM0NyA5LjQ5NTExIDguOTAxNDEgOS41MTA2OUwyLjg4NzcgOS43NTU5NEw3LjYxMzA3IDEzLjU0NjRDNy45MDk0NCAxMy43ODQyIDguMDM4MzggMTQuMTc4IDcuOTQxMTggMTQuNTQ4N0w3LjM2ODEgMTYuNzM0TDYuODE5MDggMTguOTYwMkw2LjM3Njk5IDIwLjM5NzVMMTEuMzE0MSAxNy4wNTI5QzExLjYzMjIgMTYuODM3NCAxMi4wNDY3IDE2LjgzNzQgMTIuMzY0OCAxNy4wNTI5TDE3LjM3MTkgMjAuNDQ0OUwxNS43NDMyIDE0LjU1OTdDMTUuNjM5NyAxNC4xODU5IDE1Ljc2NzggMTMuNzg1NCAxNi4wNjc5IDEzLjU0NDdMMTcuNDM3NiAxMi40NDZDMTcuNzMwNyAxMi4yMTA4IDE4LjE1NiAxMi4yNjE2IDE4LjM4NzUgMTIuNTU5M0MxOC42MTkgMTIuODU3MSAxOC41NjkgMTMuMjg5IDE4LjI3NTkgMTMuNTI0MkwxNy4xMTg1IDE0LjQ1MjZMMTguOTcwOSAyMS4xNDU4QzE5LjIwODggMjIuMDA1NCAxOC4yNjU0IDIyLjcwMTYgMTcuNTM0IDIyLjIwNjJMMTEuODM5NCAxOC4zNDg0TDYuMTcyODEgMjIuMTg3MkM1LjQzMDIgMjIuNjkwMyA0LjQ3NzUyIDIxLjk2NTcgNC43NDM3MiAyMS4xMDAzTDUuNTI4MDMgMTguNTUwNUw2LjA2MTA4IDE2LjM4MDRMNi41NjU1MyAxNC40NTY4TDEuMTg4NDggMTAuMTQzNUMwLjQ5ODYwOSA5LjU5MDE3IDAuODU4OTQ5IDguNDYzNjggMS43MzczIDguNDI3ODZMOC41NzY3NCA4LjE0ODk0TDEwLjk1MTQgMS42MjgwOFoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  background-size: 22px 22px;
}
.yotpo-main-widget .yotpo-icon.yotpo-icon-star.rating-star,
.yotpo-main-widget .yotpo-icon.rating-star.yotpo-icon-half-star,
.yotpo-main-widget .yotpo-icon.rating-star.yotpo-icon-empty-star,
.yotpo-main-widget .yotpo-icon.yotpo-icon-star.review-star,
.yotpo-main-widget .yotpo-icon.review-star.yotpo-icon-half-star,
.yotpo-main-widget .yotpo-icon.review-star.yotpo-icon-empty-star {
  width: 26px !important;
  height: 26px !important;
}
.yotpo-main-widget .yotpo-icon.yotpo-icon-star.rating-star,
.yotpo-main-widget .yotpo-icon.rating-star.yotpo-icon-half-star,
.yotpo-main-widget .yotpo-icon.rating-star.yotpo-icon-empty-star,
.yotpo-main-widget .yotpo-icon.yotpo-icon-star.review-star,
.yotpo-main-widget .yotpo-icon.review-star.yotpo-icon-half-star,
.yotpo-main-widget .yotpo-icon.review-star.yotpo-icon-empty-star {
  position: relative;
}
.yotpo-main-widget .yotpo-icon.yotpo-icon-star.rating-star:before,
.yotpo-main-widget .yotpo-icon.yotpo-icon-star.review-star:before {
  content: '';
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEyLjQ2MTYgMkwxNS4zMDY1IDkuMDg0MzZMMjIuOTIzMiA5LjYwMDgxTDE3LjA2NDcgMTQuNDk1NkwxOC45MjczIDIxLjg5OTJMMTIuNDYxNiAxNy44NEw1Ljk5NTk4IDIxLjg5OTJMNy44NTg1MSAxNC40OTU2TDIgOS42MDA4MUw5LjYxNjc0IDkuMDg0MzZMMTIuNDYxNiAyWiIgZmlsbD0iIzkyQzFFOSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjMiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  position: absolute;
  filter: brightness(0) saturate(100%);
  background-size: 22px 22px;
}
.yotpo-verified-user .yotpo-icon.yotpo-icon-star.rating-star,
.yotpo-verified-user .yotpo-icon.rating-star.yotpo-icon-half-star,
.yotpo-verified-user .yotpo-icon.rating-star.yotpo-icon-empty-star {
  width: 18px !important;
  height: 18px !important;
}
.yotpo-verified-user .yotpo-icon.yotpo-icon-star.rating-star:before,
.yotpo-verified-user .yotpo-icon.rating-star.yotpo-icon-half-star:before,
.yotpo-verified-user .yotpo-icon.rating-star.yotpo-icon-empty-star:before {
  width: 18px !important;
  height: 18px !important;
  background-size: 18px 18px !important;
}
.yotpo .yotpo-mandatory-explain {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
}
.yotpo input, 
.yotpo .y-input {
  font-family: 'Montserrat', sans-serif !important;
  color: #000000 !important;
  border: 1px solid #ACAFB4 !important;
}
.yotpo.yotpo-main-widget .primary-color-btn, 
.yotpo.yotpo-main-widget input[type="button"].primary-color-btn {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  font-family: 'Montserrat', sans-serif !important;
  height: 40px !important;
}
.yotpo-main-widget.yotpo .primary-color-btn:hover, 
.yotpo-main-widget.yotpo input[type="button"].primary-color-btn:hover {
  background-color: #92C1E9 !important;
  color: #ffffff !important;
}
.yotpo-default-button.write-review-button.write-first-review-button {
  background-color: #000000 !important;
  color: #ffffff !important;
  border-radius: 4px !important;
  font-family: 'Montserrat', sans-serif !important;
  height: 40px !important;
}
.yotpo-default-button.write-review-button.write-first-review-button:hover {
  background-color: #92C1E9 !important;
  color: #ffffff !important;
}
.yotpo .yotpo-first-review .yotpo-first-review-stars {
  display: none !important;
}
.yotpo .yotpo-comments-box {
  border-left: 2px solid #DCDDDF !important;
}
/* Magic zoom */
.c-productGallery .MagicZoom {
  width: 100% !important;
}
.c-productGallery .MagicZoom {
  padding-top: 0px !important;
}
.c-productGallery .MagicZoom img {
  max-width: 100% !important;
}
.c-productGallery .MagicZoom img {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.c-productGallery .new-gallery-thumbs-outer-container {
    -webkit-overflow-scrolling: touch;
  }
.c-productGallery .new-gallery-thumbs-outer-container {
  position: relative;
}
.c-productGallery .new-gallery-thumbs-outer-container {
  margin: 0px;
}
.c-productGallery .new-gallery-thumbs-outer-container {
  display: flex;
}
.c-productGallery .new-gallery-thumbs-outer-container {
  overflow-x: auto;
}
.c-productGallery .new-gallery-thumbs-outer-container {
  overflow-y: hidden;
}
.c-productGallery .new-gallery-thumbs-container {
  margin-right: 0.8rem;
}
.c-productGallery .new-gallery-thumbs-container {
  display: inline-block;
}
.c-productGallery .new-gallery-thumbs-container {
  max-width: 11.5rem;
}
.c-productGallery .new-gallery-thumbs-container {
  list-style-type: none;
}
.c-productGallery .new-gallery-thumbs-container {
  vertical-align: top;
}
.c-productGallery .new-gallery-thumb-inner-container {
  display: flex;
}
.c-productGallery .new-gallery-thumb-inner-container {
  width: 6rem;
}
.c-productGallery .new-gallery-thumb-inner-container {
  cursor: pointer;
}
.c-productGallery .new-gallery-thumb-inner-container {
  flex-direction: column;
}
@media (min-width: 1024px) {

  .c-productGallery .new-gallery-thumb-inner-container {
    width: 7.5rem;
  }
}
.c-productGallery .new-gallery-thumb-inner-container img {
  min-height: 6rem;
}
.c-productGallery .new-gallery-thumb-inner-container img {
  min-width: 6rem;
}
.c-productGallery .new-gallery-thumb-inner-container img {
  -o-object-fit: cover;
     object-fit: cover;
}
.c-productGallery .new-gallery-thumb-inner-container img {
  opacity: 0.3;
}
.c-productGallery .new-gallery-thumb-inner-container img:hover {
  opacity: 1;
}
@media (min-width: 1024px) {

  .c-productGallery .new-gallery-thumb-inner-container img {
    min-height: 7.5rem;
  }
}
@media (min-width: 1024px) {

  .c-productGallery .new-gallery-thumb-inner-container img {
    min-width: 7.5rem;
  }
}
.c-productGallery .new-gallery-thumb-inner-container.mz-thumb-selected img {
  opacity: 1;
}
.c-productGallery button.mz-button.mz-button-prev {
  left: -1.25rem !important;
}
.c-productGallery button.mz-button.mz-button-prev {
  display: block !important;
}
@media (min-width: 1024px) {

  .c-productGallery button.mz-button.mz-button-prev {
    left: -2rem !important;
  }
}
.c-productGallery button.mz-button.mz-button-next {
  right: -1.25rem !important;
}
.c-productGallery button.mz-button.mz-button-next {
  display: block !important;
}
@media (min-width: 1024px) {

  .c-productGallery button.mz-button.mz-button-next {
    right: -2rem !important;
  }
}
.c-productGallery figure.mz-figure {
    width: 100% !important;
  }
.c-productGallery figure.mz-figure {
    overflow: inherit;
  }
.c-productGallery .mz-figure .mz-nav-controls button.mz-button {
  height: 15px !important;
}
.c-productGallery .mz-figure .mz-nav-controls button.mz-button {
  width: 7.5px !important;
}
@media (min-width: 1024px) {

  .c-productGallery .mz-figure .mz-nav-controls button.mz-button {
    height: 30px !important;
  }
}
@media (min-width: 1024px) {

  .c-productGallery .mz-figure .mz-nav-controls button.mz-button {
    width: 15px !important;
  }
}
.c-productGallery button.mz-button {
      color: #4a555e !important;
    }
.c-productGallery :root:not(.mobile-magic) button.mz-button:hover, .c-productGallery button.mz-button:active {
    color: #75b6c6 !important;
  }
.c-productGallery .mz-figure.mz-active {
    background: transparent !important;
  }
.c-productGallery .mz-hint {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNC41MTc0IDcuMjU4NjhDMTQuNTE3NCAxMC42NDYyIDExLjc3MTIgMTMuMzkyNCA4LjM4MzY4IDEzLjM5MjRDNC45OTYxNCAxMy4zOTI0IDIuMjUgMTAuNjQ2MiAyLjI1IDcuMjU4NjhDMi4yNSAzLjg3MTE0IDQuOTk2MTQgMS4xMjUgOC4zODM2OCAxLjEyNUMxMS43NzEyIDEuMTI1IDE0LjUxNzQgMy44NzExNCAxNC41MTc0IDcuMjU4NjhaTTguMzgzNjggMTIuMzExNUMxMS4xNzQzIDEyLjMxMTUgMTMuNDM2NSAxMC4wNDkzIDEzLjQzNjUgNy4yNTg2OEMxMy40MzY1IDQuNDY4MDkgMTEuMTc0MyAyLjIwNTg4IDguMzgzNjggMi4yMDU4OEM1LjU5MzA5IDIuMjA1ODggMy4zMzA4OCA0LjQ2ODA5IDMuMzMwODggNy4yNTg2OEMzLjMzMDg4IDEwLjA0OTMgNS41OTMwOSAxMi4zMTE1IDguMzgzNjggMTIuMzExNVoiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuMjUgNy40MzQ3OEg1LjYyNVY2LjkyMzQySDExLjI1VjcuNDM0NzhaIiBmaWxsPSJibGFjayIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguNTU5NzggNC41TDguNTU5NzggMTAuMTI1SDguMDQ4NDJWNC41TDguNTU5NzggNC41WiIgZmlsbD0iYmxhY2siLz4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMS4yNSA3LjQzNDc4SDUuNjI1VjYuOTIzNDJIMTEuMjVWNy40MzQ3OFoiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMC4yNSIvPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTguNTU5NzggNC41TDguNTU5NzggMTAuMTI1SDguMDQ4NDJWNC41TDguNTU5NzggNC41WiIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIwLjI1Ii8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTIuNzUzNyAxMi43NjQ5QzEyLjk2NDcgMTIuNTUzOCAxMy4yNjY2IDEyLjUxMzYgMTMuNDI4IDEyLjY3NDlMMTYuMTk2NiAxNS40NDM1QzE2LjM1NzkgMTUuNjA0OSAxNi4zMTc3IDE1LjkwNjggMTYuMTA2NiAxNi4xMTc5QzE1Ljg5NTYgMTYuMzI4OSAxNS41OTM3IDE2LjM2OTIgMTUuNDMyMyAxNi4yMDc4TDEyLjY2MzcgMTMuNDM5MkMxMi41MDIzIDEzLjI3NzkgMTIuNTQyNiAxMi45NzYgMTIuNzUzNyAxMi43NjQ5WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==);
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    right: 10px;
    padding: 10px;
    left: auto;
    left: initial;
  }
.c-productGallery .mz-hint .mz-hint-message {
  display: none !important;
}
.mz-expand .mz-expand-bg {
  opacity: 0.1 !important;
}
.mz-expand .mz-expand-thumbnails {
  flex: 0 0 120px !important;
}
@media screen and (max-width: 1023px) {
  .mz-expand .mz-expand-thumbnails {
    flex: 0 0 105px !important;
  }
}
.mz-expand .mz-expand-thumbnails .magic-thumb img {
  width: 85px !important;
}
@media (min-width: 1024px) {

  .mz-expand .mz-expand-thumbnails .magic-thumb img {
    width: 100px !important;
  }
}
/*
#product-main-image .mz-figure img{
  @apply mx-auto !max-w-full lg:!max-w-[42.188rem] !w-full lg:!w-[42.188rem] transition-all duration-200;
}
*/
.c-productGallery__sticker {
  z-index: 2;
}
.c-productMain__gallery-wrapper {
  padding-right: 0px;
}
.c-productGallery__main {
  margin-bottom: 1.6rem;
  padding: 0px;
}
@media screen and (min-width: 992px) {
  body.Buybox-ABTest-enabled .c-productMain__gallery-wrapper {
    position: sticky;
    top: 12rem;
    align-self: flex-start;
  }

  .c-productMain__gallery {
    position: sticky;
    top: 20rem;
  }
}
.mz-button.mz-button-next:before {
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
.mz-button.mz-button-next:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAxOSAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMkwxNyAxN0wyIDMyIiBzdHJva2U9IiMyOTQyNzkiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-color: transparent;
  background-color: initial;
  background-position: center center;
  background-size: contain;
}
.mz-button.mz-button-prev:before {
  -webkit-mask-image: none !important;
  mask-image: none !important;
}
.mz-button.mz-button-prev:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAxOSAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIgMkwxNyAxN0wyIDMyIiBzdHJva2U9IiMyOTQyNzkiIHN0cm9rZS13aWR0aD0iMyIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-color: transparent;
  background-color: initial;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .mz-button.mz-button-next:before,
  .mz-button.mz-button-prev:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMUw4LjUgOC41TDEgMTYiIHN0cm9rZT0iIzI5NDI3OSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
  }
}
.mz-expand {
  background: rgba(0, 0, 0, .6) !important;
}
.mz-expand .mz-button.mz-button-next:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAyMCAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjM1MDc0IDM1LjEzMkMwLjQ2NjQxOCAzNC4yMjQ3IDAuNDY2NDE4IDMyLjc1MzYgMS4zNTA3NCAzMS44NDYzTDE0Ljg0NTkgMThMMS4zNTA3NSA0LjE1Mzc0QzAuNDY2NDE5IDMuMjQ2NDEgMC40NjY0MTkgMS43NzUzMyAxLjM1MDc1IDAuODY4QzIuMjM1MDcgLTAuMDM5MzMzMyAzLjY2ODg1IC0wLjAzOTMzMzMgNC41NTMxNyAwLjg2OEwxOC41ODIxIDE1LjI2MTlDMjAuMDU2IDE2Ljc3NDEgMjAuMDU2IDE5LjIyNTkgMTguNTgyMSAyMC43MzgxTDQuNTUzMTcgMzUuMTMyQzMuNjY4ODUgMzYuMDM5MyAyLjIzNTA3IDM2LjAzOTMgMS4zNTA3NCAzNS4xMzJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  }
.mz-expand .mz-button.mz-button-prev:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAyMCAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjM1MDc0IDM1LjEzMkMwLjQ2NjQxOCAzNC4yMjQ3IDAuNDY2NDE4IDMyLjc1MzYgMS4zNTA3NCAzMS44NDYzTDE0Ljg0NTkgMThMMS4zNTA3NSA0LjE1Mzc0QzAuNDY2NDE5IDMuMjQ2NDEgMC40NjY0MTkgMS43NzUzMyAxLjM1MDc1IDAuODY4QzIuMjM1MDcgLTAuMDM5MzMzMyAzLjY2ODg1IC0wLjAzOTMzMzMgNC41NTMxNyAwLjg2OEwxOC41ODIxIDE1LjI2MTlDMjAuMDU2IDE2Ljc3NDEgMjAuMDU2IDE5LjIyNTkgMTguNTgyMSAyMC43MzgxTDQuNTUzMTcgMzUuMTMyQzMuNjY4ODUgMzYuMDM5MyAyLjIzNTA3IDM2LjAzOTMgMS4zNTA3NCAzNS4xMzJaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K);
  }
.promoted-products-box {
  display: none !important;
}
[data-nav-list] li a {
    transition: 0.5s;
  }
[data-nav-list] li a span {
  position: relative;
}
[data-site-nav] {
  --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));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  transition-timing-function: linear;
}
[data-site-nav].inactive {
  --tw-translate-y: -10rem;
  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-site-nav].mobile-nav-opened .site-nav-inner {
  position: fixed;
}
[data-site-nav].mobile-nav-opened .site-nav-inner {
  top: 0px;
}
[data-site-nav].mobile-nav-opened .site-nav-inner {
  left: 0px;
}
[data-site-nav].mobile-nav-opened .site-nav-inner {
  height: 100vh;
}
[data-site-nav].mobile-nav-opened .site-nav-inner {
  width: 100%;
}
[data-site-nav].mobile-nav-opened .site-nav-inner {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
[data-site-nav].mobile-nav-opened .site-nav-inner {
  opacity: 0.3;
}
.mobile-nav-opened .site-nav-inner {
  }
.mobile-nav-opened .site-nav-inner {
  }
.mobile-nav-opened .site-nav-inner {
  }
@media screen and (max-width: 1023px) {
  }
.mobile-nav-opened .site-nav-inner {
  }
[data-header-menu-close] {
  display: none;
}
[data-header-menu-close].active {
  display: block;
}
[data-header--hamburger] {
  display: block;
}
[data-header--hamburger].inactive {
  display: none;
}
.header-container[\:has\(.group-hover\%5C\%3Aopacity-100\:hover\)] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 100ms;
  transition-duration: 100ms;
  border-bottom-width: 0px;
}
.header-container:has(.group-hover\:opacity-100:hover) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 100ms;
  transition-duration: 100ms;
  border-bottom-width: 0px;
}
.header-container[\:has\(.menu-item\:hover\)] {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 100ms;
  transition-duration: 100ms;
  border-bottom-width: 0px;
}
.header-container:has(.menu-item:hover) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 100ms;
  transition-duration: 100ms;
  border-bottom-width: 0px;
}
.mega-menu-item-link:hover {
  text-shadow: .2px 0px 0px,
  -.2px 0px 0px;
}
.nav-list-item:hover {
  text-shadow: .2px 0px 0px,
  -.2px 0px 0px;
}
[data-mobile-megamenu-item] input:checked + label span {
  --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));
}
[data-mobile-megamenu-item] input:checked ~ div {
  max-height: 1000px;
  border-style: solid;
}
[data-mobile-megamenu-item] input:checked ~ label a {
  --tw-text-opacity: 1;
  color: rgba(146, 193, 233, var(--tw-text-opacity));
}
[data-overlay--layer] {
  display: none;
}
[data-overlay--layer].active {
  display: block;
}
.mbl-footer .accordion {
  border-bottom-width: 1px;
}
.mbl-footer .accordion {
  border-top-width: 0px;
}
.mbl-footer .accordion {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.mbl-footer .accordion button svg {
      transform: rotate(180deg);
    }
.mbl-footer .accordion.collapsed button svg {
        transform: rotate(0);
      }
.footer--links li {
  display: inline-block;
}
.footer--links li {
  font-size: 0;
}
.footer--links li a {
  display: inline-block;
}
.footer--links li a {
  text-align: left;
}
.footer--links li a {
  font-weight: 400;
}
.footer--links a:hover {
  font-weight: 600;
}
.footer--links a::before {
  visibility: hidden;
}
.footer--links a::before {
  display: block;
}
.footer--links a::before {
  height: 0px;
}
.footer--links a::before {
  overflow: hidden;
}
.footer--links a::before {
  font-weight: 600;
}
.footer--links a::before {
    content: attr(title);
  }
#recover, 
#recover + div {
  display: none;
}
#recover:target {
  display: block;
}
#recover:target + div {
  display: block;
}
#recover:target ~ #login, 
#recover:target ~ #login + div {
  display: none;
}
#recover,
#login {
  scroll-margin-top: 20rem;
}
.error-container a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(174, 40, 21, var(--tw-text-opacity));
}
#rc_login {
  display: none !important;
}
#RegisterForm-email[aria-invalid=true], 
#RegisterForm-password[aria-invalid=true] {
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(174, 40, 21, var(--tw-border-opacity)) !important;
}
.account-nav:before {
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: -1;
  display: block;
  height: 100%;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.account-nav ul li a {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
  letter-spacing: 0.5px;
  --tw-text-opacity: 1;
  color: rgba(122, 122, 130, var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.account-nav ul li a:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.account-nav ul li.active {
  border-left-width: 0.25rem;
  --tw-border-opacity: 1;
  border-color: rgba(146, 193, 233, var(--tw-border-opacity));
  padding-left: 1rem;
}
.account-nav ul li.active a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.active-recharge {
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.custom-select .nice-select {
  float: none !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 221, 223, var(--tw-border-opacity)) !important;
}
.custom-select .nice-select {
  height: 3rem;
  width: 100%;
  border-radius: 0px;
  border-width: 0px;
  border-bottom-width: 1px;
}
.custom-select .nice-select:after {
  right: 2rem;
  margin-top: -0.3125rem;
  height: 0.5rem;
  width: 0.5rem;
  border-bottom-width: 0.125rem;
  border-right-width: 0.125rem;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.custom-select .nice-select > span.current {
  display: flex;
  height: 3rem;
  align-items: center;
  font-weight: 700;
}
.nice-select-dropdown {
  margin-top: 0px !important;
  border-radius: 0px !important;
}
.nice-select-dropdown {
  width: 100%;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.account-province.nice-select, 
.account-country.nice-select {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
  padding-left: 1.3125rem !important;
  padding-right: 1.3125rem !important;
}
.account-province.nice-select, 
.account-country.nice-select {
  float: none;
  display: flex;
  height: 3rem;
  align-items: center;
  border-radius: 0.25rem;
  border-width: 1px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.account-province.nice-select:after, 
.account-country.nice-select:after {
  height: 0.5rem;
  width: 0.5rem;
}
form .error-text {
  margin-top: 0.125rem;
  display: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(174, 40, 21, var(--tw-text-opacity));
}
form input.has-error:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]) ~ .error-text, form textarea.has-error ~ .error-text, form select.has-error ~ .error-text {
  display: block;
}
.account-single-tab-content {
  display: none;
}
.account-single-tab-content.active {
  display: block;
}
[data-cf-input] {
  height: 3rem !important;
  border-radius: 0px !important;
}
.cf-form-actions {
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 4rem !important;
  display: flex !important;
  max-width: 12.5rem !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 1.5rem !important;
}
.cf-submit-form.cf-button {
  order: -1 !important;
  margin: 0px !important;
  display: inline-flex !important;
  min-height: 3rem !important;
  min-width: 10.75rem !important;
  align-items: center !important;
  justify-content: center !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(146, 193, 233, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 193, 233, var(--tw-bg-opacity)) !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  text-align: center !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.188rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.cf-submit-form.cf-button  {
  }
 .hero--banner--cta.cf-submit-form.cf-button {
  }
.cf-submit-form.cf-button  {
  }
 .hero--banner--cta.cf-submit-form.cf-button {
  }
@media screen and (max-width: 1023px) {
  }
.cf-submit-form.cf-button:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.cf-cancel.cf-button {
  position: relative !important;
  margin: 0px !important;
  min-height: 0px !important;
  min-width: 0px !important;
  border-width: 0px !important;
  padding: 0px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.cf-cancel.cf-button:hover {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.cf-cancel.cf-button:after {
  position: absolute !important;
}
.cf-cancel.cf-button:after {
  left: 0px !important;
}
.cf-cancel.cf-button:after {
  bottom: -0.25rem !important;
}
.cf-cancel.cf-button:after {
  height: 0.125rem !important;
}
.cf-cancel.cf-button:after {
  width: 100% !important;
}
.cf-cancel.cf-button:after {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(146, 193, 233, var(--tw-bg-opacity)) !important;
}
.cf-cancel.cf-button:after {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.cf-cancel.cf-button:after {
  transition-duration: 150ms !important;
}
.cf-cancel.cf-button:after {
  --tw-content: '' !important;
  content: var(--tw-content) !important;
}
.cf-cancel.cf-button:hover:after {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}
.cf-field label {
  margin-bottom: 0.3125rem;
}
.cf-field label {
  font-size: 0.75rem;
}
.cf-field label {
  font-weight: 700;
}
.cf-field label {
  text-transform: uppercase;
}
.cf-field label {
  line-height: 1rem;
}
.cf-field label {
  letter-spacing: 0.75px;
}
.cf-field label {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.cf-field input[type="text"],  
  .cf-field input[type="number"],  
  .cf-field input[type="email"],  
  .cf-field input[type="password"],  
  .cf-field input[type="date"],  
  .cf-field input[type="tel"] {
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
}
.cf-field input[type="text"],  
  .cf-field input[type="number"],  
  .cf-field input[type="email"],  
  .cf-field input[type="password"],  
  .cf-field input[type="date"],  
  .cf-field input[type="tel"] {
  border-radius: 0px !important;
}
.cf-field input[type="text"]:hover, .cf-field input[type="number"]:hover, .cf-field input[type="email"]:hover, .cf-field input[type="password"]:hover, .cf-field input[type="date"]:hover, .cf-field input[type="tel"]:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}
.cf-field input[type="text"]:hover, .cf-field input[type="number"]:hover, .cf-field input[type="email"]:hover, .cf-field input[type="password"]:hover, .cf-field input[type="date"]:hover, .cf-field input[type="tel"]:hover {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.cf-field input[type="text"]:focus, .cf-field input[type="number"]:focus, .cf-field input[type="email"]:focus, .cf-field input[type="password"]:focus, .cf-field input[type="date"]:focus, .cf-field input[type="tel"]:focus {
  border-width: 2px !important;
}
.cf-field input[type="text"]:focus, .cf-field input[type="number"]:focus, .cf-field input[type="email"]:focus, .cf-field input[type="password"]:focus, .cf-field input[type="date"]:focus, .cf-field input[type="tel"]:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity)) !important;
}
.cf-field select:active, 
  .cf-field select:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}
.cf-field select:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}
.cf-field select:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.cf-field select:hover {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.cf-field .cf-down-arrow {
  height: auto !important;
}
.cf-field .cf-down-arrow {
  width: auto !important;
}
.cf-field .cf-down-arrow {
  border-style: none !important;
}
.cf-field .cf-down-arrow:after {
      content: url("data:image/svg+xml; utf8, <svg width=\"16\" height=\"9\" viewBox=\"0 0 16 9\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.305628 0.297878C0.713131 -0.0992928 1.37383 -0.0992928 1.78133 0.297878L8 6.35887L14.2187 0.297878C14.6262 -0.0992928 15.2869 -0.0992928 15.6944 0.297878C16.1019 0.695049 16.1019 1.33899 15.6944 1.73616L9.22975 8.03687C8.55058 8.69882 7.44942 8.69882 6.77025 8.03687L0.305628 1.73616C-0.101876 1.33899 -0.101876 0.695049 0.305628 0.297878Z\" fill=\"%23000000\"/></svg>");
      touch-action: none;
      pointer-events: none;
    }
.cf-field .cf-field-description {
  --tw-text-opacity: 1 !important;
  color: rgba(122, 122, 130, var(--tw-text-opacity)) !important;
}
.cf-field .cf-entry-list .cf-group-entry .cf-entry-heading {
  font-size: 1.25rem !important;
}
.cf-field .cf-entry-list .cf-group-entry .cf-entry-heading {
  line-height: 1.75rem !important;
}
.cf-label-container {
  border-width: 0px !important;
  padding: 0px !important;
}
.cf-field[data-cf-field-type=repeating_group] .cf-entry-list .cf-group-entry {
  border-width: 0px !important;
  border-bottom-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgba(220, 221, 223, var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
  padding: 0px !important;
  padding-top: 1.5rem !important;
  padding-bottom: 2rem !important;
}
.cf-field[data-cf-field-type=repeating_group] .cf-entry-list .cf-group-entry .cf-entry-fields-wrapper .cf-entry-fields {
  border-width: 0px !important;
  padding: 0px !important;
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.cf-form-inner .cf-fields-container,  .cf-fields-wrapper .cf-fields-container {
  margin: 0px !important;
  width: 100% !important;
  padding: 0px !important;
}
.cf-entry-fields .cf-fields-container {
  display: grid !important;
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  grid-gap: 1rem !important;
  gap: 1rem !important;
}
@media (min-width: 768px) {

  .cf-entry-fields .cf-fields-container {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1.5rem !important;
  }
}
.cf-field[data-cf-field-type=repeating_group] .cf-entry-list .cf-group-entry .cf-entry-fields-wrapper {
  --tw-shadow: 0 0 rgba(0,0,0,0) !important;
  --tw-shadow-colored: 0 0 rgba(0,0,0,0) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}
.cf-field-container {
  width: 100% !important;
}
.cf-field-container .cf-field {
  margin: 0px !important;
  padding: 0px !important;
}
.cf-repeating-group-actions {
  display: flex !important;
  justify-content: center !important;
  border-width: 0px !important;
  padding: 0px !important;
  padding-top: 2rem !important;
}
.cf-add-entry.cf-button {
  position: relative !important;
  display: inline-flex !important;
  height: auto !important;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  border-width: 0px !important;
  padding: 0px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  line-height: 1.375rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.cf-add-entry.cf-button:before {
  content: url("data:image/svg+xml; utf8, <svg width=\"22\" height=\"22\" viewBox=\"0 0 22 22\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M11.2292 0C11.6089 1.6597e-08 11.9167 0.307804 11.9167 0.6875L11.9167 21.3125C11.9167 21.6922 11.6089 22 11.2292 22C10.8495 22 10.5417 21.6922 10.5417 21.3125L10.5417 0.6875C10.5417 0.307804 10.8495 -1.6597e-08 11.2292 0Z\" fill=\"%23000000\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M22 11.2292C22 11.6089 21.6922 11.9167 21.3125 11.9167L0.6875 11.9167C0.307805 11.9167 -3.31941e-08 11.6089 0 11.2292C3.31941e-08 10.8495 0.307805 10.5417 0.6875 10.5417L21.3125 10.5417C21.6922 10.5417 22 10.8495 22 11.2292Z\" fill=\"%23000000\"/></svg>");
  margin-right: 0.5rem;
  line-height: 1;
}
.cf-field[data-cf-field-type=repeating_group] .cf-entry-list .cf-group-entry .cf-entry-heading .cf-entry-actions .cf-remove-entry {
  position: relative !important;
  height: auto !important;
  min-height: 0px !important;
  min-width: -webkit-fit-content !important;
  min-width: -moz-fit-content !important;
  min-width: fit-content !important;
  border-radius: 0px !important;
  border-width: 0px !important;
  border-bottom-width: 1px !important;
  border-style: solid !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
  -webkit-text-decoration-line: underline !important;
          text-decoration-line: underline !important;
}
.cf-field[data-cf-field-type=repeating_group] .cf-entry-list .cf-group-entry .cf-entry-heading .cf-entry-actions .cf-remove-entry svg {
  display: none;
}
.cf-field[data-cf-field-type=repeating_group] .cf-entry-list .cf-group-entry .cf-entry-heading .cf-entry-actions .cf-remove-entry:before {
  content: url("data:image/svg+xml; utf8, <svg width=\"10\" height=\"10\" viewBox=\"0 0 10 10\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M0.133133 0.133408C0.310644 -0.044103 0.598445 -0.044103 0.775956 0.133408L9.86671 9.22417C10.0442 9.40168 10.0442 9.68948 9.86671 9.86699C9.6892 10.0445 9.4014 10.0445 9.22389 9.86699L0.133133 0.776231C-0.0443777 0.59872 -0.0443777 0.310918 0.133133 0.133408Z\" fill=\"%23000000\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M9.86687 0.133133C10.0444 0.310644 10.0444 0.598445 9.86687 0.775956L0.776108 9.86671C0.598598 10.0442 0.310796 10.0442 0.133286 9.86671C-0.0442252 9.6892 -0.0442252 9.4014 0.133286 9.22389L9.22404 0.133133C9.40155 -0.0443777 9.68936 -0.0443777 9.86687 0.133133Z\" fill=\"%23000000\"/></svg>");
  position: absolute;
  left: -1.125rem;
}
.cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) {
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.cf-field[data-cf-invalid=true]:not([data-cf-field-type=repeating_group]) .cf-field-errors li {
  font-size: 0.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(174, 40, 21, var(--tw-text-opacity)) !important;
}
.article-content h1,  .article-content h2,  .article-content h3,  .article-content h4,  .article-content h5,  .article-content h6,  .article-content img,  .article-content blockquote {
  margin-top: 2.5rem;
}
.article-content h1:first-child,  .article-content h2:first-child,  .article-content h3:first-child,  .article-content h4:first-child,  .article-content h5:first-child,  .article-content h6:first-child,  .article-content img:first-child,  .article-content blockquote:first-child {
  margin-top: 0px;
}
@media (min-width: 1024px) {

  .article-content h1,  .article-content h2,  .article-content h3,  .article-content h4,  .article-content h5,  .article-content h6,  .article-content img,  .article-content blockquote {
    margin-top: 48px;
  }
}
.article-content h1,  .article-content h2,  .article-content h3,  .article-content h4,  .article-content h5,  .article-content h6,  .article-content .video-container {
  margin-bottom: 1.5rem;
}
.article-content h1,  .article-content h2,  .article-content h3,  .article-content h4,  .article-content h5,  .article-content h6,  .article-content .video-container {
  letter-spacing: 0em;
}
.article-content h1,  .article-content h2,  .article-content h3,  .article-content h4,  .article-content h5,  .article-content h6,  .article-content .video-container {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.article-content blockquote {
  margin-bottom: 96px;
}
.article-content blockquote {
  width: 100%;
}
.article-content blockquote {
  border-left-width: 6px;
}
.article-content blockquote {
  --tw-border-opacity: 1;
  border-color: rgba(146, 193, 233, var(--tw-border-opacity));
}
.article-content blockquote {
  padding-left: 36px;
}
.article-content blockquote {
  text-align: left;
}
.article-content blockquote small {
  margin-top: 1.5rem;
}
.article-content blockquote small {
  display: block;
}
.article-content blockquote small {
  font-size: 16px;
}
.article-content blockquote small {
  font-weight: 500;
}
.article-content blockquote small {
  text-transform: uppercase;
}
.article-content blockquote small {
  line-height: 1.5;
}
.article-content blockquote small {
  letter-spacing: 1.75px;
}
.article-content blockquote p {
  font-size: 18px;
}
.article-content blockquote p {
  font-weight: 500;
}
.article-content blockquote p {
  line-height: 26px;
}
.article-content blockquote p {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
@media (min-width: 1024px) {

  .article-content blockquote p {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {

  .article-content blockquote p {
    line-height: 28px;
  }
}
.article-content blockquote p:last-child {
  margin-top: 11px;
}
.article-content blockquote p:last-child {
  text-transform: uppercase;
}
.article-content blockquote p:last-child {
  letter-spacing: 1px;
}
.article-content p {
  font-size: 16px;
}
.article-content p {
  font-weight: 400;
}
.article-content p {
  line-height: 24px;
}
.article-content p {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.article-content .video-container {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {

  .article-content .video-container {
    margin-top: 72px;
  }
}
.article-content .video-container + p, 
  .article-content .video-container + p span {
  font-size: 12px;
}
.article-content .video-container + p, 
  .article-content .video-container + p span {
  font-weight: 400;
}
.article-content .video-container + p, 
  .article-content .video-container + p span {
  line-height: 18px;
}
.article-content .video-container + p, 
  .article-content .video-container + p span {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.article-content a.button {
  margin-top: 42px;
}
.article-content a.button {
  margin-right: 1.5rem;
}
.article-content a.button {
  display: inline-flex;
}
.article-content a.button {
  align-items: center;
}
.article-content a.button {
  justify-content: center;
}
.article-content a.button {
  font-size: 18px;
}
.article-content a.button {
  line-height: 18px;
}
.article-content a.button {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.article-content h6 {
  font-family: Isidora Soft;
}
.article-content h6 {
  letter-spacing: 0em;
}
@media (min-width: 768px) {

  .article-content h6 {
    letter-spacing: 1px;
  }
}
.article-content h6.subheading {
      font-family: DMSans;
      letter-spacing: 3px;
    }
.article-content ul li, .article-content ol li {
  padding-bottom: 1.5rem;
}
.article-content ul li, .article-content ol li {
  padding-left: 0.5rem;
}
.article-content ul li:last-child, .article-content ol li:last-child {
  padding-bottom: 0px;
}
@media (min-width: 768px) {

  .article-content ul li, .article-content ol li {
    padding-left: 1rem;
  }
}
.article-content ul {
  list-style-type: disc;
}
.article-content ul {
  padding-left: 1rem;
}
.article-content ol {
  list-style-type: decimal;
}
.article-content ol {
  padding-left: 1rem;
}
.article-content img {
  margin-top: 72px !important;
}
.article-content img {
  margin-bottom: 1rem !important;
}
.article-content img + p {
  font-size: 12px;
}
.article-content img + p {
  font-weight: 400;
}
.article-content img + p {
  line-height: 18px;
}
.article-content img + p {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.article-content .accordion {
  margin-top: 0px;
}
.article-content a:not(.focus-link):not(.normal-link):not(.button) {
  display: inline-block;
}
.article-content a:not(.focus-link):not(.normal-link):not(.button) {
  font-weight: 500;
}
.article-content a:not(.focus-link):not(.normal-link):not(.button) {
  text-transform: none;
}
.article-content a:not(.focus-link):not(.normal-link):not(.button) {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
body#recharge-novum #recharge-te .input-wrap label, 
  body#recharge-novum #recharge-te .select-wrap label {
  font-family: Montserrat, sans-serif !important;
}
body#recharge-novum #recharge-te .input-wrap label, 
  body#recharge-novum #recharge-te .select-wrap label {
  font-size: 0.75rem !important;
}
body#recharge-novum #recharge-te .input-wrap label, 
  body#recharge-novum #recharge-te .select-wrap label {
  font-weight: 700 !important;
}
body#recharge-novum #recharge-te .input-wrap label, 
  body#recharge-novum #recharge-te .select-wrap label {
  text-transform: uppercase !important;
}
body#recharge-novum #recharge-te .input-wrap label, 
  body#recharge-novum #recharge-te .select-wrap label {
  line-height: 1rem !important;
}
body#recharge-novum #recharge-te .input-wrap label, 
  body#recharge-novum #recharge-te .select-wrap label {
  letter-spacing: 0.75px !important;
}
body#recharge-novum #recharge-te .input-wrap label, 
  body#recharge-novum #recharge-te .select-wrap label {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
body#recharge-novum #recharge-te .input-wrap input,  
  body#recharge-novum #recharge-te .select-wrap select {
  margin-top: 0.3125rem;
}
body#recharge-novum #recharge-te .input-wrap input,  
  body#recharge-novum #recharge-te .select-wrap select {
  font-family: Montserrat, sans-serif;
}
body#recharge-novum #recharge-te #RechargeAddressForm h5 {
  font-weight: 500 !important;
}
body#recharge-novum #recharge-te #RechargeAddressForm h5 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
body#recharge-novum #recharge-te #RechargeAddressForm button[type=submit] {
  font-weight: 600 !important;
}
body#recharge-novum #recharge-te #RechargeAddressForm button[type=submit] {
  text-transform: uppercase !important;
}
body#recharge-novum #recharge-te .te-modal-title {
  font-family: Isidora Soft !important;
}
body#recharge-novum #recharge-te .te-modal-title {
  font-size: 1.5rem !important;
}
body#recharge-novum #recharge-te .te-modal-title {
  font-weight: 500 !important;
}
body#recharge-novum #recharge-te .te-modal-title {
  line-height: 2rem !important;
}
body#recharge-novum #recharge-te .te-modal-title {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  body#recharge-novum #recharge-te .te-modal-title {
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1024px) {

  body#recharge-novum #recharge-te .te-modal-title {
    line-height: 2.75rem !important;
  }
}
body#recharge-novum #recharge-te .button {
  font-family: Montserrat, sans-serif !important;
}
body#recharge-novum #recharge-te .button {
  font-weight: 600 !important;
}
body#recharge-novum #recharge-te .button {
  text-transform: uppercase !important;
}
body#recharge-novum #recharge-te h3 {
  font-family: Isidora Soft !important;
}
body#recharge-novum #recharge-te h3 {
  font-size: 1.5rem !important;
}
body#recharge-novum #recharge-te h3 {
  font-weight: 500 !important;
}
body#recharge-novum #recharge-te h3 {
  line-height: 2rem !important;
}
body#recharge-novum #recharge-te h3 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
@media (min-width: 1024px) {

  body#recharge-novum #recharge-te h3 {
    font-size: 2.125rem !important;
  }
}
@media (min-width: 1024px) {

  body#recharge-novum #recharge-te h3 {
    line-height: 2.75rem !important;
  }
}
body#recharge-novum #recharge-te h4.rc-subheading {
  font-size: 1.125rem !important;
}
body#recharge-novum #recharge-te h4.rc-subheading {
  font-weight: 500 !important;
}
body#recharge-novum #recharge-te h4.rc-subheading {
  line-height: 1.625rem !important;
}
@media (min-width: 1024px) {

  body#recharge-novum #recharge-te h4.rc-subheading {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1024px) {

  body#recharge-novum #recharge-te h4.rc-subheading {
    line-height: 1.75rem !important;
  }
}
body#recharge-novum #recharge-te h4 {
  font-family: Isidora Soft !important;
}
body#recharge-novum #recharge-te h4 {
  font-size: 1.25rem !important;
}
body#recharge-novum #recharge-te h4 {
  font-weight: 500 !important;
}
body#recharge-novum #recharge-te h4 {
  line-height: 1.75rem !important;
}
body#recharge-novum #recharge-te h4 {
  letter-spacing: 0.047rem !important;
}
@media (min-width: 1024px) {

  body#recharge-novum #recharge-te h4 {
    font-size: 1.75rem !important;
  }
}
@media (min-width: 1024px) {

  body#recharge-novum #recharge-te h4 {
    line-height: 2.375rem !important;
  }
}
@media (min-width: 1024px) {

  body#recharge-novum #recharge-te h4 {
    letter-spacing: 0em !important;
  }
}
body#recharge-novum #recharge-te h5 {
  font-size: 1.125rem !important;
}
body#recharge-novum #recharge-te h5 {
  font-weight: 500 !important;
}
body#recharge-novum #recharge-te h5 {
  line-height: 1.625rem !important;
}
@media (min-width: 1024px) {

  body#recharge-novum #recharge-te h5 {
    font-size: 1.25rem !important;
  }
}
@media (min-width: 1024px) {

  body#recharge-novum #recharge-te h5 {
    line-height: 1.75rem !important;
  }
}
body#recharge-novum #recharge-te .details-container .associated-subscriptions {
  margin-top: 1rem;
}
body#recharge-novum #recharge-te .text-body-2 {
  font-family: Montserrat, sans-serif !important;
}
body#recharge-novum #recharge-te .text-body-2 {
  letter-spacing: 0em !important;
}
body#recharge-novum #recharge-te .text-body-2 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
body#recharge-novum #recharge-te .rc_subscription_info_container .rc_order_title_container span {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
body#recharge-novum #recharge-te .rc_subscription_next_charge_date {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
body#recharge-novum #recharge-te .rc_subscription_next_charge_date h4 {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
body#recharge-novum #recharge-te .rc_product_list_container .product-title {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
body#recharge-novum #recharge-te .upsells--wrapper #rc__upsells--container .rc_single_product_card-wrapper input[data-type="one-time"] {
  font-size: 10px;
}
body#recharge-novum #recharge-te .upsells--wrapper #rc__upsells--container .rc_single_product_card-wrapper input[data-type="subscription"] {
  font-size: 9px;
}
body#recharge-novum #recharge-te #rc_te-template-wrapper #js-rc_schedule_container .rc_schedule_container {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.contain {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 90rem;
}
.swell-tab {
  z-index: 100 !important;
}
/*#chat-button {
  display: none !important;
}*/
button.fixed.right-8.bottom-\[14px\].z-\[2147483000\].button.button--secondary.\!p-3.gap-x-2\.5.\!text-\[14px\].\!leading-\[20px\].\!tracking-\[0\.75px\].\!min-w-fit {
    display: none;
}
.first\:hidden:first-child {
  display: none;
}
.first\:pt-0:first-child {
  padding-top: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.last\:\!pb-\[1\.75rem\]:last-child {
  padding-bottom: 1.75rem !important;
}
.last\:pb-0:last-child {
  padding-bottom: 0px;
}
.last\:\!pb-\[28px\]:last-child {
  padding-bottom: 28px !important;
}
.last-of-type\:pb-0:last-of-type {
  padding-bottom: 0px;
}
.hover\:max-w-\[212px\]:hover {
  max-width: 212px;
}
.hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(146, 193, 233, var(--tw-border-opacity));
}
.hover\:bg-grey-1:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 247, 247, var(--tw-bg-opacity));
}
.hover\:bg-grey-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}
.hover\:\!font-normal:hover {
  font-weight: 400 !important;
}
.hover\:font-semibold:hover {
  font-weight: 600;
}
.hover\:font-medium:hover {
  font-weight: 500;
}
.hover\:font-bold:hover {
  font-weight: 700;
}
.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgba(146, 193, 233, var(--tw-text-opacity));
}
.hover\:text-grey-5:hover {
  --tw-text-opacity: 1;
  color: rgba(122, 122, 130, var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.hover\:no-underline:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.hover\:opacity-70:hover {
  opacity: 0.7;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.focus\:\!border:focus {
  border-width: 1px !important;
}
.focus\:\!border-solid:focus {
  border-style: solid !important;
}
.focus\:\!border-grey-5:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgba(122, 122, 130, var(--tw-border-opacity)) !important;
}
.focus\:\!bg-white:focus {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.focus\:\!outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group:hover .group-hover\:max-h-1000 {
  max-height: 1000px;
}
.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-\[1\.02\] {
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  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\:border-none {
  border-style: none;
}
.group:hover .group-hover\:text-secondary {
  --tw-text-opacity: 1;
  color: rgba(146, 193, 233, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-sky {
  --tw-text-opacity: 1;
  color: rgba(146, 193, 233, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-primary {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 340px) {

  .xs\:gap-3 {
    gap: 0.75rem;
  }
}
@media (min-width: 400px) {

  .xs-l\:gap-6 {
    gap: 1.5rem;
  }
}
@media (min-width: 768px) {

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

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

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

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

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

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

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

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

  .md\:mt-\[0\.875rem\] {
    margin-top: 0.875rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:\!inline-flex {
    display: inline-flex !important;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-full {
    height: 100%;
  }

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

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

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

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

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

  .md\:max-w-\[34\.375rem\] {
    max-width: 34.375rem;
  }

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

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

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

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

  .md\:max-w-\[12\.5rem\] {
    max-width: 12.5rem;
  }

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

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

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

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

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

  .md\:gap-\[160px\] {
    gap: 160px;
  }

  .md\:overflow-hidden {
    overflow: hidden;
  }

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

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

  .md\:px-\[1\.625rem\] {
    padding-left: 1.625rem;
    padding-right: 1.625rem;
  }

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

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

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

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

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

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

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

  .md\:px-\[12\.5\%\] {
    padding-left: 12.5%;
    padding-right: 12.5%;
  }

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

  .md\:\!px-\[50px\] {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }

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

  .md\:pb-\[37\.64\%\] {
    padding-bottom: 37.64%;
  }

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

  .md\:pb-\[3\.75rem\] {
    padding-bottom: 3.75rem;
  }

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

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

  .md\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .md\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .md\:text-\[1rem\] {
    font-size: 1rem;
  }

  .md\:text-\[0\.875rem\] {
    font-size: 0.875rem;
  }

  .md\:leading-\[1\.6875rem\] {
    line-height: 1.6875rem;
  }

  .md\:leading-\[1\.5rem\] {
    line-height: 1.5rem;
  }

  .md\:leading-\[1\.375rem\] {
    line-height: 1.375rem;
  }

  .md\:leading-\[1\.25rem\] {
    line-height: 1.25rem;
  }

  .md\:leading-\[1\.688rem\] {
    line-height: 1.688rem;
  }

  .md\:tracking-\[0\.188rem\] {
    letter-spacing: 0.188rem;
  }

  .group:hover .md\:group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}
@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:top-1\/2\+30 {
    top: calc(50% + 7.5rem);
  }

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

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

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

  .lg\:top-\[29rem\] {
    top: 29rem;
  }

  .lg\:top-\[22rem\] {
    top: 22rem;
  }

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

  .lg\:top-\[3\.125rem\] {
    top: 3.125rem;
  }

  .lg\:z-\[11\] {
    z-index: 11;
  }

  .lg\:z-\[10\] {
    z-index: 10;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:order-3 {
    order: 3;
  }

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

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

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

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

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

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

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

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

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

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:mt-\[3\.75rem\] {
    margin-top: 3.75rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-\[35\.875rem\] {
    height: 35.875rem;
  }

  .lg\:h-\[31\.875rem\] {
    height: 31.875rem;
  }

  .lg\:h-\[26rem\] {
    height: 26rem;
  }

  .lg\:h-\[21\.375rem\] {
    height: 21.375rem;
  }

  .lg\:h-\[8\.4375rem\] {
    height: 8.4375rem;
  }

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

  .lg\:h-\[12\.5rem\] {
    height: 12.5rem;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-0 {
    height: 0px;
  }

  .lg\:h-\[9\.375rem\] {
    height: 9.375rem;
  }

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

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

  .lg\:max-h-\[37\.5rem\] {
    max-height: 37.5rem;
  }

  .lg\:max-h-\[30\.375rem\] {
    max-height: 30.375rem;
  }

  .lg\:max-h-\[45rem\] {
    max-height: 45rem;
  }

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

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

  .lg\:min-h-\[31\.625rem\] {
    min-height: 31.625rem;
  }

  .lg\:w-\[24rem\] {
    width: 24rem;
  }

  .lg\:w-\[8\.4375rem\] {
    width: 8.4375rem;
  }

  .lg\:w-\[15\.375rem\] {
    width: 15.375rem;
  }

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

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

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

  .lg\:w-\[6\.25rem\] {
    width: 6.25rem;
  }

  .lg\:w-\[27rem\] {
    width: 27rem;
  }

  .lg\:w-\[9\.375rem\] {
    width: 9.375rem;
  }

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

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

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

  .lg\:\!w-\[37\.5rem\] {
    width: 37.5rem !important;
  }

  .lg\:w-\[8\.5rem\] {
    width: 8.5rem;
  }

  .lg\:min-w-\[25\%\] {
    min-width: 25%;
  }

  .lg\:max-w-\[75\.75rem\] {
    max-width: 75.75rem;
  }

  .lg\:max-w-\[50\.25rem\] {
    max-width: 50.25rem;
  }

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

  .lg\:max-w-\[30\.375rem\] {
    max-width: 30.375rem;
  }

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

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

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

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

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

  .lg\:max-w-\[21\.875rem\] {
    max-width: 21.875rem;
  }

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

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

  .lg\:max-w-\[30\.25rem\] {
    max-width: 30.25rem;
  }

  .lg\:max-w-\[42\.188rem\] {
    max-width: 42.188rem;
  }

  .lg\:\!max-w-\[37\.5rem\] {
    max-width: 37.5rem !important;
  }

  .lg\:flex-none {
    flex: none;
  }

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

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

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

  .lg\:grid-cols-\[1fr\2c 28rem\] {
    grid-template-columns: 1fr 28rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-3 {
    gap: 0.75rem;
  }

  .lg\:gap-\[30px\] {
    gap: 30px;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

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

  .lg\:gap-y-\[4\.5rem\] {
    row-gap: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:bg-base {
    --tw-bg-opacity: 1;
    background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  }

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

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

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

  .lg\:bg-opacity-30 {
    --tw-bg-opacity: 0.3;
  }

  .lg\:bg-opacity-40 {
    --tw-bg-opacity: 0.4;
  }

  .lg\:bg-opacity-50 {
    --tw-bg-opacity: 0.5;
  }

  .lg\:bg-opacity-60 {
    --tw-bg-opacity: 0.6;
  }

  .lg\:bg-opacity-70 {
    --tw-bg-opacity: 0.7;
  }

  .lg\:bg-opacity-80 {
    --tw-bg-opacity: 0.8;
  }

  .lg\:bg-opacity-90 {
    --tw-bg-opacity: 0.9;
  }

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

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

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

  .lg\:p-\[2\.625rem\] {
    padding: 2.625rem;
  }

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

  .lg\:py-\[4\.25rem\] {
    padding-top: 4.25rem;
    padding-bottom: 4.25rem;
  }

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

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

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

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

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

  .lg\:px-\[3\.375rem\] {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .lg\:py-\[6\.25rem\] {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

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

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

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

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

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

  .lg\:\!px-\[70px\] {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }

  .lg\:\!px-\[100px\] {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

  .lg\:\!px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

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

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

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

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

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

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

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

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

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

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

  .lg\:pr-\[4\.5rem\] {
    padding-right: 4.5rem;
  }

  .lg\:pt-\[4\.25rem\] {
    padding-top: 4.25rem;
  }

  .lg\:pb-\[8\.375rem\] {
    padding-bottom: 8.375rem;
  }

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

  .lg\:pt-\[9\.625rem\] {
    padding-top: 9.625rem;
  }

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

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

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

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

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

  .lg\:pl-20 {
    padding-left: 5rem;
  }

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

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

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

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

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

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

  .lg\:pl-\[3\.375rem\] {
    padding-left: 3.375rem;
  }

  .lg\:pr-\[1\.875rem\] {
    padding-right: 1.875rem;
  }

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

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

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

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

  .lg\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }

  .lg\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .lg\:text-\[1rem\] {
    font-size: 1rem;
  }

  .lg\:text-\[0\.875rem\] {
    font-size: 0.875rem;
  }

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

  .lg\:text-\[2\.125rem\] {
    font-size: 2.125rem;
  }

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

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

  .lg\:leading-\[2\.375rem\] {
    line-height: 2.375rem;
  }

  .lg\:leading-\[1\.6875rem\] {
    line-height: 1.6875rem;
  }

  .lg\:leading-\[1\.5rem\] {
    line-height: 1.5rem;
  }

  .lg\:leading-\[1\.25rem\] {
    line-height: 1.25rem;
  }

  .lg\:leading-\[1\.375rem\] {
    line-height: 1.375rem;
  }

  .lg\:leading-\[1\.688rem\] {
    line-height: 1.688rem;
  }

  .lg\:leading-\[20px\] {
    line-height: 20px;
  }

  .lg\:leading-\[2\.75rem\] {
    line-height: 2.75rem;
  }

  .lg\:leading-\[24px\] {
    line-height: 24px;
  }

  .lg\:leading-\[64px\] {
    line-height: 64px;
  }

  .lg\:tracking-\[0\.5px\] {
    letter-spacing: 0.5px;
  }

  .lg\:tracking-\[0\.188rem\] {
    letter-spacing: 0.188rem;
  }

  .lg\:tracking-normal {
    letter-spacing: 0em;
  }

  .lg\:tracking-\[3px\] {
    letter-spacing: 3px;
  }

  .lg\:last\:border-b:last-child {
    border-bottom-width: 1px;
  }
}
@media (min-width: 1280px) {

  .xl\:static {
    position: static;
  }

  .xl\:absolute {
    position: absolute;
  }

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

  .xl\:top-\[22\.25rem\] {
    top: 22.25rem;
  }

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[11\.875rem\] {
    height: 11.875rem;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-0 {
    height: 0px;
  }

  .xl\:max-h-\[30rem\] {
    max-height: 30rem;
  }

  .xl\:max-h-\[24rem\] {
    max-height: 24rem;
  }

  .xl\:w-\[21\.75rem\] {
    width: 21.75rem;
  }

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

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

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

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

  .xl\:gap-\[102px\] {
    gap: 102px;
  }

  .xl\:gap-x-\[3\.5rem\] {
    -moz-column-gap: 3.5rem;
         column-gap: 3.5rem;
  }

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

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:\!px-\[100px\] {
    padding-left: 100px !important;
    padding-right: 100px !important;
  }

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

  .xl\:pt-\[4\.25rem\] {
    padding-top: 4.25rem;
  }

  .xl\:pb-\[8\.375rem\] {
    padding-bottom: 8.375rem;
  }

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

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

  .xl\:pt-\[9\.625rem\] {
    padding-top: 9.625rem;
  }

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

  .xl\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .xl\:text-\[0\.875rem\] {
    font-size: 0.875rem;
  }

  .xl\:leading-\[24px\] {
    line-height: 24px;
  }

  .xl\:leading-\[1\.3125rem\] {
    line-height: 1.3125rem;
  }

  .xl\:leading-\[1\.25rem\] {
    line-height: 1.25rem;
  }

  .xl\:tracking-\[3px\] {
    letter-spacing: 3px;
  }
}
@media (min-width: 1440px) {

  .xl-2\:px-\[1\.25rem\] {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl-2\:pl-5 {
    padding-left: 1.25rem;
  }
}
@media (min-width: 1536px) {

  .\32xl\:\!px-\[220px\] {
    padding-left: 220px !important;
    padding-right: 220px !important;
  }
}


/* PDP Update css start */
.c-productGallery .mz-figure .mz-nav-controls button.mz-button {
    filter: brightness(0) saturate(100%) invert(0%) sepia(4%) saturate(0%) hue-rotate(337deg) brightness(100%) contrast(107%);
}
.c-productGallery .new-gallery-thumbs-outer-container {
  
}

.c-productGallery .new-gallery-thumbs-outer-container::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color: #DCDDDF;
}

.c-productGallery .new-gallery-thumbs-outer-container::-webkit-scrollbar {
 height: 6.22px;
 background-color: #DCDDDF;
border-radius: 10px;
}

.c-productGallery .new-gallery-thumbs-outer-container::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background-color: #ACAFB4;
}
.frequency-selectors .pdp-price{
  font-weight: 500;
}
.value-props-container .text-small{
   font-weight: 400;
}
 .c-productGallery .mz-figure .mz-nav-controls button.mz-button{
  height: 40px !important;
}
.c-productGallery .mz-figure .mz-nav-controls button.mz-button{
     width: 25px !important;
}
  .pdp-sale-tag{
    font-size: 16px;
    font-weight: 500;
    color: #AE2815;
    line-height: 18px;
    letter-spacing: 0.5px;
    border: 2px solid #000000;
    min-width: 76px;
    display: inline-block;
    padding: 4px 14px 4px 14px;
    margin-bottom: 15px;
  }
  .atc-container .quantity-input.quantity-input {
    outline: none !important;
    border: none;
    background: transparent !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
     appearance: textfield;
    -moz-appearance: textfield;
}

.atc-container .quantity-input.quantity-input::-webkit-inner-spin-button, 
.atc-container .quantity-input.quantity-input::-moz-inner-spin-button,
.atc-container .quantity-input.quantity-input::-moz-outer-spin-button,
.atc-container .quantity-input.quantity-input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.atc-container .quantity-input.quantity-input{
 color: #000;
    font-weight: 600;
    font-size: 20px;
}

.main-product-frequency label.pdp-price {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
}

.product-tabs-container .tabcontent {max-height: 550px;overflow: auto;}


.product-tabs-container .tabcontent::-webkit-scrollbar-track {
 border-radius: 10px;
 background-color: #DCDDDF;
}

.product-tabs-container .tabcontent::-webkit-scrollbar {
 width: 7px;
 background-color: #DCDDDF;
   border-radius: 10px;
}

.product-tabs-container .tabcontent::-webkit-scrollbar-thumb {
 border-radius: 10px;
 background-color: #ACAFB4;
}
.pdp-price.hidden {
  display:block;
}
@media(min-width:767px) and (max-width:1100px){
  .product-tabs-container .tabcontent {
  padding-top: 15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.75px;
}
.product-tabs .tablinks.active {
  border-bottom: 4px solid #000;
}
.quty-box {
  margin-top: 10px;
}
.quty-box .button {
  font-size:14px;
}
.buybox-container h1 {
  font-size: 27px;
}
  .main-product-frequency {
  font-size: 13px;
}
  .product-gallery {
  margin-right: 0;
  margin-left: 0px;
}

.product-gallery .sticky {
  padding-left: 0px;
}

.c-productGallery button.mz-button.mz-button-next {
  right: 5px !important;
}

.c-productGallery button.mz-button.mz-button-prev {
  left: 5px !important;
}

}
@media(min-width:767px) and (max-width:1000px){
  .product-gallery {
  margin-bottom: 40px;
}

}
@media(max-width:767px){
  .product-tabs {
    column-gap: 30px !important;
}
.product-tabs .tablinks {
  font-size:15px !important;
}
.c-productGallery__main {
    margin-bottom: 0.6rem;  
}
  .ccontain ul li {
    margin: 0 4px;
}
  .c-productGallery .mz-figure .mz-nav-controls button.mz-button{
          width: 15px !important;
          height: 15px !important;
  }
  .pdp-sale-tag{
      display: none;
     margin-top: 20px;
  }
  .c-productGallery button.mz-button.mz-button-next{
        right: -1.1rem !important;
  }
  .c-productGallery button.mz-button.mz-button-prev{
        left: -1.1rem !important;
  }
  .main-product-frequency .selected-purchase-type{
        border-style: unset;
    border-bottom: 1px solid #DCDDDF;
  }
  .main-product-frequency{
      border: 1px solid #92d1e9;
      padding-left: 10px;
      padding-right: 10px;
  }
  .atc-container .quantity-input.quantity-input{
    min-width: 0.25rem;
    max-width: 1.25rem;
  }
  /* .pdp-price.select-frequency {
    display: none;
  } */
  .quty-box{
     margin-top: 13px;
    /* margin-bottom: 35px; */
  }  
  .pdp-text-details{
        margin-top: 10px;
  }
  .MagicToolboxSelectorsContainer.no-magic-scroll a {
    border-radius: unset;
    background: none repeat scroll 0 0 #80808047 !important;
    margin: 2px !important;
    cursor: pointer !important;
    display: inline-block;
    position: relative !important;
    text-indent: -9999px !important;
    vertical-align: middle !important;
    font-size: 0px !important;
    line-height: 0px !important;
    width: auto !important;
    border:none !important;
}
  .MagicToolboxSelectorsContainer.no-magic-scroll a:before {
     width: 18px !important;
    height: 3px !important;
    margin: 1px !important;
    
}
  .MagicToolboxSelectorsContainer.no-magic-scroll a img, .MagicToolboxSelectorsContainer.no-magic-scroll a[data-slide-id*=model] b.model-icon {
    display: none !important;
}
  .MagicToolboxContainer.thumbnail-size-thumb .MagicToolboxSelectorsContainer img {
    width: 50px;
    height: 50px;
}
  .c-productGallery .new-gallery-thumbs-outer-container{
        align-items: center;
    justify-content: center;
    padding-bottom: 20px;
  }
  .MagicToolboxSelectorsContainer.no-magic-scroll .mz-thumb-selected { 
       background: #000 !important;
  }
  .main-product-frequency>.selected-purchase-type {
    padding: 0px;
}

.main-product-frequency>.selected-purchase-type+div {
    padding: 0px;
}
 .main-product-frequency {
    font-size: 14px;
} 
  .product-tabs-container .tabcontent {
    max-height: 450px;
    overflow: auto;
}
  .main-product-frequency>.selected-purchase-type+div {
  border: none;
}
}
.main-product-frequency label.pdp-price {
    font-weight: 500;
}
.frequency-selectors .pdp-price.caps-small {
    font-weight: 600;
}
.quantity input {}

.quty-box  input::-webkit-outer-spin-button,
.quty-box  input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.quty-box  input[type=number] {
  -moz-appearance: textfield;
}
.product-gallery{
  padding-left: 30px;
}

/* @media(max-width: 1024){
  .product-gallery{
  padding-left: 0 !important;
}
} */
.yotpo.bottomLine.yotpo-medium {
    margin: 16px 0;
}
/* PDP Update css end */

/* shopify bundles app start */
@media(max-width:992px) and (min-width:768px){
  .rebuy-container .rebuy-widget .rebuy-product-actions .rebuy-button {
    font-size: 14px !important;
}

.rebuy-container .rebuy-widget .rebuy-product-actions {
    margin-top: 0 !important;
}
}
@media(max-width:767px) and (min-width:450px){
  .rebuy-container .rebuy-widget .rebuy-product-actions .rebuy-button {
    font-size: 14px !important;
}
  .rebuy-container .rebuy-widget .rebuy-product-actions .rebuy-button {
    padding-left: 1em !important;
    padding-right: 1em !important;
}
}
@media(max-width:449px){
  .rebuy-container .rebuy-widget .rebuy-product-actions .rebuy-button {
    font-size: 14px !important;
    padding: 8px 20px !important;
}
  .rebuy-container .rebuy-widget .rebuy-product-actions{margin-top:0 !important;}
}
@media(max-width:430px){
#rebuy-widget-67478.rebuy-widget .flickity-viewport {
    height: 555px !important;
}
}
@media(max-width:400px){
  #rebuy-widget-67478.rebuy-widget .flickity-viewport {
    height: 525px !important;
}
}
@media(max-width:380px){
  #rebuy-widget-67478.rebuy-widget .flickity-viewport {
    height: 515px !important;
}
}
/* shopify bundles app end */
.page-ahiflower .lg\:max-h-\[1090px\].lfg__gallery{
  max-height:initial;
}
.page-ahiflower .about-ahiflower-sec{
  flex-direction:row;
  display:flex;
  align-items: center;
  flex-flow: row wrap;
}
.page-ahiflower .content-50-50:nth-child(odd) .about-ahiflower-sec {
    flex-direction: row-reverse;
}


.page-ahiflower .about-ahiflower-sec .w-50-sec{
  width:50%;
}
.page-ahiflower .about-ahiflower-sec .product-content-blocks {
  display:block;
}
.page-ahiflower .content-50-50:nth-child(odd) .about-ahiflower-sec .product-price{
 padding-left:0px;
 padding-right:20px;
} 
.page-ahiflower .content-50-50 .about-ahiflower-sec .product-price{  
 padding-left:20px;
} 

@media(max-width:1024px){
  .page-ahiflower .ahiflower-omegas-sec, .page-ahiflower .lfg__form { margin-top:20px;}
  .page-ahiflower .hero--banner--cta { display:none;}
}
@media(max-width:767px){
  .page-ahiflower .about-ahiflower-sec .w-50-sec{ width:100%;}
  .page-ahiflower .content-50-50 .about-ahiflower-sec .product-price,
  .page-ahiflower .content-50-50:nth-child(odd) .about-ahiflower-sec .product-price{ padding-left:20px; padding-right:20px }
  .page-ahiflower h2{ font-size: 1.8rem;}
  .page-ahiflower .h5{ font-size: 1rem;}
  .page-ahiflower .hero--banner--cta { display:none; }
  .page-ahiflower .bg-transparent .py-10 { padding-top:0 !important;}

}

.page-ahiflower .lfg-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.page-ahiflower  .lfg-content .lfg__form {
    width: 100%;
}

/* Split Collection + Update Nav start */
.megamenu-img a img {
    max-width: 60%;
}
@media(max-width:1279px) and (min-width:1024px){
.page-collection .content-50-block {
    margin: 0;
    padding: 2.625rem;
}  
}

/* Split Collection + Update Nav end */

/*Split Shop All Collection Page Into 2 Pages + Update Nav CSS Start */
@media (max-width:2099px){
  .content-50-single h2 { font-size:2.1rem; }
}
@media (max-width:1750px){
  .content-50-single h2 { font-size:1.9rem; }
}
@media (max-width:1640px){
  .content-50-single h2 { font-size: 1.6rem;}
}
@media (max-width: 1440px) {
    .content-50-single h2 { font-size: 1.5rem; }
}
@media (max-width: 1366px) {
    .content-50-single h2 { font-size: 1.3rem; }
}
@media (max-width: 767px) {
    .content-50-single h2 { font-size: 1.5rem; }
}

.item-link-container .mega-menu-list {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 60px;
    max-width: 100%;
    width: max-content;
}
.item-link-container .sub-small{
  min-height: 45px;
  font-weight: 600;
}
.item-link-container .sub-small a{
  text-decoration: none;
  font-weight: inherit;
  display: inline;
}
.sticky.inactive .item-link-container {
    top: 170px;
}
.main_breadcrumbs{
    font-size: 0.75rem;
    line-height: 1rem;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 85rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 1.25rem;
    margin-bottom: 1.25rem;
}
.breadcrumbs-text{
    margin-right: 1rem;
    text-decoration-line: none;
    color: #acafb4;
}
input.quantity-input::-webkit-outer-spin-button, input.quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input.quantity-input {
  -moz-appearance: textfield;
}

input.quantity-input[type="number"]:focus{
      border-width: 0;
    --tw-bg-opacity: 0;
}
.quantity-input.quantity-input{
    padding-left: 4px;
}
@media(max-width: 1200px){
  .item-link-container .mega-menu-list{
    gap: 40px;
  }
}
@media(max-width: 992px){
  .sub-small:has(.menu-open) + .mob-sub-menu {
    display: block;
}
  .mob-sub-menu{
    display: none;
  }
  .mob-mega-menu-item .sub-small a {
    width: 100%;
    position: relative;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    letter-spacing: normal;
}
  .mob-mega-menu-item .sub-small a  span svg{
    height:15px;
    width: 15px;
    margin-right: 2px;
    transition: all 0.2s ease;
  }
  .mob-mega-menu-item .sub-small a.menu-open span svg{
    transform: rotate(180deg);
  }
}
@media(max-width:767px){
  .main_breadcrumbs{
    flex-flow: row wrap;
      line-height: 23px;
        padding-left: 15px;
  }
  .breadcrumbs-text{
      margin-right: 10px;
      margin-left: 10px;
  }
}

/* Split Collection + Update Nav breadcrumbs css end */

/* Shopify Bundles App Start */
.bundle-popup-open{
  overflow:hidden;
}
.popup-content {
  position: fixed;
  left: 50%;
  top: 50%;
  background: #fff;
  z-index: 999;
  transform: translate(-50% , -50%);
  overflow: auto;
  width: 66%;
}
span.overlay {
  position: fixed;
  left: 0;
  top: 0;
  background: #0006;
  z-index: 999;
  width: 100vw;
  height: 100vh;
}
.ctn-popup .popup-content .bundle-popup-close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 4px;
  background-color: #000;
  cursor: pointer;
  display: inline-block;
  z-index: 1;
}
.ctn-popup .popup-content .bundle-popup-close svg {
  width: 18px;
  height: auto;
}
.bundler-target-element {
  overflow: auto;
  max-height: 100vh;
}
.bundler-target-element::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}
.bundler-target-element::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.bundler-target-element::-webkit-scrollbar-thumb {
  background-color: #000000;
  border: 1px solid #555555;
}
.ctn-popup .popup-content {
  width: 60%;
}
.ctn-popup .popup-content .bndlr-inner-products-container > div:first-child {
  width: 100%;
  max-width: 100%;
}
.ctn-popup .popup-content .bndlr-container {
  margin-top: 0 !important;
}
.ctn-popup .popup-content .bndlr-product {
  max-width: 24% !important;
  box-shadow: none;
  border: 1px solid rgba(198, 198, 198, 0.55);
}
.bundler-target-element .bndlr-product .bndlr-product-qn-container {
  flex: 1 0 0;
}
.bundler-target-element .bndlr-products-container {
  margin-bottom: 0px;
}
.ctn-popup .popup-content .bundler-target-element .bndlr-products-container {
  margin-bottom: 15px;
}
.bundler-target-element .bndlr-products-container .bndlr-bundle-title {
  margin: 3px 0;
  line-height: normal;
}
.bundler-target-element .bndlr-product .bndlr-product-qn-container .bndlr-product-title {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
  font-family: Isidora Soft;
}
.bundler-target-element .bndlr-product .bndlr-new-price,
.bndlr-sectioned-mixnmatch .bndlr-sectioned-total-price .bndlr-new-price {
  color: #000 !important;
  font-weight: 500 !important;
}
.bundler-target-element .bndlr-product .bndlr-product-qn-container .bndlr-new-price {
  font-weight: 500;
  color: #000;
}
.bundler-target-element .bndlr-product .bndlr-inner-products-container {
  margin-top: 20px;
}
.ctn-popup .popup-content .bndlr-sectioned-mixnmatch .bndlr-sectioned-available-products .bndlr-product {
  box-shadow: none;
  padding: 5px;
  border: 1px solid rgba(198, 198, 198, .55); 
}
.ctn-popup .popup-content .bndlr-sectioned-mixnmatch {
  margin-bottom: 0 !important;
}
.ctn-popup .popup-content .bndlr-sectioned-mixnmatch .bndlr-sectioned-available-products .bndlr-product .bndlr-add-to-sectioned-bundle {
  margin: 6px 0 0;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
}
aside .rebuy-product-grid .rebuy-product-actions .rebuy-button {
  text-transform: uppercase;
}
.ctn-popup .popup-content .bundler-target-element {
  overflow: auto;
  max-height: 100%;
}
.bndlr-sectioned-mixnmatch .bndlr-add-sectioned-bundle-to-cart {
  color: #fff !important;
}
.ctn-popup .popup-content {
  height: calc(100vh - 240px);
  display: flex;
  align-items: center;
}
.ctn-popup .popup-content .bndlr-mnm-second-container .bndlr-mnm-selected-products-title {
  font-family: Isidora Soft;
  font-size: 1.625rem;
  font-weight: normal;
  font-style: normal;
}
#shopify-section-inline-cart aside {
  z-index: 9999999999;
}
#shopify-section-inline-cart .rebuy-widget .rebuy-product-grid {
  padding-left: 0;
  padding-right: 0;
}
#shopify-section-inline-cart .rebuy-widget .rebuy-product-grid .rebuy-product-block {
  padding: 10px;
}
#shopify-section-inline-cart .rebuy-widget .rebuy-product-grid .rebuy-product-info {
  padding: 0;
}
#shopify-section-inline-cart .rebuy-widget .flickity-button {
  background: transparent;
}
#shopify-section-inline-cart .rebuy-widget .flickity-button.previous {
  left: -24px;
}
#shopify-section-inline-cart .rebuy-widget .flickity-button.next {
 right: -24px; 
}
#shopify-section-inline-cart .rebuy-widget .rebuy-product-block .rebuy-product-actions .rebuy-button {
  font-weight: 500;
}
#shopify-section-inline-cart .rebuy-widget .rebuy-product-block .rebuy-product-actions {
  width: 100%;
}
.buybox-container .value-props-container {
  margin-top: 15px;
}
.buybox-container .value-props-container button {
  border: 1px solid #acafb4;
  padding: 15px;
  font-size: 16px;
  color: #000;
  text-align: center;
  width: 100%;
}
.buybox-container .value-props-container button span {
  display: block;
}
.bundler-target-element {
  max-height: inherit;
  overflow: hidden;
}
.bundler-target-element .bndlr-product {
  flex: 0 0 auto !important;
  width: 48%; 
}
.bndlr-landing-page {
  padding: 30px 15px;
}
.bndlr-landing-page .bndlr-sectioned-section .bndlr-sectioned-available-products .bndlr-product {
  box-shadow: none;
  padding: 5px;
  border: 1px solid rgba(198, 198, 198, 0.55);
}
.bndlr-landing-page .bndlr-sectioned-section .bndlr-product .bndlr-new-price {
  color: #000 !important;
}
.bndlr-landing-page .bndlr-sectioned-section .bndlr-product .bndlr-add-to-sectioned-bundle  {
  margin: 6px 0 0;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
}
.bndlr-landing-page .bndlr-products-container .bndlr-inner-products-container {
  margin-top: 15px;
}
.bundler-target-element .bndlr-product .bndlr-old-price,
.bndlr-landing-page .bndlr-product .bndlr-old-price,
.bndlr-mixnmatch .bndlr-mnm-add-to-cart-wrapper .bndlr-old-price,
.bndlr-sectioned-mixnmatch .bndlr-sectioned-total-price .bndlr-old-price,
.bndlr-landing-page .bndlr-total-price .bndlr-old-price,
.bndlr-landing-page .bndlr-total-price .bndlr-new-price,
.bundler-target-element .bndlr-total-price .bndlr-old-price {
  font-weight: 500 !important;
}
.bndlr-landing-page .bndlr-total-price .bndlr-new-price,
.bndlr-mixnmatch .bndlr-mnm-add-to-cart-wrapper .bndlr-new-price,
.bundler-target-element .bndlr-product .bndlr-new-price,
.bundler-target-element .bndlr-total-price .bndlr-new-price {
  font-weight: 500 !important;
  color: #000 !important;
}
.bndlr-landing-page .bndlr-add-to-cart {
  text-transform: uppercase;
  font-weight: 600;
}
.bndlr-mixnmatch .bndlr-mnm-add-to-cart-wrapper .bndlr-add-bundle-to-cart,
.bundler-target-element .bndlr-container .bndlr-add-to-cart {
  font-weight: 600;
  text-transform: uppercase;
}
.bndlr-landing-page .bndlr-product:not(:last-of-type)::after {
  color: #fff;
}
.bndlr-mixnmatch .bndlr-break-plus-signs .bndlr-product:not(:last-of-type)::after,
.bndlr-mixnmatch .bndlr-product:not(:last-of-type)::after,
.bundler-target-element .bndlr-product:not(:last-of-type)::after {
  color: #fff;
}
.bundler-target-element .bndlr-product .bndlr-add-to-bundle,
.bundler-target-element .bndlr-product .bndlr-add-to-sectioned-bundle,
.bundler-target-element .bndlr-sections-status-container .bndlr-add-sectioned-bundle-to-cart {
  color: #000 !important;
  font-weight: 500;
}
body #bndlr-discount-message {
  z-index: 9999999999; 
}
@media only screen and (max-width: 1688px) {
  .ctn-popup .popup-content {
    width: 70%;
  }
  .ctn-popup .popup-content .bndlr-product {  
    max-width: 23% !important;
  }
}
@media only screen and (max-width: 1439px) {
  .bundler-target-element .bndlr-products-container .bndlr-bundle-title,
  .ctn-popup .popup-content .bndlr-mnm-second-container .bndlr-mnm-selected-products-title {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1365px) {
  .ctn-popup .popup-content {
      width: 80%;
  }
  .bundler-target-element .bndlr-products-container .bndlr-bundle-title,
  .ctn-popup .popup-content .bndlr-mnm-second-container .bndlr-mnm-selected-products-title {
    font-size: 34px;
  }
}
@media only screen and (max-width: 1199px) {
  .ctn-popup .popup-content {
    width: 92%;
  }
  .bundler-target-element .bndlr-products-container .bndlr-bundle-title,
  .ctn-popup .popup-content .bndlr-mnm-second-container .bndlr-mnm-selected-products-title {
    font-size: 30px;
  }
  .ctn-popup .popup-content .bndlr-sectioned-mixnmatch .bndlr-sectioned-available-products {
    flex-wrap: nowrap;
    overflow-x: auto;
    width: 100%;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 1023px) {
  .ctn-popup .popup-content {
    width: 85%;
  }
  .ctn-popup .popup-content .bundler-target-element .bndlr-inner-products-container {
    margin-top: 10px;
    width: calc(100% + 12px);
    margin-left: -6px;
    margin-right: -6px;
  }
  .ctn-popup .popup-content .bundler-target-element .bndlr-products-container,
  .ctn-popup .popup-content .bndlr-inner-products-container {
    width: 100%;
  }
  .ctn-popup .popup-content .bndlr-inner-products-container .bndlr-mnm-available-products {
    flex-wrap: nowrap;
    white-space: nowrap;
    justify-content: flex-start;
    overflow-x: auto;
  }
  .ctn-popup .popup-content .bndlr-product {
    max-width: 275px !important;
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  .bundler-target-element .bndlr-products-container .bndlr-bundle-title,
  .ctn-popup .popup-content .bndlr-mnm-second-container .bndlr-mnm-selected-products-title {
    font-size: 28px;
  }
  .ctn-popup .popup-content .bundler-target-element .bndlr-products-container .bndlr-bundle-title {
    font-size: 22px;
  }
  .ctn-popup .popup-content .bundler-target-element .bndlr-products-container .bndlr-bundle-description {
    font-size: 15px;
  }
  .ctn-popup .popup-content .bundler-target-element .bndlr-products-container {
    margin-bottom: 8px;
  }
  .ctn-popup .popup-content .bundle-popup-close svg {
    width: 15px;
  }
  .ctn-popup .popup-content .bundler-target-element .bndlr-inner-products-container {
    margin-top: 6px;
  }
  .bndlr-sectioned-mixnmatch .bndlr-sections-main-container .bndlr-sectioned-available-products {
    margin-left: 0;
  }
  #chat-button {
    right: 10px !important;
    bottom: 10px !important;
  }
  #shopify-section-inline-cart .sidecart-rebuy-widget .rebuy-product-title {
    margin-top: 8px !important;
    font-size: 15px !important;
  }
  #shopify-section-inline-cart .rebuy-widget .rebuy-product-block .rebuy-product-info .rebuy-product-price {
    font-size: 14px !important;
  }
  #shopify-section-inline-cart .rebuy-widget .rebuy-product-block .rebuy-product-actions .rebuy-button {
    padding: 6px 15px;
  }
  .buybox-container .value-props-container button {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 3px;
    padding: 15px 12px;
  }
  .buybox-container .value-props-container button span {
    font-size: 13px;
    line-height: normal;
  }
  .bundler-target-element .bndlr-product {
    width: 45%;
  }
  .bundler-target-element .bndlr-product .bndlr-product-qn-container .bndlr-product-title {
    font-size: 16px;
  }
  .bndlr-landing-page .bndlr-product .bndlr-old-price,
  .bndlr-landing-page .bndlr-total-price .bndlr-old-price,
  .bndlr-landing-page .bndlr-total-price .bndlr-new-price,
  .bundler-target-element .bndlr-product .bndlr-new-price {
    font-size: 14px;
  }
  .bundler-target-element .bndlr-product .bndlr-add-to-bundle-container .bndlr-add-to-bundle {
    font-size: 14px;
  }
  .bndlr-landing-page .bndlr-sectioned-section .bndlr-product .bndlr-add-to-sectioned-bundle {
    font-size: 14px;
  }
}
/* Shopify Bundles App End */
/* Home page Height Sec CSS Start */
.sec-height img.md\:absolute { position: static;}
.sec-height .box-mt { position:absolute; top: 50%; margin-left:15px; transform: translateY(-50%); }

@media(max-width:1799px){
  .sec-height { height:750px; }
}
@media (max-width: 14400px) {
     .sec-height img.md\:absolute { object-position: 72%; }
}
@media(max-width:1024px){
  .sec-height img.md\:absolute { object-position: 75%; }
  .sec-height { height: auto;}
  .sec-height .box-mt { position:static; transform: translateY(0px); margin-left:0; }
  .sec-height img.md\:absolute { object-position: right; height: auto;}
  .sec-height .md\:max-w-\[486px\] { max-width:80%; margin:0 auto; }
  .sec-height .h8 { font-size:1.2rem; }
}
@media(max-width:414px){
  .sec-height img.md\:absolute { height:260px; }
  .sec-height .h8 { font-size:1rem; line-height:1.5rem; } 
}
@media (min-width: 1650px) {
    .sec-height .md\:max-w-\[486px\] { max-width: 490px; }
}
@media(min-width:2560px){
  .sec-height .h8 {  font-size: 2rem; line-height: 3.125rem; }
 .sec-height .no-underline span { font-size: 1rem; line-height: 2rem; }
 .sec-height .no-underline .h5 {font-size: 2rem; line-height: 2rem;}
 .sec-height .text-small { font-size: 1.3rem; line-height: 2rem;}
 .sec-height .box-mt.md\:max-w-\[486px\] {  max-width: 600px} 
}
@media(min-width:3360px){
  /* .sec-height .box-mt { left:230px; } */
   .sec-height .h8 {  font-size: 2.75rem; line-height: 3.125rem; }
   .sec-height .no-underline span { font-size: 1.75rem; line-height: 2.125rem; }
   .sec-height .no-underline .h5 {font-size: 2.25rem; line-height: 2.5rem;}
   .sec-height .text-small { font-size: 1.875rem; font-weight: 400; line-height: 2.25rem;}
   .sec-height .box-mt.md\:max-w-\[486px\] {  max-width: 866px}
}
@media(min-width:3440px){
     /* .sec-height .box-mt { left:33.3%; } */
     .sec-height .h8 {  font-size: 2.75rem; line-height: 3.125rem; }
     .sec-height .no-underline span { font-size: 1.75rem; line-height: 2.125rem; }
     .sec-height .no-underline .h5 {font-size: 2.25rem; line-height: 2.5rem;}
     .sec-height .text-small { font-size: 1.875rem; font-weight: 400; line-height: 2.25rem;}
     .sec-height .box-mt.md\:max-w-\[486px\] {  max-width: 866px}
}
/* PDP Update CSS Start */
.ccontain .product-gallery+.buybox-container .pdp-sale-tag { display:none; }
.buybox-container .value-props-container { margin-top: 15px; }
.buybox-container .value-props-container button { border: 1px solid #acafb4; padding: 15px; font-size: 16px; color: #000; text-align: center;  width: 100%;}
.buybox-container .value-props-container button span { display: block; }
/* #thumbnail-navigation-slider .splide__track--nav>.splide__list>.splide__slide  { border-color:transparent; }
#thumbnail-navigation-slider .splide__track--nav>.splide__list>.splide__slide.is-active .logo-block { border-bottom:2px #92c1e9 solid; } */
.pdp-feature-loaded button[data-controls="prev"],
.services-logo-loaded button.splide__arrow--prev{ display:none; }
@media(max-width:1000px){
  .pdp-feature-loaded button[data-controls="prev"]{ display:block; }
}
/* PDP Update CSS End */
/* pdp update changes  start */
.buybox-container .product-tabs-container #short_description p {
  margin: 0 !important;
  line-height: inherit !important;
  text-align:justify;
}
.buybox-container .product-tabs-container #short_description p * {
  font-size: 18px;
  font-weight: 400;
  line-height: 31.5px;
  letter-spacing: 0.75px;
  font-family: Montserrat, sans-serif;
}
#thumbnail-navigation-slider .splide__track--nav>.splide__list>.splide__slide .logo-img {
    transition: all 0.2s ease;
    min-height:90px;
    display:flex;
  justify-content:center;
  align-items:center;
}
#thumbnail-navigation-slider .splide__track--nav>.splide__list>.splide__slide.is-active .logo-img ,
#thumbnail-navigation-slider .splide__track--nav>.splide__list>.splide__slide:hover .logo-img {
    transform: scale(1.18);
}
.services-logo-sec  .splide__track--nav>.splide__list>.splide__slide.is-active{
   border-color: transparent;
}
@media (max-width: 1100px) {
  .buybox-container .frequency-wrap select {
     min-width: inherit;   
  }
}
@media (min-width: 767px) and (max-width: 1100px) {
   .buybox-container .product-tabs-container #short_description p * {
      font-size: 14px;
      line-height: 1.4;
   }
   .buybox-container .metafield-rich_text_field {
      font-size: 14px;
      line-height: 1.4;
      padding-top: 15px;
    }
}
@media(max-width: 768px){
  .main-product-frequency div[data-frequency-wrapper] {
    left: 0px;
    width: 100%;
  }
}

@media(max-width: 767px){
  .ccontain.breadcrumbs-sec ul { flex-wrap: wrap; }
  #thumbnail-navigation-slider .splide__track--nav>.splide__list>.splide__slide .logo-img{
    min-height: 70px;
  }
  .buybox-container .metafield-rich_text_field {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
  }
  .buybox-container .product-tabs-container #short_description p * {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.5px;
  }
}
/* pdp update changes end */


/* Home page Height Sec CSS Start */

.sec-height img.md\:absolute { position: static;}
.sec-height .box-mt { position:absolute; top: 50%; margin-left:20px; transform: translateY(-50%); }
@media(max-width:1799px){
  .sec-height { height:750px; } 
}
@media (max-width: 1890px) {
     .sec-height { height: 830px; }
}
@media (max-width: 1440px) {
     .sec-height img.md\:absolute { object-position: 72%; }
}
@media(max-width:1024px){
  .sec-height img.md\:absolute { object-position: 75%; }
  .sec-height { height: auto;}
  .sec-height .box-mt { position:static; transform: translateY(0px); margin-left:0; }
  .sec-height img.md\:absolute { object-position: right; height: auto;}
  .sec-height .md\:max-w-\[486px\] { max-width:80%; margin:0 auto; }
  .sec-height .h8 { font-size:1.2rem; }
}
@media(max-width:414px){
  .sec-height img.md\:absolute { height:260px; }
  .sec-height .h8 { font-size:1rem; line-height:1.5rem; } 
}
@media(min-width:1360px){
  .sec-height .box-mt { margin-left: -35px; }
}
@media (min-width: 1650px) {
    .sec-height .md\:max-w-\[486px\] { max-width: 490px; }
}
@media(min-width:2560px){
  .sec-height .h8 {  font-size: 2rem; line-height: 3.125rem; }
 .sec-height .no-underline span { font-size: 1rem; line-height: 2rem; }
 .sec-height .no-underline .h5 {font-size: 2rem; line-height: 2rem;}
 .sec-height .text-small { font-size: 1.3rem; line-height: 2rem;}
 .sec-height .box-mt.md\:max-w-\[486px\] {  max-width: 600px} 
}
@media(min-width:3360px){
  /* .sec-height .box-mt { left:230px; } */
   .sec-height .h8 {  font-size: 2.75rem; line-height: 3.125rem; }
   .sec-height .no-underline span { font-size: 1.75rem; line-height: 2.125rem; }
   .sec-height .no-underline .h5 {font-size: 2.25rem; line-height: 2.5rem;}
   .sec-height .text-small { font-size: 1.875rem; font-weight: 400; line-height: 2.25rem;}
   .sec-height .box-mt.md\:max-w-\[486px\] {  max-width: 866px}
}
@media(min-width:3440px){
     /* .sec-height .box-mt { left:33.3%; } */
     .sec-height .h8 {  font-size: 2.75rem; line-height: 3.125rem; }
     .sec-height .no-underline span { font-size: 1.75rem; line-height: 2.125rem; }
     .sec-height .no-underline .h5 {font-size: 2.25rem; line-height: 2.5rem;}
     .sec-height .text-small { font-size: 1.875rem; font-weight: 400; line-height: 2.25rem;}
     .sec-height .box-mt.md\:max-w-\[486px\] {  max-width: 866px}
}
/* spacing after review module css start */
.yotpo-bold-layout .yotpo-head {
    display: none !important;
}

.main-reviews-sec .text-reviews {
    padding-bottom: 75px;
}
@media(max-width: 767px){
.main-reviews-sec .text-reviews {
    padding-bottom: 30px;
}
}
/* spacing after review module css end */
.media-container {
  --ratio: var(--aspect-ratio);

  @media (max-width: 767px) {
    --ratio: var(--aspect-ratio-mobile, var(--aspect-ratio));
  }
}

.media-container > * {
  aspect-ratio: var(--ratio);
  width: 100%;
  height: 100%;
  object-fit: cover;
}