@charset "UTF-8";
/* purgecss start ignore */
/**
 * Whether primary theme colour is dark
 */
/**
 * Whether secondary theme colour is dark
 */
/**
 * Whether tertiary theme colour is dark
 */
/**
 * Whether bg theme colour is dark
 */
/**
 * Whether either primary and secondary theme colour is dark
 */
/* ! tailwindcss v3.2.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: 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.
*/
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 */
}
/*
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;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: 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-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:  ;
}
html{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.scrollbar-none {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.scrollbar-none::-webkit-scrollbar{
  display: none;
}
[x-cloak] {
  display: none !important;
}

.mwb-icon {
  vertical-align: super;
}
.mwb-icon > svg {
  vertical-align: unset;
}

.mwb-icon,
.mwb-icon > svg {
  display: inline-flex;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.container, .woocommerce > .woocommerce-notices-wrapper,
.woocommerce > .woocommerce-error,
.woocommerce > .woocommerce-success,
.woocommerce > .woocommerce-notice, .wp-block-search, .wp-block-rss, .wp-block-latest-posts,
.wp-block-tag-cloud, .wp-block-latest-comments, .wp-block-calendar, .wp-block-archives, .wp-block-categories, .wp-block-columns, .wp-block-verse, .wp-block-table, .wp-block-pullquote > blockquote, .wp-block-code,
.wp-block-preformatted, .wp-block-embed,
.wp-block-video, .wp-block-gallery, .wp-block-audio, .wp-block-image, .wp-block-file, .wp-block-quote, .wp-block-media-text, .wp-block-ul, .wysiwyg-lists ul, .wysiwyg ul, .payment_box ul, .coreprint-page-instructions ul, ul.wp-block[data-type="core/list"], .wp-block-paragraph ul,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul,
.wp-block-ol,
.wysiwyg-lists ol,
.wysiwyg ol,
.payment_box ol,
.coreprint-page-instructions ol,
ol.wp-block[data-type="core/list"],
.wp-block-paragraph ol,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol, .wp-block-paragraph,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"], .wp-block-separator, .wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h6, .wp-block-h5, .wp-block-h4, .wp-block-h3, .wp-block-h2, .wp-block-h1, .wp-block-heading, .carousel-container .carousel .slick-slider .slick-list, .carousel-container .carousel .slick-slider, .carousel-container .carousel{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--container-width, 84rem);
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 768px) {
  .container, .woocommerce > .woocommerce-notices-wrapper,
  .woocommerce > .woocommerce-error,
  .woocommerce > .woocommerce-success,
  .woocommerce > .woocommerce-notice, .wp-block-search, .wp-block-rss, .wp-block-latest-posts,
  .wp-block-tag-cloud, .wp-block-latest-comments, .wp-block-calendar, .wp-block-archives, .wp-block-categories, .wp-block-columns, .wp-block-verse, .wp-block-table, .wp-block-pullquote > blockquote, .wp-block-code,
  .wp-block-preformatted, .wp-block-embed,
  .wp-block-video, .wp-block-gallery, .wp-block-audio, .wp-block-image, .wp-block-file, .wp-block-quote, .wp-block-media-text, .wp-block-ul, .wysiwyg-lists ul, .wysiwyg ul, .payment_box ul, .coreprint-page-instructions ul, ul.wp-block[data-type="core/list"], .wp-block-paragraph ul,
  .wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul,
  .wp-block-ol,
  .wysiwyg-lists ol,
  .wysiwyg ol,
  .payment_box ol,
  .coreprint-page-instructions ol,
  ol.wp-block[data-type="core/list"],
  .wp-block-paragraph ol,
  .wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol, .wp-block-paragraph,
  .wp-block.block-editor-block-list__block[data-type="core/paragraph"], .wp-block-separator, .wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h6, .wp-block-h5, .wp-block-h4, .wp-block-h3, .wp-block-h2, .wp-block-h1, .wp-block-heading, .carousel-container .carousel .slick-slider .slick-list, .carousel-container .carousel .slick-slider, .carousel-container .carousel{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .container, .woocommerce > .woocommerce-notices-wrapper,
  .woocommerce > .woocommerce-error,
  .woocommerce > .woocommerce-success,
  .woocommerce > .woocommerce-notice, .wp-block-search, .wp-block-rss, .wp-block-latest-posts,
  .wp-block-tag-cloud, .wp-block-latest-comments, .wp-block-calendar, .wp-block-archives, .wp-block-categories, .wp-block-columns, .wp-block-verse, .wp-block-table, .wp-block-pullquote > blockquote, .wp-block-code,
  .wp-block-preformatted, .wp-block-embed,
  .wp-block-video, .wp-block-gallery, .wp-block-audio, .wp-block-image, .wp-block-file, .wp-block-quote, .wp-block-media-text, .wp-block-ul, .wysiwyg-lists ul, .wysiwyg ul, .payment_box ul, .coreprint-page-instructions ul, ul.wp-block[data-type="core/list"], .wp-block-paragraph ul,
  .wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul,
  .wp-block-ol,
  .wysiwyg-lists ol,
  .wysiwyg ol,
  .payment_box ol,
  .coreprint-page-instructions ol,
  ol.wp-block[data-type="core/list"],
  .wp-block-paragraph ol,
  .wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol, .wp-block-paragraph,
  .wp-block.block-editor-block-list__block[data-type="core/paragraph"], .wp-block-separator, .wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h6, .wp-block-h5, .wp-block-h4, .wp-block-h3, .wp-block-h2, .wp-block-h1, .wp-block-heading, .carousel-container .carousel .slick-slider .slick-list, .carousel-container .carousel .slick-slider, .carousel-container .carousel{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.spaced-items{
  margin: -0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.spaced-items > *{
  margin: 0.5rem;
  flex-shrink: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide:focus,
.slick-slide a:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.slick-slider.slick-vertical .slick-slide{
  border-style: none;
}

.slick-slider.full-height,
.slick-slider.full-height .carousel,
.slick-slider.full-height .slick-slider,
.slick-slider.full-height .slick-list,
.slick-slider.full-height .slick-track, .slick-slider.full-height:not(.slick-vertical) .slick-slide, .slick-slider.full-height:not(.slick-vertical) .slick-slide > div{
  height: 100% !important;
}

.carousel-container{
  position: relative;
  overflow: hidden;
}
.carousel-container .carousel{
  overflow: visible;
  padding: 0px;
}
.carousel-container .carousel .fade-inactive-slides:not(.slick-initialized){
  display: flex;
}
.carousel-container .carousel .slick-slider{
  margin-left: -1rem;
  margin-right: -1rem;
  width: auto;
  max-width: none;
}
.carousel-container .carousel .slick-slider .slick-list{
  overflow: visible;
  padding: 0px;
}
.carousel-container .carousel .slick-slider .slick-list .slick-slide > div{
  display: flex;
  height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}
.carousel-container .carousel .slick-slider.slick-adaptive-height .slick-list{
  overflow: hidden;
}
.carousel-container .carousel .slick-slider.fade-inactive-slides .slick-slide{
  pointer-events: none;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.carousel-container .carousel .slick-slider.fade-inactive-slides .slick-slide.slick-active, .carousel-container .carousel .slick-slider.fade-inactive-slides .slick-slide.slick-active-clone{
  pointer-events: auto;
  opacity: 1;
}
.carousel-container .carousel .slick-slider.align-left-unslicked .slick-track{
  margin-left: 0px;
}
.carousel-container .carousel .slick-slider.align-right-unslicked{
  margin-right: 0px;
}
.carousel-container .carousel .slick-slider .slick-dots{
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.carousel-container .carousel .slick-slider .slick-dots > li{
  flex-shrink: 0;
}
.carousel-container .carousel .slick-slider .slick-dots button{
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 0.75rem;
  width: 0.75rem;
  border-radius: 9999px;
  border-width: var(--border-width, 1px);
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-primary, #000), var(--tw-border-opacity));
  background-color: transparent;
  color: transparent;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.carousel-container .carousel .slick-slider .slick-dots button:hover, .carousel-container .carousel .slick-slider .slick-dots button:focus{
  color: transparent;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.carousel-container .carousel .slick-slider .slick-dots .slick-active button{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-primary, #000), var(--tw-bg-opacity));
}
.carousel-container .carousel .slick-slider.slick-arrowed .slick-list{
  padding-left: 2rem;
  padding-right: 2rem;
}
.carousel-container .carousel .slick-slider .slick-arrow{
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 1;
  width: 100%;
  --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));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.carousel-container .carousel .slick-slider .slick-arrow > div{
  pointer-events: auto;
  position: absolute;
  top: 0px;
  --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));
  font-size: 1.875rem;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.carousel-container .carousel .slick-slider .slick-arrow.slick-prev > div{
  left: 0px;
  margin-left: 1.5rem;
}
.carousel-container .carousel .slick-slider .slick-arrow.slick-next > div{
  right: 0px;
  margin-right: 1.5rem;
}
.carousel-container .carousel .slick-slider .slick-arrow.slick-disabled > div{
  pointer-events: none;
  opacity: 0.25;
}

.slick-only-show-first-initially[data-slick]:not(.slick-initialized) > *:not(:first-child) {
  display: none;
}

.h1, h1.wp-block-heading, h1.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h1, .wysiwyg-headings h1, .wysiwyg h1, .payment_box h1, .coreprint-page-instructions h1, .wp-block-paragraph h1,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h1{
  margin-bottom: 0.75rem;
  font-family: var(--font-heading), 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";
  line-height: 1.25;
}

.h2, h2.wp-block-heading, h2.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h2, .wysiwyg-headings h2, .wysiwyg h2, .payment_box h2, .coreprint-page-instructions h2, .wp-block-paragraph h2,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h2{
  margin-bottom: 0.75rem;
  font-family: var(--font-heading), 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";
  line-height: 1.25;
}

.h3, h3.wp-block-heading, h3.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h3, .wysiwyg-headings h3, .wysiwyg h3, .payment_box h3, .coreprint-page-instructions h3, .wp-block-paragraph h3,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h3{
  margin-bottom: 0.75rem;
  font-family: var(--font-heading), 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";
  line-height: 1.25;
}

.h4, h4.wp-block-heading, h4.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h4, .wysiwyg-headings h4, .wysiwyg h4, .payment_box h4, .coreprint-page-instructions h4, .wp-block-paragraph h4,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h4{
  margin-bottom: 0.75rem;
  font-family: var(--font-heading), 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";
  line-height: 1.25;
}

.h5, h5.wp-block-heading, h5.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h5, .wysiwyg-headings h5, .wysiwyg h5, .payment_box h5, .coreprint-page-instructions h5, .wp-block-paragraph h5,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h5{
  margin-bottom: 0.75rem;
  font-family: var(--font-heading), 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";
  line-height: 1.25;
}

.h6, h6.wp-block-heading, h6.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h6, .wysiwyg-headings h6, .wysiwyg h6, .payment_box h6, .coreprint-page-instructions h6, .wp-block-paragraph h6,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h6{
  margin-bottom: 0.75rem;
  font-family: var(--font-heading), 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";
  line-height: 1.25;
}

.h1, h1.wp-block-heading, h1.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h1, .wysiwyg-headings h1, .wysiwyg h1, .payment_box h1, .coreprint-page-instructions h1, .wp-block-paragraph h1,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h1{
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  .h1, h1.wp-block-heading, h1.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h1, .wysiwyg-headings h1, .wysiwyg h1, .payment_box h1, .coreprint-page-instructions h1, .wp-block-paragraph h1,
  .wp-block.block-editor-block-list__block[data-type="core/paragraph"] h1{
    font-size: 3rem;
  }
}

.h2, h2.wp-block-heading, h2.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h2, .wysiwyg-headings h2, .wysiwyg h2, .payment_box h2, .coreprint-page-instructions h2, .wp-block-paragraph h2,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h2{
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
  font-weight: 700;
}

.h3, h3.wp-block-heading, h3.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h3, .wysiwyg-headings h3, .wysiwyg h3, .payment_box h3, .coreprint-page-instructions h3, .wp-block-paragraph h3,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h3{
  margin-bottom: 0.75rem;
  font-size: 1.875rem;
  font-weight: 700;
}

.h4, h4.wp-block-heading, h4.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h4, .wysiwyg-headings h4, .wysiwyg h4, .payment_box h4, .coreprint-page-instructions h4, .wp-block-paragraph h4,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h4{
  margin-bottom: 0.75rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.h5, h5.wp-block-heading, h5.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h5, .wysiwyg-headings h5, .wysiwyg h5, .payment_box h5, .coreprint-page-instructions h5, .wp-block-paragraph h5,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h5{
  margin-bottom: 0.75rem;
  font-size: 1.25rem;
  font-weight: 600;
}

.h6, h6.wp-block-heading, h6.wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-h6, .wysiwyg-headings h6, .wysiwyg h6, .payment_box h6, .coreprint-page-instructions h6, .wp-block-paragraph h6,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h6{
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
}

.p{
  margin-bottom: 1rem;
  line-height: 1.625;
}

.btns{
  margin: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.btns > .btn, .btns > .button:not(.acf-button), .wp-block-search .btns > .wp-block-search__button, .wp-block-file.btns > *.wp-block-file__button, .wp-block-buttons .wp-block-button .btns > .wp-block-button__link, .acf-form .btns > .af-previous-button,
.acf-form .btns > .af-next-button,
.acf-form .btns > .acf-button, .acf-form .acf-row-handle.remove.btns > a, .btns > input[type=submit]{
  margin: 0.5rem;
  flex-shrink: 0;
}

.btn, .button:not(.acf-button).alt, .button:not(.acf-button), .wp-block-search .wp-block-search__button, .wp-block-file > *.wp-block-file__button, .wp-block-buttons .wp-block-button .wp-block-button__link, .acf-form .af-previous-button,
.acf-form .af-next-button,
.acf-form .acf-button, .acf-form .acf-row-handle.remove > a, input[type=submit]{
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  align-items: center;
  border-radius: var(--button-border-radius, 0.25rem);
  border-width: var(--border-width, 1px);
  border-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.btn:hover, .button:hover:not(.acf-button), .wp-block-search .wp-block-search__button:hover, .wp-block-file > .wp-block-file__button:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:hover, .acf-form .af-previous-button:hover,
.acf-form .af-next-button:hover,
.acf-form .acf-button:hover, .acf-form .acf-row-handle.remove > a:hover, input[type=submit]:hover{
  opacity: 0.75;
}
.btn:focus, .button:focus:not(.acf-button), .wp-block-search .wp-block-search__button:focus, .wp-block-file > .wp-block-file__button:focus, .wp-block-buttons .wp-block-button .wp-block-button__link:focus, .acf-form .af-previous-button:focus,
.acf-form .af-next-button:focus,
.acf-form .acf-button:focus, .acf-form .acf-row-handle.remove > a:focus, input[type=submit]:focus, .btn:active, .button:active:not(.acf-button), .wp-block-search .wp-block-search__button:active, .wp-block-file > .wp-block-file__button:active, .wp-block-buttons .wp-block-button .wp-block-button__link:active, .acf-form .af-previous-button:active,
.acf-form .af-next-button:active,
.acf-form .acf-button:active, .acf-form .acf-row-handle.remove > a:active, input[type=submit]:active{
  opacity: 0.5;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.btn[disabled], [disabled].button:not(.acf-button), .wp-block-search [disabled].wp-block-search__button, .wp-block-file > [disabled].wp-block-file__button, .wp-block-buttons .wp-block-button [disabled].wp-block-button__link, .acf-form [disabled].af-previous-button,
.acf-form [disabled].af-next-button,
.acf-form [disabled].acf-button, .acf-form .acf-row-handle.remove > a[disabled], input[disabled][type=submit]{
  cursor: not-allowed;
  opacity: 0.5;
}
.btn[disabled]:active, [disabled].button:active:not(.acf-button), .wp-block-search [disabled].wp-block-search__button:active, .wp-block-file > [disabled].wp-block-file__button:active, .wp-block-buttons .wp-block-button [disabled].wp-block-button__link:active, .acf-form [disabled].af-previous-button:active,
.acf-form [disabled].af-next-button:active,
.acf-form [disabled].acf-button:active, .acf-form .acf-row-handle.remove > a[disabled]:active, input[disabled][type=submit]:active{
  pointer-events: none;
}

.btn.primary, .primary.button:not(.acf-button), .acf-form .primary.af-previous-button,
.acf-form .primary.af-next-button,
.acf-form .primary.acf-button, input.primary[type=submit],
.button:not(.acf-button):not(.alt),
.wp-block-search .wp-block-search__button,
.wp-block-file > *.wp-block-file__button,
.wp-block-buttons .wp-block-button .wp-block-button__link,
.acf-form .af-previous-button,
.acf-form .af-next-button,
.acf-form .acf-button,
.acf-form .acf-row-handle.remove > a{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-primary, #000), var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
}
.primary-is-dark .btn.primary, .primary-is-dark .primary.button:not(.acf-button), .primary-is-dark .acf-form .primary.af-previous-button, .acf-form .primary-is-dark .primary.af-previous-button,
.primary-is-dark .acf-form .primary.af-next-button,
.acf-form .primary-is-dark .primary.af-next-button,
.primary-is-dark .acf-form .primary.acf-button,
.acf-form .primary-is-dark .primary.acf-button, .primary-is-dark input.primary[type=submit],
.primary-is-dark .button:not(.acf-button):not(.alt),
.primary-is-dark .wp-block-search .wp-block-search__button,
.wp-block-search .primary-is-dark .wp-block-search__button,
.primary-is-dark .wp-block-file > *.wp-block-file__button,
.primary-is-dark .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-buttons .wp-block-button .primary-is-dark .wp-block-button__link,
.primary-is-dark .acf-form .af-previous-button,
.acf-form .primary-is-dark .af-previous-button,
.primary-is-dark .acf-form .af-next-button,
.acf-form .primary-is-dark .af-next-button,
.primary-is-dark .acf-form .acf-button,
.acf-form .primary-is-dark .acf-button,
.primary-is-dark .acf-form .acf-row-handle.remove > a,
.acf-form .primary-is-dark .acf-row-handle.remove > a{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity));
}

.btn.primary.outlined, .primary.outlined.button:not(.acf-button), .wp-block-search .primary.outlined.wp-block-search__button, .wp-block-file > .primary.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .primary.outlined.wp-block-button__link, .acf-form .primary.outlined.af-previous-button,
.acf-form .primary.outlined.af-next-button,
.acf-form .primary.outlined.acf-button, .acf-form .acf-row-handle.remove > a.primary, input.primary.outlined[type=submit],
.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-primary, #000), var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-primary, #000), var(--tw-text-opacity));
}
.primary-is-dark .btn.primary.outlined, .primary-is-dark .primary.outlined.button:not(.acf-button), .primary-is-dark .wp-block-search .primary.outlined.wp-block-search__button, .wp-block-search .primary-is-dark .primary.outlined.wp-block-search__button, .primary-is-dark .wp-block-file > .primary.outlined.wp-block-file__button, .primary-is-dark .wp-block-buttons .wp-block-button .primary.outlined.wp-block-button__link, .wp-block-buttons .wp-block-button .primary-is-dark .primary.outlined.wp-block-button__link, .primary-is-dark .acf-form .primary.outlined.af-previous-button, .acf-form .primary-is-dark .primary.outlined.af-previous-button,
.primary-is-dark .acf-form .primary.outlined.af-next-button,
.acf-form .primary-is-dark .primary.outlined.af-next-button,
.primary-is-dark .acf-form .primary.outlined.acf-button,
.acf-form .primary-is-dark .primary.outlined.acf-button, .primary-is-dark .acf-form .acf-row-handle.remove > a.primary, .acf-form .primary-is-dark .acf-row-handle.remove > a.primary, .primary-is-dark input.primary.outlined[type=submit],
.primary-is-dark .wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-buttons .wp-block-button.is-style-outline .primary-is-dark .wp-block-button__link{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-primary, #000), var(--tw-text-opacity));
}

.btn.secondary, .secondary.button:not(.acf-button), .wp-block-search .secondary.wp-block-search__button, .wp-block-file > .secondary.wp-block-file__button, .wp-block-buttons .wp-block-button .secondary.wp-block-button__link, .acf-form .secondary.af-previous-button,
.acf-form .secondary.af-next-button,
.acf-form .secondary.acf-button, .acf-form .acf-row-handle.remove > a.secondary,
.entry-summary .single_add_to_cart_button:not(.acf-button),
.button:not(.acf-button).alt,
.wp-block-buttons .wp-block-button.secondary .wp-block-button__link,
input[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-secondary, #666), var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
}
.secondary-is-dark .btn.secondary, .secondary-is-dark .secondary.button:not(.acf-button), .secondary-is-dark .wp-block-search .secondary.wp-block-search__button, .wp-block-search .secondary-is-dark .secondary.wp-block-search__button, .secondary-is-dark .wp-block-file > .secondary.wp-block-file__button, .secondary-is-dark .wp-block-buttons .wp-block-button .secondary.wp-block-button__link, .wp-block-buttons .wp-block-button .secondary-is-dark .secondary.wp-block-button__link, .secondary-is-dark .acf-form .secondary.af-previous-button, .acf-form .secondary-is-dark .secondary.af-previous-button,
.secondary-is-dark .acf-form .secondary.af-next-button,
.acf-form .secondary-is-dark .secondary.af-next-button,
.secondary-is-dark .acf-form .secondary.acf-button,
.acf-form .secondary-is-dark .secondary.acf-button, .secondary-is-dark .acf-form .acf-row-handle.remove > a.secondary, .acf-form .secondary-is-dark .acf-row-handle.remove > a.secondary,
.secondary-is-dark .entry-summary .single_add_to_cart_button:not(.acf-button),
.entry-summary .secondary-is-dark .single_add_to_cart_button:not(.acf-button),
.secondary-is-dark .button:not(.acf-button).alt,
.secondary-is-dark .wp-block-buttons .wp-block-button.secondary .wp-block-button__link,
.wp-block-buttons .wp-block-button.secondary .secondary-is-dark .wp-block-button__link,
.secondary-is-dark input[type=submit]{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity));
}

.btn.secondary.outlined, .secondary.outlined.button:not(.acf-button), .wp-block-search .secondary.outlined.wp-block-search__button, .wp-block-file > .secondary.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .secondary.outlined.wp-block-button__link, .acf-form .secondary.outlined.af-previous-button,
.acf-form .secondary.outlined.af-next-button,
.acf-form .secondary.outlined.acf-button, .acf-form .acf-row-handle.remove > a.secondary, input.secondary.outlined[type=submit],
.wp-block-buttons .wp-block-button.secondary.is-style-outline .wp-block-button__link{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-secondary, #666), var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-secondary, #666), var(--tw-text-opacity));
}
.secondary-is-dark .btn.secondary.outlined, .secondary-is-dark .secondary.outlined.button:not(.acf-button), .secondary-is-dark .wp-block-search .secondary.outlined.wp-block-search__button, .wp-block-search .secondary-is-dark .secondary.outlined.wp-block-search__button, .secondary-is-dark .wp-block-file > .secondary.outlined.wp-block-file__button, .secondary-is-dark .wp-block-buttons .wp-block-button .secondary.outlined.wp-block-button__link, .wp-block-buttons .wp-block-button .secondary-is-dark .secondary.outlined.wp-block-button__link, .secondary-is-dark .acf-form .secondary.outlined.af-previous-button, .acf-form .secondary-is-dark .secondary.outlined.af-previous-button,
.secondary-is-dark .acf-form .secondary.outlined.af-next-button,
.acf-form .secondary-is-dark .secondary.outlined.af-next-button,
.secondary-is-dark .acf-form .secondary.outlined.acf-button,
.acf-form .secondary-is-dark .secondary.outlined.acf-button, .secondary-is-dark .acf-form .acf-row-handle.remove > a.secondary, .acf-form .secondary-is-dark .acf-row-handle.remove > a.secondary, .secondary-is-dark input.secondary.outlined[type=submit],
.secondary-is-dark .wp-block-buttons .wp-block-button.secondary.is-style-outline .wp-block-button__link,
.wp-block-buttons .wp-block-button.secondary.is-style-outline .secondary-is-dark .wp-block-button__link{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-secondary, #666), var(--tw-text-opacity));
}

.btn.tertiary, .tertiary.button:not(.acf-button), .wp-block-search .tertiary.wp-block-search__button, .wp-block-file > .tertiary.wp-block-file__button, .wp-block-buttons .wp-block-button .tertiary.wp-block-button__link, .acf-form .tertiary.af-previous-button,
.acf-form .tertiary.af-next-button,
.acf-form .tertiary.acf-button, .acf-form .acf-row-handle.remove > a.tertiary, input.tertiary[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-tertiary, #b5b5b5), var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
}
.tertiary-is-dark .btn.tertiary, .tertiary-is-dark .tertiary.button:not(.acf-button), .tertiary-is-dark .wp-block-search .tertiary.wp-block-search__button, .wp-block-search .tertiary-is-dark .tertiary.wp-block-search__button, .tertiary-is-dark .wp-block-file > .tertiary.wp-block-file__button, .tertiary-is-dark .wp-block-buttons .wp-block-button .tertiary.wp-block-button__link, .wp-block-buttons .wp-block-button .tertiary-is-dark .tertiary.wp-block-button__link, .tertiary-is-dark .acf-form .tertiary.af-previous-button, .acf-form .tertiary-is-dark .tertiary.af-previous-button,
.tertiary-is-dark .acf-form .tertiary.af-next-button,
.acf-form .tertiary-is-dark .tertiary.af-next-button,
.tertiary-is-dark .acf-form .tertiary.acf-button,
.acf-form .tertiary-is-dark .tertiary.acf-button, .tertiary-is-dark .acf-form .acf-row-handle.remove > a.tertiary, .acf-form .tertiary-is-dark .acf-row-handle.remove > a.tertiary, .tertiary-is-dark input.tertiary[type=submit]{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity));
}

.btn.tertiary.outlined, .tertiary.outlined.button:not(.acf-button), .wp-block-search .tertiary.outlined.wp-block-search__button, .wp-block-file > .tertiary.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .tertiary.outlined.wp-block-button__link, .acf-form .tertiary.outlined.af-previous-button,
.acf-form .tertiary.outlined.af-next-button,
.acf-form .tertiary.outlined.acf-button, .acf-form .acf-row-handle.remove > a.tertiary, input.tertiary.outlined[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-tertiary, #b5b5b5), var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-tertiary, #b5b5b5), var(--tw-text-opacity));
}
.tertiary-is-dark .btn.tertiary.outlined, .tertiary-is-dark .tertiary.outlined.button:not(.acf-button), .tertiary-is-dark .wp-block-search .tertiary.outlined.wp-block-search__button, .wp-block-search .tertiary-is-dark .tertiary.outlined.wp-block-search__button, .tertiary-is-dark .wp-block-file > .tertiary.outlined.wp-block-file__button, .tertiary-is-dark .wp-block-buttons .wp-block-button .tertiary.outlined.wp-block-button__link, .wp-block-buttons .wp-block-button .tertiary-is-dark .tertiary.outlined.wp-block-button__link, .tertiary-is-dark .acf-form .tertiary.outlined.af-previous-button, .acf-form .tertiary-is-dark .tertiary.outlined.af-previous-button,
.tertiary-is-dark .acf-form .tertiary.outlined.af-next-button,
.acf-form .tertiary-is-dark .tertiary.outlined.af-next-button,
.tertiary-is-dark .acf-form .tertiary.outlined.acf-button,
.acf-form .tertiary-is-dark .tertiary.outlined.acf-button, .tertiary-is-dark .acf-form .acf-row-handle.remove > a.tertiary, .acf-form .tertiary-is-dark .acf-row-handle.remove > a.tertiary, .tertiary-is-dark input.tertiary.outlined[type=submit]{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-tertiary, #b5b5b5), var(--tw-text-opacity));
}

.btn.dark, .dark.button:not(.acf-button), .wp-block-search .dark.wp-block-search__button, .wp-block-file > .dark.wp-block-file__button, .wp-block-buttons .wp-block-button .dark.wp-block-button__link, .acf-form .dark.af-previous-button,
.acf-form .dark.af-next-button,
.acf-form .dark.acf-button, .acf-form .acf-row-handle.remove > a.dark, input.dark[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-dark, #21111E), var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity));
}

.btn.dark.outlined, .dark.outlined.button:not(.acf-button), .wp-block-search .dark.outlined.wp-block-search__button, .wp-block-file > .dark.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .dark.outlined.wp-block-button__link, .acf-form .dark.outlined.af-previous-button,
.acf-form .dark.outlined.af-next-button,
.acf-form .dark.outlined.acf-button, .acf-form .acf-row-handle.remove > a.dark, input.dark.outlined[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-dark, #21111E), var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
}

.btn.light, .light.button:not(.acf-button), .wp-block-search .light.wp-block-search__button, .wp-block-file > .light.wp-block-file__button, .wp-block-buttons .wp-block-button .light.wp-block-button__link, .acf-form .light.af-previous-button,
.acf-form .light.af-next-button,
.acf-form .light.acf-button, .acf-form .acf-row-handle.remove > a.light, input.light[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-light, #fff), var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
}

.btn.light.outlined, .light.outlined.button:not(.acf-button), .wp-block-search .light.outlined.wp-block-search__button, .wp-block-file > .light.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .light.outlined.wp-block-button__link, .acf-form .light.outlined.af-previous-button,
.acf-form .light.outlined.af-next-button,
.acf-form .light.outlined.acf-button, .acf-form .acf-row-handle.remove > a.light, input.light.outlined[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-light, #fff), var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity));
}

.btn.bg, .bg.button:not(.acf-button), .wp-block-search .bg.wp-block-search__button, .wp-block-file > .bg.wp-block-file__button, .wp-block-buttons .wp-block-button .bg.wp-block-button__link, .acf-form .bg.af-previous-button,
.acf-form .bg.af-next-button,
.acf-form .bg.acf-button, .acf-form .acf-row-handle.remove > a.bg, input.bg[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-bg, #fff), var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
}
.bg-is-dark .btn.bg, .bg-is-dark .bg.button:not(.acf-button), .bg-is-dark .wp-block-search .bg.wp-block-search__button, .wp-block-search .bg-is-dark .bg.wp-block-search__button, .bg-is-dark .wp-block-file > .bg.wp-block-file__button, .bg-is-dark .wp-block-buttons .wp-block-button .bg.wp-block-button__link, .wp-block-buttons .wp-block-button .bg-is-dark .bg.wp-block-button__link, .bg-is-dark .acf-form .bg.af-previous-button, .acf-form .bg-is-dark .bg.af-previous-button,
.bg-is-dark .acf-form .bg.af-next-button,
.acf-form .bg-is-dark .bg.af-next-button,
.bg-is-dark .acf-form .bg.acf-button,
.acf-form .bg-is-dark .bg.acf-button, .bg-is-dark .acf-form .acf-row-handle.remove > a.bg, .acf-form .bg-is-dark .acf-row-handle.remove > a.bg, .bg-is-dark input.bg[type=submit]{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity));
}

.btn.bg.outlined, .bg.outlined.button:not(.acf-button), .wp-block-search .bg.outlined.wp-block-search__button, .wp-block-file > .bg.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .bg.outlined.wp-block-button__link, .acf-form .bg.outlined.af-previous-button,
.acf-form .bg.outlined.af-next-button,
.acf-form .bg.outlined.acf-button, .acf-form .acf-row-handle.remove > a.bg, input.bg.outlined[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-bg, #fff), var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-bg, #fff), var(--tw-text-opacity));
}
.bg-is-dark .btn.bg.outlined, .bg-is-dark .bg.outlined.button:not(.acf-button), .bg-is-dark .wp-block-search .bg.outlined.wp-block-search__button, .wp-block-search .bg-is-dark .bg.outlined.wp-block-search__button, .bg-is-dark .wp-block-file > .bg.outlined.wp-block-file__button, .bg-is-dark .wp-block-buttons .wp-block-button .bg.outlined.wp-block-button__link, .wp-block-buttons .wp-block-button .bg-is-dark .bg.outlined.wp-block-button__link, .bg-is-dark .acf-form .bg.outlined.af-previous-button, .acf-form .bg-is-dark .bg.outlined.af-previous-button,
.bg-is-dark .acf-form .bg.outlined.af-next-button,
.acf-form .bg-is-dark .bg.outlined.af-next-button,
.bg-is-dark .acf-form .bg.outlined.acf-button,
.acf-form .bg-is-dark .bg.outlined.acf-button, .bg-is-dark .acf-form .acf-row-handle.remove > a.bg, .acf-form .bg-is-dark .acf-row-handle.remove > a.bg, .bg-is-dark input.bg.outlined[type=submit]{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-bg, #fff), var(--tw-text-opacity));
}

.btn.clear, .clear.button:not(.acf-button), .wp-block-search .clear.wp-block-search__button, .wp-block-file > .clear.wp-block-file__button, .wp-block-buttons .wp-block-button .clear.wp-block-button__link, .acf-form .clear.af-previous-button,
.acf-form .clear.af-next-button,
.acf-form .clear.acf-button, .acf-form .acf-row-handle.remove > a.clear, input.clear[type=submit]{
  border-color: transparent;
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
}
.primary-is-dark .btn.clear, .primary-is-dark .clear.button:not(.acf-button), .primary-is-dark .wp-block-search .clear.wp-block-search__button, .wp-block-search .primary-is-dark .clear.wp-block-search__button, .primary-is-dark .wp-block-file > .clear.wp-block-file__button, .primary-is-dark .wp-block-buttons .wp-block-button .clear.wp-block-button__link, .wp-block-buttons .wp-block-button .primary-is-dark .clear.wp-block-button__link, .primary-is-dark .acf-form .clear.af-previous-button, .acf-form .primary-is-dark .clear.af-previous-button,
.primary-is-dark .acf-form .clear.af-next-button,
.acf-form .primary-is-dark .clear.af-next-button,
.primary-is-dark .acf-form .clear.acf-button,
.acf-form .primary-is-dark .clear.acf-button, .primary-is-dark .acf-form .acf-row-handle.remove > a.clear, .acf-form .primary-is-dark .acf-row-handle.remove > a.clear, .primary-is-dark input.clear[type=submit]{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
}

.secondary-is-dark .btn.clear, .secondary-is-dark .clear.button:not(.acf-button), .secondary-is-dark .wp-block-search .clear.wp-block-search__button, .wp-block-search .secondary-is-dark .clear.wp-block-search__button, .secondary-is-dark .wp-block-file > .clear.wp-block-file__button, .secondary-is-dark .wp-block-buttons .wp-block-button .clear.wp-block-button__link, .wp-block-buttons .wp-block-button .secondary-is-dark .clear.wp-block-button__link, .secondary-is-dark .acf-form .clear.af-previous-button, .acf-form .secondary-is-dark .clear.af-previous-button,
.secondary-is-dark .acf-form .clear.af-next-button,
.acf-form .secondary-is-dark .clear.af-next-button,
.secondary-is-dark .acf-form .clear.acf-button,
.acf-form .secondary-is-dark .clear.acf-button, .secondary-is-dark .acf-form .acf-row-handle.remove > a.clear, .acf-form .secondary-is-dark .acf-row-handle.remove > a.clear, .secondary-is-dark input.clear[type=submit]{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
}

.btn.expanded, .expanded.button:not(.acf-button), .wp-block-search .expanded.wp-block-search__button, .wp-block-file > .expanded.wp-block-file__button, .wp-block-buttons .wp-block-button .expanded.wp-block-button__link, .acf-form .expanded.af-previous-button,
.acf-form .expanded.af-next-button,
.acf-form .expanded.acf-button, .acf-form .acf-row-handle.remove > a.expanded, input.expanded[type=submit],
.entry-summary .single_add_to_cart_button:not(.acf-button){
  width: 100%;
  justify-content: center;
  text-align: center;
}

.btn.big, .big.button:not(.acf-button), .wp-block-search .big.wp-block-search__button, .wp-block-file > .big.wp-block-file__button, .wp-block-buttons .wp-block-button .big.wp-block-button__link, .acf-form .big.af-previous-button,
.acf-form .big.af-next-button,
.acf-form .big.acf-button, .acf-form .acf-row-handle.remove > a.big, input.big[type=submit],
.entry-summary .single_add_to_cart_button:not(.acf-button){
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
}

/* Colour variants (add any extra palette colours here) */
.btn.white, .white.button:not(.acf-button), .wp-block-search .white.wp-block-search__button, .wp-block-file > .white.wp-block-file__button, .wp-block-buttons .wp-block-button .white.wp-block-button__link, .acf-form .white.af-previous-button,
.acf-form .white.af-next-button,
.acf-form .white.acf-button, .acf-form .acf-row-handle.remove > a.white, input.white[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
}
.btn.white.outlined, .white.outlined.button:not(.acf-button), .wp-block-search .white.outlined.wp-block-search__button, .wp-block-file > .white.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .white.outlined.wp-block-button__link, .acf-form .white.outlined.af-previous-button,
.acf-form .white.outlined.af-next-button,
.acf-form .white.outlined.acf-button, .acf-form .acf-row-handle.remove > a.white, input.white.outlined[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.btn.grey, .grey.button:not(.acf-button), .wp-block-search .grey.wp-block-search__button, .wp-block-file > .grey.wp-block-file__button, .wp-block-buttons .wp-block-button .grey.wp-block-button__link, .acf-form .grey.af-previous-button,
.acf-form .grey.af-next-button,
.acf-form .grey.acf-button, .acf-form .acf-row-handle.remove > a.grey, input.grey[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
}
.btn.grey.outlined, .grey.outlined.button:not(.acf-button), .wp-block-search .grey.outlined.wp-block-search__button, .wp-block-file > .grey.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .grey.outlined.wp-block-button__link, .acf-form .grey.outlined.af-previous-button,
.acf-form .grey.outlined.af-next-button,
.acf-form .grey.outlined.acf-button, .acf-form .acf-row-handle.remove > a.grey, input.grey.outlined[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(226 226 226 / var(--tw-text-opacity));
}

.btn.light-grey, .light-grey.button:not(.acf-button), .wp-block-search .light-grey.wp-block-search__button, .wp-block-file > .light-grey.wp-block-file__button, .wp-block-buttons .wp-block-button .light-grey.wp-block-button__link, .acf-form .light-grey.af-previous-button,
.acf-form .light-grey.af-next-button,
.acf-form .light-grey.acf-button, .acf-form .acf-row-handle.remove > a.light-grey, input.light-grey[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
}
.btn.light-grey.outlined, .light-grey.outlined.button:not(.acf-button), .wp-block-search .light-grey.outlined.wp-block-search__button, .wp-block-file > .light-grey.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .light-grey.outlined.wp-block-button__link, .acf-form .light-grey.outlined.af-previous-button,
.acf-form .light-grey.outlined.af-next-button,
.acf-form .light-grey.outlined.acf-button, .acf-form .acf-row-handle.remove > a.light-grey, input.light-grey.outlined[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}

.btn.black, .black.button:not(.acf-button), .wp-block-search .black.wp-block-search__button, .wp-block-file > .black.wp-block-file__button, .wp-block-buttons .wp-block-button .black.wp-block-button__link, .acf-form .black.af-previous-button,
.acf-form .black.af-next-button,
.acf-form .black.acf-button, .acf-form .acf-row-handle.remove > a.black, input.black[type=submit]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity));
}
.btn.black.outlined, .black.outlined.button:not(.acf-button), .wp-block-search .black.outlined.wp-block-search__button, .wp-block-file > .black.outlined.wp-block-file__button, .wp-block-buttons .wp-block-button .black.outlined.wp-block-button__link, .acf-form .black.outlined.af-previous-button,
.acf-form .black.outlined.af-next-button,
.acf-form .black.outlined.acf-button, .acf-form .acf-row-handle.remove > a.black, input.black.outlined[type=submit]{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  font-weight: 800;
}

