/** Shopify CDN: Minification failed

Line 4586:31 Unterminated string token

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

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

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

.left-0 {
  left: 0px;
}

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

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

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

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

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

.right-0 {
  right: 0px;
}

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

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

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

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

.top-0 {
  top: 0px;
}

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

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

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

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

.top-\[50\%\] {
  top: 50%;
}

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

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

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

.isolate {
  isolation: isolate;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

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

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

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

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

.mx-\[15px\] {
  margin-left: 15px;
  margin-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[31\.5px\] {
  margin-bottom: 31.5px;
}

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

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

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

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

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

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

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

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

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

.mb-\[calc\(36px-15px\)\] {
  margin-bottom: calc(36px - 15px);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

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

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

.inline {
  display: inline;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

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

.hidden {
  display: none;
}

.\!h-\[190px\] {
  height: 190px !important;
}

.\!h-\[300px\] {
  height: 300px !important;
}

.h-0 {
  height: 0px;
}

.h-4 {
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100dvh-96px\)\] {
  height: calc(100dvh - 96px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-4 {
  width: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.grow {
  flex-grow: 1;
}

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

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

.border-collapse {
  border-collapse: collapse;
}

.-translate-y-\[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));
}

.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-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.list-inside {
  list-style-position: inside;
}

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

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

.auto-rows-auto {
  grid-auto-rows: auto;
}

.auto-rows-max {
  grid-auto-rows: max-content;
}

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

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

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

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

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

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

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

.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-start {
  justify-content: flex-start;
}

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

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

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

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

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

.gap-\[12\.5px\] {
  gap: 12.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-x-\[10px\] {
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.gap-x-\[37px\] {
  -moz-column-gap: 37px;
       column-gap: 37px;
}

.gap-x-\[48px\] {
  -moz-column-gap: 48px;
       column-gap: 48px;
}

.gap-x-\[5px\] {
  -moz-column-gap: 5px;
       column-gap: 5px;
}

.gap-y-\[10px\] {
  row-gap: 10px;
}

.gap-y-\[15px\] {
  row-gap: 15px;
}

.gap-y-\[20px\] {
  row-gap: 20px;
}

.gap-y-\[25px\] {
  row-gap: 25px;
}

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

.space-y-8 > :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));
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-full {
  border-radius: 9999px;
}

.rounded-md {
  border-radius: 0.375rem;
}

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

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

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

.border-l {
  border-left-width: 1px;
}

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

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

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

.border-\[\#071F60\] {
  --tw-border-opacity: 1;
  border-color: rgb(7 31 96 / var(--tw-border-opacity));
}

.border-\[\#80C4E2\] {
  --tw-border-opacity: 1;
  border-color: rgb(128 196 226 / var(--tw-border-opacity));
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-\[\#EBEBEB\] {
  --tw-border-opacity: 1;
  border-color: rgb(235 235 235 / var(--tw-border-opacity));
}

.border-brand-blue {
  border-color: var(--brand-colour-blue);
}

.border-soft-blue {
  border-color: var(--secondary-colour-soft_blue);
}

.border-t-bright-blue {
  border-top-color: var(--secondary-colour-bright_blue);
}

.bg-\[\#2C2C2C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(44 44 44 / var(--tw-bg-opacity));
}

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

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-bold-blue {
  background-color: var(--secondary-colour-bold_blue);
}

.bg-bold-green {
  background-color: var(--secondary-colour-bold_green);
}

.bg-bold-orange {
  background-color: var(--secondary-colour-bold_orange);
}

.bg-bold-pink {
  background-color: var(--secondary-colour-bold_pink);
}

.bg-bold-purple {
  background-color: var(--secondary-colour-bold_purple);
}

.bg-brand-blue {
  background-color: var(--brand-colour-blue);
}

.bg-brand-gold {
  background-color: var(--brand-colour-gold-1);
}

.bg-brand-gold_alt {
  background-color: var(--brand-colour-gold-2);
}

.bg-brand-off-white {
  background-color: var(--brand-colour-off-white);
}

.bg-bright-blue {
  background-color: var(--secondary-colour-bright_blue);
}

.bg-bright-green {
  background-color: var(--secondary-colour-bright_green);
}

.bg-bright-orange {
  background-color: var(--secondary-colour-bright_orange);
}

.bg-bright-pink {
  background-color: var(--secondary-colour-bright_pink);
}

.bg-bright-purple {
  background-color: var(--secondary-colour-bright_purple);
}

.bg-pale-blue {
  background-color: var(--secondary-colour-pale_blue);
}

.bg-pale-green {
  background-color: var(--secondary-colour-pale_green);
}

.bg-pale-pink {
  background-color: var(--secondary-colour-pale_pink);
}

.bg-pale-purple {
  background-color: var(--secondary-colour-pale_purple);
}

.bg-pale-yellow {
  background-color: var(--secondary-colour-pale_yellow);
}

.bg-soft-blue {
  background-color: var(--secondary-colour-soft_blue);
}

.bg-soft-green {
  background-color: var(--secondary-colour-soft_green);
}

.bg-soft-pink {
  background-color: var(--secondary-colour-soft_pink);
}

.bg-soft-purple {
  background-color: var(--secondary-colour-soft_purple);
}

.bg-soft-yellow {
  background-color: var(--secondary-colour-soft_yellow);
}

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

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

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

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

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.\!p-0 {
  padding: 0px !important;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.\!py-\[14px\] {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.\!py-\[16px\] {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-\[25\.5px\] {
  padding-top: 25.5px;
  padding-bottom: 25.5px;
}

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

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

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

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

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

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

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

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

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

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

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

.\!pl-\[15px\] {
  padding-left: 15px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pl-10 {
  padding-left: 2.5rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

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

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

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

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

.pr-\[17\.5px\] {
  padding-right: 17.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.align-top {
  vertical-align: top;
}

.\!font-body {
  font-family: var(--font-body-family), sans-serif !important;
}

.font-body {
  font-family: var(--font-body-family), sans-serif;
}

.font-callout {
  font-family: var(--font-body-alt), sans-serif;
}

.font-heading {
  font-family: var(--font-heading-family), serif;
}

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

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-h3 {
  font-size: var(--h3-font-size);
}

.text-larger-body {
  font-size: 18px;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.font-bold {
  font-weight: 700;
}

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

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

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

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.capitalize {
  text-transform: capitalize;
}

.\!normal-case {
  text-transform: none !important;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.\!leading-\[1\.25\] {
  line-height: 1.25 !important;
}

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

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

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

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

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-brand-blue {
  color: var(--brand-colour-blue);
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

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

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

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

.line-through {
  text-decoration-line: line-through;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.underline-offset-8 {
  text-underline-offset: 8px;
}

.underline-offset-\[10px\] {
  text-underline-offset: 10px;
}

.underline-offset-\[7px\] {
  text-underline-offset: 7px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-20 {
  opacity: 0.2;
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-\[46\%\] {
  opacity: 46%;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

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

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

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

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

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

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

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

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

/* Hide scrollbar for Chrome, Safari and Opera */

