<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
@media (min-width: 768px) {
  [style*="--md-height"] {
    height: var(--md-height) !important;
  }

  [style*="--md-max-height"] {
    max-height: var(--md-max-height) !important;
  }
}

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

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
@media (min-width: 1256px) {
  .container {
    max-width: 1256px;
  }
}
.aspect-h-1 {
  --tw-aspect-h: 1;
}
.aspect-h-12 {
  --tw-aspect-h: 12;
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}
.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}
.aspect-w-1 &gt; * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}
.aspect-w-16 &gt; * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
html,
body {
  margin: 0;
  padding: 0;
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 255 / var(--tw-bg-opacity));
}

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

[disabled] {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

input,
input:focus,
button,
button:focus {
  outline: 0;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
}

input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="number"],
input[type="color"],
input[type="submit"],
input[type="button"],
input[type="tel"],
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="radio"],
input[type="checkbox"],
input[type="color"],
input[type="submit"],
input[type="button"],
button,
select {
  cursor: pointer;
}

input[type="number"] {
  -moz-appearance: textfield;
}

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

select::-ms-expand {
  display: none;
}

label {
  display: block;
}

textarea {
  resize: none;
}

[x-cloak] {
  opacity: 0;
}

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

img:not([src]) {
  opacity: 0;
}