/* Other internal variants */
.btn.only-icon, .only-icon.button:not(.acf-button), .wp-block-search .only-icon.wp-block-search__button, .wp-block-file > .only-icon.wp-block-file__button, .wp-block-buttons .wp-block-button .only-icon.wp-block-button__link, .acf-form .only-icon.af-previous-button,
.acf-form .only-icon.af-next-button,
.acf-form .only-icon.acf-button, .acf-form .acf-row-handle.remove > a.only-icon, input.only-icon[type=submit]{
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  padding: 0px;
  font-size: 1.5rem;
}

/* Global/general input styling */
label{
  display: inline-block;
  cursor: pointer;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}
label a{
  text-decoration-line: underline;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
select,
textarea{
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: var(--border-radius, 0.25rem);
  border-width: var(--border-width, 1px);
  border-color: currentColor;
  --tw-border-opacity: 0.5;
  background-color: transparent;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: currentColor;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit]):focus,
select:focus,
textarea:focus{
  --tw-border-opacity: 1;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit])::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder{
  color: currentColor;
  opacity: 0.5;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit])::placeholder,
select::placeholder,
textarea::placeholder{
  color: currentColor;
  opacity: 0.5;
}
input:not([type=checkbox]):not([type=radio]):not([type=submit])[aria-invalid=true],
select[aria-invalid=true],
textarea[aria-invalid=true]{
  --tw-border-opacity: 1;
  border-color: rgb(229 62 62 / var(--tw-border-opacity));
}

select{
  cursor: pointer;
}
select:not([multiple]){
  padding-right: 3rem;
  background: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 21px) calc(1em + 2px), calc(100% - 16px) calc(1em + 2px);
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
select > option{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
}

textarea{
  max-height: 100vh;
}

input[type=checkbox],
input[type=radio]{
  position: relative;
  margin-top: 1px;
  margin-right: 0.5rem;
  height: 1.25rem;
  width: 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=checkbox]:before, input[type=checkbox]:after,
input[type=radio]:before,
input[type=radio]:after {
  content: "";
  display: inline-block;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
input[type=checkbox]:before,
input[type=radio]:before{
  margin-right: 0.5rem;
  cursor: pointer;
  border-width: var(--border-width, 1px);
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
input[type=checkbox]:after,
input[type=radio]:after{
  pointer-events: none;
  position: absolute;
  top: 0px;
  left: 0px;
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: var(--border-width, 1px);
  border-color: transparent;
  opacity: 0;
}
input[type=checkbox]:focus,
input[type=radio]:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input[type=checkbox]:focus:before,
input[type=radio]:focus:before{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-secondary, #666), var(--tw-border-opacity));
}
input[type=checkbox]:checked:after,
input[type=radio]:checked:after{
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
  opacity: 1;
}

input[type=checkbox]:before{
  border-radius: 0.125rem;
}
input[type=checkbox]:after{
  margin: 0px;
  height: 1.25rem;
  width: 0.75rem;
  transform-origin: right;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-width: 4px;
  border-top-width: 0px;
  border-left-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-secondary, #666), var(--tw-border-opacity));
}

input[type=radio]:before{
  border-radius: 9999px;
}
input[type=radio]:after{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-secondary, #666), var(--tw-bg-opacity));
}

/* ACF / Advanced Forms support */
.acf-hidden{
  display: none;
}

.acf-form{
  display: flex;
  flex-direction: column;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.acf-form > .acf-notice.-error,
.acf-form .acf-hidden{
  display: none;
}
.acf-form .acf-fields{
  margin: -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.acf-form .acf-fields > .acf-field{
  flex-grow: 1;
  padding: 0.25rem;
}
.acf-form .acf-fields > .acf-field:not([class*=w-]){
  width: 100%;
}
.acf-form .acf-field-checkbox .acf-checkbox-list,
.acf-form .acf-field-checkbox .acf-radio-list,
.acf-form .acf-field-radio .acf-checkbox-list,
.acf-form .acf-field-radio .acf-radio-list{
  display: flex;
  flex-direction: column;
}
.acf-form .acf-field-checkbox .acf-checkbox-list.acf-hl,
.acf-form .acf-field-checkbox .acf-radio-list.acf-hl,
.acf-form .acf-field-radio .acf-checkbox-list.acf-hl,
.acf-form .acf-field-radio .acf-radio-list.acf-hl{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.acf-form .acf-field-checkbox .acf-checkbox-list label,
.acf-form .acf-field-checkbox .acf-radio-list label,
.acf-form .acf-field-radio .acf-checkbox-list label,
.acf-form .acf-field-radio .acf-radio-list label{
  margin-right: 1.5rem;
  display: flex;
}
.acf-form .acf-label .af-field-instructions{
  font-weight: 400;
  font-style: italic;
  opacity: 0.75;
}
.acf-form .acf-input{
  position: relative;
}
.acf-form .acf-input .acf-error-message{
  font-size: 0.875rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity));
}
.acf-form .acf-field-message{
  margin-top: 0.25rem;
  margin-bottom: 0.5rem;
}
.acf-form .acf-field-repeater .acf-row-handle.order,
.acf-form .acf-field-repeater table thead{
  display: none;
}
.acf-form .acf-clone,
.acf-form .acf-field-tab{
  display: none;
}
.acf-form .acf-row-handle.remove{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: flex-end;
}
.acf-form .acf-row-handle.remove > a{
  margin-bottom: 0.25rem;
  width: 0.25rem;
  justify-content: center;
}
.acf-form .acf-row-handle.remove > a.-duplicate{
  display: none;
}
.acf-form .acf-row-handle.remove > a[data-event=add-row]:before {
  content: "+";
}
.acf-form .acf-row-handle.remove > a[data-event=remove-row]:before {
  content: "-";
}
.acf-form .acf-tab-wrap .acf-tab-group{
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: 700;
}
.acf-form .acf-tab-wrap .acf-tab-group li{
  margin-right: 0.5rem;
}
.acf-form .acf-tab-wrap .acf-tab-group li > a{
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.acf-form .acf-tab-wrap .acf-tab-group li > a:hover{
  opacity: 0.5;
}
.acf-form .acf-tab-wrap .acf-tab-group li.active > a{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-secondary, #666), var(--tw-border-opacity));
}
.acf-form .af-page-wrap{
  margin: 0.25rem;
  margin-bottom: 1rem;
  width: 100%;
}
.acf-form .af-page-button.current{
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
}
.acf-form .acf-field-range input[type=number]{
  padding-left: 0px;
  padding-right: 0px;
  text-align: center;
}
.acf-form .af-previous-button{
  margin-right: 1rem;
  opacity: 0.5;
}
.acf-form .af-next-button{
  margin-left: auto;
}
.acf-form .acf-field-range .acf-range-wrap{
  display: flex;
  flex-direction: row;
}
.acf-form .acf-field-range .acf-range-wrap > input[type=number]{
  margin-left: 0.5rem;
}
.acf-form .acf-field-true-false .acf-switch,
.acf-form .acf-field-true-false .acf-label{
  display: none;
}
.acf-form .acf-field-true-false label a{
  text-decoration-line: underline;
}
.acf-form .acf-field-true-false .acf-true-false{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.acf-form .acf-field-true-false .acf-true-false label{
  display: flex;
  flex-direction: row;
  align-items: center;
}
.acf-form .acf-file-uploader .show-if-value{
  display: none;
}
.acf-form .acf-file-uploader.has-value .show-if-value{
  display: block;
}
.--slider-arrows > span.acf-form .acf-file-uploader.has-value .show-if-value {
  opacity: 0.3;
  transition: 200ms ease-in all 0ms;
}
.--slider-arrows:hover span.acf-form .acf-file-uploader.has-value .show-if-value {
  opacity: 0.8;
}
.acf-form .acf-file-uploader.has-value .hide-if-value{
  display: none;
}
.acf-form .acf-file-uploader .file-icon,
.acf-form .acf-file-uploader .file-info > p:not(:first-child){
  display: none;
}
.acf-form .acf-file-uploader .acf-actions a{
  margin-right: 0.5rem;
  text-decoration-line: underline;
}
.acf-form .acf-file-uploader .acf-actions a[data-name=edit]:before {
  content: "Edit";
}
.acf-form .acf-file-uploader .acf-actions a[data-name=remove]:before {
  content: "Remove";
}
.acf-form.is-validating{
  cursor: wait;
  opacity: 0.5;
}
.acf-form .acf-form-submit{
  display: flex;
  width: 100%;
  align-items: center;
  padding: 0px;
  padding-top: 1.5rem;
}
.acf-form .acf-form-submit .acf-spinner{
  display: none;
}

.acf-ui-datepicker .ui-datepicker {
  width: 22em;
}
.acf-ui-datepicker .ui-datepicker .ui-datepicker-title select,
.acf-ui-datepicker .ui-datepicker select.ui-timepicker-select {
  padding: 0.2rem 0.6rem;
}
.acf-ui-datepicker .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  margin-left: 0.5rem;
}

.gform_wrapper{
  position: relative;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.gform_wrapper .gform_validation_errors{
  padding-bottom: 1rem;
  font-size: 0.875rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity));
}
.gform_wrapper .gform_validation_container{
  display: none;
}
.gform_wrapper .gform_fields{
  margin: -0.25rem;
  display: flex;
  flex-wrap: wrap;
}
.gform_wrapper .gform_fields .gfield{
  flex-grow: 1;
  padding: 0.25rem;
  padding-bottom: 0.5rem;
}
.gform_wrapper .gform_fields .gfield:not([class*=w-]){
  width: 100%;
}
.gform_wrapper .gform_fields .gfield.hidden_label > .gfield_label{
  display: none;
}
.gform_wrapper .gform_fields .gfield.gsection{
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.gform_wrapper .gform_fields .gfield.gsection .gsection_title{
  border-top-width: var(--border-width, 1px);
  padding-top: 1rem;
  line-height: 1.25;
  font-weight: 600;
  margin-bottom: 0.75rem;
  font-family: var(--font-heading), 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";
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: 0.015rem;
}
.gform_wrapper .gform_fields .gfield.gfield_error .gfield_label, .gform_wrapper .gform_fields .gfield.gfield_error label{
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity));
}
.gform_wrapper .gform_fields .gfield.gfield_error input[type=checkbox]::before, .gform_wrapper .gform_fields .gfield.gfield_error input[type=radio]::before{
  --tw-border-opacity: 1;
  border-color: rgb(229 62 62 / var(--tw-border-opacity));
}
.gform_wrapper .gform_fields .gfield .gfield_label{
  display: block;
  cursor: pointer;
  padding-top: 0.25rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  font-weight: 700;
}
.--slider-arrows > span.gform_wrapper .gform_fields .gfield .gfield_label {
  opacity: 0.3;
  transition: 200ms ease-in all 0ms;
}
.--slider-arrows:hover span.gform_wrapper .gform_fields .gfield .gfield_label {
  opacity: 0.8;
}
.gform_wrapper .gform_fields .gfield .gfield_label a{
  text-decoration-line: underline;
}
.gform_wrapper .gform_fields .gfield .gfield_description{
  font-weight: 400;
  font-style: italic;
  opacity: 0.75;
}
.gform_wrapper .gform_fields .gfield .gfield_description.gfield_validation_message{
  font-size: 0.875rem;
  font-style: italic;
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity));
}
.gform_wrapper .gform_fields .gfield .ginput_complex{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.gform_wrapper .gform_fields .gfield .ginput_complex > div, .gform_wrapper .gform_fields .gfield .ginput_complex > span{
  width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.gform_wrapper .gform_fields .gfield .ginput_complex > div.ginput_left, .gform_wrapper .gform_fields .gfield .ginput_complex > div.ginput_right, .gform_wrapper .gform_fields .gfield .ginput_complex > span.ginput_left, .gform_wrapper .gform_fields .gfield .ginput_complex > span.ginput_right{
  width: 100%;
}
@media (min-width: 768px){
  .gform_wrapper .gform_fields .gfield .ginput_complex > div.ginput_left, .gform_wrapper .gform_fields .gfield .ginput_complex > div.ginput_right, .gform_wrapper .gform_fields .gfield .ginput_complex > span.ginput_left, .gform_wrapper .gform_fields .gfield .ginput_complex > span.ginput_right{
    width: 50%;
  }
}
.gform_wrapper .gform_fields .gfield .ginput_complex > div.gfield_time_hour, .gform_wrapper .gform_fields .gfield .ginput_complex > div.gfield_time_minute, .gform_wrapper .gform_fields .gfield .ginput_complex > div.gfield_time_ampm, .gform_wrapper .gform_fields .gfield .ginput_complex > div.hour_minute_colon, .gform_wrapper .gform_fields .gfield .ginput_complex > div.ginput_container_date, .gform_wrapper .gform_fields .gfield .ginput_complex > span.gfield_time_hour, .gform_wrapper .gform_fields .gfield .ginput_complex > span.gfield_time_minute, .gform_wrapper .gform_fields .gfield .ginput_complex > span.gfield_time_ampm, .gform_wrapper .gform_fields .gfield .ginput_complex > span.hour_minute_colon, .gform_wrapper .gform_fields .gfield .ginput_complex > span.ginput_container_date{
  width: auto;
}
.gform_wrapper .gform_fields .gfield .ginput_complex label{
  font-weight: 400;
}
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_radio,
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_checkbox,
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_radio,
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox{
  margin-top: -0.25rem;
  display: flex;
  flex-direction: column;
}
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_radio.acf-hl,
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_checkbox.acf-hl,
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_radio.acf-hl,
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox.acf-hl{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice,
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_checkbox .gchoice,
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_radio .gchoice,
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice{
  margin-right: 1.5rem;
  display: flex;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_radio .gchoice label,
.gform_wrapper .gform_fields .gfield .ginput_container_radio .gfield_checkbox .gchoice label,
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_radio .gchoice label,
.gform_wrapper .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label{
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.25rem;
  font-weight: 400;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload{
  border-radius: var(--border-radius, 0.25rem);
  border-width: var(--border-width, 1px);
  border-style: dashed;
  padding: 1rem;
  text-align: center;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload .gform_drop_area{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload .gform_drop_area .gform_drop_instructions{
  padding-bottom: 0.25rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload .gform_drop_area .gform_button_select_files{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload .gform_fileupload_rules{
  font-size: 0.875rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload + div{
  padding-top: 0.25rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload + div .ginput_preview{
  padding-top: 0.25rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_fileupload + div .ginput_preview .gform_delete_file{
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity));
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent{
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.gform_wrapper .gform_fields .gfield .ginput_container_consent .gfield_consent_label{
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0.25rem;
  font-weight: 400;
}
.gform_wrapper .gform_fields .gfield .ginput_container_date input.datepicker_with_icon{
  width: auto;
}
.gform_wrapper .gform_fields .gfield .ginput_container_date img{
  margin-left: 0.5rem;
  display: inline;
}
.gform_wrapper .gform_footer{
  padding-top: 1rem;
}
.gform_wrapper .gform_footer .gform_ajax_spinner{
  position: absolute;
  bottom: 0.5rem;
  left: 50%;
  width: 2.5rem;
  --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));
}

.gform-theme-datepicker:not(.gform-legacy-datepicker){
  margin-top: 0.25rem;
  width: auto;
  border-radius: var(--border-radius, 0.25rem);
  border-width: var(--border-width, 1px);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 18px 15px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) table, .gform-theme-datepicker:not(.gform-legacy-datepicker) thead, .gform-theme-datepicker:not(.gform-legacy-datepicker) tr, .gform-theme-datepicker:not(.gform-legacy-datepicker) td, .gform-theme-datepicker:not(.gform-legacy-datepicker) th{
  margin: 0px;
  border-width: 0px;
  background-image: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) td, .gform-theme-datepicker:not(.gform-legacy-datepicker) th{
  padding: 0.25rem;
  text-transform: none;
  text-shadow: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header{
  position: relative;
  margin-bottom: 0.25rem;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border-style: none;
  padding: 0px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next{
  position: absolute;
  top: -0.25rem;
  display: flex;
  height: 2rem;
  width: 2rem;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-style: none;
  background-image: none;
  line-height: 1;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:visited, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:visited{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:hover,.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:focus, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:hover, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:focus{
  opacity: 0.75;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev:active, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next:active{
  opacity: 0.5;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next {
  speak: never;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev .ui-icon, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next .ui-icon{
  display: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev::before, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next::before {
  content: "";
  height: 0.75rem;
  width: 0.75rem;
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-top-width: 2px;
  border-right-width: 2px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-prev{
  left: 0px;
  --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));
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header .ui-datepicker-next{
  right: 0px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select{
  display: inline-block;
  height: auto;
  min-height: 0px;
  width: auto;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0px;
  border-width: 0px;
  padding: 0px;
  padding-right: 1rem;
  font-size: 0.875rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: linear-gradient(45deg, transparent 50%, currentColor 50%), linear-gradient(135deg, currentColor 50%, transparent 50%);
  background-position: calc(100% - 6px) 50%, calc(100% - 1px) 50%;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-header select.ui-datepicker-month{
  margin-right: 1rem;
  text-align: right;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar span, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar a{
  font-weight: 400;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar th span{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar td{
  height: 2.5rem;
  width: 2.5rem;
  font-size: 0.875rem;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default{
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: var(--border-width, 1px);
  border-color: transparent;
  background-image: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:hover, .gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-default:focus{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-dark, #21111E), var(--tw-border-opacity));
  background-image: none;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-dark, #21111E), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-dark, #21111E), var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled{
  background-image: none;
}
.gform-theme-datepicker:not(.gform-legacy-datepicker) .ui-datepicker-calendar .ui-state-disabled .ui-state-default{
  display: flex;
  cursor: default;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
  text-decoration-line: none;
  opacity: 0.7;
}

html[dir=rtl] #ui-datepicker-div.gform-theme-datepicker[style] {
  right: auto !important;
}

.wysiwyg-anchor:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .wysiwyg-anchors a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .woocommerce-privacy-policy-text a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .wp-block-rss a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .wp-block-latest-posts a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]),
.wp-block-tag-cloud a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .wp-block-archives a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .wp-block-categories a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .wysiwyg a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .payment_box a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .coreprint-page-instructions a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .wp-block-paragraph a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]),
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] a:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]), .wysiwyg-anchor:visited:not(.btn):not(.button:not(.acf-button).alt):not(.button:not(.acf-button)):not(input[type=submit]){
  --tw-text-opacity: 1;
  color: rgba(var(--colour-primary, #000), var(--tw-text-opacity));
  text-decoration-line: underline;
}
h1 .wysiwyg-anchor, h1 .wysiwyg-anchors a, h1 .woocommerce-privacy-policy-text a, h1 .wp-block-rss a, h1 .wp-block-latest-posts a,
h1 .wp-block-tag-cloud a, h1 .wp-block-archives a, h1 .wp-block-categories a, .wysiwyg-anchors h1 a, .woocommerce-privacy-policy-text h1 a, .wp-block-rss h1 a, .wp-block-latest-posts h1 a,
.wp-block-tag-cloud h1 a, .wp-block-archives h1 a, .wp-block-categories h1 a, h1 .wysiwyg a, h1 .payment_box a, h1 .coreprint-page-instructions a, h1 .wp-block-paragraph a,
h1 .wp-block.block-editor-block-list__block[data-type="core/paragraph"] a, .wysiwyg h1 a, .payment_box h1 a, .coreprint-page-instructions h1 a, .wp-block-paragraph h1 a,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h1 a, h1 .wysiwyg-anchor:visited, h2 .wysiwyg-anchor, h2 .wysiwyg-anchors a, h2 .woocommerce-privacy-policy-text a, h2 .wp-block-rss a, h2 .wp-block-latest-posts a,
h2 .wp-block-tag-cloud a, h2 .wp-block-archives a, h2 .wp-block-categories a, .wysiwyg-anchors h2 a, .woocommerce-privacy-policy-text h2 a, .wp-block-rss h2 a, .wp-block-latest-posts h2 a,
.wp-block-tag-cloud h2 a, .wp-block-archives h2 a, .wp-block-categories h2 a, h2 .wysiwyg a, h2 .payment_box a, h2 .coreprint-page-instructions a, h2 .wp-block-paragraph a,
h2 .wp-block.block-editor-block-list__block[data-type="core/paragraph"] a, .wysiwyg h2 a, .payment_box h2 a, .coreprint-page-instructions h2 a, .wp-block-paragraph h2 a,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h2 a, h2 .wysiwyg-anchor:visited, h3 .wysiwyg-anchor, h3 .wysiwyg-anchors a, h3 .woocommerce-privacy-policy-text a, h3 .wp-block-rss a, h3 .wp-block-latest-posts a,
h3 .wp-block-tag-cloud a, h3 .wp-block-archives a, h3 .wp-block-categories a, .wysiwyg-anchors h3 a, .woocommerce-privacy-policy-text h3 a, .wp-block-rss h3 a, .wp-block-latest-posts h3 a,
.wp-block-tag-cloud h3 a, .wp-block-archives h3 a, .wp-block-categories h3 a, h3 .wysiwyg a, h3 .payment_box a, h3 .coreprint-page-instructions a, h3 .wp-block-paragraph a,
h3 .wp-block.block-editor-block-list__block[data-type="core/paragraph"] a, .wysiwyg h3 a, .payment_box h3 a, .coreprint-page-instructions h3 a, .wp-block-paragraph h3 a,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h3 a, h3 .wysiwyg-anchor:visited, h4 .wysiwyg-anchor, h4 .wysiwyg-anchors a, h4 .woocommerce-privacy-policy-text a, h4 .wp-block-rss a, h4 .wp-block-latest-posts a,
h4 .wp-block-tag-cloud a, h4 .wp-block-archives a, h4 .wp-block-categories a, .wysiwyg-anchors h4 a, .woocommerce-privacy-policy-text h4 a, .wp-block-rss h4 a, .wp-block-latest-posts h4 a,
.wp-block-tag-cloud h4 a, .wp-block-archives h4 a, .wp-block-categories h4 a, h4 .wysiwyg a, h4 .payment_box a, h4 .coreprint-page-instructions a, h4 .wp-block-paragraph a,
h4 .wp-block.block-editor-block-list__block[data-type="core/paragraph"] a, .wysiwyg h4 a, .payment_box h4 a, .coreprint-page-instructions h4 a, .wp-block-paragraph h4 a,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h4 a, h4 .wysiwyg-anchor:visited, h5 .wysiwyg-anchor, h5 .wysiwyg-anchors a, h5 .woocommerce-privacy-policy-text a, h5 .wp-block-rss a, h5 .wp-block-latest-posts a,
h5 .wp-block-tag-cloud a, h5 .wp-block-archives a, h5 .wp-block-categories a, .wysiwyg-anchors h5 a, .woocommerce-privacy-policy-text h5 a, .wp-block-rss h5 a, .wp-block-latest-posts h5 a,
.wp-block-tag-cloud h5 a, .wp-block-archives h5 a, .wp-block-categories h5 a, h5 .wysiwyg a, h5 .payment_box a, h5 .coreprint-page-instructions a, h5 .wp-block-paragraph a,
h5 .wp-block.block-editor-block-list__block[data-type="core/paragraph"] a, .wysiwyg h5 a, .payment_box h5 a, .coreprint-page-instructions h5 a, .wp-block-paragraph h5 a,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h5 a, h5 .wysiwyg-anchor:visited, h6 .wysiwyg-anchor, h6 .wysiwyg-anchors a, h6 .woocommerce-privacy-policy-text a, h6 .wp-block-rss a, h6 .wp-block-latest-posts a,
h6 .wp-block-tag-cloud a, h6 .wp-block-archives a, h6 .wp-block-categories a, .wysiwyg-anchors h6 a, .woocommerce-privacy-policy-text h6 a, .wp-block-rss h6 a, .wp-block-latest-posts h6 a,
.wp-block-tag-cloud h6 a, .wp-block-archives h6 a, .wp-block-categories h6 a, h6 .wysiwyg a, h6 .payment_box a, h6 .coreprint-page-instructions a, h6 .wp-block-paragraph a,
h6 .wp-block.block-editor-block-list__block[data-type="core/paragraph"] a, .wysiwyg h6 a, .payment_box h6 a, .coreprint-page-instructions h6 a, .wp-block-paragraph h6 a,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h6 a, h6 .wysiwyg-anchor:visited {
  color: inherit;
}

.wysiwyg-code code, .wysiwyg code, .payment_box code, .coreprint-page-instructions code, .wp-block-paragraph code,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] code{
  display: inline-block;
  border-radius: 0.125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  vertical-align: baseline;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity));
}

.wysiwyg-spacing p, .wysiwyg p, .payment_box p, .coreprint-page-instructions p, .wp-block-paragraph p,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] p, .wysiwyg-spacing ul, .wysiwyg ul, .payment_box ul, .coreprint-page-instructions ul, .wp-block-paragraph ul,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul, .wysiwyg-spacing ol, .wysiwyg ol, .payment_box ol, .coreprint-page-instructions ol, .wp-block-paragraph ol,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol, .wysiwyg-spacing .wp-block-embed, .wysiwyg .wp-block-embed, .payment_box .wp-block-embed, .coreprint-page-instructions .wp-block-embed, .wp-block-paragraph .wp-block-embed,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] .wp-block-embed{
  margin-bottom: 2rem;
}

.wysiwyg-table, .wp-block-calendar > table, .wp-block-table > table, .wysiwyg table, .payment_box table, .coreprint-page-instructions table, .wp-block-paragraph table,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] table{
  table-layout: auto;
  border-width: var(--border-width, 1px);
}
.wysiwyg-table > thead, .wp-block-calendar > table > thead, .wp-block-table > table > thead, .wysiwyg table > thead, .payment_box table > thead, .coreprint-page-instructions table > thead, .wp-block-paragraph table > thead,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] table > thead{
  border-bottom-width: 2px;
}
.wysiwyg-table tbody td, .wp-block-calendar > table tbody td, .wp-block-table > table tbody td, .wysiwyg table tbody td, .payment_box table tbody td, .coreprint-page-instructions table tbody td, .wp-block-paragraph table tbody td,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] table tbody td{
  border-width: var(--border-width, 1px);
}
.wysiwyg-table > tfoot, .wp-block-calendar > table > tfoot, .wp-block-table > table > tfoot, .wysiwyg table > tfoot, .payment_box table > tfoot, .coreprint-page-instructions table > tfoot, .wp-block-paragraph table > tfoot,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] table > tfoot{
  border-top-width: 2px;
}
.wysiwyg-table th, .wp-block-calendar > table th, .wp-block-table > table th, .wysiwyg table th, .payment_box table th, .coreprint-page-instructions table th, .wp-block-paragraph table th,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] table th,
.wysiwyg-table td,
.wp-block-calendar > table td,
.wp-block-table > table td,
.wysiwyg table td,
.payment_box table td,
.coreprint-page-instructions table td,
.wp-block-paragraph table td,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] table td{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wysiwyg-table th, .wp-block-calendar > table th, .wp-block-table > table th, .wysiwyg table th, .payment_box table th, .coreprint-page-instructions table th, .wp-block-paragraph table th,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] table th{
  text-align: left;
}

.wysiwyg-hr, .wp-block-separator, .wysiwyg hr, .payment_box hr, .coreprint-page-instructions hr, .wp-block-paragraph hr,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] hr{
  margin-bottom: 2rem;
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
}

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

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

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

.wp-block{
  max-width: 100%;
}
.wp-block[data-align=wide]{
  max-width: 100%;
}
.wp-block[data-align=full] {
  max-width: none;
}

.wp-block-paragraph,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"]{
  margin-bottom: 1rem;
  line-height: 1.625;
}

.wp-block-ul, .wysiwyg-lists ul, .wysiwyg ul, .payment_box ul, .coreprint-page-instructions ul, ul.wp-block[data-type="core/list"], .wp-block-paragraph ul,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul,
.wp-block-ol,
.wysiwyg-lists ol,
.wysiwyg ol,
.payment_box ol,
.coreprint-page-instructions ol,
ol.wp-block[data-type="core/list"],
.wp-block-paragraph ol,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol{
  margin-bottom: 1rem;
  margin-left: 1rem;
}
.wp-block-ul.wp-block-ul, .wysiwyg-lists ul, .wysiwyg ul, .payment_box ul, .coreprint-page-instructions ul, ul.wp-block[data-type="core/list"], .wp-block-paragraph ul,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul,
.wp-block-ol.wp-block-ul,
ol.wp-block-ul.wp-block[data-type="core/list"],
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol.wp-block-ul{
  list-style-type: disc;
}
.wp-block-ul.wp-block-ol, ul.wp-block-ol.wp-block[data-type="core/list"],
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul.wp-block-ol,
.wp-block-ol.wp-block-ol,
.wysiwyg-lists ol,
.wysiwyg ol,
.payment_box ol,
.coreprint-page-instructions ol,
ol.wp-block[data-type="core/list"],
.wp-block-paragraph ol,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol{
  list-style-type: decimal;
}

.wp-block-quote{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.wp-block-quote > p{
  margin-bottom: 0.5rem;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-primary, #000), var(--tw-border-opacity));
  padding-left: 1rem;
  font-size: 1.125rem;
}
.wp-block-quote > cite{
  padding-left: 1rem;
  opacity: 0.5;
}

.wp-block-file{
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.wp-block-file > *:not(.wp-block-file__button){
  padding: 0.5rem;
  font-weight: 700;
  text-decoration-line: underline;
}
.wp-block-file.alignleft{
  justify-content: flex-start;
}
.wp-block-file.aligncenter{
  justify-content: center;
}
.wp-block-file.alignright{
  justify-content: flex-end;
}

.wp-block-image.is-style-rounded img{
  border-radius: var(--border-radius, 0.25rem);
}

.wp-block-audio{
  display: flex;
  justify-content: center;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.wp-block-audio audio:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.wp-block-gallery{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.wp-block-gallery .blocks-gallery-item{
  padding: 0.5rem;
}
.wp-block-gallery img{
  width: 100%;
}

.wp-block-embed > figcaption,
.wp-block-video > figcaption{
  padding-top: 0.5rem;
  opacity: 0.75;
}

.wp-block-table{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wp-block-table.alignleft{
  align-items: flex-start;
}
.wp-block-table.aligncenter{
  align-items: center;
}
.wp-block-table.alignright{
  align-items: flex-end;
}
.wp-block-table > table.has-fixed-layout{
  table-layout: fixed;
}
.wp-block-table > figcaption{
  padding-top: 0.5rem;
  opacity: 0.75;
}

.wp-block-verse{
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: var(--font-body), 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";
  font-size: 1.25rem;
  line-height: 1.625;
}

body.wp-block-verse {
  line-height: 1.5rem;
}

body.wp-block-verse strong, body.wp-block-verse b{
  font-weight: 700;
}

body.wp-block-verse em, body.wp-block-verse i{
  font-style: italic;
}

.wp-block-categories.wp-block-categories-list{
  margin-bottom: 1rem;
  margin-left: 1rem;
  list-style-type: disc;
}
.wp-block-categories.alignleft{
  text-align: left;
}
.wp-block-categories.aligncenter{
  text-align: center;
}
.wp-block-categories.alignright{
  text-align: right;
}

.wp-block-archives.wp-block-archives-list{
  margin-bottom: 1rem;
  margin-left: 1rem;
  list-style-type: disc;
}
.wp-block-archives.alignleft{
  text-align: left;
}
.wp-block-archives.aligncenter{
  text-align: center;
}
.wp-block-archives.alignright{
  text-align: right;
}

.wp-block-calendar{
  display: flex;
}
.wp-block-calendar.alignleft{
  justify-content: flex-start;
}
.wp-block-calendar.aligncenter{
  justify-content: center;
}
.wp-block-calendar.alignright{
  justify-content: flex-end;
}
.wp-block-calendar > table > caption{
  padding-bottom: 0.5rem;
  font-weight: 700;
}

.wp-block-latest-posts,
.wp-block-tag-cloud{
  margin-bottom: 1rem;
  margin-left: 1rem;
  display: flex;
  list-style-type: disc;
  flex-direction: column;
}
.wp-block-latest-posts.alignleft,
.wp-block-tag-cloud.alignleft{
  align-items: flex-start;
}
.wp-block-latest-posts.aligncenter,
.wp-block-tag-cloud.aligncenter{
  align-items: center;
}
.wp-block-latest-posts.alignright,
.wp-block-tag-cloud.alignright{
  align-items: flex-end;
}

.wp-block-rss{
  display: flex;
  flex-direction: column;
}
.wp-block-rss.alignleft{
  align-items: flex-start;
}
.wp-block-rss.aligncenter{
  align-items: center;
}
.wp-block-rss.alignright{
  align-items: flex-end;
}

.wp-block-search{
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-search > label{
  width: 100%;
  cursor: pointer;
  padding-bottom: 0.25rem;
  font-size: 1rem;
  font-weight: 700;
}
.wp-block-search > input{
  border-radius: var(--border-radius, 0.25rem);
  border-width: 2px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  max-width: 24rem;
  flex-grow: 1;
}
.wp-block-search > input:focus{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-primary, #000), var(--tw-border-opacity));
}
.wp-block-search.alignleft{
  justify-content: flex-start;
}
.wp-block-search.alignleft > label{
  text-align: left;
}
.wp-block-search.aligncenter{
  justify-content: center;
}
.wp-block-search.aligncenter > label{
  text-align: center;
}
.wp-block-search.alignright{
  justify-content: flex-end;
}
.wp-block-search.alignright > label{
  text-align: right;
}

.text-link, .woocommerce-store-notice a, .carousel-container .carousel .slick-slider .slick-arrow > div, .acf-form .acf-file-uploader .acf-actions a, .wysiwyg-anchor, .wysiwyg-anchor:visited, .wysiwyg-anchors a, .woocommerce-privacy-policy-text a, .wysiwyg a, .payment_box a, .coreprint-page-instructions a, .wysiwyg-anchors a:visited, .woocommerce-privacy-policy-text a:visited, .wysiwyg a:visited, .payment_box a:visited, .coreprint-page-instructions a:visited, .wp-block-paragraph a,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] a, .wp-block-paragraph a:visited, .wp-block-categories a, .wp-block-categories a:visited, .wp-block-archives a, .wp-block-archives a:visited, .wp-block-latest-posts a,
.wp-block-tag-cloud a, .wp-block-latest-posts a:visited,
.wp-block-tag-cloud a:visited, .wp-block-rss a, .wp-block-rss a:visited, .text-link:visited{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.text-link:hover, .woocommerce-store-notice a:hover, .carousel-container .carousel .slick-slider .slick-arrow > div:hover, .acf-form .acf-file-uploader .acf-actions a:hover, .wysiwyg-anchor:hover, .wysiwyg-anchors a:hover, .woocommerce-privacy-policy-text a:hover, .wysiwyg a:hover, .payment_box a:hover, .coreprint-page-instructions a:hover, .wp-block-paragraph a:hover,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] a:hover, .wp-block-categories a:hover, .wp-block-archives a:hover, .wp-block-latest-posts a:hover,
.wp-block-tag-cloud a:hover, .wp-block-rss a:hover, .text-link:focus, .woocommerce-store-notice a:focus, .carousel-container .carousel .slick-slider .slick-arrow > div:focus, .acf-form .acf-file-uploader .acf-actions a:focus, .wysiwyg-anchor:focus, .wysiwyg-anchors a:focus, .woocommerce-privacy-policy-text a:focus, .wysiwyg a:focus, .payment_box a:focus, .coreprint-page-instructions a:focus, .wp-block-paragraph a:focus,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] a:focus, .wp-block-categories a:focus, .wp-block-archives a:focus, .wp-block-latest-posts a:focus,
.wp-block-tag-cloud a:focus, .wp-block-rss a:focus{
  opacity: 0.75;
}
.text-link:active, .woocommerce-store-notice a:active, .carousel-container .carousel .slick-slider .slick-arrow > div:active, .acf-form .acf-file-uploader .acf-actions a:active, .wysiwyg-anchor:active, .wysiwyg-anchors a:active, .woocommerce-privacy-policy-text a:active, .wysiwyg a:active, .payment_box a:active, .coreprint-page-instructions a:active, .wp-block-paragraph a:active,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] a:active, .wp-block-categories a:active, .wp-block-archives a:active, .wp-block-latest-posts a:active,
.wp-block-tag-cloud a:active, .wp-block-rss a:active{
  opacity: 0.5;
}

@keyframes plyr-progress {
  to {
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}
.plyr video,
.plyr audio,
.plyr iframe {
  display: block;
  height: 100%;
  width: 100%;
}
.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}
.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}
.plyr--full-ui *,
.plyr--full-ui *::after,
.plyr--full-ui *::before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: var(--plyr-badge-background, hsl(216deg, 15%, 34%));
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: var(--plyr-badge-text-color, #fff);
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}
.plyr__captions span:empty {
  display: none;
}
@media (min-width: 480px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-base, 15px);
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: var(--plyr-font-size-large, 18px);
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}
.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: transparent;
  border: 0;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}
.plyr__control svg {
  display: block;
  fill: currentColor;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: var(--plyr-control-icon-size, 18px);
}
.plyr__control:focus {
  outline: 0;
}
.plyr__control.plyr__tab-focus {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}
a.plyr__control::after, a.plyr__control::before {
  display: none;
}

.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
.plyr__control.plyr__control--pressed .label--not-pressed {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}
.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}
.plyr__controls .plyr__controls__item {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}
.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}
.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}
.plyr__controls .plyr__controls__item.plyr__progress__container:first-child, .plyr__controls .plyr__controls__item.plyr__time:first-child, .plyr__controls .plyr__controls__item.plyr__time + .plyr__time {
  padding-left: 0;
}
.plyr__controls:empty {
  display: none;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=pip],
.plyr [data-plyr=airplay],
.plyr [data-plyr=fullscreen] {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--pip-supported [data-plyr=pip],
.plyr--airplay-supported [data-plyr=airplay],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}
.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}
.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}
.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-menu-radius, 4px);
  bottom: 100%;
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-menu-color, hsl(216deg, 15%, 34%));
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}
.plyr__menu__container > div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.plyr__menu__container::after {
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: calc(((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7)) - (var(--plyr-menu-arrow-size, 4px) / 2));
  top: 100%;
  width: 0;
}
.plyr__menu__container [role=menu] {
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}
.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}
.plyr__menu__container .plyr__control {
  align-items: center;
  color: var(--plyr-menu-color, hsl(216deg, 15%, 34%));
  display: flex;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 1.5) calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: 100%;
}
.plyr__menu__container .plyr__control > span {
  align-items: inherit;
  display: flex;
  width: 100%;
}
.plyr__menu__container .plyr__control::after {
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.plyr__menu__container .plyr__control--forward {
  padding-right: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
}
.plyr__menu__container .plyr__control--forward::after {
  border-left-color: var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));
  right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--forward.plyr__tab-focus::after, .plyr__menu__container .plyr__control--forward:hover::after {
  border-left-color: currentColor;
}
.plyr__menu__container .plyr__control--back {
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 4);
  position: relative;
  width: calc(100% - (calc(var(--plyr-control-spacing, 10px) * 0.7) * 2));
}
.plyr__menu__container .plyr__control--back::after {
  border-right-color: var(--plyr-menu-arrow-color, hsl(216deg, 15%, 52%));
  left: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) * 1.5) - var(--plyr-menu-item-arrow-size, 4px));
}
.plyr__menu__container .plyr__control--back::before {
  background: var(--plyr-menu-back-border-color, hsl(216deg, 15%, 88%));
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}
.plyr__menu__container .plyr__control--back.plyr__tab-focus::after, .plyr__menu__container .plyr__control--back:hover::after {
  border-right-color: currentColor;
}
.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before, .plyr__menu__container .plyr__control[role=menuitemradio]::after {
  border-radius: 100%;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}