.no-scrollbar::-webkit-scrollbar {
  display: none;
  -webkit-overflow-scrolling: touch;
}

/* Hide scrollbar for IE, Edge and Firefox */

.no-scrollbar {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  -webkit-overflow-scrolling: touch;
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

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

.last\:mb-\[25px\]:last-child {
  margin-bottom: 25px;
}

.last\:pr-\[15px\]:last-child {
  padding-right: 15px;
}

.hover\:bg-\[\#f6f6f6\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

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

.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

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

.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
}

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

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

.group\/parent:hover .group-hover\/parent\:flex {
  display: flex;
}

.group\/child:hover .group-hover\/child\:underline {
  text-decoration-line: underline;
}

.group\/parent:hover .group-hover\/parent\:underline {
  text-decoration-line: underline;
}

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

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

@media (min-width: 600px) {
  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

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

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

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

@media (min-width: 990px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

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

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

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

  .md\:top-\[unset\] {
    top: unset;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:inline {
    display: inline;
  }

  .md\:flex {
    display: flex;
  }

  .md\:table {
    display: table;
  }

  .md\:grid {
    display: grid;
  }

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

  .md\:hidden {
    display: none;
  }

  .md\:\!h-\[362px\] {
    height: 362px !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:w-1\/5 {
    width: 20%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:shrink {
    flex-shrink: 1;
  }

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

  .md\:basis-0 {
    flex-basis: 0px;
  }

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

  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .md\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-y-\[35px\] {
    row-gap: 35px;
  }

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

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

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

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

  .md\:border-\[\#80C4E2\] {
    --tw-border-opacity: 1;
    border-color: rgb(128 196 226 / var(--tw-border-opacity));
  }

  .md\:bg-brand-off-white {
    background-color: var(--brand-colour-off-white);
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:\!pt-\[77px\] {
    padding-top: 77px !important;
  }

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

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

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

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

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

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

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

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

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

  .md\:pl-\[0\] {
    padding-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-h2 {
    font-size: var(--h2-font-size);
  }

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

  .md\:first\:border-t-0:first-child {
    border-top-width: 0px;
  }

  @media not all and (min-width: 1800px) {
    .md\:max-xl\:overflow-x-scroll {
      overflow-x: scroll;
    }
  }
}

@media (min-width: 1440px) {
  .lg\:absolute {
    position: absolute;
  }

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

  .lg\:flex {
    display: flex;
  }

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

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

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

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

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

  .lg\:gap-\[25\.79px\] {
    gap: 25.79px;
  }

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

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

  .lg\:\!pl-0 {
    padding-left: 0px !important;
  }

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

@media (min-width: 1800px) {
  .xl\:max-w-\[1600px\] {
    max-width: 1600px;
  }
}

@media (min-width: 2000px) {
  .xxl\:top-\[50\%\] {
    top: 50%;
  }

  .xxl\:-translate-y-\[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));
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:text-gray-400 {
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
  }

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

.\[\&\>\*\]\:h-full>* {
  height: 100%;
}

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

.\[\&\>\*\]\:w-full>* {
  width: 100%;
}

.\[\&\>\*\]\:\!text-\[12px\]>* {
  font-size: 12px !important;
}

.\[\&\>\*\]\:\!normal-case>* {
  text-transform: none !important;
}

.\[\&\>div\]\:max-w-\[633px\]>div {
  max-width: 633px;
}

@media (min-width: 990px) {
  .\[\&\>div\]\:md\:mx-0>div {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.\[\&\>ol\]\:list-decimal>ol {
  list-style-type: decimal;
}

.\[\&\>p\>a\]\:\!underline>p>a {
  text-decoration-line: underline !important;
}

.\[\&\>p\]\:\!text-\[18px\]>p {
  font-size: 18px !important;
}
div.rte.hmtr>p {
  border-radius: 32px;
  padding: 32px;
  background: #1f1d5b;
  color: white;
  text-align: center;
  width: 726px;
  max-width: 100%;
  margin: auto;
}
div.rte.hmtr>h6 {
  margin:1em auto;
  text-align: center;
}
input#hmtrs {
  display: inline-block;
  border: 1px solid #1f1d5b;
  width: auto;
  padding: 0 7px;
}
table#hmtr thead {
  background: #1f1d5b;
  color: white;
}
table#hmtr tbody>tr {display: none;}
table#hmtr tbody>tr:nth-child(2n){background: #f9f5ff;}
table#hmtr td {
  padding: 10px;
  text-align: center;
}
div.article-content__wrapper a {
  text-decoration: underline;
  font-weight: 500;
  text-transform: none;
}
div.article-content__wrapper a:hover {text-decoration: none;}

header.bg-white, section.shopify-section.section, div.slider__wrapper, div.image-with-text__wrapper {background: #f8f3ec;}
.contact .form__message {font-size: 1.6rem;}
.form__message .icon {
  flex-shrink: 0;
  height: 1.5rem;
  margin-right: .5rem;
  width: 1.5rem;
  display: inline-block;
  vertical-align: text-top;
}
div.article-content__wrapper a {
  text-decoration: underline;
  font-weight: 500;
  text-transform: none;
}
div.article-content__wrapper a:hover {text-decoration: none;}
div.announcement-bar__wrapper.bg-brand-gold {background: #D6901E;}
div.hero-banner__slide-content h3 {
  font-family: 'Kendamil_Serif';
  font-size: 40px;
  line-height: 44px;
}
div.hero-banner__slide-content p {
  font-family: 'Elza';
  line-height: 120%;
  font-size: 20px;
}
div.hero-banner__slide-content a.button {
  padding: 16px 50px;
  font-family: 'Elza';
  font-weight: 600;
  font-size: 26px;
  max-height: unset;
  text-transform: uppercase;
  border: 1px solid #F1EFE0;
  border-radius: 8px;
}
div.usp-bar__usp>div.inline-flex {width: 98px;}
div.usp-bar__usp p.text-larger-body {
  font-family: 'Elza';
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
div.usp-bar__usp p.mx-auto {
  font-family: 'Elza';
  font-size: 20px;
  line-height: 120%;
}
section.collection-slider__wrapper h3.text-left {
  font-family: 'Kendamil_Serif';
  font-size: 40px;
  line-height: 44px;
}
section.collection-slider__wrapper h5 {
  font-family: 'Elza';
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
section.collection-slider__wrapper p {
  font-family: 'Elza';
  font-size: 16px;
  line-height: 120%;
}
div.image-with-text__text>h4 {
  font-family: 'Kendamil_Serif';
  font-size: 40px;
  line-height: 44px;
}
div.image-with-text__text a {
  font-family: 'Elza';
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  background: #07225D!important;
  color: #FDFBF9!important;
  border: 1px solid #F1EFE0!important;
  border-radius: 8px;
  padding: 16px 50px!important;
  max-height: unset!important;
}
div.slider__slide h5 {
  font-family: 'Elza';
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
div.slider__slide h6 {
  font-family: 'Kendamil_Serif';
  font-size: 34px;
  line-height: 40px;
}
div.slider__slide p {
  font-family: 'Elza';
  font-size: 16px;
  line-height: 120%;
}
@media screen and (min-width:990px){div.slider__slide>div.slider__slide-image {max-width: 50%;;}}
@media screen and (max-width:989px){div.slider__slide>div.slider__slide-image {display: none;}
  div.slider__slide div.slider__slide-image {height: 73vw;}
  table.w-full th {min-width: 20%;}
}
div.product-carousel__text>h4 {
  font-family: 'Kendamil_Serif';
  font-size: 40px;
  line-height: 44px;
}
div.product-carousel__text>p {
  font-family: 'Elza';
  font-size: 20px;
  line-height: 120%;
}
svg.star-container {
  width: 25px;
  height: 25px;
}
p.yotpo-sr-bottom-line-left-panel.yotpo-sr-bottom-line-score {display: none!important;}
div.product-card__info p {
  font-family: 'Elza';
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}
div.product-card__quick-buy div.quantity-container, div.product-card__quick-buy button.button {border-radius: 8px;}
div.product-card__quick-buy button.button {
  font-family: 'Elza';
  font-size: 18px;
  line-height: 120%;
  text-transform: uppercase;
}
div.polaroid-slideshow__wrapper {background: #FED6E1;}
div.polaroid-slideshow__content-div svg>path {fill: #C47E2C;}
div.polaroid-slideshow__content-div h4 {
  font-family: 'Elza';
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
}
div.polaroid-slideshow__content-div p {
  font-family: 'Elza';
  font-size: 20px;
  line-height: 120%;
}
div.polaroid-slideshow__controls>svg.shrink-0 {
  width: 21px;
  height: 21px;
}
div.image-with-text__wrapper h3 {
  font-family: 'Kendamil_Serif';
  font-size: 40px!important;
  line-height: 44px;
}
div.blog-grid__wrapper {background: #BDE4F5;}
div.blog-grid__navigation-title>h4 {
  font-family: Kendamil_Serif';
  font-size: 40px;
  line-height: 44px;
}
button.tab-button {
  font-family: 'Elza';
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
div.blog-grid__item-info p {
  font-family: 'Elza';
  font-size: 20px;
  line-height: 120%;
}
div.blog-grid__item-info p.opacity-40 {
  font-size: 12px;
  color: #07225D;
  opacity: 1;
}
div.blog-grid__item-info a.h6 {
  font-family: 'Elza';
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
div.blog-grid__item-info a.h8 {
  font-family: 'Elza';
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
}
div.blog-grid__view-all>a.button {
  font-family: 'Elza';
  font-weight: 700;
  font-size: 26px;
  line-height: 120%;
  text-transform: uppercase;
  padding: 16px 50px;
  max-height: unset;
}
main#MainContent {padding-bottom: 0;}
footer.bg-pale-blue {
  background: #07225D;
  color: #F6F5ED;
}
footer.bg-pale-blue a.link.list-social__link>svg>path,
footer.bg-pale-blue a.link.list-social__link>svg g>rect {fill: #F6F5ED;}
footer.bg-pale-blue a.flex.title-font>img {filter: brightness(40);}
span.jdgm-star::before {font-size: 25px;}
span.jdgm-prev-badge__text {
  font-family: 'Elza';
  vertical-align: text-bottom;
  margin-left: 10px;
}
a.breadcrumbs__link {
  font-family: 'Elza';
  line-height: 120%;
  color: #252954;
  opacity: 1;
  text-transform: uppercase;
}
div.product-wrapper__info>h4 {
  font-family: 'Kendamil_Serif';
  font-size: 40px;
  line-height: 44px;
}
div.product-wrapper__info>p {
  font-family: 'Elza';
  font-size: 20px;
  line-height: 120%;
}
div.product-wrapper__description>p {
  font-family: 'Elza';
  font-size: 24px;
  line-height: 120%;
}
div.bundleapp-plan-selector-group {padding: 0!important;}
div.bundleapp-plan-selector-group>label {
  padding: 20px 15px;
  justify-content: space-between;
}
div.bundleapp-plan-selector-group>label span {
  font-family: 'Elza';
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
div.bundleapp-plan-selector-group>label>span {min-width: 135px;}
div.bundleapp-plan-selector-group>label>span:last-child {
  text-align: right;
  width: calc(100% - 185px);
}
div.bundleapp-plan-selector-group>div.bundleapp-plan-selector-plan {
  padding: 20px 15px 20px 45px;
  margin: 0!important;
  background: #CDEDDA;
}
div.bundleapp-plan-selector-group>div.bundleapp-plan-selector-plan li {
  font-family: 'Elza';
  font-size: 20px;
  line-height: 120%;
  list-style: disc;
  display: list-item;
  margin-bottom: 7px;
}
div.bundleapp-plan-selector-group>div.bundleapp-plan-selector-plan li:before {content: none;}
div.product-form__subscription>h7 {
  font-family: 'Kendamil_Serif';
  font-weight: 400;
  font-size: 34px;
  line-height: 40px;
}
button.awtomic-can__selector.button {
  border: 1px solid #252954;
  font-family: 'Elza';
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}
button.awtomic-can__selector.button.selected__quantity {
  background: #CDEDDA;
  color: #252954;
}
button.product-form__submit.button {
  font-family: 'Elza';
  font-weight: 700;
  font-size: 27px;
  line-height: 100%;
  text-transform: uppercase;
}
button.product-form__submit.button>span {display: block;}
button.product-form__submit.button>span>svg {
  display: inline-block;
  vertical-align: text-bottom;
  margin-right: 10px;
}
div.product-wrapper__delivery ul {list-style: disc;}
body.template-product div.usp-bar__usp > div.inline-flex {width: 118px;}
div.product-tabs__wrapper {background: #F6F5ED;}
button.h7.tab-navigation__button {
  font-family: 'Roc_Grotesk_Condensed';
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #252954;
  text-transform: uppercase;
}
div.pdp-border-bottom-bright-pink {
  border-color: #252954;
  background: #f8f3ec;
  margin: 0;
}
div.product-tabs__content {padding-top: 30px;}
div.pdp-border-bottom-bright-pink>div.slider {
  background: #C47E2C;
  border-color: #C47E2C;
  height: 3px;
}
div.product-tabs__wrapper h4, div.product-tabs__wrapper h3 {
  font-family: 'Kendamil_Serif';
  font-size: 40px!important;
  line-height: 44px;
  color: #252954!important;
  text-transform: capitalize;
}
div.product-tabs__wrapper p, div.product-tabs__wrapper h6 {
  font-family: 'Elza';
  font-size: 20px;
  line-height: 120%;
  color: #252954!important;
}
div.product-tabs__wrapper h6 {font-weight: bold;}
div.compare-table__wrapper {background: radial-gradient(51.33% 93.15% at 100% 100%, #F4BBC9 2.06%, #F38CA6 100%);}
div.compare-table__wrapper>h3 {
  font-family: 'Kendamil_Serif';
  font-size: 50px;
  text-align: center;
  color: #F6F5ED;
}
div.compare-table__wrapper>img {
  max-height: 90vh;
  margin: auto;
}
div.compare-table__wrapper p, div.compare-table__wrapper h8, div.compare-table__wrapper td {
  font-family: 'Elza';
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #F6F5ED;
}
div.compare-table__wrapper p.text-\[8px\] {font-size: 21px;}
div.compare-table__wrapper svg {display: inline-block;}
div.section-header a.text-center {font-size: 22px;}
div.yotpo-star-rating-reviews-summary-link {width: 100%;}
div.product-card__info div.yotpo-widget-clear {margin: auto;}
div.product-card__info div.yotpo-widget-clear span.yotpo-sr-bottom-line-right-panel {display: none!important;}
div.yotpo-widget-instance.pl-\[15px\].md\:\!hidden {margin-bottom: 15px;}
button#Subscribe {
  min-width: 110px;
  max-height: unset;
}