.prose &gt; * {
  margin-bottom: 2.4rem;
}
.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose h5,
.prose h6 {
  margin-top: 4rem;
  font-size: 2rem;
  --tw-text-opacity: 1;
  color: rgb(32 45 58 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .prose h1,
  .prose h2,
  .prose h3,
  .prose h4,
  .prose h5,
  .prose h6 {
    margin-top: 4.8rem;
  }
}
.prose &gt; :first-child {
  margin-top: 0rem;
}
.prose &gt; :last-child {
  margin-bottom: 0rem;
}
.prose ol,
.prose ul {
  list-style: revert;
}
.prose ol {
  padding-left: 1.6rem;
}
@media (min-width: 768px) {
  .prose ol li {
    padding-left: 2.4rem;
  }
}
.prose ul {
  padding-left: 1.6rem;
}
@media (min-width: 768px) {
  .prose ul {
    margin-left: 4rem;
    padding-left: 0rem;
  }

  .prose li {
    padding-left: 0.4rem;
  }
}
.prose li::marker {
  --tw-text-opacity: 1;
  color: rgb(243 126 58 / var(--tw-text-opacity));
}
.prose li + li {
  margin-top: 2.4rem;
}
.prose li &gt; ul &gt; li {
  margin-top: 1.6rem;
}

/* purgecss start ignore */
html {
  font-size: 62.5%;
}

body {
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  --tw-text-opacity: 1;
  color: rgb(77 87 98 / var(--tw-text-opacity));
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  font-family: Montserrat, sans-serif;
}

.link-i,
.richtext a,
main .shopify-policy__body a {
  font-weight: 700;
  text-decoration-line: underline;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.link-i:hover,
.richtext a:hover,
main .shopify-policy__body a:hover,
.link-i:focus,
.richtext a:focus,
main .shopify-policy__body a:focus {
  --tw-text-opacity: 1;
  color: rgb(43 63 82 / var(--tw-text-opacity));
}

.link-ii {
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.link-ii:hover,
.link-ii:focus {
  --tw-text-opacity: 1;
  color: rgb(43 63 82 / var(--tw-text-opacity));
}

.richtext h2,
main .shopify-policy__body h2,
.richtext h3,
main .shopify-policy__body h3,
.richtext h4,
main .shopify-policy__body h4 {
  margin-bottom: 1em;
}
.richtext p,
main .shopify-policy__body p,
.richtext ul,
main .shopify-policy__body ul,
.richtext ol,
main .shopify-policy__body ol {
  margin-bottom: 1.5em;
}
.richtext ul,
main .shopify-policy__body ul {
  list-style: disc;
}
.richtext ol,
main .shopify-policy__body ol {
  list-style: decimal;
}
.richtext ol,
main .shopify-policy__body ol,
.richtext ul,
main .shopify-policy__body ul {
  padding-left: 2em;
}
.richtext ol li,
main .shopify-policy__body ol li,
.richtext ul li,
main .shopify-policy__body ul li {
  margin-bottom: 0.5em;
  padding-left: 0.5em;
}
.richtext ol ol,
main .shopify-policy__body ol ol,
.richtext ol ul,
main .shopify-policy__body ol ul,
.richtext ul ol,
main .shopify-policy__body ul ol,
.richtext ul ul,
main .shopify-policy__body ul ul {
  margin-top: 1em;
}
.richtext iframe,
main .shopify-policy__body iframe,
.richtext img,
main .shopify-policy__body img {
  width: 100%;
  max-width: 100%;
}
.richtext p:last-child,
main .shopify-policy__body p:last-child,
.richtext li:last-child,
main .shopify-policy__body li:last-child,
.richtext ul:last-child,
main .shopify-policy__body ul:last-child,
.richtext ol:last-child,
main .shopify-policy__body ol:last-child,
.richtext h2:last-child,
main .shopify-policy__body h2:last-child,
.richtext h3:last-child,
main .shopify-policy__body h3:last-child,
.richtext h4:last-child,
main .shopify-policy__body h4:last-child,
.richtext figure:last-child,
main .shopify-policy__body figure:last-child {
  margin-bottom: 0;
}

/* purgecss end ignore */
.abs-centred {
  position: absolute;
  left: 50%;
  top: 50%;
  --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));
}

.abs-fill {
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.flex-centred {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.btn,
.klaviyo-bis-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.btn--pri,
.klaviyo-bis-trigger {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(243 126 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 126 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(21 30 38 / var(--tw-text-opacity));
}
.btn--pri:hover,
.klaviyo-bis-trigger:hover,
.btn--pri:focus,
.klaviyo-bis-trigger:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn--lg,
.klaviyo-bis-trigger {
  padding: 2.2rem;
  font-size: 2.4rem;
  line-height: 2.4rem;
}
.btn[disabled],
[disabled].klaviyo-bis-trigger {
  opacity: 0.5;
}

.cookieConsent {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  position: fixed;
  bottom: 2rem;
  right: 0;
  padding: 2.4rem 2.4rem 5rem 2.4rem;
  z-index: 2;
}
@media (min-width: 768px) {
  .cookieConsent {
    right: 2.4rem;
    max-width: 40rem;
    padding: 2.4rem;
  }
}

.cookieConsent__close {
  position: absolute;
  top: 1.6rem;
  right: 1.6rem;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}
.cookieConsent__close svg {
  width: 100%;
  height: 100%;
}

.cookieConsent__panel h5,
.cookieConsent__panel h6 {
  margin: 1.6rem 0;
}
.cookieConsent__panel p {
  font-size: 1.2rem;
}

.cookieConsent__panel--prefs p {
  font-size: 1.2rem;
}

.cookieConsent__actions {
  padding-top: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cookieConsent__actions :last-child {
  cursor: pointer;
  text-decoration: underline;
}
.cookieConsent__option {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 1.6rem;
}
.cookieConsent__option [disabled] {
  background-color: #afafaf;
  border-color: #afafaf;
  pointer-events: none;
}

/* purgecss start ignore */
.embla__container {
  display: flex;
}

.embla__outer.is-draggable {
  cursor: grab;
}
.embla__outer.is-dragging {
  cursor: grabbing;
}

.embla__slide {
  flex: 0 0 auto;
  position: relative;
}

.embla__slide--fade {
  opacity: 0;
  transition: opacity 0.35s ease-out;
}
.embla__slide--fade.is-selected {
  opacity: 1;
  transition-delay: 0.1s;
}

@media (min-width: 768px) {
  .md\:embla__slide--fade {
    opacity: 0;
    transition: opacity 0.35s ease-out;
  }
  .md\:embla__slide--fade.is-selected {
    opacity: 1;
    transition-delay: 0.1s;
  }
}
/* purgecss end ignore */
.marquee {
  position: relative;
  overflow: hidden;
}

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

.marquee__inner {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  position: relative;
  white-space: nowrap;
  animation: marquee 30s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.pip {
  display: block;
  height: 1.2rem;
  width: 1.2rem;
  border-radius: 9999px;
  background-color: currentColor;
  opacity: 0.4;
  transition-duration: 300ms;
}
.pip:hover,
.pip:focus,
.pip.is-active {
  opacity: 0.8;
}

.svg-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.svg-icon--auto-height svg {
  height: auto;
}

.svg-icon--full-width svg {
  width: 100%;
}

/* purgecss start ignore */
main .boost-pfs-container-default-box {
  max-width: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
}
@media (min-width: 1256px) {
  main .boost-pfs-container-default-box {
    max-width: 1256px;
  }
}
main .boost-pfs-container-default-box {
  position: relative;
  z-index: 0;
}
main .boost-pfs-filter-tree-h-wrapper,
main .boost-pfs-filter-tree-h-wrapper .boost-pfs-filter-tree-h,
main .boost-pfs-filter-toolbar-top-mobile,
main .boost-pfs-filter-products {
  margin: 0;
  padding: 0;
  border: 0;
}
main .boost-pfs-filter-tree-h .boost-pfs-filter-option {
  padding-bottom: 0;
}
main .boost-pfs-filter-option-title:before,
main .boost-pfs-filter-option-title:after {
  display: none;
}
main .boost-pfs-filter-tree-h-wrapper {
  display: none;
  --tw-bg-opacity: 1;
  background-color: rgb(243 126 58 / var(--tw-bg-opacity));
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
  --tw-text-opacity: 1;
  color: rgb(32 45 58 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  main .boost-pfs-filter-tree-h-wrapper {
    display: block;
  }
}
main .boost-pfs-filter-toolbar-top-mobile {
  --tw-bg-opacity: 1;
  background-color: rgb(243 126 58 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(32 45 58 / var(--tw-text-opacity));
}
main .boost-pfs-filter-products {
  margin-left: -0.2rem;
  margin-bottom: -0.2rem;
  display: flex;
  flex-wrap: wrap;
}
main .boost-pfs-filter-products &gt; * {
  position: relative;
  width: 100%;
  padding-left: 0.2rem;
  padding-bottom: 0.2rem;
}
@media (min-width: 768px) {
  main .boost-pfs-filter-products &gt; * {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  main .boost-pfs-filter-products &gt; * {
    width: 25%;
  }
}
main .boost-pfs-filter-tree-mobile-button[class] {
  border-color: #c2632c;
}
main .boost-pfs-filter-toolbar-top-mobile[class] button {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.1rem;
  --tw-text-opacity: 1;
  color: rgb(32 45 58 / var(--tw-text-opacity));
  letter-spacing: 0.04em;
  height: auto;
}
main .boost-pfs-filter-toolbar-top-mobile[class] button:before,
main .boost-pfs-filter-toolbar-top-mobile[class] button:after,
main .boost-pfs-filter-toolbar-top-mobile[class] button :before,
main .boost-pfs-filter-toolbar-top-mobile[class] button :after {
  display: none;
}
main .boost-pfs-filter-toolbar-top-mobile[class] button span {
  display: block;
}
main .boost-pfs-filter-tree-mobile-button[class] button {
  color: transparent;
  position: relative;
}
main .boost-pfs-filter-tree-mobile-button[class] button:before {
  content: "Filter";
  display: block;
  width: auto;
  height: auto;
  background: none;
  margin: 0;
  right: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.1rem;
  --tw-text-opacity: 1;
  color: rgb(32 45 58 / var(--tw-text-opacity));
  letter-spacing: 0.04em;
}
main .boost-pfs-filter-top-sorting-wrapper[class] &gt; span &gt; span {
  color: transparent;
  position: relative;
}
main .boost-pfs-filter-top-sorting-wrapper[class] &gt; span &gt; span:before {
  content: "Sort by";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 2.1rem;
  --tw-text-opacity: 1;
  color: rgb(32 45 58 / var(--tw-text-opacity));
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  @keyframes filters-fade-in {
    0% {
      opacity: 0;
    }
    66% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  main .boost-pfs-filter-tree-h-wrapper {
    position: relative;
    z-index: 20;
  }
  main .boost-pfs-filter-tree-h-wrapper &gt; * {
    position: relative;
    animation: 3s ease 0s normal forwards 1 filters-fade-in;
  }
  main .boost-pfs-filter-custom-sorting {
    position: absolute;
    top: 0rem;
    left: 1.6rem;
    z-index: 20;
    width: calc(25% - 24px);
  }
  main .boost-pfs-filter-custom-sorting button {
    padding: 0;
    text-transform: none;
    font: inherit;
    display: block;
    width: 100%;
    flex: 1 1 0%;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(206 216 227 / var(--tw-border-opacity));
    background-color: rgb(241 249 255 / 0.25);
    background-image: var(--image-select);
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(32 45 58 / var(--tw-text-opacity));
  }
  main .boost-pfs-filter-custom-sorting button::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(137 147 157 / var(--tw-placeholder-opacity));
  }
  main .boost-pfs-filter-custom-sorting button::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(137 147 157 / var(--tw-placeholder-opacity));
  }
  main .boost-pfs-filter-custom-sorting button {
    border-style: solid;
    border-color: #c2632c;
    border-width: 2px;
  }
  main .boost-pfs-filter-custom-sorting button &gt; span {
    line-height: inherit;
  }
  main .boost-pfs-filter-custom-sorting button span:after {
    display: none;
  }
  main
    .boost-pfs-filter-custom-sorting
    .boost-pfs-filter-filter-dropdown[class] {
    width: 394px;
  }
  main .boost-pfs-filter-top-sorting-wrapper[class] &gt; span &gt; span {
    font-size: 1.6rem;
    line-height: inherit;
  }
  main .boost-pfs-filter-top-sorting-wrapper[class] &gt; span &gt; span:before {
    left: 0;
    transform: translateY(-50%);
    text-transform: none;
    letter-spacing: inherit;
    font-size: 1.6rem;
    line-height: inherit;
  }
  main .boost-pfs-filter-options-wrapper {
    margin-left: -2.4rem;
    margin-bottom: -1.6rem;
    font-size: 0rem;
  }
  main .boost-pfs-filter-options-wrapper:before {
    content: "";
    display: inline-block;
    width: 25%;
  }
  main .boost-pfs-filter-tree-h .boost-pfs-filter-option {
    margin-right: 0rem;
    width: 25%;
    padding-left: 2.4rem;
    padding-bottom: 1.6rem;
    font-size: 1.6rem;
  }
  main .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
    padding: 0;
    font: inherit;
    display: block;
    width: 100%;
    flex: 1 1 0%;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(206 216 227 / var(--tw-border-opacity));
    background-color: rgb(241 249 255 / 0.25);
    background-image: var(--image-select);
    background-position: right;
    background-repeat: no-repeat;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(32 45 58 / var(--tw-text-opacity));
  }
  main
    .boost-pfs-filter-option-title
    .boost-pfs-filter-option-title-heading::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(137 147 157 / var(--tw-placeholder-opacity));
  }
  main
    .boost-pfs-filter-option-title
    .boost-pfs-filter-option-title-heading::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(137 147 157 / var(--tw-placeholder-opacity));
  }
  main .boost-pfs-filter-option-title .boost-pfs-filter-option-title-heading {
    border-style: solid;
    border-color: #c2632c;
    border-width: 2px;
  }
  main
    .boost-pfs-filter-option-title
    .boost-pfs-filter-option-title-heading:before {
    display: none;
  }
  main
    .boost-pfs-filter-tree-h
    .boost-pfs-filter-option
    .boost-pfs-filter-option-content[class] {
    left: 2.4rem;
    margin-top: -1.2rem;
    padding: 2.4rem;
    --tw-shadow: 0 4px 8px rgba(0, 0, 0, 0.06),
      0px 16px 40px rgba(0, 0, 0, 0.08);
    --tw-shadow-colored: 0 4px 8px var(--tw-shadow-color),
      0px 16px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    width: 394px;
  }
  main
    .boost-pfs-filter-tree-h
    .boost-pfs-filter-option:nth-child(3)
    .boost-pfs-filter-option-content[class],
  main
    .boost-pfs-filter-tree-h
    .boost-pfs-filter-option:nth-child(7)
    .boost-pfs-filter-option-content[class] {
    left: auto;
    right: 0rem;
  }
  main .boost-pfs-filter-apply-button {
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(243 126 58 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(243 126 58 / var(--tw-bg-opacity));
    padding-top: 1.1rem;
    padding-bottom: 1.1rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(32 45 58 / var(--tw-text-opacity));
  }
  @media (min-width: 768px) {
    main .boost-pfs-filter-apply-button {
      padding-top: 0.9rem;
      padding-bottom: 0.9rem;
      font-size: 1.4rem;
      line-height: 2rem;
    }
  }
  main .boost-pfs-filter-clear {
    font-size: 1.4rem !important;
    font-weight: 600 !important;
    --tw-text-opacity: 1 !important;
    color: rgb(32 45 58 / var(--tw-text-opacity)) !important;
    text-transform: none !important;
    text-decoration-thickness: 2px !important;
    text-decoration-color: #f37e3a !important;
  }
}
main .boost-pfs-filter-option-content .boost-pfs-filter-option-item-list {
  margin: 0;
  padding: 0;
}
main
  .boost-pfs-filter-tree-h
  .boost-pfs-filter-option.boost-pfs-filter-option-column-1
  .boost-pfs-filter-option-content
  ul
  li {
  padding: 0;
  margin: 0;
}
main .boost-pfs-filter-option-item-list .boost-pfs-filter-option-item {
  padding: 0 !important;
  margin: 0 !important;
}
main .boost-pfs-filter-option-item-list .boost-pfs-filter-button {
  position: relative !important;
  margin-bottom: 0.8rem !important;
  border-radius: 0.5rem !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(206 216 227 / var(--tw-border-opacity)) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  line-height: 2.4rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(32 45 58 / var(--tw-text-opacity)) !important;
  border-style: solid !important;
}
main .boost-pfs-filter-option-item-list .selected .boost-pfs-filter-button {
  --tw-border-opacity: 1 !important;
  border-color: rgb(32 45 58 / var(--tw-border-opacity)) !important;
}
main .boost-pfs-filter-option-item-list .boost-pfs-filter-option-amount {
  --tw-text-opacity: 1;
  color: rgb(137 147 157 / var(--tw-text-opacity));
  float: none !important;
}
main .boost-pfs-filter-option-item-list .boost-pfs-check-box {
  position: absolute !important;
  left: auto !important;
  right: 1.6rem !important;
  top: 0rem !important;
  bottom: 0rem !important;
  margin: auto !important;
  display: block !important;
  border-width: 0px !important;
  opacity: 0 !important;
  width: 16px !important;
  height: 16px !important;
  background-image: var(--image-check) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
main .boost-pfs-filter-option-item-list .boost-pfs-check-box:before {
  display: none !important;
}
main .boost-pfs-filter-option-item-list .selected .boost-pfs-check-box {
  opacity: 1 !important;
}
main .boost-pfs-filter-custom-sorting .boost-pfs-filter-filter-dropdown[class] {
  left: 0rem;
  right: auto;
  margin-top: 0.4rem;
  border-radius: 0.5rem;
  border-width: 0px;
  padding: 2.4rem;
  --tw-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0px 16px 40px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 4px 8px var(--tw-shadow-color),
    0px 16px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
main
  .boost-pfs-filter-custom-sorting
  .boost-pfs-filter-filter-dropdown[class]
  li {
  padding: 0rem;
}
main
  .boost-pfs-filter-custom-sorting
  .boost-pfs-filter-filter-dropdown[class]
  a {
  margin: 0;
  position: relative !important;
  margin-bottom: 0.8rem !important;
  display: block !important;
  border-radius: 0.5rem !important;
  border-width: 2px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(206 216 227 / var(--tw-border-opacity)) !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  line-height: 2.4rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(32 45 58 / var(--tw-text-opacity)) !important;
  border-style: solid !important;
  text-decoration: none !important;
}
main
  .boost-pfs-filter-custom-sorting
  .boost-pfs-filter-filter-dropdown[class]
  .boost-pfs-filter-sort-item-active {
  --tw-border-opacity: 1 !important;
  border-color: rgb(32 45 58 / var(--tw-border-opacity)) !important;
}
main
  .boost-pfs-filter-custom-sorting
  .boost-pfs-filter-filter-dropdown[class]
  .boost-pfs-filter-sort-item-active:after {
  content: "";
  position: absolute;
  left: auto;
  right: 1.6rem;
  top: 0rem;
  bottom: 0rem;
  margin: auto;
  display: block;
  border-width: 0px;
  width: 16px;
  height: 16px;
  background-image: var(--image-check);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
main .boost-pfs-filter-tree[data-is-mobile],
main .boost-pfs-filter-tree[data-is-mobile] .boost-pfs-filter-options-wrapper,
main .boost-pfs-filter-tree[data-is-mobile] .boost-pfs-filter-mobile-footer {
  width: 100% !important;
}
main .boost-pfs-filter-tree[data-is-mobile] .boost-pfs-filter-options-wrapper {
  right: 0 !important;
}
main
  .boost-pfs-filter-tree[data-is-mobile]
  .boost-pfs-filter-mobile-toolbar-top {
  width: auto !important;
  height: auto !important;
  left: auto !important;
  right: 0 !important;
}
main
  .boost-pfs-filter-tree[data-is-mobile]
  .boost-pfs-filter-mobile-toolbar-items {
  border-width: 0px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(241 249 255 / var(--tw-bg-opacity)) !important;
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important;
}
main .boost-pfs-filter-tree[data-is-mobile] .boost-pfs-filter-close {
  background: none !important;
}
main .boost-pfs-filter-tree[data-is-mobile] .boost-pfs-filter-close span {
  margin: 0 !important;
  width: 48px !important;
  height: 48px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 126 58 / var(--tw-bg-opacity)) !important;
  background-image: var(--image-close) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}
main .boost-pfs-filter-tree[data-is-mobile] .boost-pfs-filter-close span:before,
main .boost-pfs-filter-tree[data-is-mobile] .boost-pfs-filter-close span:after {
  display: none;
}
main .boost-pfs-filter-tree[data-is-mobile] .boost-pfs-filter-back-btn {
  position: fixed !important;
  top: 0rem !important;
  left: 0rem !important;
  margin: 0rem !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 126 58 / var(--tw-bg-opacity)) !important;
  padding: 0rem !important;
  height: 48px !important;
  width: 48px !important;
  background-image: var(--image-arrow) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  transform: rotate(180deg);
}
main .boost-pfs-filter-tree[data-is-mobile] .boost-pfs-filter-back-btn:before {
  display: none;
}
main
  .boost-pfs-filter-tree[data-is-mobile]
  .boost-pfs-filter-mobile-toolbar-middle {
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  line-height: 2.1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(32 45 58 / var(--tw-text-opacity)) !important;
  letter-spacing: 0.04em;
}
main .boost-pfs-filter-tree[data-is-mobile] .boost-pfs-filter-clear-all,
main
  .boost-pfs-filter-tree[data-is-mobile]
  .boost-pfs-filter-selected-items-mobile {
  display: none;
}
main
  .boost-pfs-filter-tree[data-is-mobile]
  .boost-pfs-filter-option:last-child {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(241 249 255 / var(--tw-border-opacity));
  border-bottom-style: solid;
}
main .boost-pfs-filter-tree[data-is-mobile] .boost-pfs-filter-option-title {
  --tw-border-opacity: 1 !important;
  border-color: rgb(241 249 255 / var(--tw-border-opacity)) !important;
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
  padding-top: 1.4rem !important;
  padding-bottom: 1.4rem !important;
  background-image: var(--image-arrow-orange);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
}
main
  .boost-pfs-filter-tree[data-is-mobile]
  .boost-pfs-filter-option-title
  :after {
  display: none !important;
}
main
  .boost-pfs-filter-tree[data-is-mobile]
  .boost-pfs-filter-option-title-text {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  text-transform: none !important;
  line-height: 2.4rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(32 45 58 / var(--tw-text-opacity)) !important;
}
main .boost-pfs-filter-tree[data-is-mobile] .boost-pfs-filter-mobile-footer {
  padding: 1.6rem;
}
main .boost-pfs-filter-tree[data-is-mobile] .boost-pfs-filter-show-result {
  display: block !important;
  width: 100% !important;
  border-radius: 0.5rem !important;
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(243 126 58 / var(--tw-border-opacity)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 126 58 / var(--tw-bg-opacity)) !important;
  padding-top: 1.1rem !important;
  padding-bottom: 1.1rem !important;
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
  font-size: 1.4rem !important;
  font-weight: 700 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(32 45 58 / var(--tw-text-opacity)) !important;
}
main .boost-pfs-filter-tree[data-is-mobile] .boost-pfs-filter-option-content {
  padding-top: 2.4rem !important;
  padding-bottom: 2.4rem !important;
  padding-left: 1.6rem !important;
}
main
  .boost-pfs-filter-tree[data-is-mobile]
  .boost-pfs-filter-option-content-inner {
  padding-right: 1.6rem !important;
}
main
  .boost-pfs-filter-toolbar-show-sort-by-mobile
  .boost-pfs-filter-filter-dropdown {
  left: 0rem !important;
  right: 0rem !important;
  margin-left: 1.6rem !important;
  margin-right: 1.6rem !important;
  top: calc(100% + 4px) !important;
}

/* purgecss end ignore */
/* purgecss start ignore */
.clearpay-paragraph {
  border-radius: 0.5rem;
  border-width: 1px;
  border-color: rgb(65 84 113 / 0.2);
  padding: 1.2rem;
  font-size: 1.4rem;
  line-height: 2.1rem;
  --tw-text-opacity: 1;
  color: rgb(77 87 98 / var(--tw-text-opacity));
  margin-bottom: 2.4rem;
}
@media (min-width: 768px) {
  .clearpay-paragraph {
    margin-bottom: 3.2rem;
  }
}

.clearpay-logo {
  display: inline-block;
  width: 118px !important;
}

.clearpay-link-inner {
  font: inherit !important;
}

/* purgecss end ignore */
#chat-button[class*="gorgias"] {
  right: auto;
  left: 22px;
}

#chat-window[class*="gorgias"] {
  right: auto;
  left: 0;
}

/* purgecss start ignore */
klarna-placement {
  margin-bottom: 0.8rem;
  display: block;
}

/* purgecss end ignore */
.klaviyo-bis-trigger {
  display: block;
  text-align: center;
  margin-top: 20px !important;
}

.laybuy-paragraph {
  font-size: 13px !important;
}

/* purgecss start ignore */
.ot_cart__subtotal_new {
  display: none !important;
}

/* purgecss end ignore */
/* purgecss start ignore */
main .shopify-challenge__container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
main .shopify-challenge__container .shopify-challenge__button {
  display: block;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(243 126 58 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(243 126 58 / var(--tw-bg-opacity));
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(21 30 38 / var(--tw-text-opacity));
}

/* purgecss end ignore */
/* purgecss start ignore */
main .shopify-policy__body,
main .shopify-policy__title {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
main .shopify-policy__container {
  max-width: 100%;
}
/* purgecss end ignore */
/* purgecss start ignore */
.swym-wishlist-button-bar[class] {
  display: none;
}

/* purgecss end ignore */
/* purgecss start ignore */
.yotpo.yotpo .rating-star:before {
  color: transparent;
}
.yotpo.yotpo .promoted-products-box {
  display: none !important;
}
.yotpo.yotpo.yotpo-main-widget * {
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.6rem;
  --tw-text-opacity: 1;
  color: rgb(77 87 98 / var(--tw-text-opacity));
}
.yotpo.yotpo.yotpo-main-widget .font-color-gray {
  --tw-text-opacity: 1;
  color: rgb(137 147 157 / var(--tw-text-opacity));
}
.yotpo.yotpo.yotpo-main-widget .yotpo-icon {
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: contain;
}
.yotpo.yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-empty-star {
  background-image: url("./svg-star-empty.svg") !important;
}
.yotpo.yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-half-star {
  background-image: url("./svg-star-half.svg") !important;
}
.yotpo.yotpo.yotpo-main-widget .yotpo-icon.yotpo-icon-star {
  background-image: url("./svg-star-full.svg") !important;
}
.yotpo.yotpo.yotpo-main-widget .yotpo-label.yotpo-small-box {
  display: none;
}
.yotpo.yotpo.yotpo-main-widget .yotpo-bottomline.yotpo-regular-box {
  padding-top: 0rem;
  padding-bottom: 3.2rem;
  border-top: 0;
  height: auto !important;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-star-digits {
  margin-bottom: 1.6rem;
  font-family: Montserrat, sans-serif;
  font-size: 6.4rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(32 45 58 / var(--tw-text-opacity));
  line-height: 1;
  order: -1;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-bottomline-box-2 {
  display: none;
}
@media (min-width: 1024px) {
  .yotpo.yotpo.yotpo-main-widget
    .yotpo-bottomline.yotpo-regular-box
    .yotpo-bottomline-box-2 {
    display: block;
  }
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-bottomline-box-2
  .yotpo-star-distribution {
  margin-left: 0rem;
  border-width: 0px;
  padding-left: 0rem;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content {
  display: flex;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-stars
  .review-stars,
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-sum-reviews
  .yotpo-sum-reviews,
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distributions-graphs
  .yotpo-star-distribution-graph {
  font-size: 1.6rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(77 87 98 / var(--tw-text-opacity));
  height: 16px !important;
  margin-bottom: 16px !important;
  padding-top: 0 !important;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-stars
  .review-stars {
  margin-right: 2.8rem;
  display: flex;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-stars
  .review-stars::before {
  margin-right: 1.2rem;
  display: block;
  content: attr(data-score-distribution);
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-stars
  .review-stars
  .yotpo-icon {
  margin: 0rem;
  display: none;
  height: 16px !important;
  width: 16px !important;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-stars
  .review-stars
  .yotpo-icon:first-child {
  display: block;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distibutions-sum-reviews {
  margin-left: 2.4rem;
  margin-right: 0rem;
  text-align: right;
  order: 1;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distributions-graphs
  .yotpo-star-distribution-graph {
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(206 216 227 / var(--tw-border-opacity));
  width: 180px;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distributions-graphs
  .yotpo-star-distribution-graph
  .yotpo-star-distribution-graph-background {
  background-color: rgba(255, 255, 255, 0);
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-bottomline-box-2
  .yotpo-star-distribution
  .yotpo-star-distribution-content
  .yotpo-distributions-graphs
  .yotpo-star-distribution-graph
  .yotpo-star-distribution-score-wrapper
  .yotpo-star-distribution-graph-score {
  --tw-bg-opacity: 1;
  background-color: rgb(65 84 113 / var(--tw-bg-opacity));
}
@media (min-width: 1400px) {
  .yotpo.yotpo.yotpo-main-widget
    .yotpo-bottomline.yotpo-regular-box
    .yotpo-bottomline-box-2
    .yotpo-star-distribution
    .yotpo-star-distribution-content
    .yotpo-distributions-graphs
    .yotpo-star-distribution-graph {
    width: 266px;
  }
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-stars-and-sum-reviews {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .yotpo.yotpo.yotpo-main-widget
    .yotpo-bottomline.yotpo-regular-box
    .yotpo-stars-and-sum-reviews {
    margin-right: 1.6rem;
    width: 320px;
  }
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-stars-and-sum-reviews
  .yotpo-icon {
  margin: 0rem;
  margin-right: 1rem;
  height: 26px !important;
  width: 26px !important;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-stars-and-sum-reviews
  .yotpo-sum-reviews {
  margin-top: 2.4rem;
  display: block;
  padding-top: 0rem;
  position: static !important;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-bottomline.yotpo-regular-box
  .yotpo-stars-and-sum-reviews
  .yotpo-sum-reviews
  .based-on {
  padding-top: 0rem;
}
.yotpo.yotpo.yotpo-main-widget .yotpo-display-wrapper .write-review-button {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 126 58 / var(--tw-bg-opacity));
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(21 30 38 / var(--tw-text-opacity));
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .write-review-button
  .yotpo-icon-button-text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: inherit;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .write-review-button
  .yotpo-icon-write {
  margin-left: 3.2rem;
  color: inherit;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .write-review-button:hover,
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .write-review-button:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(43 63 82 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.yotpo.yotpo.yotpo-main-widget .yotpo-display-wrapper .yotpo-nav {
  display: none;
}
.yotpo.yotpo.yotpo-main-widget .yotpo-display-wrapper .yotpo-nav-content {
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(241 249 255 / var(--tw-border-opacity));
  border-top-style: solid;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-footer {
  display: none;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-icon-profile {
  display: none;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-main {
  margin-left: 0rem;
  width: 100%;
  max-width: 500px;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-review {
  margin-top: 4rem;
  display: block;
  padding: 0rem;
  border: 0;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-review
  .yotpo-header {
  display: flex;
  flex-direction: column-reverse;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-review
  .yotpo-header
  .yotpo-header-element
  .yotpo-user-name {
  margin: 0rem;
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  float: none;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-review
  .yotpo-header
  .yotpo-header-element
  .label-with-tooltip {
  margin-top: 2.4rem;
  float: none;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-review
  .yotpo-header
  .yotpo-header-element
  .label-with-tooltip
  .yotpo-user-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  --tw-text-opacity: 1;
  color: rgb(32 45 58 / var(--tw-text-opacity));
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-review
  .yotpo-header
  .yotpo-header-actions {
  margin-bottom: 0.8rem;
  display: block;
  float: none;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-review
  .yotpo-header
  .yotpo-review-date {
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
  --tw-text-opacity: 1;
  color: rgb(137 147 157 / var(--tw-text-opacity));
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-review
  .yotpo-header
  .yotpo-review-stars {
  display: flex;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-review
  .yotpo-header
  .yotpo-review-stars
  .yotpo-icon {
  margin-right: 0.6rem;
  flex-shrink: 0;
  height: 16px;
  width: 16px;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-review
  .yotpo-header.yotpo-verified-buyer
  .yotpo-user-title {
  display: flex;
  align-items: center;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-review
  .yotpo-header.yotpo-verified-buyer
  .yotpo-user-title::before {
  margin-right: 0.8rem;
  display: block;
  background-image: url("./svg-verified.svg");
  background-size: contain;
  content: "";
  height: 22px;
  width: 22px;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-review
  .yotpo-main {
  margin-bottom: 0rem;
  margin-top: 1.6rem;
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-review
  .yotpo-main
  .content-title {
  margin-bottom: 0.6rem;
  padding-bottom: 0rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.4rem;
  --tw-text-opacity: 1;
  color: rgb(32 45 58 / var(--tw-text-opacity));
}
.yotpo.yotpo.yotpo-main-widget
  .yotpo-display-wrapper
  .yotpo-nav-content
  .yotpo-review
  .yotpo-main
  .content-review {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media (min-width: 1024px) {
  .yotpo.yotpo.yotpo-main-widget
    .yotpo-display-wrapper
    .yotpo-nav-content
    .yotpo-review {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-start;
  }
  .yotpo.yotpo.yotpo-main-widget
    .yotpo-display-wrapper
    .yotpo-nav-content
    .yotpo-review
    .yotpo-header {
    margin-right: 1.6rem;
    flex-shrink: 0;
    width: 320px;
  }
  .yotpo.yotpo.yotpo-main-widget
    .yotpo-display-wrapper
    .yotpo-nav-content
    .yotpo-review
    .yotpo-header
    .yotpo-review-stars {
    position: absolute;
    margin: 0rem;
    margin-left: 1.6rem;
    left: 320px;
    top: 0;
  }
  .yotpo.yotpo.yotpo-main-widget
    .yotpo-display-wrapper
    .yotpo-nav-content
    .yotpo-review
    .yotpo-main {
    margin-top: 3.6rem;
  }
}
.yotpo.yotpo.bottomLine * {
  font: inherit;
  color: inherit;
}
.yotpo.yotpo.bottomLine .yotpo-bottomline {
  align-items: center;
}
.yotpo.yotpo.bottomLine .yotpo-icon[class] {
  margin: 0rem;
  background-position: center !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 17px !important;
  height: 17px !important;
}
.yotpo.yotpo.bottomLine .yotpo-icon[class]:before {
  display: none;
}
.yotpo.yotpo.bottomLine .yotpo-icon[class] + .yotpo-icon[class] {
  margin-left: 0.7rem;
}
.yotpo.yotpo.bottomLine .yotpo-icon[class].yotpo-icon-empty-star {
  background-image: url("./svg-star-empty.svg") !important;
}
.yotpo.yotpo.bottomLine .yotpo-icon[class].yotpo-icon-half-star {
  background-image: url("./svg-star-half.svg") !important;
}
.yotpo.yotpo.bottomLine .yotpo-icon[class].yotpo-icon-star {
  background-image: url("./svg-star-full.svg") !important;
}
.yotpo.yotpo.bottomLine .text-m {
  margin-left: 0.8rem !important;
  font-size: 1.4rem !important;
  line-height: 2.1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(137 147 157 / var(--tw-text-opacity)) !important;
}
.yotpo.yotpo.bottomLine--lg .yotpo-icon[class] {
  width: 18px !important;
  height: 18px !important;
}
@media (min-width: 768px) {
  .yotpo.yotpo.bottomLine--lg .yotpo-icon[class] {
    width: 22px !important;
    height: 22px !important;
  }
}
.yotpo.yotpo.bottomLine--lg .yotpo-icon[class] + .yotpo-icon[class] {
  margin-left: 0.6rem;
}
@media (min-width: 768px) {
  .yotpo.yotpo.bottomLine--lg .yotpo-icon[class] + .yotpo-icon[class] {
    margin-left: 1rem;
  }
}
.yotpo.yotpo.bottomLine--lg .text-m {
  margin-left: 0.8rem !important;
  font-size: 1.4rem !important;
  line-height: 2.1rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(137 147 157 / var(--tw-text-opacity)) !important;
  text-decoration-line: underline !important;
}
@media (min-width: 768px) {
  .yotpo.yotpo.bottomLine--lg .text-m {
    margin-left: 1.2rem !important;
    font-size: inherit !important;
    line-height: inherit !important;
  }
}
.yotpo.yotpo.bottomLine--sm .yotpo-bottomline {
  width: 100%;
  justify-content: center;
}
.yotpo.yotpo.bottomLine--sm .text-m {
  display: none;
}
.yotpo.yotpo.bottomLine--sm .yotpo-icon[class] {
  width: 10px !important;
  height: 10px !important;
}
.yotpo.yotpo.bottomLine--sm .yotpo-icon[class] + .yotpo-icon[class] {
  margin-left: 0.4rem;
}

/* purgecss end ignore */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.\!visible {
  visibility: visible !important;
}
.visible {
  visibility: visible;
}
.collapse {
  visibility: collapse;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0rem;
}
.inset-1 {
  inset: 0.1rem;
}
.inset-x-0 {
  left: 0rem;
  right: 0rem;
}
.inset-x-16 {
  left: 1.6rem;
  right: 1.6rem;
}
.inset-y-0 {
  top: 0rem;
  bottom: 0rem;
}
.-left-10 {
  left: -1rem;
}
.-left-16 {
  left: -1.6rem;
}
.-left-24 {
  left: -2.4rem;
}
.-right-14 {
  right: -1.4rem;
}
.-right-16 {
  right: -1.6rem;
}
.-right-7 {
  right: -0.7rem;
}
.-top-1 {
  top: -0.1rem;
}
.-top-14 {
  top: -1.4rem;
}
.-top-7 {
  top: -0.7rem;
}
.-top-8 {
  top: -0.8rem;
}
.-top-9 {
  top: -0.9rem;
}
.bottom-0 {
  bottom: 0rem;
}
.bottom-25 {
  bottom: 2.5rem;
}
.bottom-27 {
  bottom: 2.7rem;
}
.bottom-30 {
  bottom: 3rem;
}
.bottom-8 {
  bottom: 0.8rem;
}
.bottom-\[95px\] {
  bottom: 95px;
}
.bottom-full {
  bottom: 100%;
}
.left-0 {
  left: 0rem;
}
.left-1\/2 {
  left: 50%;
}
.left-16 {
  left: 1.6rem;
}
.left-30 {
  left: 3rem;
}
.left-56 {
  left: 5.6rem;
}
.left-60 {
  left: 6rem;
}
.right-0 {
  right: 0rem;
}
.right-16 {
  right: 1.6rem;
}
.right-18 {
  right: 1.8rem;
}
.right-24 {
  right: 2.4rem;
}
.right-30 {
  right: 3rem;
}
.top-0 {
  top: 0rem;
}
.top-1 {
  top: 0.1rem;
}
.top-1\/2 {
  top: 50%;
}
.top-16 {
  top: 1.6rem;
}
.top-32 {
  top: 3.2rem;
}
.top-4 {
  top: 0.4rem;
}
.top-56 {
  top: 5.6rem;
}
.top-7 {
  top: 0.7rem;
}
.top-full {
  top: 100%;
}
.-z-1 {
  z-index: -1;
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-60 {
  z-index: 60;
}
.z-70 {
  z-index: 70;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-full {
  grid-column: 1 / -1;
}
.m-16 {
  margin: 1.6rem;
}
.m-24 {
  margin: 2.4rem;
}
.-mx-16 {
  margin-left: -1.6rem;
  margin-right: -1.6rem;
}
.-mx-24 {
  margin-left: -2.4rem;
  margin-right: -2.4rem;
}
.-mx-4 {
  margin-left: -0.4rem;
  margin-right: -0.4rem;
}
.mx-16 {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}
.mx-\[-2px\] {
  margin-left: -2px;
  margin-right: -2px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-24 {
  margin-top: 2.4rem;
  margin-bottom: 2.4rem;
}
.-mb-10 {
  margin-bottom: -1rem;
}
.-mb-12 {
  margin-bottom: -1.2rem;
}
.-mb-16 {
  margin-bottom: -1.6rem;
}
.-mb-2 {
  margin-bottom: -0.2rem;
}
.-mb-20 {
  margin-bottom: -2rem;
}
.-mb-24 {
  margin-bottom: -2.4rem;
}
.-ml-10 {
  margin-left: -1rem;
}
.-ml-12 {
  margin-left: -1.2rem;
}
.-ml-16 {
  margin-left: -1.6rem;
}
.-ml-2 {
  margin-left: -0.2rem;
}
.-ml-20 {
  margin-left: -2rem;
}
.-ml-24 {
  margin-left: -2.4rem;
}
.-ml-25 {
  margin-left: -2.5rem;
}
.-ml-26 {
  margin-left: -2.6rem;
}
.-ml-3 {
  margin-left: -0.3rem;
}
.-ml-32 {
  margin-left: -3.2rem;
}
.-ml-8 {
  margin-left: -0.8rem;
}
.-mt-56 {
  margin-top: -5.6rem;
}
.-mt-8 {
  margin-top: -0.8rem;
}
.mb-10 {
  margin-bottom: 1rem;
}
.mb-12 {
  margin-bottom: 1.2rem;
}
.mb-16 {
  margin-bottom: 1.6rem;
}
.mb-18 {
  margin-bottom: 1.8rem;
}
.mb-20 {
  margin-bottom: 2rem;
}
.mb-22 {
  margin-bottom: 2.2rem;
}
.mb-24 {
  margin-bottom: 2.4rem;
}
.mb-25 {
  margin-bottom: 2.5rem;
}
.mb-27 {
  margin-bottom: 2.7rem;
}
.mb-32 {
  margin-bottom: 3.2rem;
}
.mb-4 {
  margin-bottom: 0.4rem;
}
.mb-40 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 0.5rem;
}
.mb-6 {
  margin-bottom: 0.6rem;
}
.mb-7 {
  margin-bottom: 0.7rem;
}
.mb-8 {
  margin-bottom: 0.8rem;
}
.mb-80 {
  margin-bottom: 8rem;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.ml-15 {
  margin-left: 1.5rem;
}
.ml-16 {
  margin-left: 1.6rem;
}
.ml-20 {
  margin-left: 2rem;
}
.ml-30 {
  margin-left: 3rem;
}
.ml-32 {
  margin-left: 3.2rem;
}
.ml-8 {
  margin-left: 0.8rem;
}
.ml-\[20px\] {
  margin-left: 20px;
}
.ml-\[24px\] {
  margin-left: 24px;
}
.mr-10 {
  margin-right: 1rem;
}
.mr-12 {
  margin-right: 1.2rem;
}
.mr-24 {
  margin-right: 2.4rem;
}
.mr-30 {
  margin-right: 3rem;
}
.mr-4 {
  margin-right: 0.4rem;
}
.mr-8 {
  margin-right: 0.8rem;
}
.mr-\[8px\] {
  margin-right: 8px;
}
.mt-12 {
  margin-top: 1.2rem;
}
.mt-13 {
  margin-top: 1.3rem;
}
.mt-16 {
  margin-top: 1.6rem;
}
.mt-18 {
  margin-top: 1.8rem;
}
.mt-20 {
  margin-top: 2rem;
}
.mt-24 {
  margin-top: 2.4rem;
}
.mt-32 {
  margin-top: 3.2rem;
}
.mt-4 {
  margin-top: 0.4rem;
}
.mt-40 {
  margin-top: 4rem;
}
.mt-50 {
  margin-top: 5rem;
}
.mt-8 {
  margin-top: 0.8rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-auto {
  margin-top: auto;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-0 {
  height: 0rem;
}
.h-12 {
  height: 1.2rem;
}
.h-145 {
  height: 14.5rem;
}
.h-180 {
  height: 18rem;
}
.h-200 {
  height: 20rem;
}
.h-218 {
  height: 21.8rem;
}
.h-230 {
  height: 23rem;
}
.h-288 {
  height: 28.8rem;
}
.h-370 {
  height: 37rem;
}
.h-48 {
  height: 4.8rem;
}
.h-55 {
  height: 5.5rem;
}
.h-95 {
  height: 9.5rem;
}
.h-\[12px\] {
  height: 12px;
}
.h-\[20\%\] {
  height: 20%;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[4px\] {
  height: 4px;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[95px\] {
  height: 95px;
}
.h-full {
  height: 100%;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-\[64px\] {
  max-height: 64px;
}
.min-h-\[218px\] {
  min-height: 218px;
}
.min-h-\[340px\] {
  min-height: 340px;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-12 {
  width: 1.2rem;
}
.w-16 {
  width: 1.6rem;
}
.w-17 {
  width: 1.7rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-20 {
  width: 2rem;
}
.w-24 {
  width: 2.4rem;
}
.w-314 {
  width: 31.4rem;
}
.w-356 {
  width: 35.6rem;
}
.w-40 {
  width: 4rem;
}
.w-48 {
  width: 4.8rem;
}
.w-53 {
  width: 5.3rem;
}
.w-59 {
  width: 5.9rem;
}
.w-64 {
  width: 6.4rem;
}
.w-72 {
  width: 7.2rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[12px\] {
  width: 12px;
}
.w-\[216px\] {
  width: 216px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[260px\] {
  width: 260px;
}
.w-\[42px\] {
  width: 42px;
}
.w-\[4px\] {
  width: 4px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[96px\] {
  width: 96px;
}
.w-full {
  width: 100%;
}
.max-w-1015 {
  max-width: 101.5rem;
}
.max-w-1100 {
  max-width: 110rem;
}
.max-w-810 {
  max-width: 81rem;
}
.max-w-\[124px\] {
  max-width: 124px;
}
.max-w-\[308px\] {
  max-width: 308px;
}
.max-w-\[496px\] {
  max-width: 496px;
}
.max-w-\[696px\] {
  max-width: 696px;
}
.max-w-\[698px\] {
  max-width: 698px;
}
.max-w-\[710px\] {
  max-width: 710px;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.origin-left {
  transform-origin: left;
}
.-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-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-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-75 {
  --tw-scale-x: 0.75;
  --tw-scale-y: 0.75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-32 {
  gap: 3.2rem;
}
.space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-14 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.4rem * var(--tw-space-x-reverse));
  margin-left: calc(1.4rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-15 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-16 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.6rem * var(--tw-space-x-reverse));
  margin-left: calc(1.6rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-20 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-24 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.4rem * var(--tw-space-x-reverse));
  margin-left: calc(2.4rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-25 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-30 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-32 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3.2rem * var(--tw-space-x-reverse));
  margin-left: calc(3.2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.4rem * var(--tw-space-x-reverse));
  margin-left: calc(0.4rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-50 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(5rem * var(--tw-space-x-reverse));
  margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-60 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.8rem * var(--tw-space-x-reverse));
  margin-left: calc(0.8rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-9 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.9rem * var(--tw-space-x-reverse));
  margin-left: calc(0.9rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-12 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.2rem * var(--tw-space-y-reverse));
}
.space-y-15 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-16 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.6rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.6rem * var(--tw-space-y-reverse));
}
.space-y-20 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-24 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.4rem * var(--tw-space-y-reverse));
}
.space-y-25 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-28 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.8rem * var(--tw-space-y-reverse));
}
.space-y-30 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-35 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}
.space-y-40 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * var(--tw-space-y-reverse));
}
.space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.8rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.8rem * var(--tw-space-y-reverse));
}
.divide-y-2 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}
.divide-grey-50 &gt; :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 249 255 / var(--tw-divide-opacity));
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[46px\] {
  border-radius: 46px;
}
.rounded-\[6px\] {
  border-radius: 6px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-l-none {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-grey-100 {
  --tw-border-opacity: 1;
  border-color: rgb(228 239 248 / var(--tw-border-opacity));
}
.border-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgb(206 216 227 / var(--tw-border-opacity));
}
.border-grey-400\/20 {
  border-color: rgb(137 147 157 / 0.2);
}
.border-grey-50 {
  --tw-border-opacity: 1;
  border-color: rgb(241 249 255 / var(--tw-border-opacity));
}
.border-grey-50\/10 {
  border-color: rgb(241 249 255 / 0.1);
}
.border-navy-50 {
  --tw-border-opacity: 1;
  border-color: rgb(43 63 82 / var(--tw-border-opacity));
}
.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(243 126 58 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: rgba(255, 255, 255, 0);
}
.border-turquoise\/0 {
  border-color: rgb(65 84 113 / 0);
}
.border-turquoise\/10 {
  border-color: rgb(65 84 113 / 0.1);
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-current {
  background-color: currentColor;
}
.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(67 219 137 / var(--tw-bg-opacity));
}
.bg-green\/30 {
  background-color: rgb(67 219 137 / 0.3);
}
.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 239 248 / var(--tw-bg-opacity));
}
.bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(218 231 240 / var(--tw-bg-opacity));
}
.bg-grey-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(206 216 227 / var(--tw-bg-opacity));
}
.bg-grey-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(137 147 157 / var(--tw-bg-opacity));
}
.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 249 255 / var(--tw-bg-opacity));
}
.bg-grey-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 87 98 / var(--tw-bg-opacity));
}
.bg-navy-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(32 45 58 / var(--tw-bg-opacity));
}
.bg-navy-100\/50 {
  background-color: rgb(32 45 58 / 0.5);
}
.bg-navy-100\/60 {
  background-color: rgb(32 45 58 / 0.6);
}
.bg-navy-100\/75 {
  background-color: rgb(32 45 58 / 0.75);
}
.bg-navy-100\/80 {
  background-color: rgb(32 45 58 / 0.8);
}
.bg-navy-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 30 38 / var(--tw-bg-opacity));
}
.bg-navy-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(43 63 82 / var(--tw-bg-opacity));
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(243 126 58 / var(--tw-bg-opacity));
}
.bg-orange\/30 {
  background-color: rgb(243 126 58 / 0.3);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 57 57 / var(--tw-bg-opacity));
}
.bg-red-100\/30 {
  background-color: rgb(231 57 57 / 0.3);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(201 40 40 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: rgba(255, 255, 255, 0);
}
.bg-turquoise {
  --tw-bg-opacity: 1;
  background-color: rgb(65 84 113 / var(--tw-bg-opacity));
}
.bg-turquoise\/10 {
  background-color: rgb(65 84 113 / 0.1);
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}
.bg-dot-pattern {
  background-image: var(--image-dot-pattern);
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-select {
  background-image: var(--image-select);
}
.from-grey-50 {
  --tw-gradient-from: #f1f9ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(241 249 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-navy-100 {
  --tw-gradient-from: #202d3a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(32 45 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-transparent {
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
}
.bg-right {
  background-position: right;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.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;
}
.object-top {
  -o-object-position: top;
  object-position: top;
}
.p-1 {
  padding: 0.1rem;
}
.p-10 {
  padding: 1rem;
}
.p-12 {
  padding: 1.2rem;
}
.p-13 {
  padding: 1.3rem;
}
.p-14 {
  padding: 1.4rem;
}
.p-16 {
  padding: 1.6rem;
}
.p-18 {
  padding: 1.8rem;
}
.p-20 {
  padding: 2rem;
}
.p-24 {
  padding: 2.4rem;
}
.p-8 {
  padding: 0.8rem;
}
.px-10 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-12 {
  padding-left: 1.2rem;
  padding-right: 1.2rem;
}
.px-13 {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
.px-14 {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}
.px-16 {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
.px-20 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-22 {
  padding-left: 2.2rem;
  padding-right: 2.2rem;
}
.px-24 {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
.px-28 {
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}
.px-32 {
  padding-left: 3.2rem;
  padding-right: 3.2rem;
}
.px-4 {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}
.px-48 {
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}
.px-8 {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}
.py-10 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-11 {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.py-12 {
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
}
.py-15 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-16 {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}
.py-18 {
  padding-top: 1.8rem;
  padding-bottom: 1.8rem;
}
.py-20 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-24 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
.py-25 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-30 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-32 {
  padding-top: 3.2rem;
  padding-bottom: 3.2rem;
}
.py-4 {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}
.py-40 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-45 {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.py-6 {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}
.py-60 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-7 {
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.py-9 {
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
}
.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}
.pb-10 {
  padding-bottom: 1rem;
}
.pb-12 {
  padding-bottom: 1.2rem;
}
.pb-16 {
  padding-bottom: 1.6rem;
}
.pb-2 {
  padding-bottom: 0.2rem;
}
.pb-20 {
  padding-bottom: 2rem;
}
.pb-200 {
  padding-bottom: 20rem;
}
.pb-22 {
  padding-bottom: 2.2rem;
}
.pb-24 {
  padding-bottom: 2.4rem;
}
.pb-25 {
  padding-bottom: 2.5rem;
}
.pb-35 {
  padding-bottom: 3.5rem;
}
.pb-4 {
  padding-bottom: 0.4rem;
}
.pb-40 {
  padding-bottom: 4rem;
}
.pb-5 {
  padding-bottom: 0.5rem;
}
.pb-56 {
  padding-bottom: 5.6rem;
}
.pb-64 {
  padding-bottom: 6.4rem;
}
.pb-70 {
  padding-bottom: 7rem;
}
.pb-8 {
  padding-bottom: 0.8rem;
}
.pl-0 {
  padding-left: 0rem;
}
.pl-12 {
  padding-left: 1.2rem;
}
.pl-16 {
  padding-left: 1.6rem;
}
.pl-2 {
  padding-left: 0.2rem;
}
.pl-20 {
  padding-left: 2rem;
}
.pl-24 {
  padding-left: 2.4rem;
}
.pl-25 {
  padding-left: 2.5rem;
}
.pl-26 {
  padding-left: 2.6rem;
}
.pl-3 {
  padding-left: 0.3rem;
}
.pl-32 {
  padding-left: 3.2rem;
}
.pl-8 {
  padding-left: 0.8rem;
}
.pl-\[80px\] {
  padding-left: 80px;
}
.pr-0 {
  padding-right: 0rem;
}
.pr-10 {
  padding-right: 1rem;
}
.pr-20 {
  padding-right: 2rem;
}
.pr-30 {
  padding-right: 3rem;
}
.pr-32 {
  padding-right: 3.2rem;
}
.pr-54 {
  padding-right: 5.4rem;
}
.pr-\[24px\] {
  padding-right: 24px;
}
.pt-1 {
  padding-top: 0.1rem;
}
.pt-10 {
  padding-top: 1rem;
}
.pt-12 {
  padding-top: 1.2rem;
}
.pt-16 {
  padding-top: 1.6rem;
}
.pt-20 {
  padding-top: 2rem;
}
.pt-24 {
  padding-top: 2.4rem;
}
.pt-3 {
  padding-top: 0.3rem;
}
.pt-32 {
  padding-top: 3.2rem;
}
.pt-36 {
  padding-top: 3.6rem;
}
.pt-4 {
  padding-top: 0.4rem;
}
.pt-40 {
  padding-top: 4rem;
}
.pt-48 {
  padding-top: 4.8rem;
}
.pt-64 {
  padding-top: 6.4rem;
}
.pt-72 {
  padding-top: 7.2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.font-body {
  font-family: Source Sans Pro, sans-serif;
}
.font-display {
  font-family: Montserrat, sans-serif;
}
.text-10 {
  font-size: 1rem;
}
.text-11 {
  font-size: 1.1rem;
}
.text-12 {
  font-size: 1.2rem;
}
.text-13 {
  font-size: 1.3rem;
}
.text-14 {
  font-size: 1.4rem;
}
.text-15 {
  font-size: 1.5rem;
}
.text-16 {
  font-size: 1.6rem;
}
.text-17 {
  font-size: 1.7rem;
}
.text-18 {
  font-size: 1.8rem;
}
.text-19 {
  font-size: 1.9rem;
}
.text-20 {
  font-size: 2rem;
}
.text-21 {
  font-size: 2.1rem;
}
.text-24 {
  font-size: 2.4rem;
}
.text-28 {
  font-size: 2.8rem;
}
.text-31 {
  font-size: 3.1rem;
}
.text-32 {
  font-size: 3.2rem;
}
.text-40 {
  font-size: 4rem;
}
.text-50 {
  font-size: 5rem;
}
.text-56 {
  font-size: 5.6rem;
}
.text-70 {
  font-size: 7rem;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-inherit {
  font-size: inherit;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.not-italic {
  font-style: normal;
}
.leading-11 {
  line-height: 1.1rem;
}
.leading-12 {
  line-height: 1.2rem;
}
.leading-16 {
  line-height: 1.6rem;
}
.leading-17 {
  line-height: 1.7rem;
}
.leading-20 {
  line-height: 2rem;
}
.leading-21 {
  line-height: 2.1rem;
}
.leading-22 {
  line-height: 2.2rem;
}
.leading-24 {
  line-height: 2.4rem;
}
.leading-28 {
  line-height: 2.8rem;
}
.leading-29 {
  line-height: 2.9rem;
}
.leading-30 {
  line-height: 3rem;
}
.leading-33 {
  line-height: 3.3rem;
}
.leading-34 {
  line-height: 3.4rem;
}
.leading-36 {
  line-height: 3.6rem;
}
.leading-68 {
  line-height: 6.8rem;
}
.leading-inherit {
  line-height: inherit;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.text-grey-400 {
  --tw-text-opacity: 1;
  color: rgb(137 147 157 / var(--tw-text-opacity));
}
.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(77 87 98 / var(--tw-text-opacity));
}
.text-navy-100 {
  --tw-text-opacity: 1;
  color: rgb(32 45 58 / var(--tw-text-opacity));
}
.text-orange {
  --tw-text-opacity: 1;
  color: rgb(243 126 58 / var(--tw-text-opacity));
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(231 57 57 / var(--tw-text-opacity));
}
.text-turquoise {
  --tw-text-opacity: 1;
  color: rgb(65 84 113 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.underline {
  text-decoration-line: underline;
}
.line-through {
  text-decoration-line: line-through;
}
.placeholder-grey-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(137 147 157 / var(--tw-placeholder-opacity));
}
.placeholder-grey-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(137 147 157 / var(--tw-placeholder-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-80 {
  opacity: 0.8;
}
.shadow {
  --tw-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0px 16px 40px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 4px 8px var(--tw-shadow-color),
    0px 16px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.ring-orange {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 126 58 / var(--tw-ring-opacity));
}
.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1))
    drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast)
    var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate)
    var(--tw-sepia) var(--tw-drop-shadow);
}
.transition {
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    -webkit-backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property: color, background-color, border-color,
    text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter, -webkit-backdrop-filter;
  transition-duration: 150ms;
}
.transition-height {
  transition-property: height;
  transition-duration: 150ms;
}
.transition-max-height {
  transition-property: max-height;
  transition-duration: 150ms;
}
.mask-image-fade-b {
  -webkit-mask-image: linear-gradient(black, transparent);
  mask-image: linear-gradient(black, transparent);
}
.mask-image-none {
  -webkit-mask-image: none;
  mask-image: none;
}
@media (min-width: 768px) {
  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  @media (min-width: 1256px) {
    .md\:container {
      max-width: 1256px;
    }
  }
}
.last\:mr-0:last-child {
  margin-right: 0rem;
}
.hover\:bg-grey-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(218 231 240 / var(--tw-bg-opacity));
}
.hover\:bg-navy-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(32 45 58 / var(--tw-bg-opacity));
}
.hover\:bg-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 126 58 / var(--tw-bg-opacity));
}
.hover\:font-bold:hover {
  font-weight: 700;
}
.hover\:text-navy-100:hover {
  --tw-text-opacity: 1;
  color: rgb(32 45 58 / var(--tw-text-opacity));
}
.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(243 126 58 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.focus\:text-navy-100:focus {
  --tw-text-opacity: 1;
  color: rgb(32 45 58 / var(--tw-text-opacity));
}
.focus\:shadow:focus {
  --tw-shadow: 0 4px 8px rgba(0, 0, 0, 0.06), 0px 16px 40px rgba(0, 0, 0, 0.08);
  --tw-shadow-colored: 0 4px 8px var(--tw-shadow-color),
    0px 16px 40px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-orange:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(243 126 58 / var(--tw-ring-opacity));
}
.group:hover .group-hover\:pointer-events-auto {
  pointer-events: auto;
}
.group:hover .group-hover\:block {
  display: block;
}
.group:hover .group-hover\:bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(243 126 58 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.group:hover .group-hover\:text-orange {
  --tw-text-opacity: 1;
  color: rgb(243 126 58 / var(--tw-text-opacity));
}
.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
@media (min-width: 640px) {
  .sm\:mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
  }

  .sm\:mt-16 {
    margin-top: 1.6rem;
  }

  .sm\:h-465 {
    height: 46.5rem;
  }

  .sm\:h-646 {
    height: 64.6rem;
  }

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

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

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

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

  .sm\:text-16 {
    font-size: 1.6rem;
  }

  .sm\:leading-21 {
    line-height: 2.1rem;
  }
}
@media (min-width: 768px) {
  .md\:pointer-events-auto {
    pointer-events: auto;
  }

  .md\:static {
    position: static;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:inset-x-32 {
    left: 3.2rem;
    right: 3.2rem;
  }

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

  .md\:-right-30 {
    right: -3rem;
  }

  .md\:-top-14 {
    top: -1.4rem;
  }

  .md\:-top-30 {
    top: -3rem;
  }

  .md\:bottom-0 {
    bottom: 0rem;
  }

  .md\:bottom-40 {
    bottom: 4rem;
  }

  .md\:bottom-56 {
    bottom: 5.6rem;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-0 {
    left: 0rem;
  }

  .md\:left-32 {
    left: 3.2rem;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-0 {
    right: 0rem;
  }

  .md\:right-32 {
    right: 3.2rem;
  }

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

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

  .md\:top-32 {
    top: 3.2rem;
  }

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

  .md\:order-last {
    order: 9999;
  }

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

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

  .md\:float-right {
    float: right;
  }

  .md\:float-left {
    float: left;
  }

  .md\:m-0 {
    margin: 0rem;
  }

  .md\:-mx-16 {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

  .md\:-mx-24 {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }

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

  .md\:mx-16 {
    margin-left: 1.6rem;
    margin-right: 1.6rem;
  }

  .md\:mx-36 {
    margin-left: 3.6rem;
    margin-right: 3.6rem;
  }

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

  .md\:my-80 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

  .md\:my-\[24px\] {
    margin-top: 24px;
    margin-bottom: 24px;
  }

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

  .md\:-ml-16 {
    margin-left: -1.6rem;
  }

  .md\:-ml-20 {
    margin-left: -2rem;
  }

  .md\:-ml-24 {
    margin-left: -2.4rem;
  }

  .md\:-ml-32 {
    margin-left: -3.2rem;
  }

  .md\:-ml-6 {
    margin-left: -0.6rem;
  }

  .md\:-mr-24 {
    margin-right: -2.4rem;
  }

  .md\:-mr-85 {
    margin-right: -8.5rem;
  }

  .md\:-mt-53 {
    margin-top: -5.3rem;
  }

  .md\:-mt-56 {
    margin-top: -5.6rem;
  }

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

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

  .md\:mb-116 {
    margin-bottom: 11.6rem;
  }

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

  .md\:mb-14 {
    margin-bottom: 1.4rem;
  }

  .md\:mb-15 {
    margin-bottom: 1.5rem;
  }

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

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

  .md\:mb-24 {
    margin-bottom: 2.4rem;
  }

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

  .md\:mb-32 {
    margin-bottom: 3.2rem;
  }

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

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

  .md\:mb-48 {
    margin-bottom: 4.8rem;
  }

  .md\:mb-56 {
    margin-bottom: 5.6rem;
  }

  .md\:mb-64 {
    margin-bottom: 6.4rem;
  }

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

  .md\:mb-85 {
    margin-bottom: 8.5rem;
  }

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

  .md\:mr-12 {
    margin-right: 1.2rem;
  }

  .md\:mr-16 {
    margin-right: 1.6rem;
  }

  .md\:mr-56 {
    margin-right: 5.6rem;
  }

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

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

  .md\:mt-16 {
    margin-top: 1.6rem;
  }

  .md\:mt-24 {
    margin-top: 2.4rem;
  }

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

  .md\:mt-32 {
    margin-top: 3.2rem;
  }

  .md\:mt-40 {
    margin-top: 4rem;
  }

  .md\:mt-56 {
    margin-top: 5.6rem;
  }

  .md\:mt-72 {
    margin-top: 7.2rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-175 {
    height: 17.5rem;
  }

  .md\:h-312 {
    height: 31.2rem;
  }

  .md\:h-39 {
    height: 3.9rem;
  }

  .md\:h-400 {
    height: 40rem;
  }

  .md\:h-48 {
    height: 4.8rem;
  }

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

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

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

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

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

  .md\:w-1\/12 {
    width: 8.333333333333332%;
  }

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

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

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

  .md\:w-10\/12 {
    width: 83.33333333333334%;
  }

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

  .md\:w-2\/5 {
    width: 40%;
  }

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

  .md\:w-32 {
    width: 3.2rem;
  }

  .md\:w-32\% {
    width: 32%;
  }

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

  .md\:w-48 {
    width: 4.8rem;
  }

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

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

  .md\:w-82 {
    width: 8.2rem;
  }

  .md\:w-95 {
    width: 9.5rem;
  }

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

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

  .md\:max-w-560 {
    max-width: 56rem;
  }

  .md\:max-w-580 {
    max-width: 58rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-32 {
    gap: 3.2rem;
  }

  .md\:gap-y-24 {
    row-gap: 2.4rem;
  }

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

  .md\:space-x-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-125 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(12.5rem * var(--tw-space-x-reverse));
    margin-left: calc(12.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:space-x-18 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.8rem * var(--tw-space-x-reverse));
    margin-left: calc(1.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem * var(--tw-space-x-reverse));
    margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-24 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.4rem * var(--tw-space-x-reverse));
    margin-left: calc(2.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-25 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:space-x-44 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.4rem * var(--tw-space-x-reverse));
    margin-left: calc(4.4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-60 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(6rem * var(--tw-space-x-reverse));
    margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-x-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.8rem * var(--tw-space-x-reverse));
    margin-left: calc(0.8rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:space-y-10 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-20 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

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

  .md\:space-y-8 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.8rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-reverse &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  @media (min-width: 768px) {
    .md\:md\:rounded-lg {
      border-radius: 0.5rem;
    }
  }

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

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

  .md\:rounded-none {
    border-radius: 0px;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:border-2 {
    border-width: 2px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

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

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-r-2 {
    border-right-width: 2px;
  }

  .md\:border-t-2 {
    border-top-width: 2px;
  }

  .md\:border-grey-100 {
    --tw-border-opacity: 1;
    border-color: rgb(228 239 248 / var(--tw-border-opacity));
  }

  .md\:border-grey-50 {
    --tw-border-opacity: 1;
    border-color: rgb(241 249 255 / var(--tw-border-opacity));
  }

  .md\:bg-grey-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(241 249 255 / var(--tw-bg-opacity));
  }

  .md\:bg-transparent {
    background-color: rgba(255, 255, 255, 0);
  }

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

  .md\:p-0 {
    padding: 0rem;
  }

  .md\:p-10 {
    padding: 1rem;
  }

  .md\:p-16 {
    padding: 1.6rem;
  }

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

  .md\:p-24 {
    padding: 2.4rem;
  }

  .md\:p-32 {
    padding: 3.2rem;
  }

  .md\:p-40 {
    padding: 4rem;
  }

  .md\:p-70 {
    padding: 7rem;
  }

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

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

  .md\:px-100 {
    padding-left: 10rem;
    padding-right: 10rem;
  }

  .md\:px-16 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .md\:px-18 {
    padding-left: 1.8rem;
    padding-right: 1.8rem;
  }

  .md\:px-24 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

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

  .md\:px-32 {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .md\:px-38 {
    padding-left: 3.8rem;
    padding-right: 3.8rem;
  }

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

  .md\:px-50 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .md\:px-52 {
    padding-left: 5.2rem;
    padding-right: 5.2rem;
  }

  .md\:px-80 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .md\:px-85 {
    padding-left: 8.5rem;
    padding-right: 8.5rem;
  }

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

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

  .md\:py-13 {
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
  }

  .md\:py-14 {
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
  }

  .md\:py-20 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:py-23 {
    padding-top: 2.3rem;
    padding-bottom: 2.3rem;
  }

  .md\:py-24 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

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

  .md\:py-32 {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

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

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

  .md\:py-48 {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .md\:py-52 {
    padding-top: 5.2rem;
    padding-bottom: 5.2rem;
  }

  .md\:py-53 {
    padding-top: 5.3rem;
    padding-bottom: 5.3rem;
  }

  .md\:py-56 {
    padding-top: 5.6rem;
    padding-bottom: 5.6rem;
  }

  .md\:py-60 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-65 {
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .md\:py-7 {
    padding-top: 0.7rem;
    padding-bottom: 0.7rem;
  }

  .md\:py-75 {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }

  .md\:py-80 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .md\:py-9 {
    padding-top: 0.9rem;
    padding-bottom: 0.9rem;
  }

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

  .md\:pb-125 {
    padding-bottom: 12.5rem;
  }

  .md\:pb-20 {
    padding-bottom: 2rem;
  }

  .md\:pb-24 {
    padding-bottom: 2.4rem;
  }

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

  .md\:pb-50 {
    padding-bottom: 5rem;
  }

  .md\:pb-64 {
    padding-bottom: 6.4rem;
  }

  .md\:pb-65 {
    padding-bottom: 6.5rem;
  }

  .md\:pb-72 {
    padding-bottom: 7.2rem;
  }

  .md\:pb-8 {
    padding-bottom: 0.8rem;
  }

  .md\:pb-80 {
    padding-bottom: 8rem;
  }

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

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

  .md\:pl-16 {
    padding-left: 1.6rem;
  }

  .md\:pl-20 {
    padding-left: 2rem;
  }

  .md\:pl-24 {
    padding-left: 2.4rem;
  }

  .md\:pl-26 {
    padding-left: 2.6rem;
  }

  .md\:pl-32 {
    padding-left: 3.2rem;
  }

  .md\:pl-40 {
    padding-left: 4rem;
  }

  .md\:pl-6 {
    padding-left: 0.6rem;
  }

  .md\:pr-100 {
    padding-right: 10rem;
  }

  .md\:pr-11 {
    padding-right: 1.1rem;
  }

  .md\:pr-16 {
    padding-right: 1.6rem;
  }

  .md\:pr-24 {
    padding-right: 2.4rem;
  }

  .md\:pr-25 {
    padding-right: 2.5rem;
  }

  .md\:pr-40 {
    padding-right: 4rem;
  }

  .md\:pr-54 {
    padding-right: 5.4rem;
  }

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

  .md\:pt-1 {
    padding-top: 0.1rem;
  }

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

  .md\:pt-13 {
    padding-top: 1.3rem;
  }

  .md\:pt-14 {
    padding-top: 1.4rem;
  }

  .md\:pt-16 {
    padding-top: 1.6rem;
  }

  .md\:pt-18 {
    padding-top: 1.8rem;
  }

  .md\:pt-24 {
    padding-top: 2.4rem;
  }

  .md\:pt-30 {
    padding-top: 3rem;
  }

  .md\:pt-46 {
    padding-top: 4.6rem;
  }

  .md\:pt-50 {
    padding-top: 5rem;
  }

  .md\:pt-56 {
    padding-top: 5.6rem;
  }

  .md\:pt-64 {
    padding-top: 6.4rem;
  }

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

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

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

  .md\:font-display {
    font-family: Montserrat, sans-serif;
  }

  .md\:text-12 {
    font-size: 1.2rem;
  }

  .md\:text-14 {
    font-size: 1.4rem;
  }

  .md\:text-16 {
    font-size: 1.6rem;
  }

  .md\:text-18 {
    font-size: 1.8rem;
  }

  .md\:text-20 {
    font-size: 2rem;
  }

  .md\:text-23 {
    font-size: 2.3rem;
  }

  .md\:text-24 {
    font-size: 2.4rem;
  }

  .md\:text-28 {
    font-size: 2.8rem;
  }

  .md\:text-30 {
    font-size: 3rem;
  }

  .md\:text-32 {
    font-size: 3.2rem;
  }

  .md\:text-36 {
    font-size: 3.6rem;
  }

  .md\:text-40 {
    font-size: 4rem;
  }

  .md\:text-48 {
    font-size: 4.8rem;
  }

  .md\:text-50 {
    font-size: 5rem;
  }

  .md\:text-56 {
    font-size: 5.6rem;
  }

  .md\:text-90 {
    font-size: 9rem;
  }

  .md\:text-inherit {
    font-size: inherit;
  }

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

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

  .md\:leading-20 {
    line-height: 2rem;
  }

  .md\:leading-21 {
    line-height: 2.1rem;
  }

  .md\:leading-24 {
    line-height: 2.4rem;
  }

  .md\:leading-29 {
    line-height: 2.9rem;
  }

  .md\:leading-33 {
    line-height: 3.3rem;
  }

  .md\:leading-34 {
    line-height: 3.4rem;
  }

  .md\:leading-36 {
    line-height: 3.6rem;
  }

  .md\:leading-58 {
    line-height: 5.8rem;
  }

  .md\:leading-inherit {
    line-height: inherit;
  }

  .md\:text-orange {
    --tw-text-opacity: 1;
    color: rgb(243 126 58 / var(--tw-text-opacity));
  }

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

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:shadow {
    --tw-shadow: 0 4px 8px rgba(0, 0, 0, 0.06),
      0px 16px 40px rgba(0, 0, 0, 0.08);
    --tw-shadow-colored: 0 4px 8px var(--tw-shadow-color),
      0px 16px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:mask-image-none {
    -webkit-mask-image: none;
    mask-image: none;
  }

  .md\:hover\:shadow:hover {
    --tw-shadow: 0 4px 8px rgba(0, 0, 0, 0.06),
      0px 16px 40px rgba(0, 0, 0, 0.08);
    --tw-shadow-colored: 0 4px 8px var(--tw-shadow-color),
      0px 16px 40px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
@media (min-width: 1024px) {
  .lg\:mx-\[-10px\] {
    margin-left: -10px;
    margin-right: -10px;
  }

  .lg\:-ml-125 {
    margin-left: -12.5rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .lg\:pl-125 {
    padding-left: 12.5rem;
  }

  .lg\:pl-56 {
    padding-left: 5.6rem;
  }

  .lg\:pr-80 {
    padding-right: 8rem;
  }

  .lg\:pr-\[40px\] {
    padding-right: 40px;
  }
}
@media (min-width: 1400px) {
  .xl\:-left-24 {
    left: -2.4rem;
  }

  .xl\:-right-60 {
    right: -6rem;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:left-full {
    left: 100%;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:right-full {
    right: 100%;
  }

  .xl\:space-x-100 &gt; :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(10rem * var(--tw-space-x-reverse));
    margin-left: calc(10rem * calc(1 - var(--tw-space-x-reverse)));
  }
}
</pre></body></html>