.plyr__menu__container .plyr__control[role=menuitemradio]::after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::before {
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
}
.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus::before, .plyr__menu__container .plyr__control[role=menuitemradio]:hover::before {
  background: rgba(35, 40, 47, 0.1);
}
.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: calc((calc(var(--plyr-control-spacing, 10px) * 0.7) - 2px) * -1);
  overflow: hidden;
  padding-left: calc(calc(var(--plyr-control-spacing, 10px) * 0.7) * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  display: block;
  height: calc((var(--plyr-range-thumb-active-shadow-width, 3px) * 2) + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}
.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
          user-select: none;
  background-image: linear-gradient(to right, currentColor var(--value, 0%), transparent var(--value, 0%));
}
.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  -webkit-appearance: none;
          appearance: none;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
}
.plyr--full-ui input[type=range]::-moz-range-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -moz-user-select: none;
       user-select: none;
}
.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
}
.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
}
.plyr--full-ui input[type=range]::-ms-track {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  color: transparent;
}
.plyr--full-ui input[type=range]::-ms-fill-upper {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}
.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: transparent;
  border: 0;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
  background: currentColor;
}
.plyr--full-ui input[type=range]::-ms-thumb {
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
}
.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}
.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}
.plyr--full-ui input[type=range]:focus {
  outline: 0;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}
.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%)))) dotted 3px;
  outline-offset: 2px;
}

.plyr__poster {
  background-color: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time::before {
  content: "⁄";
  margin-right: var(--plyr-control-spacing, 10px);
}
@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}

/* stylelint-disable selector-max-compound-selectors */
.plyr__tooltip {
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: var(--plyr-tooltip-color, hsl(216deg, 15%, 34%));
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(calc(var(--plyr-control-spacing, 10px) / 2) * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  white-space: nowrap;
  z-index: 2;
}
.plyr__tooltip::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control:hover .plyr__tooltip,
.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls > .plyr__control:first-child .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}
.plyr__controls > .plyr__control:first-child .plyr__tooltip::before,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip::before {
  left: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
}

.plyr__controls > .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}
.plyr__controls > .plyr__control:last-child .plyr__tooltip::before {
  left: auto;
  right: calc((var(--plyr-control-icon-size, 18px) / 2) + calc(var(--plyr-control-spacing, 10px) * 0.7));
  transform: translateX(50%);
}

.plyr__controls > .plyr__control:first-child:hover .plyr__tooltip, .plyr__controls > .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls > .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls > .plyr__control:last-child:hover .plyr__tooltip,
.plyr__controls > .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls > .plyr__control:last-child .plyr__tooltip--visible {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}
.plyr__progress input[type=range], .plyr__progress__buffer {
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}
.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}
.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
}

.plyr__progress__buffer {
  -webkit-appearance: none; /* stylelint-disable-line */
  background: transparent;
  border: 0;
  border-radius: 100px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: calc((var(--plyr-range-track-height, 5px) / 2) * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}
.plyr__progress__buffer::-webkit-progress-bar {
  background: transparent;
}
.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}
.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}
.plyr__volume input[type=range] {
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: var(--plyr-audio-control-color, hsl(216deg, 15%, 34%));
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}
.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  overflow: hidden;
}
.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: var(--plyr-video-background, var(--plyr-video-background, rgb(0, 0, 0)));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}
@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
  .plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}

.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed > .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}
@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: var(--plyr-control-spacing, 10px);
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}

.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: var(--plyr-video-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, hsl(198deg, 100%, 50%))));
  border: 0;
  border-radius: 100%;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: calc(var(--plyr-control-spacing, 10px) * 1.5);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}
.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
}
.plyr__control--overlaid:hover, .plyr__control--overlaid:focus {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}
.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}
.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:-webkit-full-screen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}
.plyr:-webkit-full-screen video {
  height: 100%;
}
.plyr:fullscreen video {
  height: 100%;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr:-webkit-full-screen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr:-webkit-full-screen.plyr--hide-controls {
  cursor: none;
}
.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr:-webkit-full-screen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
  .plyr:fullscreen .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
  bottom: 0;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000;
}
.plyr--fullscreen-fallback video {
  height: 100%;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}
.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}
.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}
@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}

.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.plyr__ads > div,
.plyr__ads > div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}
.plyr__ads::after {
  background: hsl(216deg, 15%, 16%);
  border-radius: 2px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}
.plyr__ads:empty::after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: calc(calc(var(--plyr-control-spacing, 10px) / 2) * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s 0.1s ease, opacity 0.2s 0.1s ease;
  z-index: 2;
}
.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
.plyr__preview-thumb::before {
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}
.plyr__preview-thumb__image-container {
  background: hsl(216deg, 15%, 79%);
  border-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.plyr__preview-thumb__image-container img, .plyr__preview-thumb__image-container::after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plyr__preview-thumb__image-container::after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}
.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}
.plyr__preview-thumb__time-container {
  background: var(--plyr-video-controls-background, linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  border-bottom-right-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}
.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}
.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}
.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  border: 0 !important;
  height: 1px !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

:root {
  --plyr-color-main: rgb(var(--colour-secondary));
}

.plyr{
  overflow: hidden;
  border-radius: var(--border-radius, 0.25rem);
}

.icon-circle-coreprint.coreprint-proof-page-selector{
  opacity: 0.5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.icon-circle-coreprint.coreprint-proof-page-selector.active{
  opacity: 1;
}
.icon-circle-coreprint.coreprint-proof-page-selector.active:before{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-secondary, #666), var(--tw-text-opacity));
}

.coreprint-page-controls-header__icon.coreprint-page-controls-header__icon svg path {
  fill: black;
}

.coreprint-pricing-matrix__wrapper #coreprint-pricing-matrix{
  margin-left: auto;
  margin-right: auto;
}

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

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

.blockUI.blockOverlay{
  z-index: 10 !important;
}

.price > del {
  font-size: 0.9rem;
}
.price > ins{
  text-decoration-line: none;
}

.woocommerce-store-notice{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  border-bottom-width: var(--border-width, 1px);
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-dark, #21111E), var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-secondary, #666), var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 0.875rem;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
  --tw-shadow: 0 10px 20px 2px rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  --tw-shadow-colored: 0 10px 20px 2px var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px){
  .woocommerce-store-notice{
    flex-direction: row;
    text-align: left;
  }
}
.woocommerce-store-notice__dismiss-link{
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  text-decoration-line: underline;
}
@media (min-width: 768px){
  .woocommerce-store-notice__dismiss-link{
    margin-left: auto;
    margin-right: 0px;
    padding: 0px;
    text-align: right;
  }
}
.woocommerce-store-notice a{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  text-decoration-line: underline;
}
body.secondary-is-dark .woocommerce-store-notice{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

p.demo_store{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-secondary, #666), var(--tw-bg-opacity));
}

.woocommerce-notices-wrapper{
  margin-top: 1rem;
}

.woocommerce-message > .button:first-child,
.woocommerce-Message > .button:first-child,
.woocommerce-info > .button:first-child,
.woocommerce-error > .button:first-child,
.woocommerce-success > .button:first-child{
  margin-right: 0.75rem;
}

.woocommerce-error > li,
.woocommerce-success > li,
.woocommerce-notice > li{
  margin-bottom: 0.5rem;
  border-radius: var(--border-radius, 0.25rem);
  border-width: var(--border-width, 1px);
  padding: 1rem;
}

.woocommerce-error > li{
  border-color: rgb(229 62 62 / 0.5);
  background-color: rgb(229 62 62 / 0.25);
}

.woocommerce-success > li{
  border-color: rgb(56 161 105 / 0.5);
  background-color: rgb(56 161 105 / 0.25);
}

.woocommerce-notice > li{
  border-color: rgb(214 158 46 / 0.5);
  background-color: rgb(214 158 46 / 0.25);
}

.woocommerce-message,
.woocommerce-Message{
  margin-bottom: 0.5rem;
  border-radius: var(--border-radius, 0.25rem);
  border-color: rgb(214 158 46 / 0.5);
  background-color: rgb(214 158 46 / 0.25);
  padding: 1rem;
}

.entry-summary .entry-title{
  margin-bottom: 0.5rem;
  font-family: var(--font-heading), 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";
  font-size: 2.25rem;
  font-weight: 700;
}
.entry-summary .price{
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.entry-summary .stock{
  margin-bottom: 1rem;
  display: inline-flex;
  border-radius: 0.375rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
}
.entry-summary .stock.in-stock{
  background-color: rgb(56 161 105 / 0.25);
}
.entry-summary .stock.out-of-stock{
  background-color: rgb(229 62 62 / 0.25);
}
.entry-summary .single_add_to_cart_button:not(.acf-button){
  margin-top: 1rem;
}
.entry-summary #wc-stripe-payment-request-button-separator + .single_add_to_cart_button{
  margin-top: 0px;
}
.entry-summary .variations{
  margin-bottom: 1.5rem;
  width: 100%;
}
.entry-summary .variations tr{
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
}
.entry-summary .reset_variations{
  margin-bottom: 0.5rem;
  display: block;
  text-align: right;
  font-size: 0.75rem;
  text-transform: lowercase;
  text-decoration-line: underline;
}
.--slider-arrows > span.entry-summary .reset_variations {
  opacity: 0.3;
  transition: 200ms ease-in all 0ms;
}
.--slider-arrows:hover span.entry-summary .reset_variations {
  opacity: 0.8;
}
.entry-summary .grouped_form{
  padding-top: 2rem;
}
.entry-summary .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item{
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column-reverse;
}
.entry-summary .woocommerce-grouped-product-list .woocommerce-grouped-product-list-item .woocommerce-grouped-product-list-item__label{
  order: 1;
  font-weight: 700;
}
.entry-summary .woocommerce-product-rating,
.entry-summary .woocommerce-product-details__short-description,
.entry-summary .single_variation_wrap .woocommerce-variation-price,
.entry-summary .woocommerce-variation-description{
  margin-bottom: 2rem;
}
.entry-summary .woocommerce-product-details__short-description,
.entry-summary .woocommerce-variation-description{
  font-size: 0.875rem;
  line-height: 2;
}
.entry-summary .product_meta{
  display: none;
}

.quantity{
  position: relative;
  display: block;
}

.--slider-arrows > span.quantity {
  opacity: 0.3;
  transition: 200ms ease-in all 0ms;
}

.--slider-arrows:hover span.quantity {
  opacity: 0.8;
}
.quantity input[type=number]{
  width: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  text-align: center;
  font-weight: 700;
  min-width: 10rem;
  -moz-appearance: textfield;
}
.quantity input[type=number]::-webkit-outer-spin-button, .quantity input[type=number]::-webkit-inner-spin-button{
  margin: 0px;
  -webkit-appearance: none;
          appearance: none;
}

.woocommerce-pagination .page-numbers{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.woocommerce-pagination .page-numbers li > span,
.woocommerce-pagination .page-numbers li > a{
  display: block;
  padding: 0.5rem;
}
.--slider-arrows > span.woocommerce-pagination .page-numbers li > span,.--slider-arrows > span
.woocommerce-pagination .page-numbers li > a {
  opacity: 0.3;
  transition: 200ms ease-in all 0ms;
}
.--slider-arrows:hover span.woocommerce-pagination .page-numbers li > span,.--slider-arrows:hover span
.woocommerce-pagination .page-numbers li > a {
  opacity: 0.8;
}
.woocommerce-pagination .page-numbers li > span.current,
.woocommerce-pagination .page-numbers li > a.current{
  pointer-events: none;
  opacity: 0.5;
}

.shop_table{
  margin-bottom: 2rem;
  width: 100%;
}

.woocommerce-shipping-methods > li,
.wc-saved-payment-methods > li{
  margin-bottom: 0.75rem;
  display: flex;
  align-items: center;
}
.woocommerce-shipping-methods > li > input[type=radio],
.wc-saved-payment-methods > li > input[type=radio]{
  margin-top: 0px;
  margin-right: 0.75rem;
}
.woocommerce-shipping-methods > li > label,
.wc-saved-payment-methods > li > label{
  padding: 0px;
}

ul.wc-item-meta{
  margin: 0px;
  display: flex;
  flex-direction: column;
  padding: 0px;
  font-size: 0.875rem;
}
ul.wc-item-meta > li{
  display: flex;
  flex-direction: row;
}
ul.wc-item-meta > li > *:not(:last-child){
  margin-right: 0.5rem;
}
ul.wc-item-meta p{
  margin: 0px;
}

ul.variation{
  margin: 0px;
  padding: 0px;
}
ul.variation p{
  margin: 0px;
}

.woocommerce-privacy-policy-text{
  margin-bottom: 2rem;
}

.wc_payment_method > .input-radio{
  vertical-align: middle;
}
.wc_payment_method > label{
  padding: 0px;
}

.payment_box{
  padding-top: 0.5rem;
}
.payment_box ul.wc-saved-payment-methods{
  list-style-type: none;
}
.payment_box .woocommerce-SavedPaymentMethods-saveNew{
  display: flex;
  align-items: center;
  padding-top: 0.75rem;
}

#wc-stripe-payment-request-button-separator{
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
  font-size: 0.875rem;
}

.wc_payment_method.payment_method_stripe .stripe-icon{
  display: none;
}
.wc_payment_method.payment_method_stripe .wc-stripe-new-payment-method{
  line-height: 1.25;
}

.place-order .form-row{
  padding-bottom: 1rem;
}
.place-order .form-row .checkbox{
  display: flex;
  align-items: center;
}
.place-order .form-row .checkbox > input[type=checkbox]{
  margin-top: 0px;
  margin-right: 0.75rem;
}

.woocommerce-Reviews .commentlist{
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
}
.woocommerce-Reviews .commentlist > li{
  list-style-type: none;
}
@media (min-width: 768px) {
  .woocommerce-Reviews .commentlist{
    margin: -1rem;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .woocommerce-Reviews .commentlist > li{
    width: 50%;
    padding: 1rem;
  }
}
@media (min-width: 1024px) {
  .woocommerce-Reviews .commentlist > li{
    width: 33.333333%;
  }
}
.woocommerce-Reviews .review{
  margin-bottom: 2.5rem;
}
.woocommerce-Reviews .review .avatar{
  display: none;
}
.woocommerce-Reviews .review .comment-text{
  display: flex;
  flex-direction: column;
}
.woocommerce-Reviews .review .comment-text .star-rating{
  margin-bottom: 1rem;
}
.woocommerce-Reviews .review .comment-text .meta{
  order: 1;
  font-size: 0.875rem;
}
.woocommerce-Reviews .review .comment-text .description{
  margin-bottom: 1.5rem;
  font-size: 0.875rem;
  line-height: 2;
}
.woocommerce-Reviews #review_form .comment-form-rating,
.woocommerce-Reviews #review_form > p,
.woocommerce-Reviews #commentform .comment-form-rating,
.woocommerce-Reviews #commentform > p{
  margin-bottom: 1rem;
}

.woocommerce-MyAccount-content mark{
  background-color: transparent;
  font-weight: 700;
  color: currentColor;
}

.woocommerce-MyAccount-content.wysiwyg p.form-row, .woocommerce-MyAccount-content.wp-block-paragraph p.form-row,
.woocommerce-MyAccount-content.wp-block.block-editor-block-list__block[data-type="core/paragraph"] p.form-row, .woocommerce-MyAccount-content.coreprint-page-instructions p.form-row, .woocommerce-MyAccount-content.payment_box p.form-row{
  margin-bottom: 1rem;
}

ol.woocommerce-OrderUpdates{
  list-style-type: none;
  padding: 0px;
}
ol.woocommerce-OrderUpdates .woocommerce-OrderUpdate-meta{
  margin-bottom: 0px;
  font-style: italic;
  opacity: 0.5;
}
ol.woocommerce-OrderUpdates .woocommerce-OrderUpdate-inner{
  margin-bottom: 0.5rem;
  border-radius: var(--border-radius, 0.25rem);
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
}

.woocommerce-orders-table__cell-order-actions > *,
.order-actions > *{
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}

li[data-notice-type] a:not(.button){
  text-decoration-line: underline;
}

li[data-notice-type] a:not(.button),li[data-notice-type] a:not(.button):visited{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

li[data-notice-type] a:not(.button):hover,li[data-notice-type] a:not(.button):focus{
  opacity: 0.75;
}

li[data-notice-type] a:not(.button):active{
  opacity: 0.5;
}

.toggle-wishlist-link{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.toggle-wishlist-link,.toggle-wishlist-link:visited{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.toggle-wishlist-link:hover,.toggle-wishlist-link:focus{
  opacity: 0.75;
}

.toggle-wishlist-link:active{
  opacity: 0.5;
}
.toggle-wishlist-link.thinking{
  pointer-events: none;
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.toggle-wishlist-link.thinking{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.toggle-wishlist-link .toggle-wishlist-link-button{
  position: relative;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity));
  font-size: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  font-weight: 800;
}
.toggle-wishlist-link.thinking .toggle-wishlist-link-button:before {
  content: "";
  position: absolute;
  display: inline-flex;
  height: 100%;
  width: 100%;
}
@keyframes ping{
  75%, 100%{
    transform: scale(2);
    opacity: 0;
  }
}
.toggle-wishlist-link.thinking .toggle-wishlist-link-button:before{
  animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(229 62 62 / var(--tw-bg-opacity));
  opacity: 0.75;
}
.toggle-wishlist-link .toggle-wishlist-link-label{
  margin-left: 0.5rem;
}
.toggle-wishlist-link .toggle-wishlist-link-label:before {
  content: "Save for later";
}
.toggle-wishlist-link.active .toggle-wishlist-link-button{
  --tw-bg-opacity: 1;
  background-color: rgb(229 62 62 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.toggle-wishlist-link.active .toggle-wishlist-link-label:before {
  content: "Saved for later";
}

/* 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;
}
.invisible{
  visibility: hidden;
}
.collapse{
  visibility: collapse;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.\!relative{
  position: relative !important;
}
.sticky{
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.left-0{
  left: 0px;
}
.top-1\/2{
  top: 50%;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-1\/2{
  left: 50%;
}
.top-full{
  top: 100%;
}
.top-auto{
  top: auto;
}
.right-auto{
  right: auto;
}
.top-12{
  top: 3rem;
}
.right-4{
  right: 1rem;
}
.bottom-4{
  bottom: 1rem;
}
.top-3\/4{
  top: 75%;
}
.-right-2{
  right: -0.5rem;
}
.-right-12{
  right: -3rem;
}
.bottom-8{
  bottom: 2rem;
}
.left-8{
  left: 2rem;
}
.right-8{
  right: 2rem;
}
.top-4{
  top: 1rem;
}
.top-\[50\%\]{
  top: 50%;
}
.left-10{
  left: 2.5rem;
}
.right-10{
  right: 2.5rem;
}
.top-36{
  top: 9rem;
}
.-right-10{
  right: -2.5rem;
}
.isolate{
  isolation: isolate;
}
.z-1{
  z-index: 1;
}
.z-100{
  z-index: 100;
}
.z-50{
  z-index: 50;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-20{
  z-index: 20;
}
.order-first{
  order: -9999;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.col-start-7{
  grid-column-start: 7;
}
.col-start-10{
  grid-column-start: 10;
}
.col-start-1{
  grid-column-start: 1;
}
.col-start-3{
  grid-column-start: 3;
}
.col-start-4{
  grid-column-start: 4;
}
.-m-4{
  margin: -1rem;
}
.-m-1{
  margin: -0.25rem;
}
.m-1{
  margin: 0.25rem;
}
.-m-2{
  margin: -0.5rem;
}
.m-4{
  margin: 1rem;
}
.m-6{
  margin: 1.5rem;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.-my-4{
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.-mx-px{
  margin-left: -1px;
  margin-right: -1px;
}
.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.my-36{
  margin-top: 9rem;
  margin-bottom: 9rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mr-auto{
  margin-right: auto;
}
.ml-auto{
  margin-left: auto;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mr-4{
  margin-right: 1rem;
}
.mt-4{
  margin-top: 1rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.-ml-1{
  margin-left: -0.25rem;
}
.-mr-1{
  margin-right: -0.25rem;
}
.mt-auto{
  margin-top: auto;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mr-12{
  margin-right: 3rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mt-16{
  margin-top: 4rem;
}
.-mt-24{
  margin-top: -6rem;
}
.-mb-32{
  margin-bottom: -8rem;
}
.-mb-6{
  margin-bottom: -1.5rem;
}
.-mt-6{
  margin-top: -1.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mt-36{
  margin-top: 9rem;
}
.-ml-4{
  margin-left: -1rem;
}
.mt-0{
  margin-top: 0px;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-0{
  margin-left: 0px;
}
.mb-32{
  margin-bottom: 8rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mb-24{
  margin-bottom: 6rem;
}
.ml-16{
  margin-left: 4rem;
}
.mt-12{
  margin-top: 3rem;
}
.\!mb-8{
  margin-bottom: 2rem !important;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-square{
  aspect-ratio: 1 / 1;
}
.h-20{
  height: 5rem;
}
.h-8{
  height: 2rem;
}
.h-16{
  height: 4rem;
}
.h-full{
  height: 100%;
}
.h-14{
  height: 3.5rem;
}
.h-64{
  height: 16rem;
}
.h-24{
  height: 6rem;
}
.h-10{
  height: 2.5rem;
}
.h-6{
  height: 1.5rem;
}
.h-40{
  height: 10rem;
}
.h-48{
  height: 12rem;
}
.h-12{
  height: 3rem;
}
.h-0{
  height: 0px;
}
.h-5{
  height: 1.25rem;
}
.h-56{
  height: 14rem;
}
.h-28{
  height: 7rem;
}
.h-\[25px\]{
  height: 25px;
}
.h-\[200px\]{
  height: 200px;
}
.h-\[630px\]{
  height: 630px;
}
.max-h-72{
  max-height: 18rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-full{
  max-height: 100%;
}
.min-h-screen{
  min-height: 100vh;
}
.min-h-\[260px\]{
  min-height: 260px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.w-full{
  width: 100%;
}
.w-1\/2{
  width: 50%;
}
.w-3\/5{
  width: 60%;
}
.w-2\/5{
  width: 40%;
}
.w-20{
  width: 5rem;
}
.w-8{
  width: 2rem;
}
.w-16{
  width: 4rem;
}
.w-1{
  width: 0.25rem;
}
.w-14{
  width: 3.5rem;
}
.w-64{
  width: 16rem;
}
.w-screen{
  width: 100vw;
}
.w-24{
  width: 6rem;
}
.w-1\/3{
  width: 33.333333%;
}
.w-3\/6{
  width: 50%;
}
.w-48{
  width: 12rem;
}
.w-52{
  width: 13rem;
}
.w-36{
  width: 9rem;
}
.w-12{
  width: 3rem;
}
.w-0{
  width: 0px;
}
.w-10{
  width: 2.5rem;
}
.w-6{
  width: 1.5rem;
}
.w-5{
  width: 1.25rem;
}
.w-80{
  width: 20rem;
}
.w-px{
  width: 1px;
}
.w-auto{
  width: auto;
}
.w-\[34rem\]{
  width: 34rem;
}
.w-\[200px\]{
  width: 200px;
}
.min-w-\[172px\]{
  min-width: 172px;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-xs{
  max-width: 20rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-full{
  max-width: 100%;
}
.\!max-w-4xl{
  max-width: 56rem !important;
}
.max-w-\[900px\]{
  max-width: 900px;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[860px\]{
  max-width: 860px;
}
.max-w-7xl{
  max-width: 84rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.shrink{
  flex-shrink: 1;
}
.flex-grow{
  flex-grow: 1;
}
.grow{
  flex-grow: 1;
}
.-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-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{
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-1\/2{
  --tw-translate-x: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-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-4{
  --tw-translate-y: 1rem;
  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-64{
  --tw-translate-x: 16rem;
  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-px{
  --tw-translate-x: 1px;
  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-\[-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));
}
.-translate-y-1\/3{
  --tw-translate-y: -33.333333%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-\[40\%\]{
  --tw-translate-y: -40%;
  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));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.transform-none{
  transform: none;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-context-menu{
  cursor: context-menu;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-auto{
  cursor: auto;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize{
  resize: both;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-rows-4{
  grid-template-rows: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.place-content-center{
  place-content: center;
}
.place-items-center{
  place-items: center;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-2{
  gap: 0.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-36{
  gap: 9rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-8{
  gap: 2rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis{
  text-overflow: ellipsis;
}
.text-clip{
  text-overflow: clip;
}
.rounded{
  border-radius: var(--border-radius, 0.25rem);
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-button{
  border-radius: var(--button-border-radius, 0.25rem);
}
.rounded-none{
  border-radius: 0px;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-\[24px\]{
  border-radius: 24px;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[30px\]{
  border-radius: 30px;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-t{
  border-top-left-radius: var(--border-radius, 0.25rem);
  border-top-right-radius: var(--border-radius, 0.25rem);
}
.rounded-tl-\[60px\]{
  border-top-left-radius: 60px;
}
.rounded-tr-\[60px\]{
  border-top-right-radius: 60px;
}
.border{
  border-width: var(--border-width, 1px);
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: var(--border-width, 1px);
}
.border-t{
  border-top-width: var(--border-width, 1px);
}
.border-l{
  border-left-width: var(--border-width, 1px);
}
.border-t-2{
  border-top-width: 2px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-primary, #000), var(--tw-border-opacity));
}
.border-secondary{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-secondary, #666), var(--tw-border-opacity));
}
.border-grey-300{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-light-grey{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity));
}
.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(226 226 226 / var(--tw-border-opacity));
}
.border-\[\#BEE6EE\]{
  --tw-border-opacity: 1;
  border-color: rgb(190 230 238 / var(--tw-border-opacity));
}
.border-light\/10{
  border-color: rgba(var(--colour-light, #fff), 0.1);
}
.border-dark{
  --tw-border-opacity: 1;
  border-color: rgba(var(--colour-dark, #21111E), var(--tw-border-opacity));
}
.bg-transparent{
  background-color: transparent;
}
.bg-current{
  background-color: currentColor;
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-light-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-error{
  --tw-bg-opacity: 1;
  background-color: rgb(229 62 62 / var(--tw-bg-opacity));
}
.bg-warning{
  --tw-bg-opacity: 1;
  background-color: rgb(214 158 46 / var(--tw-bg-opacity));
}
.bg-success{
  --tw-bg-opacity: 1;
  background-color: rgb(56 161 105 / var(--tw-bg-opacity));
}
.bg-grey-100{
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity));
}
.bg-grey-200{
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity));
}
.bg-grey-300{
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-grey-400{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 224 / var(--tw-bg-opacity));
}
.bg-grey-500{
  --tw-bg-opacity: 1;
  background-color: rgb(160 174 192 / var(--tw-bg-opacity));
}
.bg-grey-600{
  --tw-bg-opacity: 1;
  background-color: rgb(113 128 150 / var(--tw-bg-opacity));
}
.bg-grey-700{
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity));
}
.bg-grey-800{
  --tw-bg-opacity: 1;
  background-color: rgb(45 55 72 / var(--tw-bg-opacity));
}
.bg-grey-900{
  --tw-bg-opacity: 1;
  background-color: rgb(26 32 44 / var(--tw-bg-opacity));
}
.bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(226 226 226 / var(--tw-bg-opacity));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-primary, #000), var(--tw-bg-opacity));
}
.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-secondary, #666), var(--tw-bg-opacity));
}
.bg-tertiary{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-tertiary, #b5b5b5), var(--tw-bg-opacity));
}
.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-dark, #21111E), var(--tw-bg-opacity));
}
.bg-light{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-light, #fff), var(--tw-bg-opacity));
}
.bg-bg{
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-bg, #fff), var(--tw-bg-opacity));
}
.bg-quaternary{
  --tw-bg-opacity: 1;
  background-color: rgb(255 130 136 / var(--tw-bg-opacity));
}
.bg-quinary{
  --tw-bg-opacity: 1;
  background-color: rgb(248 186 209 / var(--tw-bg-opacity));
}
.bg-custom-dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(7 48 52 / var(--tw-bg-opacity));
}
.bg-custom-cream{
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 236 / var(--tw-bg-opacity));
}
.bg-custom-teal{
  --tw-bg-opacity: 1;
  background-color: rgb(73 232 209 / var(--tw-bg-opacity));
}
.bg-custom-light-teal{
  --tw-bg-opacity: 1;
  background-color: rgb(166 237 221 / var(--tw-bg-opacity));
}
.bg-custom-navy{
  --tw-bg-opacity: 1;
  background-color: rgb(14 62 160 / var(--tw-bg-opacity));
}
.bg-custom-lavender{
  --tw-bg-opacity: 1;
  background-color: rgb(218 198 251 / var(--tw-bg-opacity));
}
.bg-custom-orange{
  --tw-bg-opacity: 1;
  background-color: rgb(255 110 79 / var(--tw-bg-opacity));
}
.bg-custom-light-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(190 198 227 / var(--tw-bg-opacity));
}
.bg-custom-lighter-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(63 96 209 / var(--tw-bg-opacity));
}
.bg-custom-light-coral{
  --tw-bg-opacity: 1;
  background-color: rgb(255 130 136 / var(--tw-bg-opacity));
}
.bg-custom-pink{
  --tw-bg-opacity: 1;
  background-color: rgb(248 186 209 / var(--tw-bg-opacity));
}
.bg-transparent\/0{
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-transparent\/100{
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/0{
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/5{
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/20{
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25{
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30{
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70{
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75{
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80{
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95{
  background-color: rgb(0 0 0 / 0.95);
}
.bg-black\/100{
  background-color: rgb(0 0 0 / 1);
}
.bg-white\/0{
  background-color: rgb(255 255 255 / 0);
}
.bg-white\/5{
  background-color: rgb(255 255 255 / 0.05);
}
.bg-white\/10{
  background-color: rgb(255 255 255 / 0.1);
}
.bg-white\/20{
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/25{
  background-color: rgb(255 255 255 / 0.25);
}
.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}
.bg-white\/40{
  background-color: rgb(255 255 255 / 0.4);
}
.bg-white\/50{
  background-color: rgb(255 255 255 / 0.5);
}
.bg-white\/60{
  background-color: rgb(255 255 255 / 0.6);
}
.bg-white\/70{
  background-color: rgb(255 255 255 / 0.7);
}
.bg-white\/75{
  background-color: rgb(255 255 255 / 0.75);
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-white\/95{
  background-color: rgb(255 255 255 / 0.95);
}
.bg-white\/100{
  background-color: rgb(255 255 255 / 1);
}
.bg-light-grey\/0{
  background-color: rgb(245 245 245 / 0);
}
.bg-light-grey\/5{
  background-color: rgb(245 245 245 / 0.05);
}
.bg-light-grey\/10{
  background-color: rgb(245 245 245 / 0.1);
}
.bg-light-grey\/20{
  background-color: rgb(245 245 245 / 0.2);
}
.bg-light-grey\/25{
  background-color: rgb(245 245 245 / 0.25);
}
.bg-light-grey\/30{
  background-color: rgb(245 245 245 / 0.3);
}
.bg-light-grey\/40{
  background-color: rgb(245 245 245 / 0.4);
}
.bg-light-grey\/50{
  background-color: rgb(245 245 245 / 0.5);
}
.bg-light-grey\/60{
  background-color: rgb(245 245 245 / 0.6);
}
.bg-light-grey\/70{
  background-color: rgb(245 245 245 / 0.7);
}
.bg-light-grey\/75{
  background-color: rgb(245 245 245 / 0.75);
}
.bg-light-grey\/80{
  background-color: rgb(245 245 245 / 0.8);
}
.bg-light-grey\/90{
  background-color: rgb(245 245 245 / 0.9);
}
.bg-light-grey\/95{
  background-color: rgb(245 245 245 / 0.95);
}
.bg-light-grey\/100{
  background-color: rgb(245 245 245 / 1);
}
.bg-error\/0{
  background-color: rgb(229 62 62 / 0);
}
.bg-error\/5{
  background-color: rgb(229 62 62 / 0.05);
}
.bg-error\/10{
  background-color: rgb(229 62 62 / 0.1);
}
.bg-error\/20{
  background-color: rgb(229 62 62 / 0.2);
}
.bg-error\/25{
  background-color: rgb(229 62 62 / 0.25);
}
.bg-error\/30{
  background-color: rgb(229 62 62 / 0.3);
}
.bg-error\/40{
  background-color: rgb(229 62 62 / 0.4);
}
.bg-error\/50{
  background-color: rgb(229 62 62 / 0.5);
}
.bg-error\/60{
  background-color: rgb(229 62 62 / 0.6);
}
.bg-error\/70{
  background-color: rgb(229 62 62 / 0.7);
}
.bg-error\/75{
  background-color: rgb(229 62 62 / 0.75);
}
.bg-error\/80{
  background-color: rgb(229 62 62 / 0.8);
}
.bg-error\/90{
  background-color: rgb(229 62 62 / 0.9);
}
.bg-error\/95{
  background-color: rgb(229 62 62 / 0.95);
}
.bg-error\/100{
  background-color: rgb(229 62 62 / 1);
}
.bg-warning\/0{
  background-color: rgb(214 158 46 / 0);
}
.bg-warning\/5{
  background-color: rgb(214 158 46 / 0.05);
}
.bg-warning\/10{
  background-color: rgb(214 158 46 / 0.1);
}
.bg-warning\/20{
  background-color: rgb(214 158 46 / 0.2);
}
.bg-warning\/25{
  background-color: rgb(214 158 46 / 0.25);
}
.bg-warning\/30{
  background-color: rgb(214 158 46 / 0.3);
}
.bg-warning\/40{
  background-color: rgb(214 158 46 / 0.4);
}
.bg-warning\/50{
  background-color: rgb(214 158 46 / 0.5);
}
.bg-warning\/60{
  background-color: rgb(214 158 46 / 0.6);
}
.bg-warning\/70{
  background-color: rgb(214 158 46 / 0.7);
}
.bg-warning\/75{
  background-color: rgb(214 158 46 / 0.75);
}
.bg-warning\/80{
  background-color: rgb(214 158 46 / 0.8);
}
.bg-warning\/90{
  background-color: rgb(214 158 46 / 0.9);
}
.bg-warning\/95{
  background-color: rgb(214 158 46 / 0.95);
}
.bg-warning\/100{
  background-color: rgb(214 158 46 / 1);
}
.bg-success\/0{
  background-color: rgb(56 161 105 / 0);
}
.bg-success\/5{
  background-color: rgb(56 161 105 / 0.05);
}
.bg-success\/10{
  background-color: rgb(56 161 105 / 0.1);
}
.bg-success\/20{
  background-color: rgb(56 161 105 / 0.2);
}
.bg-success\/25{
  background-color: rgb(56 161 105 / 0.25);
}
.bg-success\/30{
  background-color: rgb(56 161 105 / 0.3);
}
.bg-success\/40{
  background-color: rgb(56 161 105 / 0.4);
}
.bg-success\/50{
  background-color: rgb(56 161 105 / 0.5);
}
.bg-success\/60{
  background-color: rgb(56 161 105 / 0.6);
}
.bg-success\/70{
  background-color: rgb(56 161 105 / 0.7);
}
.bg-success\/75{
  background-color: rgb(56 161 105 / 0.75);
}
.bg-success\/80{
  background-color: rgb(56 161 105 / 0.8);
}
.bg-success\/90{
  background-color: rgb(56 161 105 / 0.9);
}
.bg-success\/95{
  background-color: rgb(56 161 105 / 0.95);
}
.bg-success\/100{
  background-color: rgb(56 161 105 / 1);
}
.bg-grey-100\/0{
  background-color: rgb(247 250 252 / 0);
}
.bg-grey-100\/5{
  background-color: rgb(247 250 252 / 0.05);
}
.bg-grey-100\/10{
  background-color: rgb(247 250 252 / 0.1);
}
.bg-grey-100\/20{
  background-color: rgb(247 250 252 / 0.2);
}
.bg-grey-100\/25{
  background-color: rgb(247 250 252 / 0.25);
}
.bg-grey-100\/30{
  background-color: rgb(247 250 252 / 0.3);
}
.bg-grey-100\/40{
  background-color: rgb(247 250 252 / 0.4);
}
.bg-grey-100\/50{
  background-color: rgb(247 250 252 / 0.5);
}
.bg-grey-100\/60{
  background-color: rgb(247 250 252 / 0.6);
}
.bg-grey-100\/70{
  background-color: rgb(247 250 252 / 0.7);
}
.bg-grey-100\/75{
  background-color: rgb(247 250 252 / 0.75);
}
.bg-grey-100\/80{
  background-color: rgb(247 250 252 / 0.8);
}
.bg-grey-100\/90{
  background-color: rgb(247 250 252 / 0.9);
}
.bg-grey-100\/95{
  background-color: rgb(247 250 252 / 0.95);
}
.bg-grey-100\/100{
  background-color: rgb(247 250 252 / 1);
}
.bg-grey-200\/0{
  background-color: rgb(237 242 247 / 0);
}
.bg-grey-200\/5{
  background-color: rgb(237 242 247 / 0.05);
}
.bg-grey-200\/10{
  background-color: rgb(237 242 247 / 0.1);
}
.bg-grey-200\/20{
  background-color: rgb(237 242 247 / 0.2);
}
.bg-grey-200\/25{
  background-color: rgb(237 242 247 / 0.25);
}
.bg-grey-200\/30{
  background-color: rgb(237 242 247 / 0.3);
}
.bg-grey-200\/40{
  background-color: rgb(237 242 247 / 0.4);
}
.bg-grey-200\/50{
  background-color: rgb(237 242 247 / 0.5);
}
.bg-grey-200\/60{
  background-color: rgb(237 242 247 / 0.6);
}
.bg-grey-200\/70{
  background-color: rgb(237 242 247 / 0.7);
}
.bg-grey-200\/75{
  background-color: rgb(237 242 247 / 0.75);
}
.bg-grey-200\/80{
  background-color: rgb(237 242 247 / 0.8);
}
.bg-grey-200\/90{
  background-color: rgb(237 242 247 / 0.9);
}
.bg-grey-200\/95{
  background-color: rgb(237 242 247 / 0.95);
}
.bg-grey-200\/100{
  background-color: rgb(237 242 247 / 1);
}
.bg-grey-300\/0{
  background-color: rgb(226 232 240 / 0);
}
.bg-grey-300\/5{
  background-color: rgb(226 232 240 / 0.05);
}
.bg-grey-300\/10{
  background-color: rgb(226 232 240 / 0.1);
}
.bg-grey-300\/20{
  background-color: rgb(226 232 240 / 0.2);
}
.bg-grey-300\/25{
  background-color: rgb(226 232 240 / 0.25);
}
.bg-grey-300\/30{
  background-color: rgb(226 232 240 / 0.3);
}
.bg-grey-300\/40{
  background-color: rgb(226 232 240 / 0.4);
}
.bg-grey-300\/50{
  background-color: rgb(226 232 240 / 0.5);
}
.bg-grey-300\/60{
  background-color: rgb(226 232 240 / 0.6);
}
.bg-grey-300\/70{
  background-color: rgb(226 232 240 / 0.7);
}
.bg-grey-300\/75{
  background-color: rgb(226 232 240 / 0.75);
}
.bg-grey-300\/80{
  background-color: rgb(226 232 240 / 0.8);
}
.bg-grey-300\/90{
  background-color: rgb(226 232 240 / 0.9);
}
.bg-grey-300\/95{
  background-color: rgb(226 232 240 / 0.95);
}
.bg-grey-300\/100{
  background-color: rgb(226 232 240 / 1);
}
.bg-grey-400\/0{
  background-color: rgb(203 213 224 / 0);
}
.bg-grey-400\/5{
  background-color: rgb(203 213 224 / 0.05);
}
.bg-grey-400\/10{
  background-color: rgb(203 213 224 / 0.1);
}
.bg-grey-400\/20{
  background-color: rgb(203 213 224 / 0.2);
}
.bg-grey-400\/25{
  background-color: rgb(203 213 224 / 0.25);
}
.bg-grey-400\/30{
  background-color: rgb(203 213 224 / 0.3);
}
.bg-grey-400\/40{
  background-color: rgb(203 213 224 / 0.4);
}
.bg-grey-400\/50{
  background-color: rgb(203 213 224 / 0.5);
}
.bg-grey-400\/60{
  background-color: rgb(203 213 224 / 0.6);
}
.bg-grey-400\/70{
  background-color: rgb(203 213 224 / 0.7);
}
.bg-grey-400\/75{
  background-color: rgb(203 213 224 / 0.75);
}
.bg-grey-400\/80{
  background-color: rgb(203 213 224 / 0.8);
}
.bg-grey-400\/90{
  background-color: rgb(203 213 224 / 0.9);
}
.bg-grey-400\/95{
  background-color: rgb(203 213 224 / 0.95);
}
.bg-grey-400\/100{
  background-color: rgb(203 213 224 / 1);
}
.bg-grey-500\/0{
  background-color: rgb(160 174 192 / 0);
}
.bg-grey-500\/5{
  background-color: rgb(160 174 192 / 0.05);
}
.bg-grey-500\/10{
  background-color: rgb(160 174 192 / 0.1);
}
.bg-grey-500\/20{
  background-color: rgb(160 174 192 / 0.2);
}
.bg-grey-500\/25{
  background-color: rgb(160 174 192 / 0.25);
}
.bg-grey-500\/30{
  background-color: rgb(160 174 192 / 0.3);
}
.bg-grey-500\/40{
  background-color: rgb(160 174 192 / 0.4);
}
.bg-grey-500\/50{
  background-color: rgb(160 174 192 / 0.5);
}
.bg-grey-500\/60{
  background-color: rgb(160 174 192 / 0.6);
}
.bg-grey-500\/70{
  background-color: rgb(160 174 192 / 0.7);
}
.bg-grey-500\/75{
  background-color: rgb(160 174 192 / 0.75);
}
.bg-grey-500\/80{
  background-color: rgb(160 174 192 / 0.8);
}
.bg-grey-500\/90{
  background-color: rgb(160 174 192 / 0.9);
}
.bg-grey-500\/95{
  background-color: rgb(160 174 192 / 0.95);
}
.bg-grey-500\/100{
  background-color: rgb(160 174 192 / 1);
}
.bg-grey-600\/0{
  background-color: rgb(113 128 150 / 0);
}
.bg-grey-600\/5{
  background-color: rgb(113 128 150 / 0.05);
}
.bg-grey-600\/10{
  background-color: rgb(113 128 150 / 0.1);
}
.bg-grey-600\/20{
  background-color: rgb(113 128 150 / 0.2);
}
.bg-grey-600\/25{
  background-color: rgb(113 128 150 / 0.25);
}
.bg-grey-600\/30{
  background-color: rgb(113 128 150 / 0.3);
}
.bg-grey-600\/40{
  background-color: rgb(113 128 150 / 0.4);
}
.bg-grey-600\/50{
  background-color: rgb(113 128 150 / 0.5);
}
.bg-grey-600\/60{
  background-color: rgb(113 128 150 / 0.6);
}
.bg-grey-600\/70{
  background-color: rgb(113 128 150 / 0.7);
}
.bg-grey-600\/75{
  background-color: rgb(113 128 150 / 0.75);
}
.bg-grey-600\/80{
  background-color: rgb(113 128 150 / 0.8);
}
.bg-grey-600\/90{
  background-color: rgb(113 128 150 / 0.9);
}
.bg-grey-600\/95{
  background-color: rgb(113 128 150 / 0.95);
}
.bg-grey-600\/100{
  background-color: rgb(113 128 150 / 1);
}
.bg-grey-700\/0{
  background-color: rgb(74 85 104 / 0);
}
.bg-grey-700\/5{
  background-color: rgb(74 85 104 / 0.05);
}
.bg-grey-700\/10{
  background-color: rgb(74 85 104 / 0.1);
}
.bg-grey-700\/20{
  background-color: rgb(74 85 104 / 0.2);
}
.bg-grey-700\/25{
  background-color: rgb(74 85 104 / 0.25);
}
.bg-grey-700\/30{
  background-color: rgb(74 85 104 / 0.3);
}
.bg-grey-700\/40{
  background-color: rgb(74 85 104 / 0.4);
}
.bg-grey-700\/50{
  background-color: rgb(74 85 104 / 0.5);
}
.bg-grey-700\/60{
  background-color: rgb(74 85 104 / 0.6);
}
.bg-grey-700\/70{
  background-color: rgb(74 85 104 / 0.7);
}
.bg-grey-700\/75{
  background-color: rgb(74 85 104 / 0.75);
}
.bg-grey-700\/80{
  background-color: rgb(74 85 104 / 0.8);
}
.bg-grey-700\/90{
  background-color: rgb(74 85 104 / 0.9);
}
.bg-grey-700\/95{
  background-color: rgb(74 85 104 / 0.95);
}
.bg-grey-700\/100{
  background-color: rgb(74 85 104 / 1);
}
.bg-grey-800\/0{
  background-color: rgb(45 55 72 / 0);
}
.bg-grey-800\/5{
  background-color: rgb(45 55 72 / 0.05);
}
.bg-grey-800\/10{
  background-color: rgb(45 55 72 / 0.1);
}
.bg-grey-800\/20{
  background-color: rgb(45 55 72 / 0.2);
}
.bg-grey-800\/25{
  background-color: rgb(45 55 72 / 0.25);
}
.bg-grey-800\/30{
  background-color: rgb(45 55 72 / 0.3);
}
.bg-grey-800\/40{
  background-color: rgb(45 55 72 / 0.4);
}
.bg-grey-800\/50{
  background-color: rgb(45 55 72 / 0.5);
}
.bg-grey-800\/60{
  background-color: rgb(45 55 72 / 0.6);
}
.bg-grey-800\/70{
  background-color: rgb(45 55 72 / 0.7);
}
.bg-grey-800\/75{
  background-color: rgb(45 55 72 / 0.75);
}
.bg-grey-800\/80{
  background-color: rgb(45 55 72 / 0.8);
}
.bg-grey-800\/90{
  background-color: rgb(45 55 72 / 0.9);
}
.bg-grey-800\/95{
  background-color: rgb(45 55 72 / 0.95);
}
.bg-grey-800\/100{
  background-color: rgb(45 55 72 / 1);
}
.bg-grey-900\/0{
  background-color: rgb(26 32 44 / 0);
}
.bg-grey-900\/5{
  background-color: rgb(26 32 44 / 0.05);
}
.bg-grey-900\/10{
  background-color: rgb(26 32 44 / 0.1);
}
.bg-grey-900\/20{
  background-color: rgb(26 32 44 / 0.2);
}
.bg-grey-900\/25{
  background-color: rgb(26 32 44 / 0.25);
}
.bg-grey-900\/30{
  background-color: rgb(26 32 44 / 0.3);
}
.bg-grey-900\/40{
  background-color: rgb(26 32 44 / 0.4);
}
.bg-grey-900\/50{
  background-color: rgb(26 32 44 / 0.5);
}
.bg-grey-900\/60{
  background-color: rgb(26 32 44 / 0.6);
}
.bg-grey-900\/70{
  background-color: rgb(26 32 44 / 0.7);
}
.bg-grey-900\/75{
  background-color: rgb(26 32 44 / 0.75);
}
.bg-grey-900\/80{
  background-color: rgb(26 32 44 / 0.8);
}
.bg-grey-900\/90{
  background-color: rgb(26 32 44 / 0.9);
}
.bg-grey-900\/95{
  background-color: rgb(26 32 44 / 0.95);
}
.bg-grey-900\/100{
  background-color: rgb(26 32 44 / 1);
}
.bg-grey\/0{
  background-color: rgb(226 226 226 / 0);
}
.bg-grey\/5{
  background-color: rgb(226 226 226 / 0.05);
}
.bg-grey\/10{
  background-color: rgb(226 226 226 / 0.1);
}
.bg-grey\/20{
  background-color: rgb(226 226 226 / 0.2);
}
.bg-grey\/25{
  background-color: rgb(226 226 226 / 0.25);
}
.bg-grey\/30{
  background-color: rgb(226 226 226 / 0.3);
}
.bg-grey\/40{
  background-color: rgb(226 226 226 / 0.4);
}
.bg-grey\/50{
  background-color: rgb(226 226 226 / 0.5);
}
.bg-grey\/60{
  background-color: rgb(226 226 226 / 0.6);
}
.bg-grey\/70{
  background-color: rgb(226 226 226 / 0.7);
}
.bg-grey\/75{
  background-color: rgb(226 226 226 / 0.75);
}
.bg-grey\/80{
  background-color: rgb(226 226 226 / 0.8);
}
.bg-grey\/90{
  background-color: rgb(226 226 226 / 0.9);
}
.bg-grey\/95{
  background-color: rgb(226 226 226 / 0.95);
}
.bg-grey\/100{
  background-color: rgb(226 226 226 / 1);
}
.bg-primary\/0{
  background-color: rgba(var(--colour-primary, #000), 0);
}
.bg-primary\/5{
  background-color: rgba(var(--colour-primary, #000), 0.05);
}
.bg-primary\/10{
  background-color: rgba(var(--colour-primary, #000), 0.1);
}
.bg-primary\/20{
  background-color: rgba(var(--colour-primary, #000), 0.2);
}
.bg-primary\/25{
  background-color: rgba(var(--colour-primary, #000), 0.25);
}
.bg-primary\/30{
  background-color: rgba(var(--colour-primary, #000), 0.3);
}
.bg-primary\/40{
  background-color: rgba(var(--colour-primary, #000), 0.4);
}
.bg-primary\/50{
  background-color: rgba(var(--colour-primary, #000), 0.5);
}
.bg-primary\/60{
  background-color: rgba(var(--colour-primary, #000), 0.6);
}
.bg-primary\/70{
  background-color: rgba(var(--colour-primary, #000), 0.7);
}
.bg-primary\/75{
  background-color: rgba(var(--colour-primary, #000), 0.75);
}
.bg-primary\/80{
  background-color: rgba(var(--colour-primary, #000), 0.8);
}
.bg-primary\/90{
  background-color: rgba(var(--colour-primary, #000), 0.9);
}
.bg-primary\/95{
  background-color: rgba(var(--colour-primary, #000), 0.95);
}
.bg-primary\/100{
  background-color: rgba(var(--colour-primary, #000), 1);
}
.bg-secondary\/0{
  background-color: rgba(var(--colour-secondary, #666), 0);
}
.bg-secondary\/5{
  background-color: rgba(var(--colour-secondary, #666), 0.05);
}
.bg-secondary\/10{
  background-color: rgba(var(--colour-secondary, #666), 0.1);
}
.bg-secondary\/20{
  background-color: rgba(var(--colour-secondary, #666), 0.2);
}
.bg-secondary\/25{
  background-color: rgba(var(--colour-secondary, #666), 0.25);
}
.bg-secondary\/30{
  background-color: rgba(var(--colour-secondary, #666), 0.3);
}
.bg-secondary\/40{
  background-color: rgba(var(--colour-secondary, #666), 0.4);
}
.bg-secondary\/50{
  background-color: rgba(var(--colour-secondary, #666), 0.5);
}
.bg-secondary\/60{
  background-color: rgba(var(--colour-secondary, #666), 0.6);
}
.bg-secondary\/70{
  background-color: rgba(var(--colour-secondary, #666), 0.7);
}
.bg-secondary\/75{
  background-color: rgba(var(--colour-secondary, #666), 0.75);
}
.bg-secondary\/80{
  background-color: rgba(var(--colour-secondary, #666), 0.8);
}
.bg-secondary\/90{
  background-color: rgba(var(--colour-secondary, #666), 0.9);
}
.bg-secondary\/95{
  background-color: rgba(var(--colour-secondary, #666), 0.95);
}
.bg-secondary\/100{
  background-color: rgba(var(--colour-secondary, #666), 1);
}
.bg-tertiary\/0{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0);
}
.bg-tertiary\/5{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.05);
}
.bg-tertiary\/10{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.1);
}
.bg-tertiary\/20{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.2);
}
.bg-tertiary\/25{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.25);
}
.bg-tertiary\/30{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.3);
}
.bg-tertiary\/40{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.4);
}
.bg-tertiary\/50{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.5);
}
.bg-tertiary\/60{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.6);
}
.bg-tertiary\/70{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.7);
}
.bg-tertiary\/75{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.75);
}
.bg-tertiary\/80{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.8);
}
.bg-tertiary\/90{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.9);
}
.bg-tertiary\/95{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 0.95);
}
.bg-tertiary\/100{
  background-color: rgba(var(--colour-tertiary, #b5b5b5), 1);
}
.bg-dark\/0{
  background-color: rgba(var(--colour-dark, #21111E), 0);
}
.bg-dark\/5{
  background-color: rgba(var(--colour-dark, #21111E), 0.05);
}
.bg-dark\/10{
  background-color: rgba(var(--colour-dark, #21111E), 0.1);
}
.bg-dark\/20{
  background-color: rgba(var(--colour-dark, #21111E), 0.2);
}
.bg-dark\/25{
  background-color: rgba(var(--colour-dark, #21111E), 0.25);
}
.bg-dark\/30{
  background-color: rgba(var(--colour-dark, #21111E), 0.3);
}
.bg-dark\/40{
  background-color: rgba(var(--colour-dark, #21111E), 0.4);
}
.bg-dark\/50{
  background-color: rgba(var(--colour-dark, #21111E), 0.5);
}
.bg-dark\/60{
  background-color: rgba(var(--colour-dark, #21111E), 0.6);
}
.bg-dark\/70{
  background-color: rgba(var(--colour-dark, #21111E), 0.7);
}
.bg-dark\/75{
  background-color: rgba(var(--colour-dark, #21111E), 0.75);
}
.bg-dark\/80{
  background-color: rgba(var(--colour-dark, #21111E), 0.8);
}
.bg-dark\/90{
  background-color: rgba(var(--colour-dark, #21111E), 0.9);
}
.bg-dark\/95{
  background-color: rgba(var(--colour-dark, #21111E), 0.95);
}
.bg-dark\/100{
  background-color: rgba(var(--colour-dark, #21111E), 1);
}
.bg-light\/0{
  background-color: rgba(var(--colour-light, #fff), 0);
}
.bg-light\/5{
  background-color: rgba(var(--colour-light, #fff), 0.05);
}
.bg-light\/10{
  background-color: rgba(var(--colour-light, #fff), 0.1);
}
.bg-light\/20{
  background-color: rgba(var(--colour-light, #fff), 0.2);
}
.bg-light\/25{
  background-color: rgba(var(--colour-light, #fff), 0.25);
}
.bg-light\/30{
  background-color: rgba(var(--colour-light, #fff), 0.3);
}
.bg-light\/40{
  background-color: rgba(var(--colour-light, #fff), 0.4);
}
.bg-light\/50{
  background-color: rgba(var(--colour-light, #fff), 0.5);
}
.bg-light\/60{
  background-color: rgba(var(--colour-light, #fff), 0.6);
}
.bg-light\/70{
  background-color: rgba(var(--colour-light, #fff), 0.7);
}
.bg-light\/75{
  background-color: rgba(var(--colour-light, #fff), 0.75);
}
.bg-light\/80{
  background-color: rgba(var(--colour-light, #fff), 0.8);
}
.bg-light\/90{
  background-color: rgba(var(--colour-light, #fff), 0.9);
}
.bg-light\/95{
  background-color: rgba(var(--colour-light, #fff), 0.95);
}
.bg-light\/100{
  background-color: rgba(var(--colour-light, #fff), 1);
}
.bg-bg\/0{
  background-color: rgba(var(--colour-bg, #fff), 0);
}
.bg-bg\/5{
  background-color: rgba(var(--colour-bg, #fff), 0.05);
}
.bg-bg\/10{
  background-color: rgba(var(--colour-bg, #fff), 0.1);
}
.bg-bg\/20{
  background-color: rgba(var(--colour-bg, #fff), 0.2);
}
.bg-bg\/25{
  background-color: rgba(var(--colour-bg, #fff), 0.25);
}
.bg-bg\/30{
  background-color: rgba(var(--colour-bg, #fff), 0.3);
}
.bg-bg\/40{
  background-color: rgba(var(--colour-bg, #fff), 0.4);
}
.bg-bg\/50{
  background-color: rgba(var(--colour-bg, #fff), 0.5);
}
.bg-bg\/60{
  background-color: rgba(var(--colour-bg, #fff), 0.6);
}
.bg-bg\/70{
  background-color: rgba(var(--colour-bg, #fff), 0.7);
}
.bg-bg\/75{
  background-color: rgba(var(--colour-bg, #fff), 0.75);
}
.bg-bg\/80{
  background-color: rgba(var(--colour-bg, #fff), 0.8);
}
.bg-bg\/90{
  background-color: rgba(var(--colour-bg, #fff), 0.9);
}
.bg-bg\/95{
  background-color: rgba(var(--colour-bg, #fff), 0.95);
}
.bg-bg\/100{
  background-color: rgba(var(--colour-bg, #fff), 1);
}
.bg-quaternary\/0{
  background-color: rgb(255 130 136 / 0);
}
.bg-quaternary\/5{
  background-color: rgb(255 130 136 / 0.05);
}
.bg-quaternary\/10{
  background-color: rgb(255 130 136 / 0.1);
}
.bg-quaternary\/20{
  background-color: rgb(255 130 136 / 0.2);
}
.bg-quaternary\/25{
  background-color: rgb(255 130 136 / 0.25);
}
.bg-quaternary\/30{
  background-color: rgb(255 130 136 / 0.3);
}
.bg-quaternary\/40{
  background-color: rgb(255 130 136 / 0.4);
}
.bg-quaternary\/50{
  background-color: rgb(255 130 136 / 0.5);
}
.bg-quaternary\/60{
  background-color: rgb(255 130 136 / 0.6);
}
.bg-quaternary\/70{
  background-color: rgb(255 130 136 / 0.7);
}
.bg-quaternary\/75{
  background-color: rgb(255 130 136 / 0.75);
}
.bg-quaternary\/80{
  background-color: rgb(255 130 136 / 0.8);
}
.bg-quaternary\/90{
  background-color: rgb(255 130 136 / 0.9);
}
.bg-quaternary\/95{
  background-color: rgb(255 130 136 / 0.95);
}
.bg-quaternary\/100{
  background-color: rgb(255 130 136 / 1);
}
.bg-quinary\/0{
  background-color: rgb(248 186 209 / 0);
}
.bg-quinary\/5{
  background-color: rgb(248 186 209 / 0.05);
}
.bg-quinary\/10{
  background-color: rgb(248 186 209 / 0.1);
}
.bg-quinary\/20{
  background-color: rgb(248 186 209 / 0.2);
}
.bg-quinary\/25{
  background-color: rgb(248 186 209 / 0.25);
}
.bg-quinary\/30{
  background-color: rgb(248 186 209 / 0.3);
}
.bg-quinary\/40{
  background-color: rgb(248 186 209 / 0.4);
}
.bg-quinary\/50{
  background-color: rgb(248 186 209 / 0.5);
}
.bg-quinary\/60{
  background-color: rgb(248 186 209 / 0.6);
}
.bg-quinary\/70{
  background-color: rgb(248 186 209 / 0.7);
}
.bg-quinary\/75{
  background-color: rgb(248 186 209 / 0.75);
}
.bg-quinary\/80{
  background-color: rgb(248 186 209 / 0.8);
}
.bg-quinary\/90{
  background-color: rgb(248 186 209 / 0.9);
}
.bg-quinary\/95{
  background-color: rgb(248 186 209 / 0.95);
}
.bg-quinary\/100{
  background-color: rgb(248 186 209 / 1);
}
.bg-custom-dark-blue\/0{
  background-color: rgb(7 48 52 / 0);
}
.bg-custom-dark-blue\/5{
  background-color: rgb(7 48 52 / 0.05);
}
.bg-custom-dark-blue\/10{
  background-color: rgb(7 48 52 / 0.1);
}
.bg-custom-dark-blue\/20{
  background-color: rgb(7 48 52 / 0.2);
}
.bg-custom-dark-blue\/25{
  background-color: rgb(7 48 52 / 0.25);
}
.bg-custom-dark-blue\/30{
  background-color: rgb(7 48 52 / 0.3);
}
.bg-custom-dark-blue\/40{
  background-color: rgb(7 48 52 / 0.4);
}
.bg-custom-dark-blue\/50{
  background-color: rgb(7 48 52 / 0.5);
}
.bg-custom-dark-blue\/60{
  background-color: rgb(7 48 52 / 0.6);
}
.bg-custom-dark-blue\/70{
  background-color: rgb(7 48 52 / 0.7);
}
.bg-custom-dark-blue\/75{
  background-color: rgb(7 48 52 / 0.75);
}
.bg-custom-dark-blue\/80{
  background-color: rgb(7 48 52 / 0.8);
}
.bg-custom-dark-blue\/90{
  background-color: rgb(7 48 52 / 0.9);
}
.bg-custom-dark-blue\/95{
  background-color: rgb(7 48 52 / 0.95);
}
.bg-custom-dark-blue\/100{
  background-color: rgb(7 48 52 / 1);
}
.bg-custom-cream\/0{
  background-color: rgb(243 243 236 / 0);
}
.bg-custom-cream\/5{
  background-color: rgb(243 243 236 / 0.05);
}
.bg-custom-cream\/10{
  background-color: rgb(243 243 236 / 0.1);
}
.bg-custom-cream\/20{
  background-color: rgb(243 243 236 / 0.2);
}
.bg-custom-cream\/25{
  background-color: rgb(243 243 236 / 0.25);
}
.bg-custom-cream\/30{
  background-color: rgb(243 243 236 / 0.3);
}
.bg-custom-cream\/40{
  background-color: rgb(243 243 236 / 0.4);
}
.bg-custom-cream\/50{
  background-color: rgb(243 243 236 / 0.5);
}
.bg-custom-cream\/60{
  background-color: rgb(243 243 236 / 0.6);
}
.bg-custom-cream\/70{
  background-color: rgb(243 243 236 / 0.7);
}
.bg-custom-cream\/75{
  background-color: rgb(243 243 236 / 0.75);
}
.bg-custom-cream\/80{
  background-color: rgb(243 243 236 / 0.8);
}
.bg-custom-cream\/90{
  background-color: rgb(243 243 236 / 0.9);
}
.bg-custom-cream\/95{
  background-color: rgb(243 243 236 / 0.95);
}
.bg-custom-cream\/100{
  background-color: rgb(243 243 236 / 1);
}
.bg-custom-teal\/0{
  background-color: rgb(73 232 209 / 0);
}
.bg-custom-teal\/5{
  background-color: rgb(73 232 209 / 0.05);
}
.bg-custom-teal\/10{
  background-color: rgb(73 232 209 / 0.1);
}
.bg-custom-teal\/20{
  background-color: rgb(73 232 209 / 0.2);
}
.bg-custom-teal\/25{
  background-color: rgb(73 232 209 / 0.25);
}
.bg-custom-teal\/30{
  background-color: rgb(73 232 209 / 0.3);
}
.bg-custom-teal\/40{
  background-color: rgb(73 232 209 / 0.4);
}
.bg-custom-teal\/50{
  background-color: rgb(73 232 209 / 0.5);
}
.bg-custom-teal\/60{
  background-color: rgb(73 232 209 / 0.6);
}
.bg-custom-teal\/70{
  background-color: rgb(73 232 209 / 0.7);
}
.bg-custom-teal\/75{
  background-color: rgb(73 232 209 / 0.75);
}
.bg-custom-teal\/80{
  background-color: rgb(73 232 209 / 0.8);
}
.bg-custom-teal\/90{
  background-color: rgb(73 232 209 / 0.9);
}
.bg-custom-teal\/95{
  background-color: rgb(73 232 209 / 0.95);
}
.bg-custom-teal\/100{
  background-color: rgb(73 232 209 / 1);
}
.bg-custom-light-teal\/0{
  background-color: rgb(166 237 221 / 0);
}
.bg-custom-light-teal\/5{
  background-color: rgb(166 237 221 / 0.05);
}
.bg-custom-light-teal\/10{
  background-color: rgb(166 237 221 / 0.1);
}
.bg-custom-light-teal\/20{
  background-color: rgb(166 237 221 / 0.2);
}
.bg-custom-light-teal\/25{
  background-color: rgb(166 237 221 / 0.25);
}
.bg-custom-light-teal\/30{
  background-color: rgb(166 237 221 / 0.3);
}
.bg-custom-light-teal\/40{
  background-color: rgb(166 237 221 / 0.4);
}
.bg-custom-light-teal\/50{
  background-color: rgb(166 237 221 / 0.5);
}
.bg-custom-light-teal\/60{
  background-color: rgb(166 237 221 / 0.6);
}
.bg-custom-light-teal\/70{
  background-color: rgb(166 237 221 / 0.7);
}
.bg-custom-light-teal\/75{
  background-color: rgb(166 237 221 / 0.75);
}
.bg-custom-light-teal\/80{
  background-color: rgb(166 237 221 / 0.8);
}
.bg-custom-light-teal\/90{
  background-color: rgb(166 237 221 / 0.9);
}
.bg-custom-light-teal\/95{
  background-color: rgb(166 237 221 / 0.95);
}
.bg-custom-light-teal\/100{
  background-color: rgb(166 237 221 / 1);
}
.bg-custom-navy\/0{
  background-color: rgb(14 62 160 / 0);
}
.bg-custom-navy\/5{
  background-color: rgb(14 62 160 / 0.05);
}
.bg-custom-navy\/10{
  background-color: rgb(14 62 160 / 0.1);
}
.bg-custom-navy\/20{
  background-color: rgb(14 62 160 / 0.2);
}
.bg-custom-navy\/25{
  background-color: rgb(14 62 160 / 0.25);
}
.bg-custom-navy\/30{
  background-color: rgb(14 62 160 / 0.3);
}
.bg-custom-navy\/40{
  background-color: rgb(14 62 160 / 0.4);
}
.bg-custom-navy\/50{
  background-color: rgb(14 62 160 / 0.5);
}
.bg-custom-navy\/60{
  background-color: rgb(14 62 160 / 0.6);
}
.bg-custom-navy\/70{
  background-color: rgb(14 62 160 / 0.7);
}
.bg-custom-navy\/75{
  background-color: rgb(14 62 160 / 0.75);
}
.bg-custom-navy\/80{
  background-color: rgb(14 62 160 / 0.8);
}
.bg-custom-navy\/90{
  background-color: rgb(14 62 160 / 0.9);
}
.bg-custom-navy\/95{
  background-color: rgb(14 62 160 / 0.95);
}
.bg-custom-navy\/100{
  background-color: rgb(14 62 160 / 1);
}
.bg-custom-lavender\/0{
  background-color: rgb(218 198 251 / 0);
}
.bg-custom-lavender\/5{
  background-color: rgb(218 198 251 / 0.05);
}
.bg-custom-lavender\/10{
  background-color: rgb(218 198 251 / 0.1);
}
.bg-custom-lavender\/20{
  background-color: rgb(218 198 251 / 0.2);
}
.bg-custom-lavender\/25{
  background-color: rgb(218 198 251 / 0.25);
}
.bg-custom-lavender\/30{
  background-color: rgb(218 198 251 / 0.3);
}
.bg-custom-lavender\/40{
  background-color: rgb(218 198 251 / 0.4);
}
.bg-custom-lavender\/50{
  background-color: rgb(218 198 251 / 0.5);
}
.bg-custom-lavender\/60{
  background-color: rgb(218 198 251 / 0.6);
}
.bg-custom-lavender\/70{
  background-color: rgb(218 198 251 / 0.7);
}
.bg-custom-lavender\/75{
  background-color: rgb(218 198 251 / 0.75);
}
.bg-custom-lavender\/80{
  background-color: rgb(218 198 251 / 0.8);
}
.bg-custom-lavender\/90{
  background-color: rgb(218 198 251 / 0.9);
}
.bg-custom-lavender\/95{
  background-color: rgb(218 198 251 / 0.95);
}
.bg-custom-lavender\/100{
  background-color: rgb(218 198 251 / 1);
}
.bg-custom-orange\/0{
  background-color: rgb(255 110 79 / 0);
}
.bg-custom-orange\/5{
  background-color: rgb(255 110 79 / 0.05);
}
.bg-custom-orange\/10{
  background-color: rgb(255 110 79 / 0.1);
}
.bg-custom-orange\/20{
  background-color: rgb(255 110 79 / 0.2);
}
.bg-custom-orange\/25{
  background-color: rgb(255 110 79 / 0.25);
}
.bg-custom-orange\/30{
  background-color: rgb(255 110 79 / 0.3);
}
.bg-custom-orange\/40{
  background-color: rgb(255 110 79 / 0.4);
}
.bg-custom-orange\/50{
  background-color: rgb(255 110 79 / 0.5);
}
.bg-custom-orange\/60{
  background-color: rgb(255 110 79 / 0.6);
}
.bg-custom-orange\/70{
  background-color: rgb(255 110 79 / 0.7);
}
.bg-custom-orange\/75{
  background-color: rgb(255 110 79 / 0.75);
}
.bg-custom-orange\/80{
  background-color: rgb(255 110 79 / 0.8);
}
.bg-custom-orange\/90{
  background-color: rgb(255 110 79 / 0.9);
}
.bg-custom-orange\/95{
  background-color: rgb(255 110 79 / 0.95);
}
.bg-custom-orange\/100{
  background-color: rgb(255 110 79 / 1);
}
.bg-custom-light-blue\/0{
  background-color: rgb(190 198 227 / 0);
}
.bg-custom-light-blue\/5{
  background-color: rgb(190 198 227 / 0.05);
}
.bg-custom-light-blue\/10{
  background-color: rgb(190 198 227 / 0.1);
}
.bg-custom-light-blue\/20{
  background-color: rgb(190 198 227 / 0.2);
}
.bg-custom-light-blue\/25{
  background-color: rgb(190 198 227 / 0.25);
}
.bg-custom-light-blue\/30{
  background-color: rgb(190 198 227 / 0.3);
}
.bg-custom-light-blue\/40{
  background-color: rgb(190 198 227 / 0.4);
}
.bg-custom-light-blue\/50{
  background-color: rgb(190 198 227 / 0.5);
}
.bg-custom-light-blue\/60{
  background-color: rgb(190 198 227 / 0.6);
}
.bg-custom-light-blue\/70{
  background-color: rgb(190 198 227 / 0.7);
}
.bg-custom-light-blue\/75{
  background-color: rgb(190 198 227 / 0.75);
}
.bg-custom-light-blue\/80{
  background-color: rgb(190 198 227 / 0.8);
}
.bg-custom-light-blue\/90{
  background-color: rgb(190 198 227 / 0.9);
}
.bg-custom-light-blue\/95{
  background-color: rgb(190 198 227 / 0.95);
}
.bg-custom-light-blue\/100{
  background-color: rgb(190 198 227 / 1);
}
.bg-custom-lighter-blue\/0{
  background-color: rgb(63 96 209 / 0);
}
.bg-custom-lighter-blue\/5{
  background-color: rgb(63 96 209 / 0.05);
}
.bg-custom-lighter-blue\/10{
  background-color: rgb(63 96 209 / 0.1);
}
.bg-custom-lighter-blue\/20{
  background-color: rgb(63 96 209 / 0.2);
}
.bg-custom-lighter-blue\/25{
  background-color: rgb(63 96 209 / 0.25);
}
.bg-custom-lighter-blue\/30{
  background-color: rgb(63 96 209 / 0.3);
}
.bg-custom-lighter-blue\/40{
  background-color: rgb(63 96 209 / 0.4);
}
.bg-custom-lighter-blue\/50{
  background-color: rgb(63 96 209 / 0.5);
}
.bg-custom-lighter-blue\/60{
  background-color: rgb(63 96 209 / 0.6);
}
.bg-custom-lighter-blue\/70{
  background-color: rgb(63 96 209 / 0.7);
}
.bg-custom-lighter-blue\/75{
  background-color: rgb(63 96 209 / 0.75);
}
.bg-custom-lighter-blue\/80{
  background-color: rgb(63 96 209 / 0.8);
}
.bg-custom-lighter-blue\/90{
  background-color: rgb(63 96 209 / 0.9);
}
.bg-custom-lighter-blue\/95{
  background-color: rgb(63 96 209 / 0.95);
}
.bg-custom-lighter-blue\/100{
  background-color: rgb(63 96 209 / 1);
}
.bg-custom-light-coral\/0{
  background-color: rgb(255 130 136 / 0);
}
.bg-custom-light-coral\/5{
  background-color: rgb(255 130 136 / 0.05);
}
.bg-custom-light-coral\/10{
  background-color: rgb(255 130 136 / 0.1);
}
.bg-custom-light-coral\/20{
  background-color: rgb(255 130 136 / 0.2);
}
.bg-custom-light-coral\/25{
  background-color: rgb(255 130 136 / 0.25);
}
.bg-custom-light-coral\/30{
  background-color: rgb(255 130 136 / 0.3);
}
.bg-custom-light-coral\/40{
  background-color: rgb(255 130 136 / 0.4);
}
.bg-custom-light-coral\/50{
  background-color: rgb(255 130 136 / 0.5);
}
.bg-custom-light-coral\/60{
  background-color: rgb(255 130 136 / 0.6);
}
.bg-custom-light-coral\/70{
  background-color: rgb(255 130 136 / 0.7);
}
.bg-custom-light-coral\/75{
  background-color: rgb(255 130 136 / 0.75);
}
.bg-custom-light-coral\/80{
  background-color: rgb(255 130 136 / 0.8);
}
.bg-custom-light-coral\/90{
  background-color: rgb(255 130 136 / 0.9);
}
.bg-custom-light-coral\/95{
  background-color: rgb(255 130 136 / 0.95);
}
.bg-custom-light-coral\/100{
  background-color: rgb(255 130 136 / 1);
}
.bg-custom-pink\/0{
  background-color: rgb(248 186 209 / 0);
}
.bg-custom-pink\/5{
  background-color: rgb(248 186 209 / 0.05);
}
.bg-custom-pink\/10{
  background-color: rgb(248 186 209 / 0.1);
}
.bg-custom-pink\/20{
  background-color: rgb(248 186 209 / 0.2);
}
.bg-custom-pink\/25{
  background-color: rgb(248 186 209 / 0.25);
}
.bg-custom-pink\/30{
  background-color: rgb(248 186 209 / 0.3);
}
.bg-custom-pink\/40{
  background-color: rgb(248 186 209 / 0.4);
}
.bg-custom-pink\/50{
  background-color: rgb(248 186 209 / 0.5);
}
.bg-custom-pink\/60{
  background-color: rgb(248 186 209 / 0.6);
}
.bg-custom-pink\/70{
  background-color: rgb(248 186 209 / 0.7);
}
.bg-custom-pink\/75{
  background-color: rgb(248 186 209 / 0.75);
}
.bg-custom-pink\/80{
  background-color: rgb(248 186 209 / 0.8);
}
.bg-custom-pink\/90{
  background-color: rgb(248 186 209 / 0.9);
}
.bg-custom-pink\/95{
  background-color: rgb(248 186 209 / 0.95);
}
.bg-custom-pink\/100{
  background-color: rgb(248 186 209 / 1);
}
.bg-\[\#DFEFF1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(223 239 241 / var(--tw-bg-opacity));
}
.bg-opacity-0{
  --tw-bg-opacity: 0;
}
.bg-opacity-5{
  --tw-bg-opacity: 0.05;
}
.bg-opacity-10{
  --tw-bg-opacity: 0.1;
}
.bg-opacity-20{
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}
.bg-opacity-40{
  --tw-bg-opacity: 0.4;
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-60{
  --tw-bg-opacity: 0.6;
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95{
  --tw-bg-opacity: 0.95;
}
.bg-opacity-100{
  --tw-bg-opacity: 1;
}
.bg-none{
  background-image: none;
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tr{
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl{
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-l{
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-tl{
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.from-transparent{
  --tw-gradient-from: transparent;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-bg{
  --tw-gradient-from: rgb(var(--colour-bg, #fff));
  --tw-gradient-to: rgba(var(--colour-bg, #fff), 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-bg{
  --tw-gradient-to: rgba(var(--colour-bg, #fff), 0);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(var(--colour-bg, #fff)), var(--tw-gradient-to);
}
.to-bg{
  --tw-gradient-to: rgb(var(--colour-bg, #fff));
}
.to-transparent{
  --tw-gradient-to: transparent;
}
.bg-auto{
  background-size: auto;
}
.bg-cover{
  background-size: cover;
}
.bg-contain{
  background-size: contain;
}
.bg-fixed{
  background-attachment: fixed;
}
.bg-local{
  background-attachment: local;
}
.bg-scroll{
  background-attachment: scroll;
}
.bg-clip-border{
  background-clip: border-box;
}
.bg-clip-padding{
  background-clip: padding-box;
}
.bg-clip-content{
  background-clip: content-box;
}
.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-bottom{
  background-position: bottom;
}
.bg-center{
  background-position: center;
}
.bg-left{
  background-position: left;
}
.bg-left-bottom{
  background-position: left bottom;
}
.bg-left-top{
  background-position: left top;
}
.bg-right{
  background-position: right;
}
.bg-right-bottom{
  background-position: right bottom;
}
.bg-right-top{
  background-position: right top;
}
.bg-top{
  background-position: top;
}
.bg-repeat{
  background-repeat: repeat;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.bg-repeat-x{
  background-repeat: repeat-x;
}
.bg-repeat-y{
  background-repeat: repeat-y;
}
.bg-repeat-round{
  background-repeat: round;
}
.bg-repeat-space{
  background-repeat: space;
}
.bg-origin-border{
  background-origin: border-box;
}
.bg-origin-padding{
  background-origin: padding-box;
}
.bg-origin-content{
  background-origin: content-box;
}
.fill-white{
  fill: #fff;
}
.fill-light{
  fill: rgb(var(--colour-light, #fff));
}
.fill-dark{
  fill: rgb(var(--colour-dark, #21111E));
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-fill{
  -o-object-fit: fill;
     object-fit: fill;
}
.object-none{
  -o-object-fit: none;
     object-fit: none;
}
.object-scale-down{
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.object-bottom{
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-left{
  -o-object-position: left;
     object-position: left;
}
.object-left-bottom{
  -o-object-position: left bottom;
     object-position: left bottom;
}
.object-left-top{
  -o-object-position: left top;
     object-position: left top;
}
.object-right{
  -o-object-position: right;
     object-position: right;
}
.object-right-bottom{
  -o-object-position: right bottom;
     object-position: right bottom;
}
.object-right-top{
  -o-object-position: right top;
     object-position: right top;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-0{
  padding: 0px;
}
.p-2{
  padding: 0.5rem;
}
.p-1{
  padding: 0.25rem;
}
.p-10{
  padding: 2.5rem;
}
.p-5{
  padding: 1.25rem;
}
.p-3{
  padding: 0.75rem;
}
.p-8{
  padding: 2rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-40{
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.px-16{
  padding-left: 4rem;
  padding-right: 4rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-16{
  padding-top: 4rem;
}
.pt-20{
  padding-top: 5rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pt-1\/2{
  padding-top: 50%;
}
.pt-3{
  padding-top: 0.75rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pr-12{
  padding-right: 3rem;
}
.pr-8{
  padding-right: 2rem;
}
.pt-full{
  padding-top: 100%;
}
.pr-10{
  padding-right: 2.5rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pt-24{
  padding-top: 6rem;
}
.pb-32{
  padding-bottom: 8rem;
}
.pt-3\/4{
  padding-top: 75%;
}
.pt-14{
  padding-top: 3.5rem;
}
.pb-0{
  padding-bottom: 0px;
}
.pl-3{
  padding-left: 0.75rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pt-9\/10{
  padding-top: 90%;
}
.pt-36{
  padding-top: 9rem;
}
.pt-32{
  padding-top: 8rem;
}
.pr-16{
  padding-right: 4rem;
}
.pt-96{
  padding-top: 24rem;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-text-top{
  vertical-align: text-top;
}
.align-text-bottom{
  vertical-align: text-bottom;
}
.font-body{
  font-family: var(--font-body), 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";
}
.font-heading{
  font-family: var(--font-heading), 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";
}
.text-xs{
  font-size: 0.75rem;
}
.text-sm{
  font-size: 0.875rem;
}
.text-base{
  font-size: 1rem;
}
.text-lg{
  font-size: 1.125rem;
}
.text-xl{
  font-size: 1.25rem;
}
.text-2xl{
  font-size: 1.5rem;
}
.text-3xl{
  font-size: 1.875rem;
}
.text-4xl{
  font-size: 2.25rem;
}
.text-5xl{
  font-size: 3rem;
}
.text-6xl{
  font-size: 4rem;
}
.text-\[64px\]{
  font-size: 64px;
}
.text-\[14px\]{
  font-size: 14px;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-black{
  font-weight: 900;
}
.font-medium{
  font-weight: 500;
}
.font-light{
  font-weight: 300;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-tight{
  line-height: 1.25;
}
.leading-loose{
  line-height: 2;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-none{
  line-height: 1;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-5{
  line-height: 1.25rem;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-\[1\.5px\]{
  letter-spacing: 1.5px;
}
.tracking-\[0\.03125rem\]{
  letter-spacing: 0.03125rem;
}
.tracking-\[0\.068359375rem\]{
  letter-spacing: 0.068359375rem;
}
.tracking-\[0\.015625rem\]{
  letter-spacing: 0.015625rem;
}
.text-transparent{
  color: transparent;
}
.text-current{
  color: currentColor;
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-light-grey{
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-error{
  --tw-text-opacity: 1;
  color: rgb(229 62 62 / var(--tw-text-opacity));
}
.text-warning{
  --tw-text-opacity: 1;
  color: rgb(214 158 46 / var(--tw-text-opacity));
}
.text-success{
  --tw-text-opacity: 1;
  color: rgb(56 161 105 / var(--tw-text-opacity));
}
.text-grey-100{
  --tw-text-opacity: 1;
  color: rgb(247 250 252 / var(--tw-text-opacity));
}
.text-grey-200{
  --tw-text-opacity: 1;
  color: rgb(237 242 247 / var(--tw-text-opacity));
}
.text-grey-300{
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity));
}
.text-grey-400{
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity));
}
.text-grey-500{
  --tw-text-opacity: 1;
  color: rgb(160 174 192 / var(--tw-text-opacity));
}
.text-grey-600{
  --tw-text-opacity: 1;
  color: rgb(113 128 150 / var(--tw-text-opacity));
}
.text-grey-700{
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity));
}
.text-grey-800{
  --tw-text-opacity: 1;
  color: rgb(45 55 72 / var(--tw-text-opacity));
}
.text-grey-900{
  --tw-text-opacity: 1;
  color: rgb(26 32 44 / var(--tw-text-opacity));
}
.text-grey{
  --tw-text-opacity: 1;
  color: rgb(226 226 226 / var(--tw-text-opacity));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-primary, #000), var(--tw-text-opacity));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-secondary, #666), var(--tw-text-opacity));
}
.text-tertiary{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-tertiary, #b5b5b5), var(--tw-text-opacity));
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-dark, #21111E), var(--tw-text-opacity));
}
.text-light{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity));
}
.text-bg{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-bg, #fff), var(--tw-text-opacity));
}
.text-quaternary{
  --tw-text-opacity: 1;
  color: rgb(255 130 136 / var(--tw-text-opacity));
}
.text-quinary{
  --tw-text-opacity: 1;
  color: rgb(248 186 209 / var(--tw-text-opacity));
}
.text-custom-dark-blue{
  --tw-text-opacity: 1;
  color: rgb(7 48 52 / var(--tw-text-opacity));
}
.text-custom-cream{
  --tw-text-opacity: 1;
  color: rgb(243 243 236 / var(--tw-text-opacity));
}
.text-custom-teal{
  --tw-text-opacity: 1;
  color: rgb(73 232 209 / var(--tw-text-opacity));
}
.text-custom-light-teal{
  --tw-text-opacity: 1;
  color: rgb(166 237 221 / var(--tw-text-opacity));
}
.text-custom-navy{
  --tw-text-opacity: 1;
  color: rgb(14 62 160 / var(--tw-text-opacity));
}
.text-custom-lavender{
  --tw-text-opacity: 1;
  color: rgb(218 198 251 / var(--tw-text-opacity));
}
.text-custom-orange{
  --tw-text-opacity: 1;
  color: rgb(255 110 79 / var(--tw-text-opacity));
}
.text-custom-light-blue{
  --tw-text-opacity: 1;
  color: rgb(190 198 227 / var(--tw-text-opacity));
}
.text-custom-lighter-blue{
  --tw-text-opacity: 1;
  color: rgb(63 96 209 / var(--tw-text-opacity));
}
.text-custom-light-coral{
  --tw-text-opacity: 1;
  color: rgb(255 130 136 / var(--tw-text-opacity));
}
.text-custom-pink{
  --tw-text-opacity: 1;
  color: rgb(248 186 209 / var(--tw-text-opacity));
}
.text-transparent\/0{
  color: rgb(0 0 0 / 0);
}
.text-transparent\/5{
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/10{
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/20{
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25{
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30{
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/40{
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/50{
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/60{
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/70{
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75{
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80{
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/90{
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95{
  color: rgb(0 0 0 / 0.95);
}
.text-transparent\/100{
  color: rgb(0 0 0 / 1);
}
.text-black\/0{
  color: rgb(0 0 0 / 0);
}
.text-black\/5{
  color: rgb(0 0 0 / 0.05);
}
.text-black\/10{
  color: rgb(0 0 0 / 0.1);
}
.text-black\/20{
  color: rgb(0 0 0 / 0.2);
}
.text-black\/25{
  color: rgb(0 0 0 / 0.25);
}
.text-black\/30{
  color: rgb(0 0 0 / 0.3);
}
.text-black\/40{
  color: rgb(0 0 0 / 0.4);
}
.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}
.text-black\/60{
  color: rgb(0 0 0 / 0.6);
}
.text-black\/70{
  color: rgb(0 0 0 / 0.7);
}
.text-black\/75{
  color: rgb(0 0 0 / 0.75);
}
.text-black\/80{
  color: rgb(0 0 0 / 0.8);
}
.text-black\/90{
  color: rgb(0 0 0 / 0.9);
}
.text-black\/95{
  color: rgb(0 0 0 / 0.95);
}
.text-black\/100{
  color: rgb(0 0 0 / 1);
}
.text-white\/0{
  color: rgb(255 255 255 / 0);
}
.text-white\/5{
  color: rgb(255 255 255 / 0.05);
}
.text-white\/10{
  color: rgb(255 255 255 / 0.1);
}
.text-white\/20{
  color: rgb(255 255 255 / 0.2);
}
.text-white\/25{
  color: rgb(255 255 255 / 0.25);
}
.text-white\/30{
  color: rgb(255 255 255 / 0.3);
}
.text-white\/40{
  color: rgb(255 255 255 / 0.4);
}
.text-white\/50{
  color: rgb(255 255 255 / 0.5);
}
.text-white\/60{
  color: rgb(255 255 255 / 0.6);
}
.text-white\/70{
  color: rgb(255 255 255 / 0.7);
}
.text-white\/75{
  color: rgb(255 255 255 / 0.75);
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.text-white\/95{
  color: rgb(255 255 255 / 0.95);
}
.text-white\/100{
  color: rgb(255 255 255 / 1);
}
.text-light-grey\/0{
  color: rgb(245 245 245 / 0);
}
.text-light-grey\/5{
  color: rgb(245 245 245 / 0.05);
}
.text-light-grey\/10{
  color: rgb(245 245 245 / 0.1);
}
.text-light-grey\/20{
  color: rgb(245 245 245 / 0.2);
}
.text-light-grey\/25{
  color: rgb(245 245 245 / 0.25);
}
.text-light-grey\/30{
  color: rgb(245 245 245 / 0.3);
}
.text-light-grey\/40{
  color: rgb(245 245 245 / 0.4);
}
.text-light-grey\/50{
  color: rgb(245 245 245 / 0.5);
}
.text-light-grey\/60{
  color: rgb(245 245 245 / 0.6);
}
.text-light-grey\/70{
  color: rgb(245 245 245 / 0.7);
}
.text-light-grey\/75{
  color: rgb(245 245 245 / 0.75);
}
.text-light-grey\/80{
  color: rgb(245 245 245 / 0.8);
}
.text-light-grey\/90{
  color: rgb(245 245 245 / 0.9);
}
.text-light-grey\/95{
  color: rgb(245 245 245 / 0.95);
}
.text-light-grey\/100{
  color: rgb(245 245 245 / 1);
}
.text-error\/0{
  color: rgb(229 62 62 / 0);
}
.text-error\/5{
  color: rgb(229 62 62 / 0.05);
}
.text-error\/10{
  color: rgb(229 62 62 / 0.1);
}
.text-error\/20{
  color: rgb(229 62 62 / 0.2);
}
.text-error\/25{
  color: rgb(229 62 62 / 0.25);
}
.text-error\/30{
  color: rgb(229 62 62 / 0.3);
}
.text-error\/40{
  color: rgb(229 62 62 / 0.4);
}
.text-error\/50{
  color: rgb(229 62 62 / 0.5);
}
.text-error\/60{
  color: rgb(229 62 62 / 0.6);
}
.text-error\/70{
  color: rgb(229 62 62 / 0.7);
}
.text-error\/75{
  color: rgb(229 62 62 / 0.75);
}
.text-error\/80{
  color: rgb(229 62 62 / 0.8);
}
.text-error\/90{
  color: rgb(229 62 62 / 0.9);
}
.text-error\/95{
  color: rgb(229 62 62 / 0.95);
}
.text-error\/100{
  color: rgb(229 62 62 / 1);
}
.text-warning\/0{
  color: rgb(214 158 46 / 0);
}
.text-warning\/5{
  color: rgb(214 158 46 / 0.05);
}
.text-warning\/10{
  color: rgb(214 158 46 / 0.1);
}
.text-warning\/20{
  color: rgb(214 158 46 / 0.2);
}
.text-warning\/25{
  color: rgb(214 158 46 / 0.25);
}
.text-warning\/30{
  color: rgb(214 158 46 / 0.3);
}
.text-warning\/40{
  color: rgb(214 158 46 / 0.4);
}
.text-warning\/50{
  color: rgb(214 158 46 / 0.5);
}
.text-warning\/60{
  color: rgb(214 158 46 / 0.6);
}
.text-warning\/70{
  color: rgb(214 158 46 / 0.7);
}
.text-warning\/75{
  color: rgb(214 158 46 / 0.75);
}
.text-warning\/80{
  color: rgb(214 158 46 / 0.8);
}
.text-warning\/90{
  color: rgb(214 158 46 / 0.9);
}
.text-warning\/95{
  color: rgb(214 158 46 / 0.95);
}
.text-warning\/100{
  color: rgb(214 158 46 / 1);
}
.text-success\/0{
  color: rgb(56 161 105 / 0);
}
.text-success\/5{
  color: rgb(56 161 105 / 0.05);
}
.text-success\/10{
  color: rgb(56 161 105 / 0.1);
}
.text-success\/20{
  color: rgb(56 161 105 / 0.2);
}
.text-success\/25{
  color: rgb(56 161 105 / 0.25);
}
.text-success\/30{
  color: rgb(56 161 105 / 0.3);
}
.text-success\/40{
  color: rgb(56 161 105 / 0.4);
}
.text-success\/50{
  color: rgb(56 161 105 / 0.5);
}
.text-success\/60{
  color: rgb(56 161 105 / 0.6);
}
.text-success\/70{
  color: rgb(56 161 105 / 0.7);
}
.text-success\/75{
  color: rgb(56 161 105 / 0.75);
}
.text-success\/80{
  color: rgb(56 161 105 / 0.8);
}
.text-success\/90{
  color: rgb(56 161 105 / 0.9);
}
.text-success\/95{
  color: rgb(56 161 105 / 0.95);
}
.text-success\/100{
  color: rgb(56 161 105 / 1);
}
.text-grey-100\/0{
  color: rgb(247 250 252 / 0);
}
.text-grey-100\/5{
  color: rgb(247 250 252 / 0.05);
}
.text-grey-100\/10{
  color: rgb(247 250 252 / 0.1);
}
.text-grey-100\/20{
  color: rgb(247 250 252 / 0.2);
}
.text-grey-100\/25{
  color: rgb(247 250 252 / 0.25);
}
.text-grey-100\/30{
  color: rgb(247 250 252 / 0.3);
}
.text-grey-100\/40{
  color: rgb(247 250 252 / 0.4);
}
.text-grey-100\/50{
  color: rgb(247 250 252 / 0.5);
}
.text-grey-100\/60{
  color: rgb(247 250 252 / 0.6);
}
.text-grey-100\/70{
  color: rgb(247 250 252 / 0.7);
}
.text-grey-100\/75{
  color: rgb(247 250 252 / 0.75);
}
.text-grey-100\/80{
  color: rgb(247 250 252 / 0.8);
}
.text-grey-100\/90{
  color: rgb(247 250 252 / 0.9);
}
.text-grey-100\/95{
  color: rgb(247 250 252 / 0.95);
}
.text-grey-100\/100{
  color: rgb(247 250 252 / 1);
}
.text-grey-200\/0{
  color: rgb(237 242 247 / 0);
}
.text-grey-200\/5{
  color: rgb(237 242 247 / 0.05);
}
.text-grey-200\/10{
  color: rgb(237 242 247 / 0.1);
}
.text-grey-200\/20{
  color: rgb(237 242 247 / 0.2);
}
.text-grey-200\/25{
  color: rgb(237 242 247 / 0.25);
}
.text-grey-200\/30{
  color: rgb(237 242 247 / 0.3);
}
.text-grey-200\/40{
  color: rgb(237 242 247 / 0.4);
}
.text-grey-200\/50{
  color: rgb(237 242 247 / 0.5);
}
.text-grey-200\/60{
  color: rgb(237 242 247 / 0.6);
}
.text-grey-200\/70{
  color: rgb(237 242 247 / 0.7);
}
.text-grey-200\/75{
  color: rgb(237 242 247 / 0.75);
}
.text-grey-200\/80{
  color: rgb(237 242 247 / 0.8);
}
.text-grey-200\/90{
  color: rgb(237 242 247 / 0.9);
}
.text-grey-200\/95{
  color: rgb(237 242 247 / 0.95);
}
.text-grey-200\/100{
  color: rgb(237 242 247 / 1);
}
.text-grey-300\/0{
  color: rgb(226 232 240 / 0);
}
.text-grey-300\/5{
  color: rgb(226 232 240 / 0.05);
}
.text-grey-300\/10{
  color: rgb(226 232 240 / 0.1);
}
.text-grey-300\/20{
  color: rgb(226 232 240 / 0.2);
}
.text-grey-300\/25{
  color: rgb(226 232 240 / 0.25);
}
.text-grey-300\/30{
  color: rgb(226 232 240 / 0.3);
}
.text-grey-300\/40{
  color: rgb(226 232 240 / 0.4);
}
.text-grey-300\/50{
  color: rgb(226 232 240 / 0.5);
}
.text-grey-300\/60{
  color: rgb(226 232 240 / 0.6);
}
.text-grey-300\/70{
  color: rgb(226 232 240 / 0.7);
}
.text-grey-300\/75{
  color: rgb(226 232 240 / 0.75);
}
.text-grey-300\/80{
  color: rgb(226 232 240 / 0.8);
}
.text-grey-300\/90{
  color: rgb(226 232 240 / 0.9);
}
.text-grey-300\/95{
  color: rgb(226 232 240 / 0.95);
}
.text-grey-300\/100{
  color: rgb(226 232 240 / 1);
}
.text-grey-400\/0{
  color: rgb(203 213 224 / 0);
}
.text-grey-400\/5{
  color: rgb(203 213 224 / 0.05);
}
.text-grey-400\/10{
  color: rgb(203 213 224 / 0.1);
}
.text-grey-400\/20{
  color: rgb(203 213 224 / 0.2);
}
.text-grey-400\/25{
  color: rgb(203 213 224 / 0.25);
}
.text-grey-400\/30{
  color: rgb(203 213 224 / 0.3);
}
.text-grey-400\/40{
  color: rgb(203 213 224 / 0.4);
}
.text-grey-400\/50{
  color: rgb(203 213 224 / 0.5);
}
.text-grey-400\/60{
  color: rgb(203 213 224 / 0.6);
}
.text-grey-400\/70{
  color: rgb(203 213 224 / 0.7);
}
.text-grey-400\/75{
  color: rgb(203 213 224 / 0.75);
}
.text-grey-400\/80{
  color: rgb(203 213 224 / 0.8);
}
.text-grey-400\/90{
  color: rgb(203 213 224 / 0.9);
}
.text-grey-400\/95{
  color: rgb(203 213 224 / 0.95);
}
.text-grey-400\/100{
  color: rgb(203 213 224 / 1);
}
.text-grey-500\/0{
  color: rgb(160 174 192 / 0);
}
.text-grey-500\/5{
  color: rgb(160 174 192 / 0.05);
}
.text-grey-500\/10{
  color: rgb(160 174 192 / 0.1);
}
.text-grey-500\/20{
  color: rgb(160 174 192 / 0.2);
}
.text-grey-500\/25{
  color: rgb(160 174 192 / 0.25);
}
.text-grey-500\/30{
  color: rgb(160 174 192 / 0.3);
}
.text-grey-500\/40{
  color: rgb(160 174 192 / 0.4);
}
.text-grey-500\/50{
  color: rgb(160 174 192 / 0.5);
}
.text-grey-500\/60{
  color: rgb(160 174 192 / 0.6);
}
.text-grey-500\/70{
  color: rgb(160 174 192 / 0.7);
}
.text-grey-500\/75{
  color: rgb(160 174 192 / 0.75);
}
.text-grey-500\/80{
  color: rgb(160 174 192 / 0.8);
}
.text-grey-500\/90{
  color: rgb(160 174 192 / 0.9);
}
.text-grey-500\/95{
  color: rgb(160 174 192 / 0.95);
}
.text-grey-500\/100{
  color: rgb(160 174 192 / 1);
}
.text-grey-600\/0{
  color: rgb(113 128 150 / 0);
}
.text-grey-600\/5{
  color: rgb(113 128 150 / 0.05);
}
.text-grey-600\/10{
  color: rgb(113 128 150 / 0.1);
}
.text-grey-600\/20{
  color: rgb(113 128 150 / 0.2);
}
.text-grey-600\/25{
  color: rgb(113 128 150 / 0.25);
}
.text-grey-600\/30{
  color: rgb(113 128 150 / 0.3);
}
.text-grey-600\/40{
  color: rgb(113 128 150 / 0.4);
}
.text-grey-600\/50{
  color: rgb(113 128 150 / 0.5);
}
.text-grey-600\/60{
  color: rgb(113 128 150 / 0.6);
}
.text-grey-600\/70{
  color: rgb(113 128 150 / 0.7);
}
.text-grey-600\/75{
  color: rgb(113 128 150 / 0.75);
}
.text-grey-600\/80{
  color: rgb(113 128 150 / 0.8);
}
.text-grey-600\/90{
  color: rgb(113 128 150 / 0.9);
}
.text-grey-600\/95{
  color: rgb(113 128 150 / 0.95);
}
.text-grey-600\/100{
  color: rgb(113 128 150 / 1);
}
.text-grey-700\/0{
  color: rgb(74 85 104 / 0);
}
.text-grey-700\/5{
  color: rgb(74 85 104 / 0.05);
}
.text-grey-700\/10{
  color: rgb(74 85 104 / 0.1);
}
.text-grey-700\/20{
  color: rgb(74 85 104 / 0.2);
}
.text-grey-700\/25{
  color: rgb(74 85 104 / 0.25);
}
.text-grey-700\/30{
  color: rgb(74 85 104 / 0.3);
}
.text-grey-700\/40{
  color: rgb(74 85 104 / 0.4);
}
.text-grey-700\/50{
  color: rgb(74 85 104 / 0.5);
}
.text-grey-700\/60{
  color: rgb(74 85 104 / 0.6);
}
.text-grey-700\/70{
  color: rgb(74 85 104 / 0.7);
}
.text-grey-700\/75{
  color: rgb(74 85 104 / 0.75);
}
.text-grey-700\/80{
  color: rgb(74 85 104 / 0.8);
}
.text-grey-700\/90{
  color: rgb(74 85 104 / 0.9);
}
.text-grey-700\/95{
  color: rgb(74 85 104 / 0.95);
}
.text-grey-700\/100{
  color: rgb(74 85 104 / 1);
}
.text-grey-800\/0{
  color: rgb(45 55 72 / 0);
}
.text-grey-800\/5{
  color: rgb(45 55 72 / 0.05);
}
.text-grey-800\/10{
  color: rgb(45 55 72 / 0.1);
}
.text-grey-800\/20{
  color: rgb(45 55 72 / 0.2);
}
.text-grey-800\/25{
  color: rgb(45 55 72 / 0.25);
}
.text-grey-800\/30{
  color: rgb(45 55 72 / 0.3);
}
.text-grey-800\/40{
  color: rgb(45 55 72 / 0.4);
}
.text-grey-800\/50{
  color: rgb(45 55 72 / 0.5);
}
.text-grey-800\/60{
  color: rgb(45 55 72 / 0.6);
}
.text-grey-800\/70{
  color: rgb(45 55 72 / 0.7);
}
.text-grey-800\/75{
  color: rgb(45 55 72 / 0.75);
}
.text-grey-800\/80{
  color: rgb(45 55 72 / 0.8);
}
.text-grey-800\/90{
  color: rgb(45 55 72 / 0.9);
}
.text-grey-800\/95{
  color: rgb(45 55 72 / 0.95);
}
.text-grey-800\/100{
  color: rgb(45 55 72 / 1);
}
.text-grey-900\/0{
  color: rgb(26 32 44 / 0);
}
.text-grey-900\/5{
  color: rgb(26 32 44 / 0.05);
}
.text-grey-900\/10{
  color: rgb(26 32 44 / 0.1);
}
.text-grey-900\/20{
  color: rgb(26 32 44 / 0.2);
}
.text-grey-900\/25{
  color: rgb(26 32 44 / 0.25);
}
.text-grey-900\/30{
  color: rgb(26 32 44 / 0.3);
}
.text-grey-900\/40{
  color: rgb(26 32 44 / 0.4);
}
.text-grey-900\/50{
  color: rgb(26 32 44 / 0.5);
}
.text-grey-900\/60{
  color: rgb(26 32 44 / 0.6);
}
.text-grey-900\/70{
  color: rgb(26 32 44 / 0.7);
}
.text-grey-900\/75{
  color: rgb(26 32 44 / 0.75);
}
.text-grey-900\/80{
  color: rgb(26 32 44 / 0.8);
}
.text-grey-900\/90{
  color: rgb(26 32 44 / 0.9);
}
.text-grey-900\/95{
  color: rgb(26 32 44 / 0.95);
}
.text-grey-900\/100{
  color: rgb(26 32 44 / 1);
}
.text-grey\/0{
  color: rgb(226 226 226 / 0);
}
.text-grey\/5{
  color: rgb(226 226 226 / 0.05);
}
.text-grey\/10{
  color: rgb(226 226 226 / 0.1);
}
.text-grey\/20{
  color: rgb(226 226 226 / 0.2);
}
.text-grey\/25{
  color: rgb(226 226 226 / 0.25);
}
.text-grey\/30{
  color: rgb(226 226 226 / 0.3);
}
.text-grey\/40{
  color: rgb(226 226 226 / 0.4);
}
.text-grey\/50{
  color: rgb(226 226 226 / 0.5);
}
.text-grey\/60{
  color: rgb(226 226 226 / 0.6);
}
.text-grey\/70{
  color: rgb(226 226 226 / 0.7);
}
.text-grey\/75{
  color: rgb(226 226 226 / 0.75);
}
.text-grey\/80{
  color: rgb(226 226 226 / 0.8);
}
.text-grey\/90{
  color: rgb(226 226 226 / 0.9);
}
.text-grey\/95{
  color: rgb(226 226 226 / 0.95);
}
.text-grey\/100{
  color: rgb(226 226 226 / 1);
}
.text-primary\/0{
  color: rgba(var(--colour-primary, #000), 0);
}
.text-primary\/5{
  color: rgba(var(--colour-primary, #000), 0.05);
}
.text-primary\/10{
  color: rgba(var(--colour-primary, #000), 0.1);
}
.text-primary\/20{
  color: rgba(var(--colour-primary, #000), 0.2);
}
.text-primary\/25{
  color: rgba(var(--colour-primary, #000), 0.25);
}
.text-primary\/30{
  color: rgba(var(--colour-primary, #000), 0.3);
}
.text-primary\/40{
  color: rgba(var(--colour-primary, #000), 0.4);
}
.text-primary\/50{
  color: rgba(var(--colour-primary, #000), 0.5);
}
.text-primary\/60{
  color: rgba(var(--colour-primary, #000), 0.6);
}
.text-primary\/70{
  color: rgba(var(--colour-primary, #000), 0.7);
}
.text-primary\/75{
  color: rgba(var(--colour-primary, #000), 0.75);
}
.text-primary\/80{
  color: rgba(var(--colour-primary, #000), 0.8);
}
.text-primary\/90{
  color: rgba(var(--colour-primary, #000), 0.9);
}
.text-primary\/95{
  color: rgba(var(--colour-primary, #000), 0.95);
}
.text-primary\/100{
  color: rgba(var(--colour-primary, #000), 1);
}
.text-secondary\/0{
  color: rgba(var(--colour-secondary, #666), 0);
}
.text-secondary\/5{
  color: rgba(var(--colour-secondary, #666), 0.05);
}
.text-secondary\/10{
  color: rgba(var(--colour-secondary, #666), 0.1);
}
.text-secondary\/20{
  color: rgba(var(--colour-secondary, #666), 0.2);
}
.text-secondary\/25{
  color: rgba(var(--colour-secondary, #666), 0.25);
}
.text-secondary\/30{
  color: rgba(var(--colour-secondary, #666), 0.3);
}
.text-secondary\/40{
  color: rgba(var(--colour-secondary, #666), 0.4);
}
.text-secondary\/50{
  color: rgba(var(--colour-secondary, #666), 0.5);
}
.text-secondary\/60{
  color: rgba(var(--colour-secondary, #666), 0.6);
}
.text-secondary\/70{
  color: rgba(var(--colour-secondary, #666), 0.7);
}
.text-secondary\/75{
  color: rgba(var(--colour-secondary, #666), 0.75);
}
.text-secondary\/80{
  color: rgba(var(--colour-secondary, #666), 0.8);
}
.text-secondary\/90{
  color: rgba(var(--colour-secondary, #666), 0.9);
}
.text-secondary\/95{
  color: rgba(var(--colour-secondary, #666), 0.95);
}
.text-secondary\/100{
  color: rgba(var(--colour-secondary, #666), 1);
}
.text-tertiary\/0{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0);
}
.text-tertiary\/5{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.05);
}
.text-tertiary\/10{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.1);
}
.text-tertiary\/20{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.2);
}
.text-tertiary\/25{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.25);
}
.text-tertiary\/30{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.3);
}
.text-tertiary\/40{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.4);
}
.text-tertiary\/50{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.5);
}
.text-tertiary\/60{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.6);
}
.text-tertiary\/70{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.7);
}
.text-tertiary\/75{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.75);
}
.text-tertiary\/80{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.8);
}
.text-tertiary\/90{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.9);
}
.text-tertiary\/95{
  color: rgba(var(--colour-tertiary, #b5b5b5), 0.95);
}
.text-tertiary\/100{
  color: rgba(var(--colour-tertiary, #b5b5b5), 1);
}
.text-dark\/0{
  color: rgba(var(--colour-dark, #21111E), 0);
}
.text-dark\/5{
  color: rgba(var(--colour-dark, #21111E), 0.05);
}
.text-dark\/10{
  color: rgba(var(--colour-dark, #21111E), 0.1);
}
.text-dark\/20{
  color: rgba(var(--colour-dark, #21111E), 0.2);
}
.text-dark\/25{
  color: rgba(var(--colour-dark, #21111E), 0.25);
}
.text-dark\/30{
  color: rgba(var(--colour-dark, #21111E), 0.3);
}
.text-dark\/40{
  color: rgba(var(--colour-dark, #21111E), 0.4);
}
.text-dark\/50{
  color: rgba(var(--colour-dark, #21111E), 0.5);
}
.text-dark\/60{
  color: rgba(var(--colour-dark, #21111E), 0.6);
}
.text-dark\/70{
  color: rgba(var(--colour-dark, #21111E), 0.7);
}
.text-dark\/75{
  color: rgba(var(--colour-dark, #21111E), 0.75);
}
.text-dark\/80{
  color: rgba(var(--colour-dark, #21111E), 0.8);
}
.text-dark\/90{
  color: rgba(var(--colour-dark, #21111E), 0.9);
}
.text-dark\/95{
  color: rgba(var(--colour-dark, #21111E), 0.95);
}
.text-dark\/100{
  color: rgba(var(--colour-dark, #21111E), 1);
}
.text-light\/0{
  color: rgba(var(--colour-light, #fff), 0);
}
.text-light\/5{
  color: rgba(var(--colour-light, #fff), 0.05);
}
.text-light\/10{
  color: rgba(var(--colour-light, #fff), 0.1);
}
.text-light\/20{
  color: rgba(var(--colour-light, #fff), 0.2);
}
.text-light\/25{
  color: rgba(var(--colour-light, #fff), 0.25);
}
.text-light\/30{
  color: rgba(var(--colour-light, #fff), 0.3);
}
.text-light\/40{
  color: rgba(var(--colour-light, #fff), 0.4);
}
.text-light\/50{
  color: rgba(var(--colour-light, #fff), 0.5);
}
.text-light\/60{
  color: rgba(var(--colour-light, #fff), 0.6);
}
.text-light\/70{
  color: rgba(var(--colour-light, #fff), 0.7);
}
.text-light\/75{
  color: rgba(var(--colour-light, #fff), 0.75);
}
.text-light\/80{
  color: rgba(var(--colour-light, #fff), 0.8);
}
.text-light\/90{
  color: rgba(var(--colour-light, #fff), 0.9);
}
.text-light\/95{
  color: rgba(var(--colour-light, #fff), 0.95);
}
.text-light\/100{
  color: rgba(var(--colour-light, #fff), 1);
}
.text-bg\/0{
  color: rgba(var(--colour-bg, #fff), 0);
}
.text-bg\/5{
  color: rgba(var(--colour-bg, #fff), 0.05);
}
.text-bg\/10{
  color: rgba(var(--colour-bg, #fff), 0.1);
}
.text-bg\/20{
  color: rgba(var(--colour-bg, #fff), 0.2);
}
.text-bg\/25{
  color: rgba(var(--colour-bg, #fff), 0.25);
}
.text-bg\/30{
  color: rgba(var(--colour-bg, #fff), 0.3);
}
.text-bg\/40{
  color: rgba(var(--colour-bg, #fff), 0.4);
}
.text-bg\/50{
  color: rgba(var(--colour-bg, #fff), 0.5);
}
.text-bg\/60{
  color: rgba(var(--colour-bg, #fff), 0.6);
}
.text-bg\/70{
  color: rgba(var(--colour-bg, #fff), 0.7);
}
.text-bg\/75{
  color: rgba(var(--colour-bg, #fff), 0.75);
}
.text-bg\/80{
  color: rgba(var(--colour-bg, #fff), 0.8);
}
.text-bg\/90{
  color: rgba(var(--colour-bg, #fff), 0.9);
}
.text-bg\/95{
  color: rgba(var(--colour-bg, #fff), 0.95);
}
.text-bg\/100{
  color: rgba(var(--colour-bg, #fff), 1);
}
.text-quaternary\/0{
  color: rgb(255 130 136 / 0);
}
.text-quaternary\/5{
  color: rgb(255 130 136 / 0.05);
}
.text-quaternary\/10{
  color: rgb(255 130 136 / 0.1);
}
.text-quaternary\/20{
  color: rgb(255 130 136 / 0.2);
}
.text-quaternary\/25{
  color: rgb(255 130 136 / 0.25);
}
.text-quaternary\/30{
  color: rgb(255 130 136 / 0.3);
}
.text-quaternary\/40{
  color: rgb(255 130 136 / 0.4);
}
.text-quaternary\/50{
  color: rgb(255 130 136 / 0.5);
}
.text-quaternary\/60{
  color: rgb(255 130 136 / 0.6);
}
.text-quaternary\/70{
  color: rgb(255 130 136 / 0.7);
}
.text-quaternary\/75{
  color: rgb(255 130 136 / 0.75);
}
.text-quaternary\/80{
  color: rgb(255 130 136 / 0.8);
}
.text-quaternary\/90{
  color: rgb(255 130 136 / 0.9);
}
.text-quaternary\/95{
  color: rgb(255 130 136 / 0.95);
}
.text-quaternary\/100{
  color: rgb(255 130 136 / 1);
}
.text-quinary\/0{
  color: rgb(248 186 209 / 0);
}
.text-quinary\/5{
  color: rgb(248 186 209 / 0.05);
}
.text-quinary\/10{
  color: rgb(248 186 209 / 0.1);
}
.text-quinary\/20{
  color: rgb(248 186 209 / 0.2);
}
.text-quinary\/25{
  color: rgb(248 186 209 / 0.25);
}
.text-quinary\/30{
  color: rgb(248 186 209 / 0.3);
}
.text-quinary\/40{
  color: rgb(248 186 209 / 0.4);
}
.text-quinary\/50{
  color: rgb(248 186 209 / 0.5);
}
.text-quinary\/60{
  color: rgb(248 186 209 / 0.6);
}
.text-quinary\/70{
  color: rgb(248 186 209 / 0.7);
}
.text-quinary\/75{
  color: rgb(248 186 209 / 0.75);
}
.text-quinary\/80{
  color: rgb(248 186 209 / 0.8);
}
.text-quinary\/90{
  color: rgb(248 186 209 / 0.9);
}
.text-quinary\/95{
  color: rgb(248 186 209 / 0.95);
}
.text-quinary\/100{
  color: rgb(248 186 209 / 1);
}
.text-custom-dark-blue\/0{
  color: rgb(7 48 52 / 0);
}
.text-custom-dark-blue\/5{
  color: rgb(7 48 52 / 0.05);
}
.text-custom-dark-blue\/10{
  color: rgb(7 48 52 / 0.1);
}
.text-custom-dark-blue\/20{
  color: rgb(7 48 52 / 0.2);
}
.text-custom-dark-blue\/25{
  color: rgb(7 48 52 / 0.25);
}
.text-custom-dark-blue\/30{
  color: rgb(7 48 52 / 0.3);
}
.text-custom-dark-blue\/40{
  color: rgb(7 48 52 / 0.4);
}
.text-custom-dark-blue\/50{
  color: rgb(7 48 52 / 0.5);
}
.text-custom-dark-blue\/60{
  color: rgb(7 48 52 / 0.6);
}
.text-custom-dark-blue\/70{
  color: rgb(7 48 52 / 0.7);
}
.text-custom-dark-blue\/75{
  color: rgb(7 48 52 / 0.75);
}
.text-custom-dark-blue\/80{
  color: rgb(7 48 52 / 0.8);
}
.text-custom-dark-blue\/90{
  color: rgb(7 48 52 / 0.9);
}
.text-custom-dark-blue\/95{
  color: rgb(7 48 52 / 0.95);
}
.text-custom-dark-blue\/100{
  color: rgb(7 48 52 / 1);
}
.text-custom-cream\/0{
  color: rgb(243 243 236 / 0);
}
.text-custom-cream\/5{
  color: rgb(243 243 236 / 0.05);
}
.text-custom-cream\/10{
  color: rgb(243 243 236 / 0.1);
}
.text-custom-cream\/20{
  color: rgb(243 243 236 / 0.2);
}
.text-custom-cream\/25{
  color: rgb(243 243 236 / 0.25);
}
.text-custom-cream\/30{
  color: rgb(243 243 236 / 0.3);
}
.text-custom-cream\/40{
  color: rgb(243 243 236 / 0.4);
}
.text-custom-cream\/50{
  color: rgb(243 243 236 / 0.5);
}
.text-custom-cream\/60{
  color: rgb(243 243 236 / 0.6);
}
.text-custom-cream\/70{
  color: rgb(243 243 236 / 0.7);
}
.text-custom-cream\/75{
  color: rgb(243 243 236 / 0.75);
}
.text-custom-cream\/80{
  color: rgb(243 243 236 / 0.8);
}
.text-custom-cream\/90{
  color: rgb(243 243 236 / 0.9);
}
.text-custom-cream\/95{
  color: rgb(243 243 236 / 0.95);
}
.text-custom-cream\/100{
  color: rgb(243 243 236 / 1);
}
.text-custom-teal\/0{
  color: rgb(73 232 209 / 0);
}
.text-custom-teal\/5{
  color: rgb(73 232 209 / 0.05);
}
.text-custom-teal\/10{
  color: rgb(73 232 209 / 0.1);
}
.text-custom-teal\/20{
  color: rgb(73 232 209 / 0.2);
}
.text-custom-teal\/25{
  color: rgb(73 232 209 / 0.25);
}
.text-custom-teal\/30{
  color: rgb(73 232 209 / 0.3);
}
.text-custom-teal\/40{
  color: rgb(73 232 209 / 0.4);
}
.text-custom-teal\/50{
  color: rgb(73 232 209 / 0.5);
}
.text-custom-teal\/60{
  color: rgb(73 232 209 / 0.6);
}
.text-custom-teal\/70{
  color: rgb(73 232 209 / 0.7);
}
.text-custom-teal\/75{
  color: rgb(73 232 209 / 0.75);
}
.text-custom-teal\/80{
  color: rgb(73 232 209 / 0.8);
}
.text-custom-teal\/90{
  color: rgb(73 232 209 / 0.9);
}
.text-custom-teal\/95{
  color: rgb(73 232 209 / 0.95);
}
.text-custom-teal\/100{
  color: rgb(73 232 209 / 1);
}
.text-custom-light-teal\/0{
  color: rgb(166 237 221 / 0);
}
.text-custom-light-teal\/5{
  color: rgb(166 237 221 / 0.05);
}
.text-custom-light-teal\/10{
  color: rgb(166 237 221 / 0.1);
}
.text-custom-light-teal\/20{
  color: rgb(166 237 221 / 0.2);
}
.text-custom-light-teal\/25{
  color: rgb(166 237 221 / 0.25);
}
.text-custom-light-teal\/30{
  color: rgb(166 237 221 / 0.3);
}
.text-custom-light-teal\/40{
  color: rgb(166 237 221 / 0.4);
}
.text-custom-light-teal\/50{
  color: rgb(166 237 221 / 0.5);
}
.text-custom-light-teal\/60{
  color: rgb(166 237 221 / 0.6);
}
.text-custom-light-teal\/70{
  color: rgb(166 237 221 / 0.7);
}
.text-custom-light-teal\/75{
  color: rgb(166 237 221 / 0.75);
}
.text-custom-light-teal\/80{
  color: rgb(166 237 221 / 0.8);
}
.text-custom-light-teal\/90{
  color: rgb(166 237 221 / 0.9);
}
.text-custom-light-teal\/95{
  color: rgb(166 237 221 / 0.95);
}
.text-custom-light-teal\/100{
  color: rgb(166 237 221 / 1);
}
.text-custom-navy\/0{
  color: rgb(14 62 160 / 0);
}
.text-custom-navy\/5{
  color: rgb(14 62 160 / 0.05);
}
.text-custom-navy\/10{
  color: rgb(14 62 160 / 0.1);
}
.text-custom-navy\/20{
  color: rgb(14 62 160 / 0.2);
}
.text-custom-navy\/25{
  color: rgb(14 62 160 / 0.25);
}
.text-custom-navy\/30{
  color: rgb(14 62 160 / 0.3);
}
.text-custom-navy\/40{
  color: rgb(14 62 160 / 0.4);
}
.text-custom-navy\/50{
  color: rgb(14 62 160 / 0.5);
}
.text-custom-navy\/60{
  color: rgb(14 62 160 / 0.6);
}
.text-custom-navy\/70{
  color: rgb(14 62 160 / 0.7);
}
.text-custom-navy\/75{
  color: rgb(14 62 160 / 0.75);
}
.text-custom-navy\/80{
  color: rgb(14 62 160 / 0.8);
}
.text-custom-navy\/90{
  color: rgb(14 62 160 / 0.9);
}
.text-custom-navy\/95{
  color: rgb(14 62 160 / 0.95);
}
.text-custom-navy\/100{
  color: rgb(14 62 160 / 1);
}
.text-custom-lavender\/0{
  color: rgb(218 198 251 / 0);
}
.text-custom-lavender\/5{
  color: rgb(218 198 251 / 0.05);
}
.text-custom-lavender\/10{
  color: rgb(218 198 251 / 0.1);
}
.text-custom-lavender\/20{
  color: rgb(218 198 251 / 0.2);
}
.text-custom-lavender\/25{
  color: rgb(218 198 251 / 0.25);
}
.text-custom-lavender\/30{
  color: rgb(218 198 251 / 0.3);
}
.text-custom-lavender\/40{
  color: rgb(218 198 251 / 0.4);
}
.text-custom-lavender\/50{
  color: rgb(218 198 251 / 0.5);
}
.text-custom-lavender\/60{
  color: rgb(218 198 251 / 0.6);
}
.text-custom-lavender\/70{
  color: rgb(218 198 251 / 0.7);
}
.text-custom-lavender\/75{
  color: rgb(218 198 251 / 0.75);
}
.text-custom-lavender\/80{
  color: rgb(218 198 251 / 0.8);
}
.text-custom-lavender\/90{
  color: rgb(218 198 251 / 0.9);
}
.text-custom-lavender\/95{
  color: rgb(218 198 251 / 0.95);
}
.text-custom-lavender\/100{
  color: rgb(218 198 251 / 1);
}
.text-custom-orange\/0{
  color: rgb(255 110 79 / 0);
}
.text-custom-orange\/5{
  color: rgb(255 110 79 / 0.05);
}
.text-custom-orange\/10{
  color: rgb(255 110 79 / 0.1);
}
.text-custom-orange\/20{
  color: rgb(255 110 79 / 0.2);
}
.text-custom-orange\/25{
  color: rgb(255 110 79 / 0.25);
}
.text-custom-orange\/30{
  color: rgb(255 110 79 / 0.3);
}
.text-custom-orange\/40{
  color: rgb(255 110 79 / 0.4);
}
.text-custom-orange\/50{
  color: rgb(255 110 79 / 0.5);
}
.text-custom-orange\/60{
  color: rgb(255 110 79 / 0.6);
}
.text-custom-orange\/70{
  color: rgb(255 110 79 / 0.7);
}
.text-custom-orange\/75{
  color: rgb(255 110 79 / 0.75);
}
.text-custom-orange\/80{
  color: rgb(255 110 79 / 0.8);
}
.text-custom-orange\/90{
  color: rgb(255 110 79 / 0.9);
}
.text-custom-orange\/95{
  color: rgb(255 110 79 / 0.95);
}
.text-custom-orange\/100{
  color: rgb(255 110 79 / 1);
}
.text-custom-light-blue\/0{
  color: rgb(190 198 227 / 0);
}
.text-custom-light-blue\/5{
  color: rgb(190 198 227 / 0.05);
}
.text-custom-light-blue\/10{
  color: rgb(190 198 227 / 0.1);
}
.text-custom-light-blue\/20{
  color: rgb(190 198 227 / 0.2);
}
.text-custom-light-blue\/25{
  color: rgb(190 198 227 / 0.25);
}
.text-custom-light-blue\/30{
  color: rgb(190 198 227 / 0.3);
}
.text-custom-light-blue\/40{
  color: rgb(190 198 227 / 0.4);
}
.text-custom-light-blue\/50{
  color: rgb(190 198 227 / 0.5);
}
.text-custom-light-blue\/60{
  color: rgb(190 198 227 / 0.6);
}
.text-custom-light-blue\/70{
  color: rgb(190 198 227 / 0.7);
}
.text-custom-light-blue\/75{
  color: rgb(190 198 227 / 0.75);
}
.text-custom-light-blue\/80{
  color: rgb(190 198 227 / 0.8);
}
.text-custom-light-blue\/90{
  color: rgb(190 198 227 / 0.9);
}
.text-custom-light-blue\/95{
  color: rgb(190 198 227 / 0.95);
}
.text-custom-light-blue\/100{
  color: rgb(190 198 227 / 1);
}
.text-custom-lighter-blue\/0{
  color: rgb(63 96 209 / 0);
}
.text-custom-lighter-blue\/5{
  color: rgb(63 96 209 / 0.05);
}
.text-custom-lighter-blue\/10{
  color: rgb(63 96 209 / 0.1);
}
.text-custom-lighter-blue\/20{
  color: rgb(63 96 209 / 0.2);
}
.text-custom-lighter-blue\/25{
  color: rgb(63 96 209 / 0.25);
}
.text-custom-lighter-blue\/30{
  color: rgb(63 96 209 / 0.3);
}
.text-custom-lighter-blue\/40{
  color: rgb(63 96 209 / 0.4);
}
.text-custom-lighter-blue\/50{
  color: rgb(63 96 209 / 0.5);
}
.text-custom-lighter-blue\/60{
  color: rgb(63 96 209 / 0.6);
}
.text-custom-lighter-blue\/70{
  color: rgb(63 96 209 / 0.7);
}
.text-custom-lighter-blue\/75{
  color: rgb(63 96 209 / 0.75);
}
.text-custom-lighter-blue\/80{
  color: rgb(63 96 209 / 0.8);
}
.text-custom-lighter-blue\/90{
  color: rgb(63 96 209 / 0.9);
}
.text-custom-lighter-blue\/95{
  color: rgb(63 96 209 / 0.95);
}
.text-custom-lighter-blue\/100{
  color: rgb(63 96 209 / 1);
}
.text-custom-light-coral\/0{
  color: rgb(255 130 136 / 0);
}
.text-custom-light-coral\/5{
  color: rgb(255 130 136 / 0.05);
}
.text-custom-light-coral\/10{
  color: rgb(255 130 136 / 0.1);
}
.text-custom-light-coral\/20{
  color: rgb(255 130 136 / 0.2);
}
.text-custom-light-coral\/25{
  color: rgb(255 130 136 / 0.25);
}
.text-custom-light-coral\/30{
  color: rgb(255 130 136 / 0.3);
}
.text-custom-light-coral\/40{
  color: rgb(255 130 136 / 0.4);
}
.text-custom-light-coral\/50{
  color: rgb(255 130 136 / 0.5);
}
.text-custom-light-coral\/60{
  color: rgb(255 130 136 / 0.6);
}
.text-custom-light-coral\/70{
  color: rgb(255 130 136 / 0.7);
}
.text-custom-light-coral\/75{
  color: rgb(255 130 136 / 0.75);
}
.text-custom-light-coral\/80{
  color: rgb(255 130 136 / 0.8);
}
.text-custom-light-coral\/90{
  color: rgb(255 130 136 / 0.9);
}
.text-custom-light-coral\/95{
  color: rgb(255 130 136 / 0.95);
}
.text-custom-light-coral\/100{
  color: rgb(255 130 136 / 1);
}
.text-custom-pink\/0{
  color: rgb(248 186 209 / 0);
}
.text-custom-pink\/5{
  color: rgb(248 186 209 / 0.05);
}
.text-custom-pink\/10{
  color: rgb(248 186 209 / 0.1);
}
.text-custom-pink\/20{
  color: rgb(248 186 209 / 0.2);
}
.text-custom-pink\/25{
  color: rgb(248 186 209 / 0.25);
}
.text-custom-pink\/30{
  color: rgb(248 186 209 / 0.3);
}
.text-custom-pink\/40{
  color: rgb(248 186 209 / 0.4);
}
.text-custom-pink\/50{
  color: rgb(248 186 209 / 0.5);
}
.text-custom-pink\/60{
  color: rgb(248 186 209 / 0.6);
}
.text-custom-pink\/70{
  color: rgb(248 186 209 / 0.7);
}
.text-custom-pink\/75{
  color: rgb(248 186 209 / 0.75);
}
.text-custom-pink\/80{
  color: rgb(248 186 209 / 0.8);
}
.text-custom-pink\/90{
  color: rgb(248 186 209 / 0.9);
}
.text-custom-pink\/95{
  color: rgb(248 186 209 / 0.95);
}
.text-custom-pink\/100{
  color: rgb(248 186 209 / 1);
}
.text-opacity-0{
  --tw-text-opacity: 0;
}
.text-opacity-5{
  --tw-text-opacity: 0.05;
}
.text-opacity-10{
  --tw-text-opacity: 0.1;
}
.text-opacity-20{
  --tw-text-opacity: 0.2;
}
.text-opacity-25{
  --tw-text-opacity: 0.25;
}
.text-opacity-30{
  --tw-text-opacity: 0.3;
}
.text-opacity-40{
  --tw-text-opacity: 0.4;
}
.text-opacity-50{
  --tw-text-opacity: 0.5;
}
.text-opacity-60{
  --tw-text-opacity: 0.6;
}
.text-opacity-70{
  --tw-text-opacity: 0.7;
}
.text-opacity-75{
  --tw-text-opacity: 0.75;
}
.text-opacity-80{
  --tw-text-opacity: 0.8;
}
.text-opacity-90{
  --tw-text-opacity: 0.9;
}
.text-opacity-95{
  --tw-text-opacity: 0.95;
}
.text-opacity-100{
  --tw-text-opacity: 1;
}
.underline{
  text-decoration-line: underline;
}
.overline{
  text-decoration-line: overline;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-10{
  opacity: 0.1;
}
.opacity-80{
  opacity: 0.8;
}
.bg-blend-normal{
  background-blend-mode: normal;
}
.bg-blend-multiply{
  background-blend-mode: multiply;
}
.bg-blend-screen{
  background-blend-mode: screen;
}
.bg-blend-overlay{
  background-blend-mode: overlay;
}
.bg-blend-darken{
  background-blend-mode: darken;
}
.bg-blend-lighten{
  background-blend-mode: lighten;
}
.bg-blend-color-dodge{
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn{
  background-blend-mode: color-burn;
}
.bg-blend-hard-light{
  background-blend-mode: hard-light;
}
.bg-blend-soft-light{
  background-blend-mode: soft-light;
}
.bg-blend-difference{
  background-blend-mode: difference;
}
.bg-blend-exclusion{
  background-blend-mode: exclusion;
}
.bg-blend-hue{
  background-blend-mode: hue;
}
.bg-blend-saturation{
  background-blend-mode: saturation;
}
.bg-blend-color{
  background-blend-mode: color;
}
.bg-blend-luminosity{
  background-blend-mode: luminosity;
}
.shadow{
  --tw-shadow: 0 10px 20px 2px rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
  --tw-shadow-colored: 0 10px 20px 2px var(--tw-shadow-color), 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.blur-sm{
  --tw-blur: blur(4px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow{
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.grayscale{
  --tw-grayscale: grayscale(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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-linear{
  transition-timing-function: linear;
}
.\[aspect-ratio\:3\.5\/7\.6\]{
  aspect-ratio: 3.5/7.6;
}
.\[transform\:translateY\(-50\%\)\]{
  transform: translateY(-50%);
}
.\[aspect-ratio\:16\/9\]{
  aspect-ratio: 16/9;
}
.\[aspect-ratio\:46\/57\]{
  aspect-ratio: 46/57;
}
/* Start CUSTOM */
/* This has been included as the standard safelist doesn't work in the editor */
/* Although the safelist does process classes, it removes the custom set theme options */
/* Thus removing the custom colours */
/* Column Span */
.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;
}

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

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

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

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

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

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

/* Column Start */
.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-3 {
  grid-column-start: 3;
}

.col-start-4 {
  grid-column-start: 4;
}

.col-start-5 {
  grid-column-start: 5;
}

.col-start-6 {
  grid-column-start: 6;
}

.col-start-7 {
  grid-column-start: 7;
}

.col-start-8 {
  grid-column-start: 8;
}

.col-start-9 {
  grid-column-start: 9;
}

/* Row Span */
.row-span-1 {
  grid-row: span 1/span 1;
}

.row-span-2 {
  grid-row: span 2/span 2;
}

.row-span-3 {
  grid-row: span 3/span 3;
}

.row-span-4 {
  grid-row: span 4/span 4;
}

.row-span-5 {
  grid-row: span 5/span 5;
}

.row-span-6 {
  grid-row: span 6/span 6;
}

.row-span-7 {
  grid-row: span 7/span 7;
}

.row-span-8 {
  grid-row: span 8/span 8;
}

.row-span-9 {
  grid-row: span 9/span 9;
}

/* Row Start */
.row-start-1 {
  grid-row-start: 1;
}

.row-start-2 {
  grid-row-start: 2;
}

.row-start-3 {
  grid-row-start: 3;
}

.row-start-4 {
  grid-row-start: 4;
}

.row-start-5 {
  grid-row-start: 5;
}

.row-start-6 {
  grid-row-start: 6;
}

.row-start-7 {
  grid-row-start: 7;
}

.row-start-8 {
  grid-row-start: 8;
}

.row-start-9 {
  grid-row-start: 9;
}

/* md: Column Span */
@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1/span 1;
  }
  .md\:col-span-2 {
    grid-column: span 2/span 2;
  }
  .md\:col-span-3 {
    grid-column: span 3/span 3;
  }
  .md\:col-span-4 {
    grid-column: span 4/span 4;
  }
  .md\:col-span-5 {
    grid-column: span 5/span 5;
  }
  .md\:col-span-6 {
    grid-column: span 6/span 6;
  }
  .md\:col-span-7 {
    grid-column: span 7/span 7;
  }
  .md\:col-span-8 {
    grid-column: span 8/span 8;
  }
  .md\:col-span-9 {
    grid-column: span 9/span 9;
  }
  /* md: Column Start */
  .md\:col-start-1 {
    grid-column-start: 1;
  }
  .md\:col-start-2 {
    grid-column-start: 2;
  }
  .md\:col-start-3 {
    grid-column-start: 3;
  }
  .md\:col-start-4 {
    grid-column-start: 4;
  }
  .md\:col-start-5 {
    grid-column-start: 5;
  }
  .md\:col-start-6 {
    grid-column-start: 6;
  }
  .md\:col-start-7 {
    grid-column-start: 7;
  }
  .md\:col-start-8 {
    grid-column-start: 8;
  }
  .md\:col-start-9 {
    grid-column-start: 9;
  }
  /* md: Row Span */
  .md\:row-span-1 {
    grid-row: span 1/span 1;
  }
  .md\:row-span-2 {
    grid-row: span 2/span 2;
  }
  .md\:row-span-3 {
    grid-row: span 3/span 3;
  }
  .md\:row-span-4 {
    grid-row: span 4/span 4;
  }
  .md\:row-span-5 {
    grid-row: span 5/span 5;
  }
  .md\:row-span-6 {
    grid-row: span 6/span 6;
  }
  .md\:row-span-7 {
    grid-row: span 7/span 7;
  }
  .md\:row-span-8 {
    grid-row: span 8/span 8;
  }
  .md\:row-span-9 {
    grid-row: span 9/span 9;
  }
  /* md: Row Start */
  .md\:row-start-1 {
    grid-row-start: 1;
  }
  .md\:row-start-2 {
    grid-row-start: 2;
  }
  .md\:row-start-3 {
    grid-row-start: 3;
  }
  .md\:row-start-4 {
    grid-row-start: 4;
  }
  .md\:row-start-5 {
    grid-row-start: 5;
  }
  .md\:row-start-6 {
    grid-row-start: 6;
  }
  .md\:row-start-7 {
    grid-row-start: 7;
  }
  .md\:row-start-8 {
    grid-row-start: 8;
  }
  .md\:row-start-9 {
    grid-row-start: 9;
  }
}
.show003 .slick-track {
  display: flex;
}
.show003 .slick-slide {
  position: relative;
  transition: 140ms linear all 30ms !important;
  transform: translateY(150px) rotate(20deg);
  transform-origin: bottom center;
  margin: 0 3rem;
}
.show003 .slick-slide .--block-content {
  opacity: 0;
  transition: 200ms ease-in all 0ms;
}
.show003 .slick-slide.slick-current.slick-active {
  transform: translateY(0px) rotate(0deg);
}
.show003 .slick-slide.slick-current.slick-active .--block-content {
  opacity: 1;
}
.show003 .slick-slide.slick-current.slick-active + .slick-slide + .slick-slide {
  transform: translateY(600px) rotate(40deg);
}
.show003 .slick-slide:has(+ .slick-slide.slick-current.slick-active) {
  transform: translateY(150px) rotate(-20deg);
}
.show003 .slick-slide:has(+ .slick-slide + .slick-slide.slick-current.slick-active) {
  transform: translateY(300px) rotate(-40deg);
}

.--slider-arrows > span.block {
  opacity: 0.3;
  transition: 200ms ease-in all 0ms;
}
.--slider-arrows:hover span.block {
  opacity: 0.8;
}

/* END CUSTOM */
.h1, .wysiwyg-headings h1, .wysiwyg h1, .wp-block-h1, h1.wp-block.block-editor-block-list__block[data-type="core/heading"], h1.wp-block-heading, .wp-block-paragraph h1,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h1, .coreprint-page-instructions h1, .payment_box h1{
  margin-bottom: 0.75rem;
  font-family: var(--font-heading), 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";
}

.h2, .wysiwyg-headings h2, .wysiwyg h2, .wp-block-h2, h2.wp-block.block-editor-block-list__block[data-type="core/heading"], h2.wp-block-heading, .wp-block-paragraph h2,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h2, .coreprint-page-instructions h2, .payment_box h2{
  margin-bottom: 0.75rem;
  font-family: var(--font-heading), 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";
}

.h3, .wysiwyg-headings h3, .wysiwyg h3, .wp-block-h3, h3.wp-block.block-editor-block-list__block[data-type="core/heading"], h3.wp-block-heading, .wp-block-paragraph h3,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h3, .coreprint-page-instructions h3, .payment_box h3{
  margin-bottom: 0.75rem;
  font-family: var(--font-heading), 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";
}

.h4, .wysiwyg-headings h4, .wysiwyg h4, .wp-block-h4, h4.wp-block.block-editor-block-list__block[data-type="core/heading"], h4.wp-block-heading, .wp-block-paragraph h4,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h4, .coreprint-page-instructions h4, .payment_box h4{
  margin-bottom: 0.75rem;
  font-family: var(--font-heading), 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";
}

.h5, .wysiwyg-headings h5, .wysiwyg h5, .wp-block-h5, h5.wp-block.block-editor-block-list__block[data-type="core/heading"], h5.wp-block-heading, .wp-block-paragraph h5,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h5, .coreprint-page-instructions h5, .payment_box h5{
  margin-bottom: 0.75rem;
  font-family: var(--font-heading), 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";
}

.h6, .wysiwyg-headings h6, .wysiwyg h6, .wp-block-h6, h6.wp-block.block-editor-block-list__block[data-type="core/heading"], h6.wp-block-heading, .wp-block-paragraph h6,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h6, .coreprint-page-instructions h6, .payment_box h6{
  margin-bottom: 0.75rem;
  font-family: var(--font-heading), 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";
}

body.font-body {
  line-height: 1.5rem;
}
body.font-body strong, body.font-body b{
  font-weight: 700;
}
body.font-body em, body.font-body i{
  font-style: italic;
}

.h0 {
  font-size: 8.25rem;
  line-height: 8.25rem;
  letter-spacing: -0.094rem;
}

.h1, .wysiwyg-headings h1, .wysiwyg h1, .wp-block-h1, h1.wp-block.block-editor-block-list__block[data-type="core/heading"], h1.wp-block-heading, .wp-block-paragraph h1,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h1, .coreprint-page-instructions h1, .payment_box h1 {
  font-size: 2.6rem;
  line-height: 2.9rem;
  letter-spacing: -0.094rem;
  text-transform: uppercase;
}
.h1 em, .wysiwyg-headings h1 em, .wysiwyg h1 em, .wp-block-h1 em, h1.wp-block.block-editor-block-list__block[data-type="core/heading"] em, h1.wp-block-heading em, .wp-block-paragraph h1 em,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h1 em, .coreprint-page-instructions h1 em, .payment_box h1 em {
  font-style: normal !important;
  --tw-text-opacity: 1;
  color: rgb(73 232 209 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .h1, .wysiwyg-headings h1, .wysiwyg h1, .wp-block-h1, h1.wp-block.block-editor-block-list__block[data-type="core/heading"], h1.wp-block-heading, .wp-block-paragraph h1,
  .wp-block.block-editor-block-list__block[data-type="core/paragraph"] h1, .coreprint-page-instructions h1, .payment_box h1 {
    font-size: 5.5rem;
    line-height: 5.256rem;
    letter-spacing: -0.094rem;
  }
}

.h2, .wysiwyg-headings h2, .wysiwyg h2, .wp-block-h2, h2.wp-block.block-editor-block-list__block[data-type="core/heading"], h2.wp-block-heading, .wp-block-paragraph h2,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h2, .coreprint-page-instructions h2, .payment_box h2 {
  font-size: 2.6rem;
  line-height: 2.9rem;
  letter-spacing: -0.094rem;
}
@media (min-width: 768px) {
  .h2, .wysiwyg-headings h2, .wysiwyg h2, .wp-block-h2, h2.wp-block.block-editor-block-list__block[data-type="core/heading"], h2.wp-block-heading, .wp-block-paragraph h2,
  .wp-block.block-editor-block-list__block[data-type="core/paragraph"] h2, .coreprint-page-instructions h2, .payment_box h2 {
    font-size: 3.75rem;
    line-height: 3.375rem;
    letter-spacing: -0.03rem;
  }
}

.h3, .wysiwyg-headings h3, .wysiwyg h3, .wp-block-h3, h3.wp-block.block-editor-block-list__block[data-type="core/heading"], h3.wp-block-heading, .wp-block-paragraph h3,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h3, .coreprint-page-instructions h3, .payment_box h3 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  letter-spacing: -0.094rem;
}
@media (min-width: 768px) {
  .h3, .wysiwyg-headings h3, .wysiwyg h3, .wp-block-h3, h3.wp-block.block-editor-block-list__block[data-type="core/heading"], h3.wp-block-heading, .wp-block-paragraph h3,
  .wp-block.block-editor-block-list__block[data-type="core/paragraph"] h3, .coreprint-page-instructions h3, .payment_box h3 {
    font-size: 2.75rem;
    line-height: 2.875rem;
    letter-spacing: 0.015rem;
  }
}

.h4, .wysiwyg-headings h4, .wysiwyg h4, .wp-block-h4, h4.wp-block.block-editor-block-list__block[data-type="core/heading"], h4.wp-block-heading, .wp-block-paragraph h4,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h4, .coreprint-page-instructions h4, .payment_box h4 {
  font-size: 2rem;
  line-height: 2.25rem;
  letter-spacing: 0.015rem;
}

.h5, .wysiwyg-headings h5, .wysiwyg h5, .wp-block-h5, h5.wp-block.block-editor-block-list__block[data-type="core/heading"], h5.wp-block-heading, .wp-block-paragraph h5,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h5, .coreprint-page-instructions h5, .payment_box h5 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.h6, .wysiwyg-headings h6, .wysiwyg h6, .wp-block-h6, h6.wp-block.block-editor-block-list__block[data-type="core/heading"], h6.wp-block-heading, .wp-block-paragraph h6,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] h6, .coreprint-page-instructions h6, .payment_box h6 {
  font-size: 1.15rem;
  line-height: 1.6rem;
  letter-spacing: 0.009rem;
  font-weight: 300;
}

.is-content p{
  margin-bottom: 1rem;
  line-height: 1.5rem;
}

.text-small {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.015rem;
}

.text-caption {
  font-size: 0.75rem;
  line-height: 1rem;
  letter-spacing: 0.025rem;
}

.text-overline {
  font-size: 0.875rem;
  line-height: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.094rem;
}

.text-button {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: 0.009rem;
}

.text-black {
  font-weight: 800;
}

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

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

.text-regular {
  font-weight: 400;
}

.text-book {
  font-weight: 300;
}

.btn.big, input.big[type=submit], .acf-form .acf-row-handle.remove > a.big, .acf-form .big.af-previous-button,
.acf-form .big.af-next-button,
.acf-form .big.acf-button, .wp-block-buttons .wp-block-button .big.wp-block-button__link, .wp-block-file > .big.wp-block-file__button, .wp-block-search .big.wp-block-search__button, .big.button:not(.acf-button),
.entry-summary .single_add_to_cart_button:not(.acf-button){
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1.13rem;
  padding-bottom: 1.13rem;
}

.disabled, .btn [disabled], input[type=submit] [disabled], .acf-form .acf-row-handle.remove > a [disabled], .acf-form .af-previous-button [disabled],
.acf-form .af-next-button [disabled],
.acf-form .acf-button [disabled], .wp-block-buttons .wp-block-button .wp-block-button__link [disabled], .wp-block-file > *.wp-block-file__button [disabled], .wp-block-search .wp-block-search__button [disabled], .button:not(.acf-button) [disabled], .btn .disabled, input[type=submit] .disabled, .acf-form .acf-row-handle.remove > a .disabled, .acf-form .af-previous-button .disabled,
.acf-form .af-next-button .disabled,
.acf-form .acf-button .disabled, .wp-block-buttons .wp-block-button .wp-block-button__link .disabled, .wp-block-file > *.wp-block-file__button .disabled, .wp-block-search .wp-block-search__button .disabled, .button:not(.acf-button) .disabled{
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3;
}

.btn, input[type=submit], .acf-form .acf-row-handle.remove > a, .acf-form .af-previous-button,
.acf-form .af-next-button,
.acf-form .acf-button, .wp-block-buttons .wp-block-button .wp-block-button__link, .wp-block-file > *.wp-block-file__button, .wp-block-search .wp-block-search__button, .button:not(.acf-button), .button:not(.acf-button).alt {
  font-size: 1.188rem;
  font-weight: 600;
  overflow: hidden;
}
.btn.btn-sm i svg, input.btn-sm[type=submit] i svg, .acf-form .acf-row-handle.remove > a.btn-sm i svg, .acf-form .btn-sm.af-previous-button i svg,
.acf-form .btn-sm.af-next-button i svg,
.acf-form .btn-sm.acf-button i svg, .wp-block-buttons .wp-block-button .btn-sm.wp-block-button__link i svg, .wp-block-file > .btn-sm.wp-block-file__button i svg, .wp-block-search .btn-sm.wp-block-search__button i svg, .btn-sm.button:not(.acf-button) i svg{
  height: 1rem;
  width: 1rem;
}
.btn.btn-md i svg, input.btn-md[type=submit] i svg, .acf-form .acf-row-handle.remove > a.btn-md i svg, .acf-form .btn-md.af-previous-button i svg,
.acf-form .btn-md.af-next-button i svg,
.acf-form .btn-md.acf-button i svg, .wp-block-buttons .wp-block-button .btn-md.wp-block-button__link i svg, .wp-block-file > .btn-md.wp-block-file__button i svg, .wp-block-search .btn-md.wp-block-search__button i svg, .btn-md.button:not(.acf-button) i svg{
  height: 1.25rem;
  width: 1.25rem;
}
.btn.btn-lg i svg, input.btn-lg[type=submit] i svg, .acf-form .acf-row-handle.remove > a.btn-lg i svg, .acf-form .btn-lg.af-previous-button i svg,
.acf-form .btn-lg.af-next-button i svg,
.acf-form .btn-lg.acf-button i svg, .wp-block-buttons .wp-block-button .btn-lg.wp-block-button__link i svg, .wp-block-file > .btn-lg.wp-block-file__button i svg, .wp-block-search .btn-lg.wp-block-search__button i svg, .btn-lg.button:not(.acf-button) i svg{
  height: 1.5rem;
  width: 1.5rem;
}
.btn span, input[type=submit] span, .acf-form .acf-row-handle.remove > a span, .acf-form .af-previous-button span,
.acf-form .af-next-button span,
.acf-form .acf-button span, .wp-block-buttons .wp-block-button .wp-block-button__link span, .wp-block-file > *.wp-block-file__button span, .wp-block-search .wp-block-search__button span, .button:not(.acf-button) span, .button:not(.acf-button).alt span {
  margin-top: 0.1rem;
}
.btn.clear, input.clear[type=submit], .acf-form .acf-row-handle.remove > a.clear, .acf-form .clear.af-previous-button,
.acf-form .clear.af-next-button,
.acf-form .clear.acf-button, .wp-block-buttons .wp-block-button .clear.wp-block-button__link, .wp-block-file > .clear.wp-block-file__button, .wp-block-search .clear.wp-block-search__button, .clear.button:not(.acf-button) {
  text-decoration: underline;
  padding: 0px;
}
.btn.primary.outlined, input.primary.outlined[type=submit], .acf-form .primary.outlined.af-previous-button,
.acf-form .primary.outlined.af-next-button,
.acf-form .primary.outlined.acf-button, .wp-block-buttons .wp-block-button .primary.outlined.wp-block-button__link, .wp-block-file > .primary.outlined.wp-block-file__button, .wp-block-search .primary.outlined.wp-block-search__button, .primary.outlined.button:not(.acf-button), .acf-form .acf-row-handle.remove > a.primary{
  background-color: transparent;
}
.btn.clear.big, input.clear.big[type=submit], .acf-form .acf-row-handle.remove > a.clear.big, .acf-form .clear.big.af-previous-button,
.acf-form .clear.big.af-next-button,
.acf-form .clear.big.acf-button, .wp-block-buttons .wp-block-button .clear.big.wp-block-button__link, .wp-block-file > .clear.big.wp-block-file__button, .wp-block-search .clear.big.wp-block-search__button, .clear.big.button:not(.acf-button){
  line-height: 1.25;
  margin-bottom: 0.75rem;
  font-family: var(--font-heading), 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";
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.btn:hover, input[type=submit]:hover, .acf-form .acf-row-handle.remove > a:hover, .acf-form .af-previous-button:hover,
.acf-form .af-next-button:hover,
.acf-form .acf-button:hover, .wp-block-buttons .wp-block-button .wp-block-button__link:hover, .wp-block-file > .wp-block-file__button:hover, .wp-block-search .wp-block-search__button:hover, .button:hover:not(.acf-button), .btn.clear.big:hover, .acf-form .clear.big.af-previous-button:hover,
.acf-form .clear.big.af-next-button:hover,
.acf-form .clear.big.acf-button:hover{
  opacity: 1;
}
.btn:not(.clear):not(.outlined):hover:not(:has(.__no-hover)), input[type=submit]:not(.clear):not(.outlined):hover:not(:has(.__no-hover)), .acf-form .acf-row-handle.remove > a:not(.clear):not(.outlined):hover:not(:has(.__no-hover)), .acf-form .af-previous-button:not(.clear):not(.outlined):hover:not(:has(.__no-hover)),
.acf-form .af-next-button:not(.clear):not(.outlined):hover:not(:has(.__no-hover)),
.acf-form .acf-button:not(.clear):not(.outlined):hover:not(:has(.__no-hover)), .wp-block-buttons .wp-block-button .wp-block-button__link:not(.clear):not(.outlined):hover:not(:has(.__no-hover)), .wp-block-file > .wp-block-file__button:not(.clear):not(.outlined):hover:not(:has(.__no-hover)), .wp-block-search .wp-block-search__button:not(.clear):not(.outlined):hover:not(:has(.__no-hover)), .button:not(.clear):not(.outlined):hover:not(:has(.__no-hover)):not(.acf-button) {
  background-color: #000;
}
.btn:active, input[type=submit]:active, .acf-form .acf-row-handle.remove > a:active, .acf-form .af-previous-button:active,
.acf-form .af-next-button:active,
.acf-form .acf-button:active, .wp-block-buttons .wp-block-button .wp-block-button__link:active, .wp-block-file > .wp-block-file__button:active, .wp-block-search .wp-block-search__button:active, .button:active:not(.acf-button) {
  color: #000;
}
.btn .--switch, input[type=submit] .--switch, .acf-form .acf-row-handle.remove > a .--switch, .acf-form .af-previous-button .--switch,
.acf-form .af-next-button .--switch,
.acf-form .acf-button .--switch, .wp-block-buttons .wp-block-button .wp-block-button__link .--switch, .wp-block-file > *.wp-block-file__button .--switch, .wp-block-search .wp-block-search__button .--switch, .button:not(.acf-button) .--switch {
  position: relative;
}
.btn .--switch:not(.--js-modifier) .__hover, input[type=submit] .--switch:not(.--js-modifier) .__hover, .acf-form .acf-row-handle.remove > a .--switch:not(.--js-modifier) .__hover, .acf-form .af-previous-button .--switch:not(.--js-modifier) .__hover,
.acf-form .af-next-button .--switch:not(.--js-modifier) .__hover,
.acf-form .acf-button .--switch:not(.--js-modifier) .__hover, .wp-block-buttons .wp-block-button .wp-block-button__link .--switch:not(.--js-modifier) .__hover, .wp-block-file > *.wp-block-file__button .--switch:not(.--js-modifier) .__hover, .wp-block-search .wp-block-search__button .--switch:not(.--js-modifier) .__hover, .button:not(.acf-button) .--switch:not(.--js-modifier) .__hover {
  display: none;
}
.btn .--switch.--js-modifier .__no-hover, input[type=submit] .--switch.--js-modifier .__no-hover, .acf-form .acf-row-handle.remove > a .--switch.--js-modifier .__no-hover, .acf-form .af-previous-button .--switch.--js-modifier .__no-hover,
.acf-form .af-next-button .--switch.--js-modifier .__no-hover,
.acf-form .acf-button .--switch.--js-modifier .__no-hover, .wp-block-buttons .wp-block-button .wp-block-button__link .--switch.--js-modifier .__no-hover, .wp-block-file > *.wp-block-file__button .--switch.--js-modifier .__no-hover, .wp-block-search .wp-block-search__button .--switch.--js-modifier .__no-hover, .button:not(.acf-button) .--switch.--js-modifier .__no-hover {
  position: absolute;
  top: 0px;
}
.btn .--switch .__hover, input[type=submit] .--switch .__hover, .acf-form .acf-row-handle.remove > a .--switch .__hover, .acf-form .af-previous-button .--switch .__hover,
.acf-form .af-next-button .--switch .__hover,
.acf-form .acf-button .--switch .__hover, .wp-block-buttons .wp-block-button .wp-block-button__link .--switch .__hover, .wp-block-file > *.wp-block-file__button .--switch .__hover, .wp-block-search .wp-block-search__button .--switch .__hover, .button:not(.acf-button) .--switch .__hover, .btn .--switch .__no-hover, input[type=submit] .--switch .__no-hover, .acf-form .acf-row-handle.remove > a .--switch .__no-hover, .acf-form .af-previous-button .--switch .__no-hover,
.acf-form .af-next-button .--switch .__no-hover,
.acf-form .acf-button .--switch .__no-hover, .wp-block-buttons .wp-block-button .wp-block-button__link .--switch .__no-hover, .wp-block-file > *.wp-block-file__button .--switch .__no-hover, .wp-block-search .wp-block-search__button .--switch .__no-hover, .button:not(.acf-button) .--switch .__no-hover {
  transition: 300ms ease-out all;
}
.btn .--switch .__hover, input[type=submit] .--switch .__hover, .acf-form .acf-row-handle.remove > a .--switch .__hover, .acf-form .af-previous-button .--switch .__hover,
.acf-form .af-next-button .--switch .__hover,
.acf-form .acf-button .--switch .__hover, .wp-block-buttons .wp-block-button .wp-block-button__link .--switch .__hover, .wp-block-file > *.wp-block-file__button .--switch .__hover, .wp-block-search .wp-block-search__button .--switch .__hover, .button:not(.acf-button) .--switch .__hover {
  position: absolute;
  top: -40px;
  opacity: 1;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
.btn:hover .--switch .__hover, input[type=submit]:hover .--switch .__hover, .acf-form .acf-row-handle.remove > a:hover .--switch .__hover, .acf-form .af-previous-button:hover .--switch .__hover,
.acf-form .af-next-button:hover .--switch .__hover,
.acf-form .acf-button:hover .--switch .__hover, .wp-block-buttons .wp-block-button .wp-block-button__link:hover .--switch .__hover, .wp-block-file > .wp-block-file__button:hover .--switch .__hover, .wp-block-search .wp-block-search__button:hover .--switch .__hover, .button:hover:not(.acf-button) .--switch .__hover {
  top: 0px;
}
.btn:hover .--switch .__no-hover, input[type=submit]:hover .--switch .__no-hover, .acf-form .acf-row-handle.remove > a:hover .--switch .__no-hover, .acf-form .af-previous-button:hover .--switch .__no-hover,
.acf-form .af-next-button:hover .--switch .__no-hover,
.acf-form .acf-button:hover .--switch .__no-hover, .wp-block-buttons .wp-block-button .wp-block-button__link:hover .--switch .__no-hover, .wp-block-file > .wp-block-file__button:hover .--switch .__no-hover, .wp-block-search .wp-block-search__button:hover .--switch .__no-hover, .button:hover:not(.acf-button) .--switch .__no-hover {
  top: 40px;
}

.mwb-icon, .mwb-icon > svg {
  display: flex;
  width: 2rem;
  height: 2rem;
  fill: currentColor;
}

.--slide-left[disabled], .--slide-right[disabled] {
  opacity: 0.4;
  pointer-events: none;
  cursor: not-allowed;
}

.fill-white > svg {
  fill: #fff;
}

.video-styling {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
}
.video-styling video {
  max-width: 100%;
  width: 100%;
  display: block;
}
.video-styling[data-status=true] .is-details {
  opacity: 0;
  transition: 300ms linear all 0s;
}
.video-styling[data-status=true] .video-player:hover ~ .is-details, .video-styling[data-status=true] .is-details:hover {
  opacity: 1;
  transition: 300ms linear all 0s;
}
.video-styling .is-details {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%);
}
.video-styling .is-details .playback-controls {
  gap: 20px;
  display: flex;
  align-items: center;
  padding-top: 20px;
}
@media (max-width: 768px) {
  .video-styling .is-details .playback-controls {
    padding-top: 0px;
  }
}
.video-styling .mute-unmute {
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 12px;
  width: 22px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23FFFFFF" viewBox="0 0 640 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M533.6 32.5C598.5 85.2 640 165.8 640 256s-41.5 170.7-106.4 223.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C557.5 398.2 592 331.2 592 256s-34.5-142.2-88.7-186.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM473.1 107c43.2 35.2 70.9 88.9 70.9 149s-27.7 113.8-70.9 149c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C475.3 341.3 496 301.1 496 256s-20.7-85.3-53.2-111.8c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zm-60.5 74.5C434.1 199.1 448 225.9 448 256s-13.9 56.9-35.4 74.5c-10.3 8.4-25.4 6.8-33.8-3.5s-6.8-25.4 3.5-33.8C393.1 284.4 400 271 400 256s-6.9-28.4-17.7-37.3c-10.3-8.4-11.8-23.5-3.5-33.8s23.5-11.8 33.8-3.5zM301.1 34.8C312.6 40 320 51.4 320 64l0 384c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352 64 352c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l67.8 0L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3z" fill="%23FFFFFF"/></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.video-styling .mute-unmute[data-status=true] {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23FFFFFF" viewBox="0 0 576 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M301.1 34.8C312.6 40 320 51.4 320 64l0 384c0 12.6-7.4 24-18.9 29.2s-25 3.1-34.4-5.3L131.8 352 64 352c-35.3 0-64-28.7-64-64l0-64c0-35.3 28.7-64 64-64l67.8 0L266.7 40.1c9.4-8.4 22.9-10.4 34.4-5.3zM425 167l55 55 55-55c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-55 55 55 55c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-55-55-55 55c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l55-55-55-55c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0z" fill="%23FFFFFF" /></svg>');
}
.video-styling .bar-progress {
  width: 100%;
  height: 14px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.video-styling .bar-progress .bar {
  display: block;
  width: 100%;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.4);
  transition: 20ms linear height;
  border-radius: 20px;
}
.video-styling .bar-progress .progress {
  width: 0%;
  height: 5px;
  background-color: rgb(255, 255, 255);
  transition: 20ms linear height, 200ms linear all;
  border-radius: 20px;
}
.video-styling .bar-progress:hover .bar,
.video-styling .bar-progress:hover .progress {
  height: 5px;
}
.video-styling .bar-progress:hover .bar {
  box-shadow: 5px 0px 5px rgba(0, 0, 0, 0.1);
}
.video-styling .is-popup {
  width: 100vw;
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 100;
}
.video-styling .is-popup .is-video-container {
  max-width: 80vw;
  position: relative;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  overflow: hidden;
}
.video-styling .is-popup.open {
  display: flex;
}
.video-styling .is-popup video {
  max-width: 80vw;
  max-height: 80vh;
}
.video-styling .is-popup .is-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.play-pause {
  align-items: center;
  cursor: pointer;
  height: 13px;
  width: 22px;
  background-image: url('data:image/svg+xml,<svg width="15" height="18" viewBox="0 0 15 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.5145 0.908698C0.847972 0.508783 0 0.988896 0 1.76619V16.2338C0 17.0111 0.847971 17.4912 1.5145 17.0913L13.5708 9.85749C14.2182 9.46909 14.2182 8.53091 13.5708 8.14251L1.5145 0.908698Z" fill="%23FFFFFF" /></svg>');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.play-pause:hover {
  opacity: 0.7;
}
.play-pause[data-status=true] {
  background-image: url('data:image/svg+xml,<svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="3" height="16" fill="%23FFFFFF"/><rect x="9" width="3" height="16" fill="%23FFFFFF"/></svg>');
}
.play-pause.big-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.play-pause.big-play-button, .play-pause.--aesthetic {
  height: 88px;
  width: 88px;
  background-size: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 100px;
  background-image: url('data:image/svg+xml,<svg width="15" height="18" viewBox="0 0 15 18" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M1.5145 0.908698C0.847972 0.508783 0 0.988896 0 1.76619V16.2338C0 17.0111 0.847971 17.4912 1.5145 17.0913L13.5708 9.85749C14.2182 9.46909 14.2182 8.53091 13.5708 8.14251L1.5145 0.908698Z" fill="%23000000" /></svg>');
}
.play-pause.big-play-button[data-status=true], .play-pause.--aesthetic[data-status=true] {
  background-image: url('data:image/svg+xml,<svg width="14" height="16" viewBox="0 0 14 16" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="3" height="16" fill="%23000000"/><rect x="9" width="3" height="16" fill="%23000000"/></svg>');
}

.contcta-video-play {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 86px;
  width: 86px;
  aspect-ratio: 1/1;
  border-radius: 9999px;
  background-color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
  background-image: none;
  transition: opacity 200ms ease, transform 200ms ease;
}
.contcta-video-play:hover {
  opacity: 0.92;
}
.contcta-video-play[data-status=true] {
  opacity: 0;
  pointer-events: none;
}

.is-asset-overlay {
  background: #000000;
  opacity: 0.6;
  mix-blend-mode: multiply;
}

.--video-defaults, .--image-defaults {
  aspect-ratio: 16/12;
}
@media (min-width: 768px) {
  .--video-defaults, .--image-defaults {
    aspect-ratio: 16/12;
  }
}
@media (min-width: 1024px) {
  .--video-defaults, .--image-defaults {
    aspect-ratio: 16/10;
  }
}
@media (min-width: 1280px) {
  .--video-defaults, .--image-defaults {
    aspect-ratio: 16/9;
  }
}

.--play-defaults {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media (min-width: 1280px) {
  .wp-block-columns .--video-defaults, .wp-block-columns .--image-defaults {
    aspect-ratio: 8/8;
  }
}

.wp-block-columns{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.wp-block-columns .container, .wp-block-columns .carousel-container .carousel, .carousel-container .wp-block-columns .carousel, .wp-block-columns .carousel-container .carousel .slick-slider, .carousel-container .carousel .wp-block-columns .slick-slider, .wp-block-columns .carousel-container .carousel .slick-slider .slick-list, .carousel-container .carousel .slick-slider .wp-block-columns .slick-list, .wp-block-columns .wp-block-heading, .wp-block-columns .wp-block-h1, .wp-block-columns .wp-block-h2, .wp-block-columns .wp-block-h3, .wp-block-columns .wp-block-h4, .wp-block-columns .wp-block-h5, .wp-block-columns .wp-block-h6, .wp-block-columns .wp-block.block-editor-block-list__block[data-type="core/heading"], .wp-block-columns .wp-block-separator, .wp-block-columns .wp-block-paragraph,
.wp-block-columns .wp-block.block-editor-block-list__block[data-type="core/paragraph"], .wp-block-columns .wp-block-ul, .wp-block-columns .wysiwyg-lists ul, .wysiwyg-lists .wp-block-columns ul, .wp-block-columns .wysiwyg ul, .wysiwyg .wp-block-columns ul, .wp-block-columns ul.wp-block[data-type="core/list"], .wp-block-columns .wp-block-paragraph ul, .wp-block-paragraph .wp-block-columns ul,
.wp-block-columns .wp-block.block-editor-block-list__block[data-type="core/paragraph"] ul,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] .wp-block-columns ul,
.wp-block-columns .wp-block-ol,
.wp-block-columns .wysiwyg-lists ol,
.wysiwyg-lists .wp-block-columns ol,
.wp-block-columns .wysiwyg ol,
.wysiwyg .wp-block-columns ol,
.wp-block-columns ol.wp-block[data-type="core/list"],
.wp-block-columns .wp-block-paragraph ol,
.wp-block-paragraph .wp-block-columns ol,
.wp-block-columns .wp-block.block-editor-block-list__block[data-type="core/paragraph"] ol,
.wp-block.block-editor-block-list__block[data-type="core/paragraph"] .wp-block-columns ol, .wp-block-columns .wp-block-media-text, .wp-block-columns .wp-block-quote, .wp-block-columns .wp-block-file, .wp-block-columns .wp-block-image, .wp-block-columns .wp-block-audio, .wp-block-columns .wp-block-gallery, .wp-block-columns .wp-block-embed,
.wp-block-columns .wp-block-video, .wp-block-columns .wp-block-code,
.wp-block-columns .wp-block-preformatted, .wp-block-columns .wp-block-pullquote > blockquote, .wp-block-columns .wp-block-table, .wp-block-columns .wp-block-verse, .wp-block-columns .wp-block-columns, .wp-block-columns .wp-block-categories, .wp-block-columns .wp-block-archives, .wp-block-columns .wp-block-calendar, .wp-block-columns .wp-block-latest-comments, .wp-block-columns .wp-block-latest-posts,
.wp-block-columns .wp-block-tag-cloud, .wp-block-columns .wp-block-rss, .wp-block-columns .wp-block-search, .wp-block-columns .coreprint-page-instructions ul, .coreprint-page-instructions .wp-block-columns ul,
.wp-block-columns .coreprint-page-instructions ol,
.coreprint-page-instructions .wp-block-columns ol, .wp-block-columns .woocommerce > .woocommerce-notices-wrapper,
.wp-block-columns .woocommerce > .woocommerce-error,
.wp-block-columns .woocommerce > .woocommerce-success,
.wp-block-columns .woocommerce > .woocommerce-notice, .wp-block-columns .payment_box ul, .payment_box .wp-block-columns ul,
.wp-block-columns .payment_box ol,
.payment_box .wp-block-columns ol {
  margin: 0;
  padding: 0;
}

*[data-vimeo] {
  aspect-ratio: 16/9;
}

.youtube-player iframe{
  height: 100%;
  width: 100%;
}

.is-popup *[data-vimeo] {
  min-width: 70vw;
}
@media (min-width: 1024px){
  .is-popup .youtube-player iframe{
    width: 600px;
  }
}
@media (min-width: 1280px){
  .is-popup .youtube-player iframe{
    width: 800px;
  }
}

.video-player {
  display: flex;
  align-items: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgba(var(--colour-primary, #000), var(--tw-bg-opacity));
}
.video-player > div {
  padding: 0;
  position: static !important;
}

.cms-overlay {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 99;
}

.marquee{
  position: relative;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  overflow: hidden;
}
.marquee > div{
  display: flex;
  min-width: 100%;
  flex-shrink: 0;
  justify-content: space-around;
  animation: marquee calc(var(--marquee-count) * 2s) linear infinite;
}
.marquee.__marquee-reverse > div {
  animation: marquee-reverse calc(var(--marquee-count) * 2s) linear infinite;
}
.marquee.__marquee-paused:hover > div {
  animation-play-state: paused;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - 3rem));
  }
}
@keyframes marquee-reverse {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(calc(0% + 3rem));
  }
}
@media (max-width: 768px) {
  .custom-input {
    flex-direction: column;
    align-items: center;
  }
}
.custom-input input[type=text], .custom-input input[type=email] {
  background-color: white !important;
  height: 70px !important;
  border: 0 !important;
  font-size: 22px !important;
  padding-left: 30px !important;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .custom-input input[type=text], .custom-input input[type=email] {
    border-radius: 10px !important;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .custom-input input[type=text], .custom-input input[type=email] {
    border-radius: 0px !important;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    width: 630px !important;
  }
}
.custom-input input[type=text]::-moz-placeholder, .custom-input input[type=email]::-moz-placeholder {
  opacity: 1 !important;
}
.custom-input input[type=text]::placeholder, .custom-input input[type=email]::placeholder {
  opacity: 1 !important;
}
.custom-input button {
  background-color: #000 !important;
  color: white !important;
  text-transform: uppercase !important;
  height: 70px !important;
  font-size: 22px !important;
}
@media (max-width: 768px) {
  .custom-input button {
    border-radius: 10px !important;
    width: 100%;
    margin-top: 40px !important;
  }
}
@media (min-width: 768px) {
  .custom-input button {
    border-radius: 0px !important;
    border-top-right-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    width: 230px !important;
  }
  .--newsletter-signup form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
  }
  .--newsletter-signup .gform_footer {
    position: relative;
    left: -4px;
  }
  .--newsletter-signup .validation_message {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .--newsletter-signup .gform_wrapper {
    width: 100%;
  }
  .--newsletter-signup button {
    width: 100% !important;
  }
}
.--newsletter-signup .gform_footer {
  padding: 0 !important;
  margin: 0 !important;
}
.--newsletter-signup .gform_wrapper .gform_fields {
  inline-size: 100% !important;
}
.--newsletter-signup .gform_wrapper .gform_fields .gfield {
  margin: 0 !important;
  padding: 0 !important;
}

.form001-card .gform_required_legend {
  display: none;
}
.form001-card .gform_wrapper.gravity-theme,
.form001-card .gform_wrapper {
  margin: 0;
  padding: 0;
}
.form001-card .gform_wrapper.gravity-theme .gform_fields,
.form001-card .gform_wrapper .gform_fields {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.5rem !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
  grid-template-columns: unset !important;
}
.form001-card .gform_wrapper.gravity-theme .gfield,
.form001-card .gform_wrapper .gfield {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}
.form001-card .gform_wrapper.gravity-theme .gfield_label,
.form001-card .gform_wrapper.gravity-theme label.gfield_label,
.form001-card .gform_wrapper .gfield_label,
.form001-card .gform_wrapper label.gfield_label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #123bca;
  letter-spacing: 0.015625rem;
  margin-bottom: 0.375rem !important;
  padding: 0 !important;
}
.form001-card .gform_wrapper.gravity-theme .gfield_required,
.form001-card .gform_wrapper .gfield_required {
  color: #123bca;
  opacity: 0.5;
}
.form001-card .gform_wrapper.gravity-theme input[type=text],
.form001-card .gform_wrapper.gravity-theme input[type=email],
.form001-card .gform_wrapper.gravity-theme input[type=tel],
.form001-card .gform_wrapper.gravity-theme input[type=number],
.form001-card .gform_wrapper.gravity-theme input[type=url],
.form001-card .gform_wrapper.gravity-theme input[type=password],
.form001-card .gform_wrapper.gravity-theme select,
.form001-card .gform_wrapper.gravity-theme textarea,
.form001-card .gform_wrapper input[type=text],
.form001-card .gform_wrapper input[type=email],
.form001-card .gform_wrapper input[type=tel],
.form001-card .gform_wrapper input[type=number],
.form001-card .gform_wrapper input[type=url],
.form001-card .gform_wrapper input[type=password],
.form001-card .gform_wrapper select,
.form001-card .gform_wrapper textarea {
  width: 100% !important;
  height: 48px !important;
  padding: 0 12px !important;
  margin-bottom: 16px !important;
  background: rgba(227, 227, 227, 0.25) !important;
  border: 1px solid #fff9f5 !important;
  border-radius: 16px !important;
  font-size: 16px !important;
  font-family: inherit !important;
  color: #123bca !important;
  letter-spacing: 0.03125rem !important;
  box-shadow: none !important;
  outline: none !important;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.form001-card .gform_wrapper.gravity-theme input[type=text]::-moz-placeholder, .form001-card .gform_wrapper.gravity-theme input[type=email]::-moz-placeholder, .form001-card .gform_wrapper.gravity-theme input[type=tel]::-moz-placeholder, .form001-card .gform_wrapper.gravity-theme input[type=number]::-moz-placeholder, .form001-card .gform_wrapper.gravity-theme input[type=url]::-moz-placeholder, .form001-card .gform_wrapper.gravity-theme input[type=password]::-moz-placeholder, .form001-card .gform_wrapper.gravity-theme select::-moz-placeholder, .form001-card .gform_wrapper.gravity-theme textarea::-moz-placeholder, .form001-card .gform_wrapper input[type=text]::-moz-placeholder, .form001-card .gform_wrapper input[type=email]::-moz-placeholder, .form001-card .gform_wrapper input[type=tel]::-moz-placeholder, .form001-card .gform_wrapper input[type=number]::-moz-placeholder, .form001-card .gform_wrapper input[type=url]::-moz-placeholder, .form001-card .gform_wrapper input[type=password]::-moz-placeholder, .form001-card .gform_wrapper select::-moz-placeholder, .form001-card .gform_wrapper textarea::-moz-placeholder {
  color: #123bca !important;
  opacity: 0.5 !important;
}
.form001-card .gform_wrapper.gravity-theme input[type=text]::placeholder,
.form001-card .gform_wrapper.gravity-theme input[type=email]::placeholder,
.form001-card .gform_wrapper.gravity-theme input[type=tel]::placeholder,
.form001-card .gform_wrapper.gravity-theme input[type=number]::placeholder,
.form001-card .gform_wrapper.gravity-theme input[type=url]::placeholder,
.form001-card .gform_wrapper.gravity-theme input[type=password]::placeholder,
.form001-card .gform_wrapper.gravity-theme select::placeholder,
.form001-card .gform_wrapper.gravity-theme textarea::placeholder,
.form001-card .gform_wrapper input[type=text]::placeholder,
.form001-card .gform_wrapper input[type=email]::placeholder,
.form001-card .gform_wrapper input[type=tel]::placeholder,
.form001-card .gform_wrapper input[type=number]::placeholder,
.form001-card .gform_wrapper input[type=url]::placeholder,
.form001-card .gform_wrapper input[type=password]::placeholder,
.form001-card .gform_wrapper select::placeholder,
.form001-card .gform_wrapper textarea::placeholder {
  color: #123bca !important;
  opacity: 0.5 !important;
}
.form001-card .gform_wrapper.gravity-theme input[type=text]:focus,
.form001-card .gform_wrapper.gravity-theme input[type=email]:focus,
.form001-card .gform_wrapper.gravity-theme input[type=tel]:focus,
.form001-card .gform_wrapper.gravity-theme input[type=number]:focus,
.form001-card .gform_wrapper.gravity-theme input[type=url]:focus,
.form001-card .gform_wrapper.gravity-theme input[type=password]:focus,
.form001-card .gform_wrapper.gravity-theme select:focus,
.form001-card .gform_wrapper.gravity-theme textarea:focus,
.form001-card .gform_wrapper input[type=text]:focus,
.form001-card .gform_wrapper input[type=email]:focus,
.form001-card .gform_wrapper input[type=tel]:focus,
.form001-card .gform_wrapper input[type=number]:focus,
.form001-card .gform_wrapper input[type=url]:focus,
.form001-card .gform_wrapper input[type=password]:focus,
.form001-card .gform_wrapper select:focus,
.form001-card .gform_wrapper textarea:focus {
  border-color: #123bca !important;
  box-shadow: 0 0 0 3px rgba(18, 59, 202, 0.12) !important;
}
.form001-card .gform_wrapper.gravity-theme textarea,
.form001-card .gform_wrapper textarea {
  height: auto !important;
  min-height: 120px !important;
  padding: 12px !important;
  resize: vertical !important;
}
.form001-card .gform_wrapper.gravity-theme select,
.form001-card .gform_wrapper select {
  -moz-appearance: none !important;
       appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9l6 6 6-6' stroke='%23123bca' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: 20px !important;
  padding-right: 40px !important;
  cursor: pointer !important;
}
.form001-card .gform_wrapper.gravity-theme .gfield_error input, .form001-card .gform_wrapper.gravity-theme .gfield_error select, .form001-card .gform_wrapper.gravity-theme .gfield_error textarea,
.form001-card .gform_wrapper .gfield_error input,
.form001-card .gform_wrapper .gfield_error select,
.form001-card .gform_wrapper .gfield_error textarea {
  border-color: #ff8288 !important;
}
.form001-card .gform_wrapper.gravity-theme .validation_message,
.form001-card .gform_wrapper.gravity-theme .gfield_validation_message,
.form001-card .gform_wrapper .validation_message,
.form001-card .gform_wrapper .gfield_validation_message {
  color: #ff8288 !important;
  font-size: 12px !important;
  margin-top: 4px !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
}
.form001-card .gform_wrapper.gravity-theme .gform_footer,
.form001-card .gform_wrapper.gravity-theme .gform_page_footer,
.form001-card .gform_wrapper .gform_footer,
.form001-card .gform_wrapper .gform_page_footer {
  padding: 0 !important;
  margin-top: 0.5rem !important;
}
.form001-card .gform_wrapper.gravity-theme .gform_footer input[type=submit],
.form001-card .gform_wrapper.gravity-theme .gform_footer button[type=submit],
.form001-card .gform_wrapper.gravity-theme .gform_page_footer input[type=submit],
.form001-card .gform_wrapper.gravity-theme .gform_page_footer button[type=submit],
.form001-card .gform_wrapper .gform_footer input[type=submit],
.form001-card .gform_wrapper .gform_footer button[type=submit],
.form001-card .gform_wrapper .gform_page_footer input[type=submit],
.form001-card .gform_wrapper .gform_page_footer button[type=submit] {
  width: 100% !important;
  padding: 12px 14px !important;
  background: #123bca !important;
  color: #fff9f5 !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  font-family: inherit !important;
  letter-spacing: 0.068359375rem !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: opacity 0.2s ease !important;
  box-shadow: none !important;
}
.form001-card .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover,
.form001-card .gform_wrapper.gravity-theme .gform_footer button[type=submit]:hover,
.form001-card .gform_wrapper.gravity-theme .gform_page_footer input[type=submit]:hover,
.form001-card .gform_wrapper.gravity-theme .gform_page_footer button[type=submit]:hover,
.form001-card .gform_wrapper .gform_footer input[type=submit]:hover,
.form001-card .gform_wrapper .gform_footer button[type=submit]:hover,
.form001-card .gform_wrapper .gform_page_footer input[type=submit]:hover,
.form001-card .gform_wrapper .gform_page_footer button[type=submit]:hover {
  opacity: 0.88 !important;
}
.form001-card .gform_wrapper.gravity-theme .gform_body,
.form001-card .gform_wrapper .gform_body {
  padding: 0 !important;
}
.form001-card .gform_wrapper.gravity-theme .ginput_container,
.form001-card .gform_wrapper .ginput_container {
  margin: 0 !important;
}
.form001-card .gform_wrapper.gravity-theme .gform_confirmation_wrapper,
.form001-card .gform_wrapper .gform_confirmation_wrapper {
  padding: 1rem 0;
  color: #123bca;
  font-weight: 600;
}

/* Animation Keyframes */
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(60px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body:not(.wp-admin) .--animate {
  opacity: 0;
}
body:not(.wp-admin) .--animate.animate--active {
  animation: fadeIn 0.5s ease forwards;
}
body:not(.wp-admin) .--animate-fade.animate--active {
  animation: fadeIn 0.5s ease forwards;
}
body:not(.wp-admin) .--animate-up.animate--active {
  animation: slideUp 0.5s ease forwards;
}
body:not(.wp-admin) .--animate-fade-up.animate--active {
  animation: fadeInUp 0.5s ease forwards;
}

[data-cont-cards] {
  --cont-cards-sticky-top: clamp(6.5rem, 9vw, 8.5rem);
}
[data-cont-cards] .cont-cards__layout {
  align-items: flex-start;
}
[data-cont-cards] .cont-cards__stack {
  min-width: 0;
  position: relative;
}
[data-cont-cards] .cont-cards__wrap {
  isolation: isolate;
  will-change: transform;
}
[data-cont-cards] .cont-cards__card {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 50% 100%;
  will-change: transform, opacity;
}
[data-cont-cards] .cont-cards__intro {
  will-change: transform;
}

.hero-tags__button-item {
  position: relative;
  display: flex;
  justify-content: center;
}
.hero-tags__popup{
  position: absolute;
  left: 0px;
  top: 0px;
  right: -2.5rem;
  z-index: 20;
  display: flex;
  align-items: flex-start;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease;
}
.hero-tags__button-item:hover .hero-tags__popup, .hero-tags__button-item:focus-within .hero-tags__popup {
  opacity: 1;
  visibility: visible;
}
.hero-tags__popup-icon{
  margin-right: 0.5rem;
  border-radius: 0.375rem;
  padding: 0.5rem;
}
.hero-tags__popup-title{
  font-size: 1.25rem;
  font-weight: 700;
}
html {
  scroll-behavior: smooth;
}

.post-type-page {
  overflow: hidden;
}

#canvas {
  position: absolute;
  inset: 0;
  width: 100%;
}

.carousel-container {
  overflow: visible !important;
}

.carousel-container .carousel .slick-slider.fade-inactive-slides .slick-slide {
  opacity: 1 !important;
}

.post-type-page > .hero001:first-child{
  padding-top: 9rem;
  padding-bottom: 5rem;
}

.post-type-page > .contctauser:first-child, .post-type-page > .contcta:first-child{
  padding-top: 12rem;
  padding-bottom: 5rem;
}

.post-template-terms p.wp-block-paragraph, .post-template-terms .wp-block-heading{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: var(--container-width, 84rem);
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .post-template-terms p.wp-block-paragraph, .post-template-terms .wp-block-heading{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .post-template-terms p.wp-block-paragraph, .post-template-terms .wp-block-heading{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.wp-block-columns .post-template-terms p.wp-block-paragraph,.wp-block-columns  .post-template-terms .wp-block-heading {
  margin: 0;
  padding: 0;
}

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

.hover\:text-light:hover{
  --tw-text-opacity: 1;
  color: rgba(var(--colour-light, #fff), var(--tw-text-opacity));
}

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

.group:focus-within .group-focus-within\:pointer-events-auto{
  pointer-events: auto;
}

.group:focus-within .group-focus-within\:transform-none{
  transform: none;
}

.group:focus-within .group-focus-within\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:pointer-events-auto{
  pointer-events: auto;
}

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

.group:hover .group-hover\:transform-none{
  transform: none;
}

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

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

@media (min-width: 420px){
  .xs\:left-auto{
    left: auto;
  }
  .xs\:w-80{
    width: 20rem;
  }
  .xs\:w-96{
    width: 24rem;
  }
}

@media (min-width: 640px){
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:w-1\/2{
    width: 50%;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:rounded-none{
    border-radius: 0px;
  }
  .sm\:rounded-l-lg{
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  .sm\:rounded-r-lg{
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}

@media (min-width: 768px){
  .md\:relative{
    position: relative;
  }
  .md\:left-auto{
    left: auto;
  }
  .md\:-right-6{
    right: -1.5rem;
  }
  .md\:order-none{
    order: 0;
  }
  .md\:-m-4{
    margin: -1rem;
  }
  .md\:my-24{
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-2{
    margin-bottom: 0.5rem;
  }
  .md\:mr-8{
    margin-right: 2rem;
  }
  .md\:ml-0{
    margin-left: 0px;
  }
  .md\:mr-12{
    margin-right: 3rem;
  }
  .md\:ml-8{
    margin-left: 2rem;
  }
  .md\:ml-3{
    margin-left: 0.75rem;
  }
  .md\:mr-0{
    margin-right: 0px;
  }
  .md\:mb-20{
    margin-bottom: 5rem;
  }
  .md\:mt-20{
    margin-top: 5rem;
  }
  .md\:-mt-32{
    margin-top: -8rem;
  }
  .md\:ml-auto{
    margin-left: auto;
  }
  .md\:mr-6{
    margin-right: 1.5rem;
  }
  .md\:mr-2{
    margin-right: 0.5rem;
  }
  .md\:-ml-6{
    margin-left: -1.5rem;
  }
  .md\:ml-24{
    margin-left: 6rem;
  }
  .md\:mb-24{
    margin-bottom: 6rem;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-24{
    height: 6rem;
  }
  .md\:h-10{
    height: 2.5rem;
  }
  .md\:h-\[830px\]{
    height: 830px;
  }
  .md\:min-h-\[540px\]{
    min-height: 540px;
  }
  .md\:min-h-\[700px\]{
    min-height: 700px;
  }
  .md\:w-1\/3{
    width: 33.333333%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-3\/5{
    width: 60%;
  }
  .md\:w-24{
    width: 6rem;
  }
  .md\:w-2\/5{
    width: 40%;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-1\/4{
    width: 25%;
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:w-96{
    width: 24rem;
  }
  .md\:max-w-\[420px\]{
    max-width: 420px;
  }
  .md\:max-w-md{
    max-width: 28rem;
  }
  .md\:grow{
    flex-grow: 1;
  }
  .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-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:grid-rows-2{
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .md\:flex-col{
    flex-direction: column;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:items-start{
    align-items: flex-start;
  }
  .md\:items-end{
    align-items: flex-end;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-end{
    justify-content: flex-end;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-10{
    gap: 2.5rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\:overflow-hidden{
    overflow: hidden;
  }
  .md\:rounded{
    border-radius: var(--border-radius, 0.25rem);
  }
  .md\:border-none{
    border-style: none;
  }
  .md\:bg-transparent{
    background-color: transparent;
  }
  .md\:bg-left{
    background-position: left;
  }
  .md\:p-10{
    padding: 2.5rem;
  }
  .md\:p-4{
    padding: 1rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:p-12{
    padding: 3rem;
  }
  .md\:p-2{
    padding: 0.5rem;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-12{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pr-2{
    padding-right: 0.5rem;
  }
  .md\:pl-2{
    padding-left: 0.5rem;
  }
  .md\:pr-10{
    padding-right: 2.5rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pr-8{
    padding-right: 2rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:pt-20{
    padding-top: 5rem;
  }
  .md\:pl-10{
    padding-left: 2.5rem;
  }
  .md\:pl-8{
    padding-left: 2rem;
  }
  .md\:pt-3\/4{
    padding-top: 75%;
  }
  .md\:pb-16{
    padding-bottom: 4rem;
  }
  .md\:pt-32{
    padding-top: 8rem;
  }
  .md\:pb-48{
    padding-bottom: 12rem;
  }
  .md\:pl-16{
    padding-left: 4rem;
  }
  .md\:pt-10{
    padding-top: 2.5rem;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pb-8{
    padding-bottom: 2rem;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
  }
  .md\:text-base{
    font-size: 1rem;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
  }
  .md\:text-5xl{
    font-size: 3rem;
  }
  .md\:opacity-100{
    opacity: 1;
  }
  .md\:\[aspect-ratio\:16\/12\]{
    aspect-ratio: 16/12;
  }
}

@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }
  .lg\:left-auto{
    left: auto;
  }
  .lg\:right-1\/2{
    right: 50%;
  }
  .lg\:right-auto{
    right: auto;
  }
  .lg\:left-1\/2{
    left: 50%;
  }
  .lg\:order-last{
    order: 9999;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:mt-10{
    margin-top: 2.5rem;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mr-16{
    margin-right: 4rem;
  }
  .lg\:ml-20{
    margin-left: 5rem;
  }
  .lg\:mr-10{
    margin-right: 2.5rem;
  }
  .lg\:mr-6{
    margin-right: 1.5rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mr-1{
    margin-right: 0.25rem;
  }
  .lg\:-ml-10{
    margin-left: -2.5rem;
  }
  .lg\:mr-4{
    margin-right: 1rem;
  }
  .lg\:\!mb-16{
    margin-bottom: 4rem !important;
  }
  .lg\:mt-16{
    margin-top: 4rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-40{
    height: 10rem;
  }
  .lg\:h-24{
    height: 6rem;
  }
  .lg\:w-1\/4{
    width: 25%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-3\/5{
    width: 60%;
  }
  .lg\:w-2\/5{
    width: 40%;
  }
  .lg\:w-1\/5{
    width: 20%;
  }
  .lg\:w-4\/5{
    width: 80%;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-screen-1\/2{
    width: 50vw;
  }
  .lg\:w-2\/3{
    width: 66.666667%;
  }
  .lg\:w-96{
    width: 24rem;
  }
  .lg\:w-56{
    width: 14rem;
  }
  .lg\:w-7\/12{
    width: 58.333333%;
  }
  .lg\:w-5\/12{
    width: 41.666667%;
  }
  .lg\:w-1{
    width: 0.25rem;
  }
  .lg\:w-32{
    width: 8rem;
  }
  .lg\:w-24{
    width: 6rem;
  }
  .lg\:min-w-\[180px\]{
    min-width: 180px;
  }
  .lg\:min-w-\[220px\]{
    min-width: 220px;
  }
  .lg\:flex-1{
    flex: 1 1 0%;
  }
  .lg\:shrink-0{
    flex-shrink: 0;
  }
  .lg\:grow{
    flex-grow: 1;
  }
  .lg\:transform-none{
    transform: none;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .lg\:flex-col{
    flex-direction: column;
  }
  .lg\:items-start{
    align-items: flex-start;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-12{
    gap: 3rem;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-24{
    gap: 6rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:overflow-hidden{
    overflow: hidden;
  }
  .lg\:rounded{
    border-radius: var(--border-radius, 0.25rem);
  }
  .lg\:border{
    border-width: var(--border-width, 1px);
  }
  .lg\:bg-grey-200{
    --tw-bg-opacity: 1;
    background-color: rgb(237 242 247 / var(--tw-bg-opacity));
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:py-32{
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  .lg\:pr-10{
    padding-right: 2.5rem;
  }
  .lg\:pr-6{
    padding-right: 1.5rem;
  }
  .lg\:pl-6{
    padding-left: 1.5rem;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pt-16{
    padding-top: 4rem;
  }
  .lg\:pb-6{
    padding-bottom: 1.5rem;
  }
  .lg\:pr-8{
    padding-right: 2rem;
  }
  .lg\:pl-8{
    padding-left: 2rem;
  }
  .lg\:pt-4{
    padding-top: 1rem;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:text-left{
    text-align: left;
  }
  .lg\:text-5xl{
    font-size: 3rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
  }
  .lg\:opacity-100{
    opacity: 1;
  }
  .lg\:\[aspect-ratio\:16\/10\]{
    aspect-ratio: 16/10;
  }
}

@media (min-width: 1280px){
  .xl\:mb-0{
    margin-bottom: 0px;
  }
  .xl\:mr-20{
    margin-right: 5rem;
  }
  .xl\:flex{
    display: flex;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:w-1\/5{
    width: 20%;
  }
  .xl\:w-1\/3{
    width: 33.333333%;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:flex-row{
    flex-direction: row;
  }
  .xl\:gap-24{
    gap: 6rem;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:\[aspect-ratio\:16\/8\]{
    aspect-ratio: 16/8;
  }
}
