@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

/*!
Theme Name: ExtraMile Theme 2023
Theme URI: https://underscoretw.com/
Author: underscoretw.com
Author URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 1.0.0
Tested up to: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: extramile-theme-2023
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ExtraMile Theme 2023 is based on _tw https://underscoretw.com/, (C) 2021-2022 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2022 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * Inject custom fonts
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

/**
 * Let's improt third party scripts before we start our custom styling
 * This will make it easier to override
 */

/**
 * Slick Slider Global Styles
 *
 */

.slick-slider.slick-dotted .slick-list {
  margin-bottom: 2.5rem;
}

.slick-slider .slick-dots{
  right: 0px;
  left: 0px;
}

.slick-slider .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}

.slick-slider .slick-dots li button {
  margin: 0 6px;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  border-width: 2px;
  border-color: #fff;
  border-style: solid;
  background: transparent;
  --tw-border-opacity: 0.5;
}

.slick-slider .slick-dots li button:before {
  content: '';
  width: 0.75rem;
  height: 0.75rem;
  line-height: 1;
}

/* News slider specific style */

.news-slider .slick-slide:last-child{
  padding-right: 0px;
}

@media (min-width: 768px){
  .news-slider .slick-slide{
    padding-right: 0.75rem;
  }
}

.news-slider .slick-dots li button{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(74 85 104 / var(--tw-border-opacity, 1));
}

.news-slider .slick-dots li.slick-active button{
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
}

.news-slider .slick-dots li.slick-active button .accordion-button::after{
  background-image: url('./assets/img/chevron-down-grey.svg');
}

.news-slider .slick-dots{
  bottom: 0.75rem !important;
}

.slick-slider .slick-dots li.slick-active button {
  border-width: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

/**
  * This injects Tailwind's base styles and any base styles registered by
  * plugins, then adds custom base styles.
  */

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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Questrial, Arial, Helvetica, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

input[type="range"]::-webkit-slider-thumb{
  height: 1rem;
  width: 1rem;
  background: #303030;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.dark input[type="range"]::-webkit-slider-thumb{
}

input[type="range"]:disabled::-webkit-slider-thumb{
  background: #a3a3a3;
}

input[type="range"]:disabled:focus::-webkit-slider-thumb{
  background: #a3a3a3;
}

input[type="range"]:disabled:active::-webkit-slider-thumb{
  background: #a3a3a3;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb{
  background: #737373;
}

.dark input[type="range"]:disabled:focus::-webkit-slider-thumb{
  background: #737373;
}

.dark input[type="range"]:disabled:active::-webkit-slider-thumb{
  background: #737373;
}

input[type="range"]::-moz-range-thumb{
  height: 1rem;
  width: 1rem;
  background: #303030;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.dark input[type="range"]::-moz-range-thumb{
}

input[type="range"]:disabled::-moz-range-thumb{
  background: #a3a3a3;
}

.dark input[type="range"]:disabled::-moz-range-thumb{
  background: #737373;
}

input[type="range"]::-moz-range-progress{
}

input[type="range"]::-ms-fill-lower{
}

.dark input[type="range"]::-moz-range-progress{
}

.dark input[type="range"]::-ms-fill-lower{
}

input[type="range"]:focus{
  outline: none;
}

input[type="range"]:focus::-webkit-slider-thumb{
}

input[type="range"]:active::-webkit-slider-thumb{
}

.dark input[type="range"]:focus::-webkit-slider-thumb{
}

.dark input[type="range"]:active::-webkit-slider-thumb{
}

.video-info-container{
  position: absolute;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video-header{
  display: flex;
  max-width: 49.25rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px){
  .video-header{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.video-header .video-play-title{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .video-header .video-play-title{
    font-size: 3rem;
    line-height: 1;
  }
}

.video-header .video-play-title{
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.video-header .video-play-description{
  margin-bottom: 2rem;
  width: 100%;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.video-play-container{
  display: flex;
  height: 94px;
  width: 184px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.video-play-icon{
  height: 60px;
  width: 60px;
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.video-play-text{
  margin-top: 0.75rem;
  width: 100%;
  cursor: pointer;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.written p{
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .written p{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

/* Override the global text colour for <p> tags inside the written element */

div[class*="text-"].written p{
  color: inherit;
}

.written ul{
  margin-left: 1.25rem;
  list-style-position: outside;
  list-style-type: none;
}

.written ul *::marker{
  color: rgb(48 48 48 );
}

.written ul::marker{
  color: rgb(48 48 48 );
}

.written ol{
  list-style-position: inside;
  list-style-type: decimal;
}

.written ol *::marker{
  color: rgb(48 48 48 );
}

.written ol::marker{
  color: rgb(48 48 48 );
}

.written li{
  margin-bottom: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.written ul li{
  padding-left: 0.75rem;
  list-style-image: url(./assets/img/list-bullet-primary.svg);
}

.written a{
  --tw-text-opacity: 1;
  color: rgb(204 54 75 / var(--tw-text-opacity, 1));
}

.written a:hover{
  text-decoration-line: underline;
}

.written h2{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .written h2{
    font-size: 3rem;
    line-height: 1;
  }
}

.written h3{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .written h3{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.written h4{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .written h4{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.written h5{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .written h5{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.written > h2:first-child,
    .written > h3:first-child,
    .written > h4:first-child,
    .written > h5:first-child{
  margin-top: 0px;
}

#top-nav{
  position: sticky;
  top: 0px;
  z-index: 10;
  display: flex;
  height: 54px;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px){
  #top-nav{
    position: relative;
  }
}

.desktop-top-search{
  display: none;
  width: 80%;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px){
  .desktop-top-search{
    display: flex;
  }
}

@media (min-width: 1024px){
  .desktop-top-search{
    width: 494px;
  }
}

.search-form{
  margin: 0px;
  width: 100%;
}

.search-form-input-container{
  position: relative;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.search-form-icon{
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  padding-left: 0.5rem;
}

.search-form-icon-button{
  padding: 0.25rem;
  padding-top: 0px;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.search-form-icon-button:focus{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 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);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.mobile-top-search{
  display: flex;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .mobile-top-search{
    display: none;
  }
}

.mobile-top-search span{
  margin-left: 0.625rem;
}

.search-toggle{
  display: flex;
  height: 18px;
  width: 18px;
}

.search-toggle-container{
  display: flex;
  cursor: pointer;
}

.search-icon, .search-icon-open{
  height: 100%;
  width: 100%;
}

.search-input::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.search-input::placeholder{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .search-input::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(48 48 48 / var(--tw-text-opacity, 1));
  }
  .search-input::placeholder{
    --tw-text-opacity: 1;
    color: rgb(48 48 48 / var(--tw-text-opacity, 1));
  }
}

.mobile-search-container{
  position: absolute;
  bottom: -134px;
  z-index: 10;
  margin-left: -30px;
  margin-right: -30px;
  width: 101vw;
}

@media (min-width: 640px){
  .mobile-search-container{
    margin-right: 0px;
    margin-left: 0px;
  }
}

.search-input{
  height: 54px;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 46px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.search-input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 1024px){
  .search-input{
    --tw-bg-opacity: 1;
    background-color: rgb(223 223 226 / var(--tw-bg-opacity, 1));
    --tw-text-opacity: 1;
    color: rgb(48 48 48 / var(--tw-text-opacity, 1));
  }
}

.mobile-search-container .search-input{
  width: 100%;
  padding-left: 30px;
}

@media (min-width: 640px){
  .mobile-search-container .search-input{
    padding-left: 46px;
  }
}

.style-one-banner-logo{
  grid-column-start: 1;
  grid-column-end: 12;
  padding-left: 0px;
}

@media (min-width: 901px){
  .style-one-banner-logo{
    grid-column-end: 3;
  }
}

.style-two-banner-logo{
  grid-column: span 12 / span 12;
  display: grid;
}

@media (min-width: 901px){
  .style-two-banner-logo{
    display: none;
  }
}

.site-logo{
  height: 4rem;
}

@media (min-width: 901px){
  .site-logo{
    height: 80px;
  }
}

.banner-nav{
  display: none;
}

@media (min-width: 1024px){
  .banner-nav{
    display: flex;
  }
}

.banner-nav.style-one{
  grid-column-start: 3;
  grid-column-end: 12;
}

.banner-nav.style-two{
  grid-column: span 12 / span 12;
}

.banner-nav nav{
  width: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.banner-nav-inner{
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 1024px){
  .banner-nav-inner{
    display: flex;
  }
}

.mega-menu-nav{
  display: none;
}

@media (min-width: 901px){
  .mega-menu-nav{
    display: flex;
  }
}

.banner-nav.style-two .mega-menu-nav{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.menu-first-half, .menu-second-half{
  display: flex;
}

.menu-first-half li:first-child{
  margin-right: 81px;
}

.menu-second-half li:first-child{
  margin-right: 91px;
}

.quick-links-container{
  margin-right: 0px;
  justify-content: flex-end;
}

@media (min-width: 768px){
  .quick-links-container{
    margin-right: 1.25rem;
  }
}

@media (min-width: 1024px){
  .quick-links-container{
    margin-right: 0px;
  }
}

.social-links{
  display: none;
  height: 54px;
  width: auto;
  align-items: center;
}

@media (min-width: 768px){
  .social-links{
    display: flex;
  }
}

.social-links ul{
  display: flex;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.social-icon{
  margin-right: 1.25rem;
  --tw-border-opacity: 1;
  border-right-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.social-icon:last-child{
  margin-right: 0px;
  border-right-width: 1px;
  padding-right: 1.25rem;
}

.social-icon i, .login-icon i{
  height: 18px;
  width: 18px;
}

.login-icon, .basket-icon{
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.login-icon{
  margin-left: 1.25rem;
  display: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 901px){
  .login-icon{
    display: flex;
  }
}

.login-icon i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.login-text{
  margin-left: 0.625rem;
  display: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 901px){
  .login-text{
    display: block;
  }
}

.basket-icon{
  margin-left: 10px;
  padding-right: 0.625rem;
}

@media (min-width: 901px){
  .basket-icon{
    margin-left: 30px;
    padding-right: 0px;
  }
}

.basket-icon i{
  height: 18px;
  width: 23px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.basket-text{
  margin-left: 0.625rem;
  display: none;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 901px){
  .basket-text{
    display: block;
  }
}

.basket-icon-count{
  margin-left: 0.625rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.main-nav-cta{
  display: flex;
  align-items: center;
}

.main-nav-cta-button{
  display: inline-block;
  min-width: 124px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .main-nav-cta-button{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.main-nav-cta-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 54 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.main-nav-cta-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .main-nav-cta-button{
    display: inline-block;
    min-width: 170px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: center;
    font-family: Questrial, Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    line-height: 1.375;
    letter-spacing: 2px;
    text-decoration-line: none;
  }

  @media (min-width: 768px){
    .main-nav-cta-button{
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }
}

.main-nav-cta-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.bg-transparent + .subscribe-block,
    .slider-block + .subscribe-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

#main > section:first-child.subscribe-block{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

/**
 * Custom styles to immediately follow Tailwind’s `base` layer
 *
 * “Add things like base typography styles [or] opinionated global resets.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-base-styles
 */

/**
 * This uses the background and foreground colors declared in the
 * `theme.json` file and is applied both to the frontend and in the block
 * editor.
*/

body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: Questrial, Arial, Helvetica, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity, 1));
}

/* Styling for the Cookie Popup */

aside#moove_gdpr_cookie_info_bar.gdpr_lightbox-hidden {
  display: none;
}

aside#moove_gdpr_cookie_info_bar,
.gdpr_lightbox.gdpr_lightbox-opened.gdpr_lightbox-inline.moove_gdpr_cookie_modal_open {
  bottom: 0 !important;
  margin: 0;
  width: 100% !important;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  padding: 0;
  max-height: 100vh !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .4) !important;
  border-top: 1px solid #2a363e !important;
  z-index: 999999999;
}

.moove-gdpr-info-bar-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px !important;
  background-color: white;
  border-radius: 25px;
}

.moove-gdpr-cookie-notice {
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 20px;
}

.moove-gdpr-cookie-notice p {
  color: black !important;
  margin-bottom: 0.6em;
}

.moove-gdpr-button-holder {
  padding: 0 !important;
  justify-content: center;
}

/* remove the WPML dev banner */

.otgs-development-site-front-end{
  display: none !important;
}

.error404 #content{
  padding-bottom: 96px;
}

/**
 * This styles text across the site  */

/**
 * These CSS files add global form styles
 *
 * This site primarily uses ninja forms
 */

/**
 * Form specific styles
 */

.nf-form-cont{
  text-align: left;
}

.nf-form-cont,
.nf-form-cont .nf-form-content{
  margin-left: auto;
  margin-right: auto;
  max-width: 42rem;
  padding: 0px;
}

.nf-form-fields-required{
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

/* .nf-form-content .nf-field-container.label-above */

.nf-form-content .nf-field-container.label-above .nf-field-label{
  margin-bottom: 0.5rem;
}

.nf-form-content .nf-field-label label{
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.nf-form-content .nf-field-label label a{
  --tw-text-opacity: 1;
  color: rgb(204 54 75 / var(--tw-text-opacity, 1));
}

.nf-form-content .nf-field-label label a:hover{
  text-decoration-line: underline;
}

.nf-field-container .nf-field-element input:not([type="button"]),
.nf-field-container .nf-field-element textarea,
.nf-field-container .field-wrap.list-select-wrap > .nf-field-element select{
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.nf-field-container .nf-field-element input:not([type="button"]):focus,
.nf-field-container .nf-field-element textarea:focus{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.nf-field-container .field-wrap.list-select-wrap > .nf-field-element select + .subscribe-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.nf-field-container .field-wrap.list-select-wrap > .nf-field-element select{
  background-color: transparent;
}

.nf-field-container .list-select-wrap > .nf-field-element{
  overflow: hidden;
  border-radius: 0.25rem;
}

.nf-field-container.label-right .nf-after-field{
  width: 100%;
}

.nf-field-container.label-right .nf-after-field .nf-error-msg{
  margin-right: 0px;
  text-align: center;
}

.nf-field-container.checkbox-container.label-right label:before{
  left: -1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.nf-field-container .checkbox-wrap .nf-field-element label.nf-checked-label:before,
.nf-field-container .checkbox-wrap .nf-field-label label.nf-checked-label:before,
.nf-field-container .listcheckbox-wrap .nf-field-element label.nf-checked-label:before,
.nf-field-container .listcheckbox-wrap .nf-field-label label.nf-checked-label:before{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.nf-field-container .field-wrap.list-select-wrap > .nf-field-element > div{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.nf-field-container .field-wrap.list-select-wrap > .nf-field-element > div::after{
  width: 18px;
  background-image: url('./assets/img/chevron-down-grey.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.nf-field-container .html-wrap .nf-field-element{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

/* submit button */

.one-col-block .nf-field-container.submit-container .nf-field-element{
  display: flex;
  justify-content: center;
}

.one-col-block .nf-field-container.submit-container .submit-button{
  display: inline-block;
  min-width: 170px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .one-col-block .nf-field-container.submit-container .submit-button{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.one-col-block .nf-field-container.submit-container .submit-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 54 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.one-col-block .nf-field-container.submit-container .submit-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

/* after form */

.nf-after-form-content .nf-error-msg{
  text-align: center;
}

/* Custom select styles */

.custom-select select + .subscribe-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.custom-select select{
  margin: 0px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-width: 0px;
  background-color: transparent;
  padding: 0px;
  padding-right: 1rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.custom-select{
  position: relative;
  width: auto;
  min-width: 188px;
  max-width: 20rem;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.375;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.custom-select:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px){
  .custom-select{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.custom-select::before{
  position: absolute;
  right: 1.25rem;
  top: 50%;
  height: 0.625rem;
  width: 18px;
  --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));
  background-image: url('./assets/img/chevron-down-grey.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  --tw-content: '';
  content: var(--tw-content);
}

.nf-response-msg{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

/**
 * This adds the header and footer CSS.
 */

/**
 * Styles for the site header
 */

.emc-footer{
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
  padding-top: 60px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.emc-footer .accordion-button::after{
  background-image: url('./assets/img/chevron-down-grey.svg');
}

.top-footer .accordion-item{
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
}

.top-footer .accordion-button{
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.top-footer .accordion-button:not(.collapsed){
  --tw-bg-opacity: 1 !important;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.emc-footer .accordion-header .accordion-button::after {
  content: '';
  background-image: url('./assets/img/chevron-down-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 1em;
  /* Adjust the width as needed */
  height: 1em;
  /* Adjust the height as needed */
  margin-left: 0.5em;
  /* Adjust the margin as needed */
  transition: all 0.3s ease-in-out;
}

.emc-footer .accordion-header .accordion-button.collapsed::after {
  rotate: 180deg;
  transition: all 0.3s ease-in-out;
  margin-top: -10px;
}

.top-footer .accordion-body{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.emc-footer-left{
  display: grid;
  gap: 0px;
}

@media (min-width: 1024px){
  .emc-footer-left{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.registered-address{
  margin-bottom: 0.75rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .registered-address{
    width: 393px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.phone-number, .email-address{
  display: flex;
  align-items: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .phone-number, .email-address{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.phone-number{
  margin-bottom: 0.625rem;
}

.email-address{
  margin-bottom: 2rem;
}

@media (min-width: 768px){
  .email-address{
    margin-bottom: 30px;
  }
}

.footer-icon{
  margin-right: 0.625rem;
  height: 18px;
  width: 18px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.social-icons{
  margin-bottom: 3rem;
}

@media (min-width: 768px){
  .social-icons{
    margin-bottom: 60px;
  }
}

.social-icon:last-child{
  margin-right: 1rem;
  border-right-width: 1px;
  padding-right: 1.25rem;
}

.social-icons .social-links{
  display: flex;
  height: auto;
}

.social-icons .social-links .social-icon:last-child{
  border-right-width: 0px;
  padding-right: 0px;
}

.footer-right-menu{
  display: none;
}

@media (min-width: 1024px){
  .footer-right-menu{
    display: block;
  }
}

.footer-menu-title{
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-menu-item{
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .footer-menu-item{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.bottom-footer{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

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

@media (min-width: 901px){
  .bottom-footer{
    max-width: 901px;
  }
}

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

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

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

.bottom-footer{
  margin-left: auto;
  margin-right: auto;
}

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

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

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

@media (min-width: 1280px){
  .bottom-footer{
    max-width: 1200px;
  }
}

.bottom-footer{
  display: grid;
  height: 110px;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.archive #main .bottom-footer > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .bottom-footer > .post-filter{
    margin-top: 6rem;
  }
}

@media (min-width: 768px){
  .bottom-footer{
    height: 65px;
  }
}

@media (min-width: 1024px){
  .bottom-footer{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.pipe{
  padding-left: 48px;
  padding-right: 48px;
}

@media (min-width: 1024px){
  .sitemap-link{
    float: right;
  }
}

/**
 * These CSS files add our Menu styles.
 *
 * This needs combining into a single file for simplicity
 */

.mega-menu{
  position: absolute;
  left: 0px;
  float: left;
  display: none;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
  text-align: left;
  border-top: 1px solid rgba(225, 225, 225, 0.4);
}

.mega-menu.style-one,
.mega-menu.style-two,
.mega-menu.style-three{
  padding-top: 50px;
  padding-bottom: 50px;
}

.singlecolumn .mega-menu {
  display: none;
  left: 0;
  position: absolute;
  text-align: left;
  width: 236px;
  float: left;
}

@media screen and (max-width: 900px) {
  .hoverable{
    position: relative;
    --tw-text-opacity: 1;
    color: rgb(48 48 48 / var(--tw-text-opacity, 1));
  }

  .mega-menu {
    position: relative;
    text-align: left;
    width: 100%;
  }
}

.hoverable {
  position: static;
  transition: all 0.3s ease-in-out;
}

.hoverable.singlecolumn {
  position: relative;
}

@media only screen and (min-width: 900px) {
  .hoverable.carrot > a::after {
    flex-shrink: 0;
    width: 11px;
    height: 6px;
    margin-left: 8px;
    content: "";
    background-image: url('./assets/img/chevron-down.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    vertical-align: middle;
  }

  .hoverable.carrot a:hover::after {
    rotate: 180deg;
  }

  .hoverable.carrot a.active::after {
    rotate: 180deg;
  }

  .hoverable:hover .mega-menu {
    display: block;
  }
}

.style-one-bg{
  height: 200px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 900px) {
  .has-children-open {
    width: 40px;
    height: 40px;
    z-index: 200;
    position: absolute;
    top: 17px;
    right: -10px;
  }

  .hoverable.carrot>a::after{
    margin-left: 0.75rem;
    font-size: 1.5rem;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgb(5 0 13 / var(--tw-text-opacity, 1));
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f107" !important;
    position: absolute;
    right: 0;
    top: 21px;
    transition: all 0.3s ease-in-out;
    rotate: 270deg;
  }

  .hoverable.carrot.active a::after {
    rotate: 360deg;
  }
}

.mega-menu.active {
  display: block;
  animation: slideIn 0.5s ease-in-out;
}

.debugger{
  position: absolute;
  left: 50%;
  top: 0px;
}

.emc-push-menu{
  position: absolute;
  top: 0px;
  z-index: 10;
  transition: transform 0.3s;
  transform: translateX(-100%);
}

.emc-push-menu.show-menu{
  transform: none;
}

.header-nav-toggle, .header-nav-toggle-open{
  height: 100%;
  width: 100%;
}

.nav-wrapper{
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow: auto;
}

.mobile-menu-container{
  display: flex;
  cursor: pointer;
  align-items: center;
}

@media (min-width: 1024px){
  .mobile-menu-container{
    display: none;
  }
}

.menu-text{
  margin-right: 0.625rem;
  padding-left: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(247 250 252 / var(--tw-text-opacity, 1));
}

.js-nav-toggle{
  position: relative;
  z-index: 2;
  display: flex;
  height: 12.52px;
  width: 15.75px;
  padding: 0px;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.js-nav-toggle span{
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 17px;
  margin-bottom: 0px;
  display: block;
  height: 0.125rem;
  width: 22px;
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 300ms;
  transition-duration: 400ms;
}

.js-nav-toggle span:before, .js-nav-toggle span:after{
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -7px;
  display: block;
  height: 0px;
  width: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 300ms;
  transition-duration: 300ms;
}

.js-nav-toggle span:before{
  --tw-shadow: 0 14px 0px 1px rgba(51,68,85,1);
  --tw-shadow-colored: 0 14px 0px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.js-nav-toggle span:after{
  --tw-shadow: 0 0 0 1px rgba(51,68,85,1);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.show-menu .js-nav-toggle span + .subscribe-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.show-menu .js-nav-toggle span{
  background-color: transparent;
}

.show-menu .js-nav-toggle span:before{
  --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));
}

.show-menu .js-nav-toggle span:after{
  --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));
}

.show-menu .js-nav-toggle span:before, .show-menu .js-nav-toggle span:not(.menu-next):after{
  margin-top: 0px;
  --tw-shadow: 0 0 0 1px rgba(51,68,85,1);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.emc-push-menu nav{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 0 5px 1px rgba(221,221,221,1);
  --tw-shadow-colored: 0 0 5px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.emc-push-menu nav .nav-toggle{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px){
  .emc-push-menu nav .nav-toggle{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .emc-push-menu nav .nav-toggle{
    max-width: 768px;
  }
}

@media (min-width: 901px){
  .emc-push-menu nav .nav-toggle{
    max-width: 901px;
  }
}

@media (min-width: 1024px){
  .emc-push-menu nav .nav-toggle{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .emc-push-menu nav .nav-toggle{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .emc-push-menu nav .nav-toggle{
    max-width: 1536px;
  }
}

.emc-push-menu nav .nav-toggle{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px){
  .emc-push-menu nav .nav-toggle{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .emc-push-menu nav .nav-toggle{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .emc-push-menu nav .nav-toggle{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .emc-push-menu nav .nav-toggle{
    max-width: 1200px;
  }
}

.emc-push-menu nav .nav-toggle{
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: flex;
  cursor: pointer;
  align-items: center;
}

.archive #main .emc-push-menu nav .nav-toggle > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .emc-push-menu nav .nav-toggle > .post-filter{
    margin-top: 6rem;
  }
}

.emc-push-menu nav .nav-back{
  position: relative;
  margin-left: 0.625rem;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.emc-push-menu nav .nav-list-item{
  margin-bottom: 1.25rem;
  display: flex;
  height: 22px;
  align-items: center;
}

.emc-push-menu nav .nav-list-item:first-of-type{
  margin-top: 1.25rem;
}

.emc-push-menu nav .nav-list-item:last-of-type{
  margin-bottom: 0px;
}

.emc-push-menu nav .submenu-list-item{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px){
  .emc-push-menu nav .submenu-list-item{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .emc-push-menu nav .submenu-list-item{
    max-width: 768px;
  }
}

@media (min-width: 901px){
  .emc-push-menu nav .submenu-list-item{
    max-width: 901px;
  }
}

@media (min-width: 1024px){
  .emc-push-menu nav .submenu-list-item{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .emc-push-menu nav .submenu-list-item{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .emc-push-menu nav .submenu-list-item{
    max-width: 1536px;
  }
}

.emc-push-menu nav .submenu-list-item{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px){
  .emc-push-menu nav .submenu-list-item{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .emc-push-menu nav .submenu-list-item{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .emc-push-menu nav .submenu-list-item{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .emc-push-menu nav .submenu-list-item{
    max-width: 1200px;
  }
}

.emc-push-menu nav .submenu-list-item{
  display: flex;
  height: auto;
  align-items: center;
  padding-bottom: 1.25rem;
}

.archive #main .emc-push-menu nav .submenu-list-item > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .emc-push-menu nav .submenu-list-item > .post-filter{
    margin-top: 6rem;
  }
}

.emc-push-menu nav li.has-dropdown{
  cursor: pointer;
}

.emc-push-menu nav a{
  position: relative;
  display: block;
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity, 1));
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.emc-push-menu nav ul.mobile-nav-container{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  list-style-type: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
  height:calc(100% - 85px);
  transition: transform 0.3s;
}

.mobile-nav-title{
  text-align: left;
}

.arrow-icon{
  height: 16px;
  width: 9px;
}

.emc-push-menu nav ul.submenu-container{
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  list-style-type: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-clip: content-box;
  padding: 0px;
  transition: transform 0.3s;
}

.emc-push-menu nav ul ul{
  left: 100%;
  display: none;
}

,

.emc-push-menu nav li.has-dropdown > a{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 2.5em;
}

.emc-push-menu nav li.has-dropdown > a:after{
  position: absolute;
  top: 50%;
  right: 1em;
  height: 9px;
  width: 9px;
  border-width: 1px;
  border-color: currentColor;
  border-left-color: transparent;
  border-top-color: transparent;
  --tw-content: none;
  content: var(--tw-content);
  transform: translateY(-90%) rotateZ(-45deg);
  transition: transform 0.3s;
  transform-origin: 100%;
}

.emc-push-menu nav li.nav-dropdown-open ul{
  display: block;
}

.noscroll{
  overflow: hidden;
}

.mobile-menu-footer{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px){
  .mobile-menu-footer{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .mobile-menu-footer{
    max-width: 768px;
  }
}

@media (min-width: 901px){
  .mobile-menu-footer{
    max-width: 901px;
  }
}

@media (min-width: 1024px){
  .mobile-menu-footer{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .mobile-menu-footer{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .mobile-menu-footer{
    max-width: 1536px;
  }
}

.mobile-menu-footer{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px){
  .mobile-menu-footer{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .mobile-menu-footer{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .mobile-menu-footer{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .mobile-menu-footer{
    max-width: 1200px;
  }
}

.mobile-menu-footer{
  position: absolute;
  bottom: 30px;
  z-index: 11;
  display: flex;
  height: 55px;
  width: 100%;
  align-items: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.archive #main .mobile-menu-footer > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .mobile-menu-footer > .post-filter{
    margin-top: 6rem;
  }
}

.mobile-menu-footer a{
  margin-bottom: 0.625rem;
}

.mega-menus{
  position: absolute;
  top: 125px;
  z-index: 50;
  width: 100%;
}

.hoverable{
  font-size: 21px;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

.hoverable:last-of-type{
  margin-right: 0px;
}

@media (min-width: 768px){
  .hoverable{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 901px){
  .hoverable > a{
    padding-right: 1.25rem;
  }
}

@media (min-width: 1024px){
  .hoverable > a{
    padding-right: 3rem;
  }
}

.show-button{
  margin-top: 1.5rem;
}

.mega-menu-item{
  position: relative;
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 70px;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .mega-menu-item{
    line-height: 120px;
  }
}

.mega-menu-item.first-level{
  line-height: 100px;
}

.emc-menu-button:last-of-type{
  line-height: 34px;
}

.style-one-container{
  width: 100%;
}

.style-one-ul{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px){
  .style-one-ul{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .style-one-ul{
    max-width: 768px;
  }
}

@media (min-width: 901px){
  .style-one-ul{
    max-width: 901px;
  }
}

@media (min-width: 1024px){
  .style-one-ul{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .style-one-ul{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .style-one-ul{
    max-width: 1536px;
  }
}

.style-one-ul{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px){
  .style-one-ul{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .style-one-ul{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .style-one-ul{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .style-one-ul{
    max-width: 1200px;
  }
}

.style-one-ul{
  display: grid;
  gap: 1.25rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.archive #main .style-one-ul > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .style-one-ul > .post-filter{
    margin-top: 6rem;
  }
}

@media (min-width: 768px){
  .style-one-ul{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .style-one-ul{
    grid-template-columns: repeat(5, minmax(0, 1fr));
    padding-top: 0.75rem;
  }
}

.style-one-bg{
  margin-bottom: 1.25rem;
}

.style-one-title-container{
  display: flex;
  align-items: center;
  color: inherit;
}

.style-one-title{
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  color: inherit;
}

.style-two-container{
  width: 100%;
}

.style-two-container-inner{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

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

@media (min-width: 901px){
  .style-two-container-inner{
    max-width: 901px;
  }
}

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

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

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

.style-two-container-inner{
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.style-two-container-inner{
  display: grid;
  gap: 1.25rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.archive #main .style-two-container-inner > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .style-two-container-inner > .post-filter{
    margin-top: 6rem;
  }
}

@media (min-width: 768px){
  .style-two-container-inner{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .style-two-container-inner{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 0.75rem;
  }
}

.style-two-heading-container{
  align-items: center;
}

.style-two-heading{
  margin-bottom: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.style-two-li{
  margin-right: 60px;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity, 1));
}

.style-two-li:last-of-type{
  margin-right: 0px;
}

.style-two-li a{
  display: block;
  font-size: 1rem;
  line-height: 2rem;
}

.style-three-container{
  width: 100%;
}

.style-three-container-inner{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

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

@media (min-width: 901px){
  .style-three-container-inner{
    max-width: 901px;
  }
}

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

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

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

.style-three-container-inner{
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.style-three-container-inner{
  display: grid;
  gap: 1.25rem;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.archive #main .style-three-container-inner > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .style-three-container-inner > .post-filter{
    margin-top: 6rem;
  }

  .style-three-container-inner{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-top: 0.75rem;
  }
}

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

.style-three-header-container{
  align-items: center;
}

.style-three-header{
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

@media (min-width: 768px){
  .style-three-header{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.style-three-container .menu-item ul{
  display: grid;
}

@media (min-width: 768px){
  .style-three-container .menu-item ul{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.style-three-list-item{
  margin-bottom: 0.75rem;
}

.style-three-list-item a{
  font-size: 1rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.style-three-cta{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity, 1));
}

.style-three-cta .cta{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
  padding-bottom: 5rem;
  text-align: center;
}

.style-three-cta .cta .cta-content{
  z-index: 50;
  flex: 1 1 0%;
}

.style-three-cta .cta .cta-text{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .style-three-cta .cta .cta-text{
    font-size: 3rem;
    line-height: 1;
  }
}

.style-three-cta .cta .cta-text{
  margin-bottom: 30px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.style-three-cta .cta .cta-button{
  display: inline-block;
  min-width: 170px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .style-three-cta .cta .cta-button{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.style-three-cta .cta .cta-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.style-three-cta .cta .cta-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.style-three-cta .cta .cta-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
}

.style-three-cta .cta .cta-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.style-four-container{
  width: 100%;
}

.style-four-ul{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px){
  .style-four-ul{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .style-four-ul{
    max-width: 768px;
  }
}

@media (min-width: 901px){
  .style-four-ul{
    max-width: 901px;
  }
}

@media (min-width: 1024px){
  .style-four-ul{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .style-four-ul{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .style-four-ul{
    max-width: 1536px;
  }
}

.style-four-ul{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px){
  .style-four-ul{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .style-four-ul{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .style-four-ul{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .style-four-ul{
    max-width: 1200px;
  }
}

.style-four-ul{
  display: grid;
  gap: 0px;
}

.archive #main .style-four-ul > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .style-four-ul > .post-filter{
    margin-top: 6rem;
  }

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

.style-four-item{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(5 0 13 / var(--tw-bg-opacity, 1));
  padding-left: 22px;
}

.style-four-item:first-of-type{
  padding-top: 1.25rem;
}

.style-four-item:last-of-type{
  padding-bottom: 30px;
}

.style-four-li{
  margin-right: 2.5rem;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity, 1));
}

.style-four-li:last-of-type{
  margin-right: 0px;
}

.style-four-li a{
  display: block;
  font-size: 1rem;
  line-height: 2rem;
}

/**
 * These CSS files add our Block styles.
 */

.emc-page-header, .banner-block{
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.emc-page-header{
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 226 / var(--tw-bg-opacity, 1));
}

.emc-page-header.emc-page-header-woocommerce{
  min-height: 140px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

/* .emc-page-header {
    @apply min-h-[530px];
} */

.banner-block{
  display: flex;
  min-height: 600px;
  align-items: center;
  justify-content: center;
}

/* .normal-slider {
    @apply pt-[145px] md:pt-[224px];
} */

.emc-page-header-bg-colour{
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
}

/* Breadcrumb styles */

#breadcrumbs > span{
  letter-spacing: 0.25rem;
}

#breadcrumbs span > span,
#breadcrumbs span a{
  letter-spacing: 0em;
}

#breadcrumbs a:hover{
  text-decoration-line: underline;
}

#breadcrumbs{
  text-align: center;
}

.emc-page-header #breadcrumbs span span a{
  margin-right: 0.75rem;
}

.emc-page-header #breadcrumbs span span span{
  margin-left: 0.75rem;
}

.emc-page-header video, .banner-block video{
  position: absolute;
  top: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-header{
  position: static;
  display: flex;
  height: 100px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px){
  .main-header{
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (min-width: 1024px){
  .main-header{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}

@media (min-width: 1536px){
  .main-header{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.banner-heading{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .banner-heading{
    font-size: 3rem;
    line-height: 1;
  }
}

.banner-heading{
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.banner-block .banner-heading{
  margin-top: 0px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.banner-button{
  margin-top: 2rem;
}

.page-header-overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 72, 150, 0.4) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.emc-page-header-content{
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}

.slider{
  margin-bottom: 0px;
  display: flex;
  height: 624px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  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: 0;
  transition-property: opacity;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(.4,0,.2,1);
}

.slider.slick-initialized {
  opacity: 1;
}

.content-banner-container .slick-dotted.slick-slider{
  margin-bottom: 0px !important;
}

.emc-page-header .slick-slider .slick-dots li.slick-active button {
  background: #fff;
}

.emc-inner-slider{
  position: relative;
  height: 824px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}

@media (min-width: 768px){
  .emc-inner-slider{
    height: 624px;
  }
}

.slider_overlay{
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 72, 150, 0.6);
}

.emc-slider-content{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  margin: auto;
  display: flex;
  height: 100%;
  max-width: 64rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.emc-slider-content .button{
  height: 50px;
  width: 323px;
}

.slider video{
  position: absolute;
  top: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider .slider-title{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .slider .slider-title{
    font-size: 3rem;
    line-height: 1;
  }
}

.slider .slider-title{
  margin-top: 100px;
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .slider .slider-title{
    margin-top: 108px;
    margin-bottom: 2rem;
    font-size: 64px;
  }
}

.slider .slider-text{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  max-width: 56rem;
  font-size: 21px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.slider .slick-dots{
  bottom: -150px;
}

@media (min-width: 768px){
  .slider .slick-dots{
    bottom: 45px;
  }
}

.slider .slider .embed-container,
.slider .slider .embed-container iframe{
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-hero-banner{
  height: auto;
}

.header-hero-banner.hero-slider{
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .header-hero-banner.hero-slider{
    min-height: 824px;
  }
}

@media (min-width: 768px) and (max-width: 780px) {
  .header-hero-banner.hero-slider{
    min-height: 625px;
  }
}

.custom-call-to-action{
  display: flex;
  min-height: 315px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 768px){
  .custom-call-to-action{
    min-height: 396px;
  }
}

@media (min-width: 1024px){
  .custom-call-to-action{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.custom-call-to-action-outer:not(.has-background-image){
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #303030 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 48 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #4A5568 var(--tw-gradient-to-position);
}

.custom-call-to-action .cta-heading{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .custom-call-to-action .cta-heading{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.custom-call-to-action .cta-heading{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.custom-call-to-action .cta-text{
  margin-top: 1.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.custom-call-to-action .cta-button{
  display: inline-block;
  min-width: 170px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .custom-call-to-action .cta-button{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.custom-call-to-action .cta-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.custom-call-to-action .cta-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.custom-call-to-action .cta-button{
  margin-top: 1.25rem;
}

@media (min-width: 768px){
  .custom-call-to-action .cta-button{
    margin-top: 2rem;
  }
}

.two-col-container .custom-call-to-action{
  min-height: 300px;
}

.download-call-to-action{
  display: flex;
  min-height: 160px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.download-call-to-action:last-child{
  border-bottom-width: 1px;
}

@media (min-width: 1024px){
  .download-call-to-action{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 768px){
  .download-grid .download-call-to-action{
    border-width: 1px;
    border-top-width: 0px;
  }
}

@media (min-width: 1024px){
  .download-grid .download-call-to-action{
    border-width: 1px;
    border-top-width: 0px;
    border-right-width: 0px;
  }
}

@media (min-width: 768px){
  .download-grid .download-call-to-action:first-child,
.download-grid .download-call-to-action:nth-child(2){
    border-top-width: 1px;
  }

  .download-grid .download-call-to-action:nth-child(odd){
    border-right-width: 0px;
  }
}

@media (min-width: 1024px){
  .download-grid .download-call-to-action:nth-child(1),
.download-grid .download-call-to-action:nth-child(2),
.download-grid .download-call-to-action:nth-child(3),
.download-grid .download-call-to-action:nth-child(4){
    border-top-width: 1px;
  }

  .download-grid .download-call-to-action:nth-child(4n){
    border-right-width: 1px;
  }
}

.download-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
}

.download-call-to-action .download-cta-image, .download-call-to-action i{
  margin-bottom: 1.25rem;
  height: 2.5rem;
  width: 30px;
}

.download-call-to-action .download-cta-heading{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .download-call-to-action .download-cta-heading{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.download-call-to-action .download-cta-heading{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.download-call-to-action .download-cta-description{
  margin-top: 0.625rem;
  display: none;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .download-call-to-action .download-cta-description{
    display: block;
  }
}

.download-call-to-action .download-cta-button{
  display: inline-block;
  min-width: 124px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .download-call-to-action .download-cta-button{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.download-call-to-action .download-cta-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 54 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.download-call-to-action .download-cta-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.download-call-to-action .download-cta-button{
  margin-top: 1.25rem;
}

.block-header-container{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

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

@media (min-width: 901px){
  .block-header-container{
    max-width: 901px;
  }
}

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

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

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

.block-header-container{
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.block-header-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 2.5rem;
}

.archive #main .block-header-container > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .block-header-container > .post-filter{
    margin-top: 6rem;
  }
}

@media (min-width: 768px){
  .block-header-container{
    padding-top: 96px;
    padding-bottom: 96px;
  }
}

.block-header{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .block-header{
    font-size: 3rem;
    line-height: 1;
  }
}

.block-header{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.25rem;
  max-width: 48rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .block-header{
    margin-bottom: 2rem;
  }
}

.block-text{
  width: 100%;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .block-text{
    max-width: 49.25rem;
  }
}

.block-button{
  display: inline-block;
  min-width: 170px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .block-button{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.block-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 54 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.block-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.block-button{
  margin-top: 2rem;
}

.two-col-container{
  height: 100%;
}

.two-col-column-1{
  height: 368px;
  width: 100%;
}

@media (min-width: 768px){
  .two-col-column-1{
    height: auto;
    min-height: 50%;
  }
}

.two-col-column-2{
  display: flex;
  min-height: 368px;
  flex-direction: column;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 1024px){
  .two-col-column-2{
    min-height: 570px;
  }
}

.two-col-image{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

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

@media (min-width: 1024px){
  .two-col-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.two-col-grid-block{
  display: flex;
  min-height: 285px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.two-col-grid-block-header{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .two-col-grid-block-header{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.two-col-grid-block-header{
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.two-col-grid-block-text{
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.third-grid{
  order: 2;
}

@media (min-width: 768px){
  .third-grid{
    order: 1;
  }
}

.fourth-grid{
  order: 1;
}

@media (min-width: 768px){
  .fourth-grid{
    order: 2;
  }
}

.dark-grid-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
}

.light-grid-bg{
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px){
  .two-col-padding-left{
    margin-right: 14%;
    padding-left: 16%;
  }

  .two-col-padding-right{
    margin-left: 14%;
    padding-right: 16%;
  }
}

.two-col-order-2{
  order: 1;
}

@media (min-width: 1024px){
  .two-col-order-2{
    order: 2;
  }
}

.two-col-order-1{
  order: 1;
}

.two-col-heading{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .two-col-heading{
    font-size: 3rem;
    line-height: 1;
  }
}

.two-col-heading{
  margin-bottom: 1.25rem;
}

@media (min-width: 768px){
  .two-col-heading{
    margin-bottom: 2rem;
  }
}

.two-col-text{
  margin-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.two-col-button{
  display: inline-block;
  min-width: 170px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .two-col-button{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.two-col-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 54 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.two-col-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.two-col-block .video-play-container{
  position: absolute;
  z-index: 20;
}

/* Two column Slick Slider styles */

.two-col-block .slick-dotted.slick-slider{
  margin-bottom: 0px;
}

.two-col-block .slick-dotted.slick-slider .slick-list{
  margin-bottom: 0px;
}

.two-col-slider .slick-dots li.slick-active button{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.two-col-slider .slick-dots{
  bottom: 50px;
}

.two-col-slider-image{
  height: 368px;
  width: 100%;
}

@media (min-width: 768px){
  .two-col-slider-image{
    height: 570px;
  }
}

.two-col-video{
  height: 368px;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

@media (min-width: 768px){
  .two-col-video{
    height: 570px;
  }
}

.two-col-video-container{
  position: relative;
  z-index: 0;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.two-col-video-container .gradient-overlay{
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
}

.one-col-block {
  /* @apply relative text-center text-white min-h-[600px]; */
  position: relative;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.one-col-container .html-wrap{
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.one-col-container .checkbox-wrap .nf-field-label{
  display: flex;
  justify-content: center;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.one-col-block .submit-icon{
  display: none;
}

.one-col-table-header-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 52px;
  padding-bottom: 50px;
}

@media (min-width: 768px){
  .one-col-table-header-container{
    padding-top: 90px;
    padding-bottom: 70px;
  }
}

.one-col-table-header{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .one-col-table-header{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.one-col-table-header{
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.one-col-table-description{
  max-width: 49.25rem;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.one-col-tsble-container{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}

.emc-table{
  width: 100%;
  max-width: 49.25rem;
  overflow-x: scroll;
}

.emc-table-header{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .emc-table-header{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.emc-table-header{
  margin-bottom: 1.25rem;
  height: 30px;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.emc-table-header-row{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.emc-table-header-row-heading{
  padding-bottom: 1.25rem;
}

.emc-table-body{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.emc-table-body-row{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.emc-table-body-row:last-child{
  border-bottom-width: 0px;
}

.emc-table-body-data{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.one-col-block{
  background-size: cover;
  background-repeat: no-repeat;
}

.one-col-block.bg-image-active .one-col-container{
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.6;
}

.one-col-block.bg-image-active .one-col-container .accordion-button::after{
  background-image: url('./assets/img/chevron-down-grey.svg');
}

.one-col-block .slider-title{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .one-col-block .slider-title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.one-col-block .slider-title{
  margin-bottom: 2rem;
  color: inherit;
}

.one-col-block .slider-text{
  margin-bottom: 2rem;
  width: 100%;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 768px){
  .one-col-block .slider-text{
    max-width: 800px;
  }
}

.one-col-block .author{
  margin-bottom: 1.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
}

.one-col-block .slick-dots{
  bottom: 20px;
}

@media (min-width: 768px){
  .one-col-block .slick-dots{
    bottom: 45px;
  }
}

.one-col-block .slick-slider .slick-dots li.slick-active button {
  background: #fff;
}

.one-col-block .slick-dotted.slick-slider{
  margin-bottom: 0px !important;
}

.testimonial-image img{
  height: auto;
  width: 8rem;
}

.testimonials-slider.slick-slider.slick-dotted .slick-list{
  margin-bottom: 0px;
}

.one-col-video{
  height: 600px;
  -o-object-fit: fill;
     object-fit: fill;
}

.one-col-video-container{
  position: relative;
  z-index: 0;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 9rem;
  padding-bottom: 9rem;
}

.one-col-video-container .gradient-overlay{
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
}

.one-col-video-container .video-info-container{
  position: static;
  transform: none;
}

/* Video that is within container */

.one-col-video-container.is-contained{
  position: relative;
  z-index: 0;
  display: flex;
  height: 0px;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-bottom: 56.5%;
}

.one-col-video-container.is-contained .video-info-container{
  position: absolute;
  top: 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));
}

.bg-image-active .one-col-video-container::before{
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 0.7;
  --tw-content: '';
  content: var(--tw-content);
}

.one-col-block .accordion{
  display: block;
  padding-bottom: 0px;
}

.one-col-block .accordion-item + .subscribe-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.one-col-block .accordion-item{
  margin-bottom: 1.25rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
  background-color: transparent;
}

.one-col-block .accordion-item:last-child{
  margin-bottom: 0px;
}

.one-col-block .accordion-header{
  height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.one-col-block .accordion-button{
  height: 100%;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.one-col-block.column-bg .accordion-button{
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1)) !important;
}

.one-col-block .accordion-text + .subscribe-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.one-col-block .accordion-text{
  background-color: transparent;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.one-col-block .accordion-button:not(.collapsed) + .subscribe-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.one-col-block .accordion-button:not(.collapsed){
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.one-col-block .accordion-body{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.three-col-block{
  margin-top: 50px;
}

@media (min-width: 768px){
  .three-col-block{
    margin-top: 96px;
  }
}

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

@media (min-width: 768px){
  .four-col-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .four-col-grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.product_slider{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

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

@media (min-width: 901px){
  .product_slider{
    max-width: 901px;
  }
}

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

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

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

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

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

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

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

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

.product_slider{
  margin-bottom: 0px !important;
  padding-bottom: 105px;
}

.archive #main .product_slider > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .product_slider > .post-filter{
    margin-top: 6rem;
  }
}

@media (min-width: 768px){
  .product_slider{
    padding-bottom: 150px;
  }
}

.product_slider .slick-dots{
  bottom: 50px;
}

@media (min-width: 768px){
  .product_slider .slick-dots{
    bottom: 95px;
  }
}

.product_slider .slick-list{
  margin-bottom: 0px !important;
}

.product_slider .slick-dots li{
  margin-right: 0.75rem;
}

.product_slider .slick-dots li button{
  margin: 0px;
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 54 75 / var(--tw-border-opacity, 1)) !important;
}

.product_slider .slick-dots li.slick-active button:before{
  height: 14px !important;
  width: 14px !important;
  --tw-bg-opacity: 1;
  background-color: rgb(5 0 13 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

.product_slider .slick-dots li button{
  height: 14px !important;
  width: 14px !important;
  border-radius: 50% !important;
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 54 75 / var(--tw-border-opacity, 1)) !important;
}

.product_slider .slick-dots li button + .subscribe-block:before{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.product_slider .slick-dots li button:before{
  height: 14px;
  width: 14px;
  border-radius: 50% !important;
  border-width: 1px;
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 54 75 / var(--tw-border-opacity, 1)) !important;
  background-color: transparent !important;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
  opacity: 0.9 !important;
  --tw-content: none !important;
  content: var(--tw-content) !important;
}

.product_slider .emc-single-slide{
  width: 288px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}

.product_slider .emc-single-slide-container{
  display: flex;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity, 1));
}

.product_slider .emc-single-slide .emc-slider-image{
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 0.625rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.product_slider .emc-single-slide .emc-slider-image img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-category{
  margin-top: 2rem;
  margin-left: 1.5rem;
  width: 33.333333%;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-align: center;
}

.slider-category:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.slider-title-container{
  margin-top: 1.25rem;
  padding-left: 1.5rem;
}

.slider-title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.slider-button-container{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2rem;
  padding-top: 1.25rem;
  padding-left: 1.5rem;
}

.slider-button{
  display: inline-block;
  min-width: 124px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .slider-button{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.slider-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 54 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.slider-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.slider-button{
  margin-right: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.slider-product-price{
  display: inline-block;
  width: 5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

.product_slider .slick-dots li.slick-active button{
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 75 / var(--tw-bg-opacity, 1));
}

.featured-news-item{
  margin-bottom: 60px;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.featured-news-item .featured-image{
  height: 220px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.featured-image{
  width: 100%;
}

.featured-news-item .category_name{
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.featured-news-item .excerpt{
  max-width: 20rem;
  padding-bottom: 2rem;
}

.news-slider-excerpt{
  text-align: center;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.featured-news-item .category-label{
  margin-top: 1.5rem;
  margin-bottom: 2.25rem;
}

.back-to-container > a::before{
  margin-right: 0.75rem;
  display: inline-block;
  height: 1rem;
  width: 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));
  background-image: url('./assets/img/arrow-left-icon.svg');
  background-repeat: no-repeat;
  vertical-align: middle;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}

.back-to-container > a:hover::before{
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.image-call-to-action{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-call-to-action i, .image-cta-image{
  margin-bottom: 2rem;
  width: 150px;
}

.image-cta-heading{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .image-cta-heading{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.image-cta-heading{
  margin-bottom: 2.5rem;
  text-align: center;
}

.image-cta-heading:last-child{
  margin-bottom: 50px;
}

@media (min-width: 768px){
  .image-cta-heading{
    margin-bottom: 96px;
  }

  .image-cta-heading:last-child{
    margin-bottom: 96px;
  }
}

.four-col-image-call-to-action-instagram-text{
  margin-right: 0.625rem;
  width: 158px;
  text-align: right;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.four-col-image-call-to-action-instagram-icon{
  height: 1.25rem;
  width: 1.25rem;
}

.four-col-image-call-to-action-image{
  height: 100%;
  width: 100%;
  padding-right: 1px;
}

.four-col-image-call-to-action-image:last-child{
  padding-right: 0px;
}

.four-col-image-call-to-action:nth-child(n+3){
  display: none;
}

@media (min-width: 1024px){
  .four-col-image-call-to-action:nth-child(n+3){
    display: block;
  }
}

/* .emc-tabs {
    @apply nav-tabs nav-justified flex flex-row list-none border-b-0 pl-0 col-span-4 overflow-auto;
}

.emc-tab-item {
    @apply nav-item flex flex-grow text-center h-[100px] w-[223px] md:w-full border border-grey-400 items-center;
}

.emc-tab-item a{
    @apply heading-6;
}

.emc-tab-link {
    @apply nav-link w-full font-medium text-xs leading-tight capitalize border-x-0 border-t-0 border-b-2 border-transparent px-6 py-3 my-2 hover:border-transparent hover:bg-gray-100 focus:border-transparent flex justify-center items-center h-full;
}

.emc-tab-link.active {
    @apply bg-grey-400;
}

.emc-tab-content {
    @apply col-span-4;
} */

.entry-content>.tabs{
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

ul.tabs-nav {
  list-style: none;
  margin: 0;
  -ms-overflow-style: none;
  /* for Internet Explorer, Edge */
  scrollbar-width: none;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  ul.tabs-nav{
    flex-direction: row;
  }
}

ul.tabs-nav::-webkit-scrollbar {
  display: none;
}

ul.tabs-nav li {
  cursor: pointer;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

ul.tabs-nav li:hover,
ul.tabs-nav li.active{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 224 / var(--tw-bg-opacity, 1));
}

.tabs-nav li a{
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.tab-content {
  background-color: #FFF;
  overflow: hidden;
}

/* .flexible-grid-container {
    @apply pb-20;
}*/

.flexible-grid-item-outer{
  background-size: cover;
  background-repeat: no-repeat;
}

.flexible-grid-item{
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #303030 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 48 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  /* background-image: linear-gradient(180deg, grey 0%, rgba( 5,13,0,0.75) 100%); */
}

.two-col-video-container .flexible-grid-item{
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
}

.one-col-video-container .flexible-grid-item{
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 100%;
}

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

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

@media (min-width: 768px){
  .flexible-grid-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

@media (min-width: 768px){
  .flexible-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

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

@media (min-width: 768px){
  .flexible-grid-4{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px){
  .flexible-grid-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

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

@media (min-width: 768px){
  .flexible-grid-inner{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.flexible-grid-small{
  min-height: 375px;
}

@media (min-width: 768px){
  .flexible-grid-small{
    grid-column: span 1 / span 1;
    min-height: 360px;
  }
}

.flexible-grid-large{
  min-height: 375px;
}

@media (min-width: 768px){
  .flexible-grid-large{
    grid-column: span 2 / span 2;
    min-height: 720px;
  }
}

.flexible-grid-item-header{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .flexible-grid-item-header{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.flexible-grid-item-header{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.heading-small{
  padding-bottom: 2rem;
}

.heading-large{
  padding-bottom: 1.25rem;
}

.flexible-grid-item-text{
  display: none;
  max-width: 479px;
  padding-bottom: 2rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px){
  .flexible-grid-item-text{
    display: block;
  }
}

.flexible-grid-item-button{
  display: inline-block;
  min-width: 170px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .flexible-grid-item-button{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.flexible-grid-item-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.flexible-grid-item-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

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

@media (min-width: 768px){
  .standard-grid-3{
    gap: 0.75rem;
  }
}

@media (min-width: 1024px){
  .standard-grid-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 768px){
  .standard-grid-3 .standard-grid-inner{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

@media (min-width: 1024px){
  .standard-grid-3 .standard-grid-inner{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* AT - don't like this at all but it's a quick fix. This block needs rebuilding IMO */

.standard-grid-3 .standard-grid-inner:nth-child(2) .standard-grid-item{
  grid-column: 1 / -1;
}

.standard-grid-item{
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
  padding: 2.5rem;
}

@media (min-width: 768px){
  .standard-grid-item{
    margin-bottom: 0px;
  }
}

.standard-grid-small{
  min-height: 260px;
}

@media (min-width: 768px){
  .standard-grid-small{
    min-height: 314px;
  }
}

.standard-grid-large{
  min-height: 260px;
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 224 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1024px){
  .standard-grid-large{
    min-height: 640px;
  }
}

.standard-grid-item-image, .standard-grid-item-icon i{
  margin-bottom: 1.25rem;
  height: 70px;
  width: 70px;
}

.standard-grid-item-header{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .standard-grid-item-header{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.standard-grid-item-header{
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

.standard-grid-item-text{
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.subscribe-block{
  position: relative;
  display: flex;
  min-height: 145px;
  align-items: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

@media (min-width: 1280px){
  .subscribe-block{
    padding-left: 0px;
    padding-right: 0px;
  }
}

.subscribe-block .nf-form-fields-required{
  display: none;
}

.subscribe-text-container{
  width: 100%;
}

@media (min-width: 800px){
  .subscribe-text-container{
    width: auto;
    padding-right: 2.5rem;
  }
}

.subscribe-form-container{
  width: 100%;
}

@media (min-width: 800px){
  .subscribe-form-container{
    width: auto;
    flex-grow: 1;
  }
}

/* .subscribe-form-container .nf-cell:first-of-type {
    @apply !w-[84%];
}

.subscribe-form-container .nf-cell:last-of-type {
    @apply !w-[16%];
} */

.subscribe-form-container .nf-error-field-errors{
  margin-bottom: 50px;
}

.subscribe-form-container .nf-field-label{
  display: none;
}

.subscribe-form-container .nf-form-content{
  position: relative;
  padding: 0px !important;
}

.subscribe-form-container .nf-cell{
  padding: 0px !important;
}

.subscribe-form-container .nf-field-container.email-container,
.subscribe-form-container .nf-field-container.submit-container{
  position: static;
  margin-bottom: 0px;
}

.subscribe-form-container .nf-field-container.submit-container .nf-field-element{
  position: static;
}

.subscribe-title{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .subscribe-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.subscribe-title{
  margin-top: 0px;
  margin-bottom: 1.25rem;
}

@media (min-width: 768px){
  .subscribe-title{
    margin-bottom: 13px;
  }
}

.subscribe-description{
  margin-bottom: 30px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

@media (min-width: 768px){
  .subscribe-description{
    margin-bottom: 0px;
  }
}

.subscribe-container{
  display: flex;
  flex-direction: column;
}

@media (min-width: 800px){
  .subscribe-container{
    flex-direction: row;
    align-items: center;
  }
}

.email-input{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.subscribe-form .submit-button{
  position: absolute;
  top: 0px;
  right: 0px;
  margin-left: -50px !important;
  display: inline-block;
  height: 50px;
  width: 50px;
  padding-left: 0.75rem !important;
}

@media (min-width: 800px){
  .subscribe-form .submit-button{
    padding: 0.75rem !important;
  }
}

.submit-icon{
  height: 1.75rem;
  width: 1.75rem;
  background-image: url('./assets/img/icon-arrow-right.svg');
}

.subscribe-form .nf-error.field-wrap .nf-field-element::after{
  right: 50px !important;
}

.accordion{
  display: block;
  padding-bottom: 3rem;
}

@media (min-width: 1024px){
  .accordion{
    display: none;
  }
}

.accordion-item{
  border-radius: 0px;
}

.accordion-header{
  margin-bottom: 0px;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

.accordion-button + .subscribe-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.accordion-button{
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 0px;
  border-width: 0px;
  background-color: transparent;
  padding-bottom: 0.75rem;
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.75rem;
  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;
}

.accordion-button:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.accordion-button:not(.collapsed){
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.accordion-header .accordion-button::after{
  margin: 0px;
  margin-left: auto;
  height: 0.625rem;
  width: 18px;
  transform-origin: center;
  background-image: url('./assets/img/chevron-down-grey.svg');
  background-size: contain;
}

.bg-primary .accordion-button::after{
  background-image: url('./assets/img/chevron-down-grey.svg');
}

.accordion-body{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.collapse{
  visibility: visible !important;
}

.accordion-collapse{
  visibility: collapse;
  border-width: 0px;
  visibility: visible !important;
}

/**
 * These CSS files add our search page styling
 */

/**
 * Search specific styles
 */

.search-results .header-hero-banner{
  height: auto;
  min-height: 440px;
}

.emc-search{
  margin: auto;
  max-width: 1040px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.search-result-item{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.emc-search:last-child .search-result-item{
  border-bottom-width: 0px;
}

.emc-category a.emc-link{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.emc-search p{
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

/* .emc-no-result-found {
    @apply bg-gray-200 mt-20 py-20;
} */

/**
 * These CSS files add our modal styling
 */

.emc-modal{
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.emc-modal-container{
  pointer-events: none;
  position: relative;
  display: flex;
  height: 100%;
  width: auto;
  align-items: center;
}

.emc-modal-content{
  pointer-events: auto;
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  background-clip: padding-box;
  color: currentColor;
  --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);
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.emc-modal-header{
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}

.emc-modal-button{
  box-sizing: content-box;
  height: 1rem;
  width: 1rem;
  border-style: none;
  padding: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
  opacity: 0.6;
}

.emc-modal-button:hover{
  text-decoration-line: none;
  opacity: 1;
}

.emc-modal-button:focus{
  opacity: 1;
  --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;
}

.emc-modal-body{
  position: relative;
  padding: 1rem;
}

.emc-modal-body iframe{
  width: 100%;
}

/**
 * This adds the archive CSS.
 */

/**
 * Archive page styles
 */

.archive .header-hero-banner{
  --tw-bg-opacity: 1;
  background-color: rgb(5 0 13 / var(--tw-bg-opacity, 1));
}

.archive #breadcrumbs,
.archive .banner-heading,
.archive .subheading{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.archive #main .container > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .container > .post-filter{
    margin-top: 6rem;
  }
}

.post-list-grid .featured-news-item{
  margin-bottom: 0px;
}

/* filter checkboxes */

.post-filter-checkbox-container label{
  position: relative;
  display: inline-block;
  height: 2.5rem;
  width: auto;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
}

.post-filter-checkbox-container label:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(174 44 48 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .post-filter-checkbox-container label{
    min-width: 188px;
  }
}

@media (min-width: 1024px){
  .post-filter-checkbox-container label{
    height: 3.5rem;
  }
}

.post-filter-checkbox-container label > span{
  position: relative;
  z-index: 10;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.visually-hidden{
  display: none;
}

.post-filter-checkbox-container input[type="checkbox"]{
  margin: 0px;
  height: 100%;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.post-filter-checkbox-container input[type="checkbox"]::before{
  --tw-content: attr(data-before);
  content: var(--tw-content);
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 0;
  display: flex;
  height: 100%;
  width: 100%;
  cursor: pointer;
  align-items: center;
  overflow: hidden;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.post-filter-checkbox-container input[type="checkbox"]:focus::before{
  --tw-border-opacity: 1;
  border-color: rgb(174 44 48 / var(--tw-border-opacity, 1));
}

.post-filter-checkbox-container input[type="checkbox"]:checked::before{
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.post-filter-checkbox-container input[type="checkbox"]:checked .accordion-button::before::after{
  background-image: url('./assets/img/chevron-down-grey.svg');
}

/* orderby dropdown */

.orderby-container{
  margin-top: 1.25rem;
  flex-wrap: wrap;
}

@media (min-width: 768px){
  .orderby-container{
    margin-top: 0px;
  }
}

/**
 * This adds the single post CSS.
 */

/* .emc__featured_image img {
    @apply w-full max-h-[543px];
    object-fit: cover;
    object-position: bottom center;
}

.ajax-loaded {
    display: none;
}

.filter-button.active {
    @apply bg-jcpprimary-900 text-white;
}


#share-options a:hover i {
    @apply text-introred;
}

.emc-single-content p {
    @apply text-lg;
} */

/*  */

/* Page header */

.single .header-hero-banner{
  height: auto;
  min-height: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity, 1));
  padding-bottom: 120px;
}

@media (min-width: 768px){
  .single .header-hero-banner{
    padding-bottom: 332px;
  }

  .single .header-hero-banner.has-featured-image{
    padding-bottom: 15rem;
  }
}

@media (min-width: 1024px){
  .single .header-hero-banner.has-featured-image{
    padding-bottom: 20rem;
  }
}

.single .header-hero-banner .banner-heading{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.single-post-inner{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px){
  .single-post-inner{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .single-post-inner{
    max-width: 768px;
  }
}

@media (min-width: 901px){
  .single-post-inner{
    max-width: 901px;
  }
}

@media (min-width: 1024px){
  .single-post-inner{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .single-post-inner{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .single-post-inner{
    max-width: 1536px;
  }
}

.single-post-inner{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px){
  .single-post-inner{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .single-post-inner{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .single-post-inner{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .single-post-inner{
    max-width: 1200px;
  }
}

.single-post-inner{
  margin-left: auto;
  margin-right: auto;
  max-width: 988px;
  padding-left: 0px;
  padding-right: 0px;
}

.archive #main .single-post-inner > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .single-post-inner > .post-filter{
    margin-top: 6rem;
  }
}

.single-post-inner .entry-content{
  margin-bottom: 3rem;
}

@media (min-width: 1024px){
  .single-post-inner .entry-content{
    margin-bottom: 6rem;
  }
}

/* Featured image */

.featured-image-layer{
  position: relative;
  margin-top: -5.75rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media (min-width: 768px){
  .featured-image-layer{
    margin-top: -12.5rem;
  }
}

@media (min-width: 1024px){
  .featured-image-layer{
    margin-top: -15rem;
  }
}

/* .featured-image-layer .featured-overlay {
    @apply w-10/12 bg-no-repeat	bg-cover;
    min-height: 540px;
} */

.featured-image-layer > figure{
  max-height: 33rem;
  overflow: hidden;
}

.featured-image-layer > figure > img{
  -o-object-fit: cover;
     object-fit: cover;
}

.single-post-inner .social-share svg {
  max-height: 18px;
}

.single-post-inner .entry-content-main{
  width: 91.666667%;
}

.single-post-inner .slider-block{
  border-top-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(237 242 247 / var(--tw-border-opacity, 1));
}

@media (min-width: 1024px){
  .single .related-posts-container{
    margin-bottom: 2.25rem;
  }
}

/**
 * This adds the single post CSS.
 */

/* 
 * Team custom post type specific styles
 */

/* Hero image */

.single-team .team-hero{
  margin-bottom: 5rem;
  padding-bottom: 0px;
}

@media (min-width: 768px){
  .single-team .team-hero{
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px){
  .single-team .team-hero{
    margin-bottom: 0px;
    padding-bottom: 6rem !important;
  }
}

/**
 *  WooCommerce Styling
 */

.entry-content>.woocommerce{
  max-width: 100%;
  padding: 0 !important;
}

.entry-content>.woocommerce .inner{
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
  height: 100%;
}

.entry-content>.woocommerce .inner form{
  margin: auto;
  max-width: 32rem;
  border-width: 0px;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  float: none !important;
}

.woocommerce form .form-row input.input-text{
  height: 3.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.custom-registration .inner{
  margin: auto;
  max-width: 1200px;
}

.woocommerce-privacy-policy-text p{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.woocommerce-privacy-policy-text p a{
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

/** WooCommerce - Product Archive Page */

ul.products{
  width: 100% !important;
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

@media (min-width: 640px){
  ul.products{
    max-width: 640px !important;
  }
}

@media (min-width: 768px){
  ul.products{
    max-width: 768px !important;
  }
}

@media (min-width: 901px){
  ul.products{
    max-width: 901px !important;
  }
}

@media (min-width: 1024px){
  ul.products{
    max-width: 1024px !important;
  }
}

@media (min-width: 1280px){
  ul.products{
    max-width: 1280px !important;
  }
}

@media (min-width: 1536px){
  ul.products{
    max-width: 1536px !important;
  }
}

ul.products{
  margin-left: auto;
  margin-right: auto;
}

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

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

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

@media (min-width: 1280px){
  ul.products{
    max-width: 1200px;
  }
}

.archive #main ul.products > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main ul.products > .post-filter{
    margin-top: 6rem;
  }
}

ul.products li{
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity, 1));
}

.product__category{
  margin-left: 1.25rem;
  padding-top: 2rem;
  padding-bottom: 1.25rem;
}

.product__category .category-label{
  width: auto;
}

.woocommerce ul.products li.product .button{
  display: inline-block;
  min-width: 124px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .woocommerce ul.products li.product .button{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.woocommerce ul.products li.product .button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 54 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.woocommerce ul.products li.product .button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.woocommerce ul.products li.product .button{
  float: right;
  margin-right: 1.25rem;
  margin-bottom: 2rem;
}

.woocommerce ul.products li.product .price{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .woocommerce ul.products li.product .price{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.woocommerce ul.products li.product .price{
  margin-bottom: 2rem;
  margin-top: 1.25rem;
  margin-left: 1.25rem;
  display: inline-block;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.woocommerce-LoopProduct-link img{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .woocommerce ul.products li.product .woocommerce-loop-product__title{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
  padding-left: 1.25rem;
}

.product-loop-button{
  font-weight: 700;
  text-transform: uppercase;
}

/* .single-product article header {
  display: none;
} */

/**
* WooCommerce - Single Product Page
*/

.emc-woocommerce-header{
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity, 1));
}

.single-product-info{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px){
  .single-product-info{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .single-product-info{
    max-width: 768px;
  }
}

@media (min-width: 901px){
  .single-product-info{
    max-width: 901px;
  }
}

@media (min-width: 1024px){
  .single-product-info{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .single-product-info{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .single-product-info{
    max-width: 1536px;
  }
}

.single-product-info{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px){
  .single-product-info{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .single-product-info{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .single-product-info{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .single-product-info{
    max-width: 1200px;
  }
}

.single-product-info{
  gap: 7rem;
  padding-top: 180px;
}

.archive #main .single-product-info > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .single-product-info > .post-filter{
    margin-top: 6rem;
  }

  .single-product-info{
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.product-type-variable .variations_form{
  margin-top: 2rem;
  margin-bottom: 37px !important;
}

.single-product-content .cart:not(.variations_form){
  margin-bottom: 116px !important;
}

.single-product-images{
  order: 9999;
  grid-column: span 1 / span 1;
  padding: 2.5rem;
}

@media (min-width: 1024px){
  .single-product-images{
    padding: 0px;
  }
}

.single-product-content{
  grid-column: span 1 / span 1;
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .single-product-content{
    padding: 0px;
  }
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .woocommerce div.product p.price, .woocommerce div.product span.price{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.woocommerce div.product p.price, .woocommerce div.product span.price{
  float: left;
  margin-left: 1.25rem;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.emc-single-product .woocommerce-product-gallery{
  width: 100% !important;
}

.emc-single-product .woocommerce-product-gallery__image{
  margin-right: 0.75rem;
}

.emc-single-product .woocommerce-product-gallery__image:first-child{
  margin-right: 0px;
}

.emc-single-product .woocommerce-product-gallery__image:last-child{
  margin-right: 0px;
}

.emc-single-product .woocommerce-product-gallery__image .wp-post-image{
  margin-bottom: 1.25rem;
}

@media (min-width: 768px){
  .emc-single-product .woocommerce-product-gallery__image .wp-post-image{
    width: 488px !important;
  }
}

.emc-single-product .woocommerce-product-gallery__image img:not(.wp-post-image){
  height: 88px !important;
  width: 88px !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
  width: auto !important;
}

.emc-single-product #breadcrumbs .breadcrumb_last, .emc-single-product #breadcrumbs i{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.emc-single-product .emc-single-product-title{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .emc-single-product .emc-single-product-title{
    font-size: 3rem;
    line-height: 1;
  }
}

.emc-single-product .emc-single-product-title{
  margin-top: 2rem;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.emc-single-product-description{
  margin-top: 1.25rem;
}

.woocommerce div.product form.cart .variations select{
  height: 3.5rem;
  width: 100%;
}

.emc-single-product .emc-single-product-price{
  display: flex;
  align-items: center;
}

.emc-single-product .emc-single-product-price .price{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .emc-single-product .emc-single-product-price .price{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.emc-single-product .emc-single-product-price .price{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.emc-single-product .emc-single-product-price .price-vat-text{
  margin-left: 0.625rem;
  font-size: 21px;
}

.woocommerce div.product form.cart .variations tr {
  border: none !important;
}

.woocommerce div.product form.cart div.quantity{
  float: none;
  margin-top: 2rem;
  margin-bottom: 2rem;
  height: 3.5rem;
  width: 20rem;
}

.woocommerce div.product form.cart div.quantity select{
  height: 3.5rem;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.product-usps{
  display: flex;
}

.product-usp{
  margin-right: 2.5rem;
  display: flex;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.product-usp:last-child{
  margin-right: 0px;
}

.product-usp-text{
  min-width: 125px;
}

.product-usps .product-usp-image, .product-usps i{
  margin-right: 1.25rem;
}

.woocommerce div.product form.cart .button,
.woocommerce button.button.alt{
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(17 24 39 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1)) !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce div.product form.cart .button:hover,
.woocommerce button.button.alt:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1)) !important;
}

.woocommerce div.product form.cart .button,
.woocommerce button.button.alt {
  border-radius: 0;
}

.woocommerce div.product form.cart .variations td.label, .woocommerce div.product form.cart .variations th.label{
  display: none;
}

.woocommerce div.product form.cart .variations{
  width: 20rem;
}

/**
* WooCommerce - Tabs
*/

.wc-tabs li{
  text-align: center;
}

.woo-custom-tab{
  border-width: 1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs{
  margin: auto;
  max-width: 1200px;
  border-width: 0px;
  padding: 0px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none;
  padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li{
  margin-left: 0px;
  min-width: 100%;
  border-radius: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
}

@media (min-width: 1024px){
  .woocommerce div.product .woocommerce-tabs ul.tabs li{
    min-width: 360px;
  }
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
  border-width: 1px !important;
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1)) !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1)) !important;
}

.product-slider .slick-slide {
  margin: 0 10px;
  padding-top: 10px;
}

/* the parent */

.product-slider .slick-list {
  margin: 0 -10px;
}

.woocommerce-tabs.wc-tabs-wrapper p {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.product-video-container{
  position: relative;
  height: 600px;
}

.product-overview-heading{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px){
  .product-overview-heading{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .product-overview-heading{
    max-width: 768px;
  }
}

@media (min-width: 901px){
  .product-overview-heading{
    max-width: 901px;
  }
}

@media (min-width: 1024px){
  .product-overview-heading{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .product-overview-heading{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .product-overview-heading{
    max-width: 1536px;
  }
}

.product-overview-heading{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .product-overview-heading{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.product-overview-heading{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px){
  .product-overview-heading{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .product-overview-heading{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .product-overview-heading{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .product-overview-heading{
    max-width: 1200px;
  }
}

.product-overview-heading{
  padding-top: 97px;
  padding-bottom: 2rem;
  text-align: left;
}

.archive #main .product-overview-heading > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .product-overview-heading > .post-filter{
    margin-top: 6rem;
  }
}

.wp-block-columns{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px){
  .wp-block-columns{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .wp-block-columns{
    max-width: 768px;
  }
}

@media (min-width: 901px){
  .wp-block-columns{
    max-width: 901px;
  }
}

@media (min-width: 1024px){
  .wp-block-columns{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .wp-block-columns{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .wp-block-columns{
    max-width: 1536px;
  }
}

.wp-block-columns{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px){
  .wp-block-columns{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .wp-block-columns{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .wp-block-columns{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .wp-block-columns{
    max-width: 1200px;
  }
}

.wp-block-columns{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.archive #main .wp-block-columns > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .wp-block-columns > .post-filter{
    margin-top: 6rem;
  }
}

.emc-overview .tab-pane .one-col-container,.emc-overview .tab-pane .two-col-container,
.emc-overview .tab-pane .three-col-container,.emc-overview .tab-pane .four-col-container{
  padding-top: 96px;
}

.emc-overview .tab-pane .one-col-table-header-container{
  padding-top: 0px;
}

/* Product filters */

.emc-filters select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-right: 1.25rem;
  height: 3.5rem;
  width: auto;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.5rem;
  outline: none  !important;
}

.emc-filters .woocommerce-ordering{
  margin: 0px !important;
}

.woocommerce-ordering select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 3.5rem;
  width: auto;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  outline: none  !important;
}

.emc-filters .emc-arrow {
  position: relative;
}

.emc-filters .emc-arrow select{
  border-radius: 0.25rem;
  border-width: 1px;
}

.emc-filters .emc-arrow::after {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f107" !important;
  position: absolute;
  right: 30px;
  top: 14px;
  margin-left: 0.75rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}

@media only screen and (max-width: 600px) {
  .woocommerce .products ul, .woocommerce ul.products{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  @media (min-width: 1024px){
    .woocommerce .products ul, .woocommerce ul.products{
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
  }

  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product{
    width: 100% !important;
  }

  .woocommerce-tabs.wc-tabs-wrapper{
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }

  @media (min-width: 1024px){
    .woocommerce-tabs.wc-tabs-wrapper{
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
  }

  .woocommerce-tabs.wc-tabs-wrapper p {
    -moz-column-count: initial;
         column-count: initial;
    -moz-column-gap: initial;
         column-gap: initial;
  }
}

.emc-parent-item{
  position: relative;
  width: 100%;
}

.emc-parent-item i{
  position: absolute;
  right: 1.25rem;
  margin-right: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
  transition: all 0.3s ease-in-out;
}

.emc-parent-item i.active {
  transform: rotate(180deg);
}

.emc-mobile-filter{
  display: none;
}

/* Mobile Filter */

@media only screen and (max-width: 900px) {
  .emc-mobile-filter{
    display: block;
  }

  .emc-product-cats{
    display: none;
  }

  .filter-form{
    margin-top: 2.5rem;
    display: none;
  }

  .emc-filters .emc-arrow{
    display: inline-block;
  }
}

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

.table-bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.floating-basket-container{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

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

@media (min-width: 901px){
  .floating-basket-container{
    max-width: 901px;
  }
}

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

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

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

.floating-basket-container{
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.floating-basket-container{
  position: relative;
  grid-column: span 12 / span 12;
}

.archive #main .floating-basket-container > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .floating-basket-container > .post-filter{
    margin-top: 6rem;
  }
}

.basket-floating-widget{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 50;
  display: none;
  min-height: 450px;
  width: 388px;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity, 1));
}

@media (min-width: 768px){
  .basket-floating-widget{
    display: flex;
  }
}

.floating-basket-icon-close{
  cursor: pointer;
}

.floating-basket-header{
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 30px;
  padding-right: 30px;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.floating-basket-header h5{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .floating-basket-header h5{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.floating-empty-cart-message{
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.floating-basket-cart-empty-button{
  display: inline-block;
  min-width: 170px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .floating-basket-cart-empty-button{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.floating-basket-cart-empty-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 54 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.floating-basket-cart-empty-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.floating-basket-cart-empty-button{
  margin-top: 2rem;
}

.floating-basket-content{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 2rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.floating-basket-product{
  display: flex;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
  padding-bottom: 2rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.floating-basket-product:last-child{
  border-bottom-width: 1px;
}

.floating-product-details{
  margin-left: 0.75rem;
  margin-right: 1.5rem;
  text-align: left;
}

.floating-product-name{
  margin-bottom: 0.625rem;
}

.floating-product-price{
  margin-bottom: 0.625rem;
  font-weight: 700;
}

.floating-product-variations{
  text-transform: uppercase;
}

.floating-product-variations .cart-product-variation{
  margin-left: 13.5px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.floating-product-variations .cart-product-variation:first-child{
  margin-left: 0px;
}

.floating-product-image{
  height: 77px;
  width: 77px;
}

.floating-subtotal{
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 1.25rem;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  font-size: 21px;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.floating-subtotal-cost{
  font-weight: 700;
}

.floating-wc-buttons{
  display: flex;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.floating-basket-bag-button, .floating-basket-checkout-button{
  width: 50%;
}

.floating-basket-bag-button{
  display: inline-block;
  min-width: 170px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .floating-basket-bag-button{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.floating-basket-bag-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 85 104 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.floating-basket-bag-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(113 128 150 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.floating-basket-bag-button{
  margin-right: 0.5rem;
}

.floating-basket-checkout-button{
  display: inline-block;
  min-width: 170px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .floating-basket-checkout-button{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.floating-basket-checkout-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 54 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.floating-basket-checkout-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.floating-payment-info{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.floating-payment-accept-text{
  margin-top: 30px;
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.floating-payment-accept-icons{
  margin-bottom: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.floating-payment-icon{
  margin-right: 14px;
}

.floating-payment-icon:last-child{
  margin-right: 0px;
}

.emc-custom-cart{
  display: flex;
  flex-direction: column;
}

.emc-cart-wrapper{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity, 1));
  padding-bottom: 96px;
}

.emc-cart-grid{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px){
  .emc-cart-grid{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .emc-cart-grid{
    max-width: 768px;
  }
}

@media (min-width: 901px){
  .emc-cart-grid{
    max-width: 901px;
  }
}

@media (min-width: 1024px){
  .emc-cart-grid{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .emc-cart-grid{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .emc-cart-grid{
    max-width: 1536px;
  }
}

.emc-cart-grid{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px){
  .emc-cart-grid{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .emc-cart-grid{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .emc-cart-grid{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .emc-cart-grid{
    max-width: 1200px;
  }
}

.emc-cart-grid{
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0px;
  padding-top: 180px;
}

.archive #main .emc-cart-grid > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .emc-cart-grid > .post-filter{
    margin-top: 6rem;
  }
}

@media (min-width: 768px){
  .emc-cart-grid{
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 7rem;
  }
}

.emc-cart-grid #breadcrumbs{
  margin-top: 0px !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.emc-cart-grid #breadcrumbs span span a{
  margin-right: 0.75rem;
}

.emc-cart-grid #breadcrumbs span span span{
  margin-left: 0.75rem;
}

.woocommerce-cart-form{
  grid-column: span 7 / span 7;
}

.cart-payment-sidebar{
  grid-column: span 5 / span 5;
}

.emc-cart-wrapper .cart-title{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .emc-cart-wrapper .cart-title{
    font-size: 3rem;
    line-height: 1;
  }
}

.emc-cart-wrapper .cart-title{
  margin-top: 2rem;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cart-product-item{
  display: flex;
  width: 100%;
  flex-direction: column;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.cart-product-item:first-child{
  padding-top: 0px;
}

.cart-product-item:last-child{
  border-bottom-width: 0px;
}

.cart-product-item-info, .cart-product-item-actions, .product-edit-actions{
  display: flex;
}

.cart-product-info{
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px){
  .cart-product-info{
    flex-direction: row;
  }
}

.cart-product-item-actions{
  margin-top: 1.25rem;
  justify-content: flex-end;
}

.edit-quantity, .edit-variation{
  display: flex;
  flex-direction: column;
}

.edit-quantity{
  margin-right: 0.75rem;
}

.edit-quantity .quantity select, .edit-variation #product-variations{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 5px;
  padding-bottom: 5px;
}

.edit-quantity-text, .edit-variation-text{
  margin-bottom: 0.625rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cart-product-thumbnail img{
  margin-right: 2rem;
  height: 87px !important;
  width: 87px !important;
}

.cart-product-details{
  display: flex;
  width: 50%;
  flex-direction: column;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity, 1));
}

.cart-product-name{
  margin-bottom: 0.75rem;
  font-size: 21px;
}

.cart-product-price{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.cart-product-information{
  display: flex;
  width: 50%;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
}

.cart-product-buttons{
  margin-bottom: 1.25rem;
  display: flex;
}

.basket-product-action-button{
  display: flex;
  height: 1.25rem;
  width: 72px;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.emc-product-edit, .emc-product-update{
  margin-right: 0.75rem;
}

.cart-product-variations-container{
  display: flex;
  width: 100%;
  justify-content: flex-end;
}

.cart-product-variations{
  display: flex;
}

.cart-product-variation{
  margin-left: 30px;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cart-product-variation:first-child{
  margin-left: 0px;
}

.emc-order-summary{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.emc-sidebar-header{
  margin-bottom: 0.75rem;
  height: 78px;
}

.order-summary-header{
  display: flex;
  height: 100%;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 23px;
  padding-bottom: 23px;
}

.order-summary-heading{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .order-summary-heading{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.emc-siderbar-content{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2rem;
}

.emc-sidebar-subtotal, .emc-sidebar-delivery, .emc-sidebar-total{
  display: flex;
  justify-content: space-between;
  font-size: 21px;
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.emc-sidebar-subtotal{
  margin-bottom: 1.25rem;
}

.delivery-label{
  text-transform: uppercase;
}

.delivery-options-text{
  margin-top: 0.75rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.emc-sidebar-total{
  margin-bottom: 2rem;
}

.emc-checkout-button{
  margin-bottom: 1.25rem;
}

.emc-custom-checkout-button{
  display: inline-block;
  min-width: 170px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .emc-custom-checkout-button{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.emc-custom-checkout-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 54 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.emc-custom-checkout-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.emc-custom-checkout-button{
  width: 100%;
}

.accepted-payments{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.accepted-payments p{
  margin-bottom: 0.625rem;
}

.checkout-payment-accept-icons{
  margin-bottom: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkout-payment-icon{
  margin-right: 14px;
}

.checkout-payment-icon:last-child{
  margin-right: 0px;
}

.emc-custom-continue-shopping-button{
  display: inline-block;
  min-width: 170px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .emc-custom-continue-shopping-button{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.emc-custom-continue-shopping-button{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(74 85 104 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.emc-custom-continue-shopping-button:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(113 128 150 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.emc-custom-continue-shopping-button{
  width: 100%;
}

.cart-usps{
  margin-top: 2rem;
  display: flex;
}

.cart-usp{
  margin-right: 2.5rem;
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.cart-usp:last-child{
  margin-right: 0px;
}

.cart-usps .basket-usp-image, .cart-usps i{
  margin-right: 1.25rem;
}

.emc-empty-cart-wrapper{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity, 1));
}

.emc-empty-cart-wrapper #breadcrumbs{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.empty-cart-header{
  display: flex;
  min-height: 468px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 96px;
}

.empty-cart-header-content{
  display: flex;
  max-width: 850px;
  flex-direction: column;
  align-items: center;
}

.empty-cart-heading{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .empty-cart-heading{
    font-size: 4rem;
  }
}

.empty-cart-heading{
  margin-top: 2rem;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.empty-cart-header-link{
  text-decoration-line: underline;
}

.empty-cart-header-link:hover{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.empty-cart-description{
  margin-bottom: 2rem;
  text-align: center;
  font-size: 21px;
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity, 1));
}

.emc-checkout-wrapper{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity, 1));
}

.emc-checkout-wrapper .woocommerce-checkout{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px){
  .emc-checkout-wrapper .woocommerce-checkout{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .emc-checkout-wrapper .woocommerce-checkout{
    max-width: 768px;
  }
}

@media (min-width: 901px){
  .emc-checkout-wrapper .woocommerce-checkout{
    max-width: 901px;
  }
}

@media (min-width: 1024px){
  .emc-checkout-wrapper .woocommerce-checkout{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .emc-checkout-wrapper .woocommerce-checkout{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .emc-checkout-wrapper .woocommerce-checkout{
    max-width: 1536px;
  }
}

.emc-checkout-wrapper .woocommerce-checkout{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px){
  .emc-checkout-wrapper .woocommerce-checkout{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .emc-checkout-wrapper .woocommerce-checkout{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .emc-checkout-wrapper .woocommerce-checkout{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .emc-checkout-wrapper .woocommerce-checkout{
    max-width: 1200px;
  }
}

.archive #main .emc-checkout-wrapper .woocommerce-checkout > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .emc-checkout-wrapper .woocommerce-checkout > .post-filter{
    margin-top: 6rem;
  }
}

.emc-checkout-wrapper #breadcrumbs{
  margin-top: 0px !important;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.emc-checkout-wrapper #breadcrumbs span span a{
  margin-right: 0.75rem;
}

.emc-checkout-wrapper #breadcrumbs span span span{
  margin-left: 0.75rem;
}

.emc-checkout-wrapper .checkout-title{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .emc-checkout-wrapper .checkout-title{
    font-size: 3rem;
    line-height: 1;
  }
}

.emc-checkout-wrapper .checkout-title{
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.emc-checkout-grid{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 640px){
  .emc-checkout-grid{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .emc-checkout-grid{
    max-width: 768px;
  }
}

@media (min-width: 901px){
  .emc-checkout-grid{
    max-width: 901px;
  }
}

@media (min-width: 1024px){
  .emc-checkout-grid{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .emc-checkout-grid{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .emc-checkout-grid{
    max-width: 1536px;
  }
}

.emc-checkout-grid{
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 640px){
  .emc-checkout-grid{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .emc-checkout-grid{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .emc-checkout-grid{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .emc-checkout-grid{
    max-width: 1200px;
  }
}

.emc-checkout-grid{
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 7rem;
  padding-top: 180px;
}

.archive #main .emc-checkout-grid > .post-filter{
  margin-top: 3rem;
}

@media (min-width: 1024px){
  .archive #main .emc-checkout-grid > .post-filter{
    margin-top: 6rem;
  }
}

.checkout-form-container{
  grid-column: span 7 / span 7;
}

.checkout-form-container .emc-tab-item{
  height: 70px;
}

.checkout-form-container .emc-tab-link.active{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.checkout-form-container .emc-tab-link{
  --tw-bg-opacity: 1;
  background-color: rgb(162 168 177 / var(--tw-bg-opacity, 1));
}

.checkout-form-container .emc-tab-content{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2.5rem;
}

.checkout-order-summary{
  grid-column: span 5 / span 5;
}

.checkout-details-heading, .checkout-payment-details-heading, .checkout-shipping-details-heading{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .checkout-details-heading, .checkout-payment-details-heading, .checkout-shipping-details-heading{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.checkout-details-heading, .checkout-payment-details-heading, .checkout-shipping-details-heading{
  margin-bottom: 2rem;
  display: flex;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.checkout-payment-details-heading{
  margin-top: 2rem;
}

.checkout-steps-number{
  margin-right: 1.25rem;
  display: flex;
  height: 29px;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.emc-checkout-grid .emc-sidebar-header{
  margin-bottom: 0px;
}

.checkout-payment-section{
  margin-bottom: 96px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2.5rem;
}

.sidebar-products{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
}

.checkout-sidebar-product-item{
  display: flex;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
  padding-bottom: 2rem;
}

.checkout-sidebar-product-image img{
  margin-right: 1.25rem;
  height: 87px;
  width: 87px;
}

.checkout-sidebar-product-info{
  display: flex;
  flex-direction: column;
}

.sidebar-product-name{
  margin-bottom: 0.75rem;
  font-size: 21px;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.sidebar-product-price{
  margin-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}

.checkout-sidebar-product-info .cart-product-variation{
  font-size: 12px;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.checkout-product-sidebar-totals{
  margin-top: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 2rem;
}

.cost-totals-heading{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .cost-totals-heading{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.cost-totals-heading{
  margin-bottom: 2rem;
}

.emc-shipping-method{
  display: flex;
  justify-content: space-between;
}

.shipping_method-item{
  margin-bottom: 0.75rem;
}

.shipping_method-item:last-child{
  margin-bottom: 0px;
}

.shipping_method{
  margin-right: 0.75rem;
}

.shipping-label{
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th{
  padding: 0px;
}

.chosen-delivery-method{
  display: flex;
  justify-content: space-between;
}

.woocommerce table.shop_table tfoot th, .woocommerce table.shop_table tfoot td{
  border-width: 0px;
  font-size: 21px;
}

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

.shipping-method-price{
  text-align: right;
  font-size: 1rem;
  line-height: 1.5rem;
}

.cart-subtotal th, .cart-subtotal td{
  padding-bottom: 1.25rem !important;
}

.cart-delivery-method th, .cart-delivery-method td{
  padding-bottom: 0.75rem !important;
}

.woocommerce-shipping-totals.shipping td{
  padding-bottom: 1.25rem !important;
}

.woocommerce table.shop_table{
  border-width: 0px;
}

.logged-in-details, .checkout-shipping-details{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 2.5rem;
}

#place_order{
  width: 100%;
}

.woocommerce-billing-fields__field-wrapper input, .woocommerce-shipping-fields__field-wrapper input{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.optional{
  display: none;
}

.billing-address-lookup, .shipping-address-lookup{
  position: relative;
}

.geoapify-autocomplete-input{
  height: 3.5rem;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.geoapify-autocomplete-items{
  padding-top: 1.25rem;
}

.geoapify-autocomplete-item{
  margin-bottom: 15px;
  display: flex;
}

.geoapify-autocomplete-item .icon{
  margin-right: 0.75rem;
}

.geoapify-close-button{
  display: none;
}

.manual-billing-address-entry, .manual-billing-address-cancel, .manual-shipping-address-entry, .manual-shipping-address-cancel{
  text-decoration-line: underline;
}

.manual-billing-address-cancel, .manual-shipping-address-cancel{
  display: none;
}

.checkout-usps{
  margin-top: 2rem;
  display: flex;
}

.checkout-usp{
  margin-right: 2.5rem;
  display: flex;
  width: 50%;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.checkout-usp:last-child{
  margin-right: 0px;
}

.checkout-usps .checkout-usp-image, .checkout-usps i{
  margin-right: 1.25rem;
}

.checkout-shipping-section{
  margin-bottom: 96px;
}

.woocommerce-checkout-review-order .woocommerce form .form-row{
  padding: 0px !important;
}

.emc-thank-you-wrapper{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity, 1));
}

.emc-thank-you-wrapper #breadcrumbs{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.thank-you-header{
  display: flex;
  min-height: 468px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 96px;
}

.thank-you-header-content{
  display: flex;
  max-width: 850px;
  flex-direction: column;
  align-items: center;
}

.thank-you-heading{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .thank-you-heading{
    font-size: 4rem;
  }
}

.thank-you-heading{
  margin-top: 2rem;
  margin-bottom: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.thank-you-header-link{
  text-decoration-line: underline;
}

.thank-you-header-link:hover{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.thank-you-description{
  margin-bottom: 2rem;
  text-align: center;
  font-size: 21px;
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity, 1));
}

/**
 * This injects page specific styling into the stylesheet
 */

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.container{
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
}

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

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

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

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

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

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

.prose{
  color: var(--tw-prose-body);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}

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

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

.prose{
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
}

.prose :where(--tw-prose-links):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  -d-e-f-a-u-l-t: #303030;
  red: #CC364B;
  light: #AE2C30;
}

.prose{
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
  font-size: 1rem;
  line-height: 1.75;
}

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

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

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

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

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

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

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

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

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

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

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

.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button-primary{
  display: inline-block;
  min-width: 170px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .button-primary{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.button-secondary{
  display: inline-block;
  min-width: 124px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  text-align: center;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  line-height: 1.375;
  letter-spacing: 2px;
  text-decoration-line: none;
}

@media (min-width: 768px){
  .button-secondary{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.button-col-primary{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(204 54 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 75 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-col-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.button-col-secondary{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.button-col-secondary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.heading-1{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .heading-1{
    font-size: 4rem;
  }
}

.heading-2{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .heading-2{
    font-size: 3rem;
    line-height: 1;
  }
}

.heading-3{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .heading-3{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

.heading-4{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .heading-4{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

.heading-5{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .heading-5{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.heading-6{
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px){
  .heading-6{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.subheading{
  margin: auto;
  max-width: 48rem;
  font-family: Questrial, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 30px;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

@media (min-width: 1024px){
  .subheading{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.category-label{
  display: inline-block;
  width: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

.category-label:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 75 / var(--tw-bg-opacity, 1));
}

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

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

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

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

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

/* What's the point in this container class? It's just a single utility class? */

/* .mobile-padding {
		@apply px-[30px] sm:px-0 min-[840px]:px-0;
	} */

.responsive-video{
  position: relative;
  height: 0px;
  width: 100%;
  padding-bottom: 56.25%;
}

.responsive-video iframe{
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with an `entry-title` class on the
 * frontend and to the post heading in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 *
 * The `$post-title-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 */

.page-title, .entry-title{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity, 1));
}

/**
 * Post content styles (via Tailwind Typography)
 *
 * These will be applied to all content blocks with an `entry-content` class on
 * the frontend and within the block editor.
 *
 * The `$post-content-selector` variable is replaced by PostCSS. Please see the
 * `postcss.config.js` file for details.
 *
 * For details on how to customize Tailwind Typography via its modifier
 * classes, please see:
 *
 * https://tailwindcss.com/docs/typography-plugin
 */

/* Button components */

/* Heading components */

/* Theme components */

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

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

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

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

.\!visible{
  visibility: visible !important;
}

.visible{
  visibility: visible;
}

.invisible{
  visibility: hidden;
}

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.\!fixed{
  position: fixed !important;
}

.fixed{
  position: fixed;
}

.\!absolute{
  position: absolute !important;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

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

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

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

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

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

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

.bottom-0{
  bottom: 0px;
}

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

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

.left-0{
  left: 0px;
}

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

.left-3{
  left: 0.75rem;
}

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

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

.left-\[calc\(50\%-1px\)\]{
  left: calc(50% - 1px);
}

.right-0{
  right: 0px;
}

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

.right-1{
  right: 0.25rem;
}

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

.right-3{
  right: 0.75rem;
}

.right-9{
  right: 2.25rem;
}

.top-0{
  top: 0px;
}

.top-1{
  top: 0.25rem;
}

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

.top-2{
  top: 0.5rem;
}

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

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

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

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

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

.top-full{
  top: 100%;
}

.\!z-40{
  z-index: 40 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-3{
  order: 3;
}

.order-last{
  order: 9999;
}

.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-full{
  grid-column: 1 / -1;
}

.float-right{
  float: right;
}

.float-left{
  float: left;
}

.float-none{
  float: none;
}

.\!-m-px{
  margin: -1px !important;
}

.-m-px{
  margin: -1px;
}

.m-0{
  margin: 0px;
}

.m-1{
  margin: 0.25rem;
}

.m-auto{
  margin: auto;
}

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

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

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

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

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

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

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

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

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

.-ml-\[1\.5rem\]{
  margin-left: -1.5rem;
}

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

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

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

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

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

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

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

.mb-14{
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

.mb-7{
  margin-bottom: 1.75rem;
}

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

.mb-\[0\.125rem\]{
  margin-bottom: 0.125rem;
}

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

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

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

.ml-5{
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-7{
  margin-top: 1.75rem;
}

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

.mt-\[0\.15rem\]{
  margin-top: 0.15rem;
}

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

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

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

.block{
  display: block;
}

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

.inline{
  display: inline;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.\!h-0{
  height: 0px !important;
}

.\!h-px{
  height: 1px !important;
}

.h-0{
  height: 0px;
}

.h-1{
  height: 0.25rem;
}

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

.h-10{
  height: 2.5rem;
}

.h-14{
  height: 3.5rem;
}

.h-2\/5{
  height: 40%;
}

.h-3{
  height: 0.75rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

.h-7{
  height: 1.75rem;
}

.h-8{
  height: 2rem;
}

.h-9{
  height: 2.25rem;
}

.h-\[0\.9375rem\]{
  height: 0.9375rem;
}

.h-\[1\.125rem\]{
  height: 1.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

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

.h-full{
  height: 100%;
}

.h-px{
  height: 1px;
}

.h-screen{
  height: 100vh;
}

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

.max-h-\[calc\(100\%-64px\)\]{
  max-height: calc(100% - 64px);
}

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

.min-h-\[1\.5rem\]{
  min-height: 1.5rem;
}

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

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

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

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

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

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

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

.\!w-px{
  width: 1px !important;
}

.w-0{
  width: 0px;
}

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

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

.w-10{
  width: 2.5rem;
}

.w-2{
  width: 0.5rem;
}

.w-3{
  width: 0.75rem;
}

.w-4{
  width: 1rem;
}

.w-4\/5{
  width: 80%;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

.w-7{
  width: 1.75rem;
}

.w-8{
  width: 2rem;
}

.w-9{
  width: 2.25rem;
}

.w-\[0\.9375rem\]{
  width: 0.9375rem;
}

.w-\[1\.125rem\]{
  width: 1.125rem;
}

.w-\[1\.4rem\]{
  width: 1.4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto{
  width: auto;
}

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

.w-full{
  width: 100%;
}

.w-px{
  width: 1px;
}

.w-screen{
  width: 100vw;
}

.min-w-0{
  min-width: 0px;
}

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

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

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

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

.min-w-\[5\.75rem\]{
  min-width: 5.75rem;
}

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

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

.max-w-3xl{
  max-width: 48rem;
}

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

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

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

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

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

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

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

.max-w-lg{
  max-width: 32rem;
}

.max-w-md-lg{
  max-width: 49.25rem;
}

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

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

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

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

.grow{
  flex-grow: 1;
}

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

.basis-auto{
  flex-basis: auto;
}

.origin-\[0_0\]{
  transform-origin: 0 0;
}

.origin-\[50\%_50\%\]{
  transform-origin: 50% 50%;
}

.origin-\[center_bottom_0\]{
  transform-origin: center bottom 0;
}

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

.-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-\[50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-\[6px\]{
  --tw-translate-x: -6px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-\[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-x-\[150\%\]{
  --tw-translate-x: 150%;
  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-\[6px\]{
  --tw-translate-y: 6px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

.scale-\[1\.02\]{
  --tw-scale-x: 1.02;
  --tw-scale-y: 1.02;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-y-\[0\.8\]{
  --tw-scale-y: 0.8;
  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 fade-in{
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.animate-\[fade-in_0\.15s_both\]{
  animation: fade-in 0.15s both;
}

@keyframes fade-in{
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.animate-\[fade-in_0\.3s_both\]{
  animation: fade-in 0.3s both;
}

@keyframes fade-in{
  0%{
    opacity: 0;
  }

  100%{
    opacity: 1;
  }
}

.animate-\[fade-in_350ms_ease-in-out\]{
  animation: fade-in 350ms ease-in-out;
}

@keyframes fade-out{
  0%{
    opacity: 1;
  }

  100%{
    opacity: 0;
  }
}

.animate-\[fade-out_0\.15s_both\]{
  animation: fade-out 0.15s both;
}

@keyframes fade-out{
  0%{
    opacity: 1;
  }

  100%{
    opacity: 0;
  }
}

.animate-\[fade-out_0\.3s_both\]{
  animation: fade-out 0.3s both;
}

@keyframes fade-out{
  0%{
    opacity: 1;
  }

  100%{
    opacity: 0;
  }
}

.animate-\[fade-out_350ms_ease-in-out\]{
  animation: fade-out 350ms ease-in-out;
}

@keyframes progress{
  0%{
    transform: translateX(-45%);
  }

  100%{
    transform: translateX(100%);
  }
}

.animate-\[progress_3s_ease-in-out_infinite\]{
  animation: progress 3s ease-in-out infinite;
}

@keyframes show-up-clock{
  0%{
    opacity: 0;
    transform: scale(0.7);
  }

  100%{
    opacity: 1;
    transform: scale(1);
  }
}

.animate-\[show-up-clock_350ms_linear\]{
  animation: show-up-clock 350ms linear;
}

@keyframes slide-in-left{
  0%{
    visibility: visible;
    transform: translate3d(-100%, 0, 0);
  }

  100%{
    transform: translate3d(0, 0, 0);
  }
}

.animate-\[slide-in-left_0\.8s_both\]{
  animation: slide-in-left 0.8s both;
}

@keyframes slide-in-right{
  0%{
    visibility: visible;
    transform: translate3d(100%, 0, 0);
  }

  100%{
    transform: translate3d(0, 0, 0);
  }
}

.animate-\[slide-in-right_0\.8s_both\]{
  animation: slide-in-right 0.8s both;
}

@keyframes slide-out-left{
  0%{
    transform: translate3d(0, 0, 0);
  }

  100%{
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.animate-\[slide-out-left_0\.8s_both\]{
  animation: slide-out-left 0.8s both;
}

@keyframes slide-out-right{
  0%{
    transform: translate3d(0, 0, 0);
  }

  100%{
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.animate-\[slide-out-right_0\.8s_both\]{
  animation: slide-out-right 0.8s both;
}

@keyframes spinner-grow{
  0%{
    transform: scale(0);
  }

  50%{
    transform: none;
    opacity: 1;
  }
}

.animate-\[spinner-grow_0\.75s_linear_infinite\]{
  animation: spinner-grow 0.75s linear infinite;
}

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

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

.cursor-default{
  cursor: default;
}

.cursor-none{
  cursor: none;
}

.cursor-pointer{
  cursor: pointer;
}

.touch-none{
  touch-action: none;
}

.touch-pan-y{
  --tw-pan-y: pan-y;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

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

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

.resize{
  resize: both;
}

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

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

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

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

.\!flex-row{
  flex-direction: row !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-0{
  gap: 0px;
}

.gap-10{
  gap: 2.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-8{
  gap: 2rem;
}

.gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

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

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

.overflow-auto{
  overflow: auto;
}

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

.overflow-hidden{
  overflow: hidden;
}

.overflow-visible{
  overflow: visible;
}

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

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

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

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

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

.text-ellipsis{
  text-overflow: ellipsis;
}

.text-clip{
  text-overflow: clip;
}

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

.\!whitespace-nowrap{
  white-space: nowrap !important;
}

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

.break-normal{
  overflow-wrap: normal;
  word-break: normal;
}

.break-words{
  overflow-wrap: break-word;
}

.rounded{
  border-radius: 0.25rem;
}

.rounded-\[0\.25rem\]{
  border-radius: 0.25rem;
}

.rounded-\[0\.5rem\]{
  border-radius: 0.5rem;
}

.rounded-\[0\.6rem\]{
  border-radius: 0.6rem;
}

.rounded-\[100\%\]{
  border-radius: 100%;
}

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

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

.rounded-\[50\%\]{
  border-radius: 50%;
}

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

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

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

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

.rounded-xl{
  border-radius: 0.75rem;
}

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

.rounded-l-\[0\.25rem\]{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r-\[0\.25rem\]{
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-t-\[0\.6rem\]{
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}

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

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

.rounded-br-2xl{
  border-bottom-right-radius: 1rem;
}

.rounded-tl-2xl{
  border-top-left-radius: 1rem;
}

.rounded-tr-2xl{
  border-top-right-radius: 1rem;
}

.\!border-0{
  border-width: 0px !important;
}

.\!border-\[3px\]{
  border-width: 3px !important;
}

.border{
  border-width: 1px;
}

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

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

.border-\[\.125rem\]{
  border-width: .125rem;
}

.border-\[0\.125rem\]{
  border-width: 0.125rem;
}

.border-\[0\.15em\]{
  border-width: 0.15em;
}

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

.border-\[1px\]{
  border-width: 1px;
}

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

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

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

.border-l-\[0\.125rem\]{
  border-left-width: 0.125rem;
}

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

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

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

.\!border-solid{
  border-style: solid !important;
}

.border-solid{
  border-style: solid;
}

.border-none{
  border-style: none;
}

.\!border-\[\#14a44d\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity, 1)) !important;
}

.\!border-\[\#b2b3b4\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(178 179 180 / var(--tw-border-opacity, 1)) !important;
}

.\!border-\[\#dc4c64\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity, 1)) !important;
}

.border-\[\#14a44d\]{
  --tw-border-opacity: 1;
  border-color: rgb(20 164 77 / var(--tw-border-opacity, 1));
}

.border-\[\#3b71ca\]{
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity, 1));
}

.border-\[\#dc4c64\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 76 100 / var(--tw-border-opacity, 1));
}

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

.border-current{
  border-color: currentColor;
}

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-grey{
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
}

.border-grey-400{
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.border-grey-700{
  --tw-border-opacity: 1;
  border-color: rgb(74 85 104 / var(--tw-border-opacity, 1));
}

.border-grey-800{
  --tw-border-opacity: 1;
  border-color: rgb(27 26 28 / var(--tw-border-opacity, 1));
}

.border-neutral-100{
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}

.border-neutral-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}

.border-neutral-300{
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity, 1));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

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

.border-r-transparent{
  border-right-color: transparent;
}

.border-t-transparent{
  border-top-color: transparent;
}

.\!bg-\[\#858585\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 133 133 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-danger-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 229 233 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-neutral-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1)) !important;
}

.\!bg-success-100{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 250 228 / var(--tw-bg-opacity, 1)) !important;
}

.bg-\[\#00000012\]{
  background-color: #00000012;
}

.bg-\[\#00000066\]{
  background-color: #00000066;
}

.bg-\[\#000000e6\]{
  background-color: #000000e6;
}

.bg-\[\#3b71ca\]{
  --tw-bg-opacity: 1;
  background-color: rgb(59 113 202 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6d6d6d\]{
  --tw-bg-opacity: 1;
  background-color: rgb(109 109 109 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#eceff1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 241 / var(--tw-bg-opacity, 1));
}

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

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.4\)\]{
  background-color: rgba(0,0,0,0.4);
}

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

.bg-black\/10{
  background-color: rgb(0 0 0 / 0.1);
}

.bg-black\/40{
  background-color: rgb(0 0 0 / 0.4);
}

.bg-current{
  background-color: currentColor;
}

.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity, 1));
}

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

.bg-grey-100{
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 252 / var(--tw-bg-opacity, 1));
}

.bg-grey-200{
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity, 1));
}

.bg-grey-700{
  --tw-bg-opacity: 1;
  background-color: rgb(74 85 104 / var(--tw-bg-opacity, 1));
}

.bg-grey-800{
  --tw-bg-opacity: 1;
  background-color: rgb(27 26 28 / var(--tw-bg-opacity, 1));
}

.bg-inherit{
  background-color: inherit;
}

.bg-neutral-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
}

.bg-neutral-700{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
}

.bg-primary-red{
  --tw-bg-opacity: 1;
  background-color: rgb(204 54 75 / var(--tw-bg-opacity, 1));
}

.bg-secondary{
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 247 / var(--tw-bg-opacity, 1));
}

.bg-theme-section-copyright{
  --tw-bg-opacity: 1;
  background-color: rgb(27 26 28 / var(--tw-bg-opacity, 1));
}

.bg-transparent{
  background-color: transparent;
}

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

.bg-white\/30{
  background-color: rgb(255 255 255 / 0.3);
}

.bg-zinc-500{
  --tw-bg-opacity: 1;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
}

.bg-zinc-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
}

.bg-zinc-600\/50{
  background-color: rgb(82 82 91 / 0.5);
}

.bg-zinc-700{
  --tw-bg-opacity: 1;
  background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-primary{
  --tw-gradient-from: #303030 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 48 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.bg-clip-padding{
  background-clip: padding-box;
}

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

.fill-\[\#afafaf\]{
  fill: #afafaf;
}

.fill-current{
  fill: currentColor;
}

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

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

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

.p-0{
  padding: 0px;
}

.p-2{
  padding: 0.5rem;
}

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

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-8{
  padding: 2rem;
}

.p-\[1rem\]{
  padding: 1rem;
}

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

.p-\[auto\]{
  padding: auto;
}

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

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

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

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

.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

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

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-\[0\.4rem\]{
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

.px-\[1\.4rem\]{
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

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

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

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

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

.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

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

.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

.py-\[0\.32rem\]{
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}

.py-\[0\.33rem\]{
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}

.py-\[0\.4375rem\]{
  padding-top: 0.4375rem;
  padding-bottom: 0.4375rem;
}

.py-\[0\.4rem\]{
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

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

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

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

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

.pb-12{
  padding-bottom: 3rem;
}

.pb-20{
  padding-bottom: 5rem;
}

.pb-24{
  padding-bottom: 6rem;
}

.pb-5{
  padding-bottom: 1.25rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-60{
  padding-bottom: 15rem;
}

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

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

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

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

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

.pl-5{
  padding-left: 1.25rem;
}

.pl-\[1\.5rem\]{
  padding-left: 1.5rem;
}

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

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

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

.pr-2{
  padding-right: 0.5rem;
}

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

.pr-5{
  padding-right: 1.25rem;
}

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

.pt-12{
  padding-top: 3rem;
}

.pt-2\.5{
  padding-top: 0.625rem;
}

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

.pt-40{
  padding-top: 10rem;
}

.pt-44{
  padding-top: 11rem;
}

.pt-5{
  padding-top: 1.25rem;
}

.pt-\[0\.37rem\]{
  padding-top: 0.37rem;
}

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

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

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

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

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

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

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

.align-\[-0\.125em\]{
  vertical-align: -0.125em;
}

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

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[0\.8rem\]{
  font-size: 0.8rem;
}

.text-\[0\.9rem\]{
  font-size: 0.9rem;
}

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

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

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

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

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

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

.text-\[2\.5rem\]{
  font-size: 2.5rem;
}

.text-\[3\.75rem\]{
  font-size: 3.75rem;
}

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

.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black{
  font-weight: 900;
}

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

.font-light{
  font-weight: 300;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

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

.italic{
  font-style: italic;
}

.not-italic{
  font-style: normal;
}

.leading-10{
  line-height: 2.5rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-9{
  line-height: 2.25rem;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

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

.leading-\[1\.6\]{
  line-height: 1.6;
}

.leading-\[2\.15\]{
  line-height: 2.15;
}

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

.leading-loose{
  line-height: 2;
}

.leading-none{
  line-height: 1;
}

.leading-normal{
  line-height: 1.5;
}

.tracking-\[-0\.00833em\]{
  letter-spacing: -0.00833em;
}

.tracking-\[\.1rem\]{
  letter-spacing: .1rem;
}

.tracking-\[0\.1rem\]{
  letter-spacing: 0.1rem;
}

.tracking-\[1\.7px\]{
  letter-spacing: 1.7px;
}

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

.\!text-\[\#14a44d\]{
  --tw-text-opacity: 1 !important;
  color: rgb(20 164 77 / var(--tw-text-opacity, 1)) !important;
}

.\!text-\[\#dc4c64\]{
  --tw-text-opacity: 1 !important;
  color: rgb(220 76 100 / var(--tw-text-opacity, 1)) !important;
}

.\!text-danger-700{
  --tw-text-opacity: 1 !important;
  color: rgb(176 35 58 / var(--tw-text-opacity, 1)) !important;
}

.\!text-gray-50{
  --tw-text-opacity: 1 !important;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1)) !important;
}

.\!text-primary{
  --tw-text-opacity: 1 !important;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1)) !important;
}

.\!text-success-700{
  --tw-text-opacity: 1 !important;
  color: rgb(14 117 55 / var(--tw-text-opacity, 1)) !important;
}

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

.text-\[\#0A66C2\]{
  --tw-text-opacity: 1;
  color: rgb(10 102 194 / var(--tw-text-opacity, 1));
}

.text-\[\#14a44d\]{
  --tw-text-opacity: 1;
  color: rgb(20 164 77 / var(--tw-text-opacity, 1));
}

.text-\[\#1DA1F2\]{
  --tw-text-opacity: 1;
  color: rgb(29 161 242 / var(--tw-text-opacity, 1));
}

.text-\[\#212529\]{
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity, 1));
}

.text-\[\#25D366\]{
  --tw-text-opacity: 1;
  color: rgb(37 211 102 / var(--tw-text-opacity, 1));
}

.text-\[\#3B5998\]{
  --tw-text-opacity: 1;
  color: rgb(59 89 152 / var(--tw-text-opacity, 1));
}

.text-\[\#3b71ca\]{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity, 1));
}

.text-\[\#4f4f4f\]{
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity, 1));
}

.text-\[\#b3afaf\]{
  --tw-text-opacity: 1;
  color: rgb(179 175 175 / var(--tw-text-opacity, 1));
}

.text-\[\#b3b3b3\]{
  --tw-text-opacity: 1;
  color: rgb(179 179 179 / var(--tw-text-opacity, 1));
}

.text-\[\#dc4c64\]{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity, 1));
}

.text-\[\#ffffff8a\]{
  color: #ffffff8a;
}

.text-\[rgb\(220\2c 76\2c 100\)\]{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity, 1));
}

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

.text-black\/50{
  color: rgb(0 0 0 / 0.5);
}

.text-black\/\[64\]{
  color: rgb(0 0 0 / 64);
}

.text-danger{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity, 1));
}

.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-50{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-grey{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.text-grey-100{
  --tw-text-opacity: 1;
  color: rgb(247 250 252 / var(--tw-text-opacity, 1));
}

.text-grey-700{
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.text-grey-900{
  --tw-text-opacity: 1;
  color: rgb(5 0 13 / var(--tw-text-opacity, 1));
}

.text-info{
  --tw-text-opacity: 1;
  color: rgb(84 180 211 / var(--tw-text-opacity, 1));
}

.text-inherit{
  color: inherit;
}

.text-neutral-200{
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity, 1));
}

.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity, 1));
}

.text-neutral-50{
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1));
}

.text-neutral-600{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(237 242 247 / var(--tw-text-opacity, 1));
}

.text-success{
  --tw-text-opacity: 1;
  color: rgb(20 164 77 / var(--tw-text-opacity, 1));
}

.text-warning{
  --tw-text-opacity: 1;
  color: rgb(228 161 27 / var(--tw-text-opacity, 1));
}

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

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

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

.underline-offset-auto{
  text-underline-offset: auto;
}

.\!opacity-0{
  opacity: 0 !important;
}

.\!opacity-100{
  opacity: 1 !important;
}

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-\[\.53\]{
  opacity: .53;
}

.opacity-\[\.54\]{
  opacity: .54;
}

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

.shadow-\[0_0px_3px_0_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0_2px_2px_0_rgba\(0\2c 0\2c 0\2c 0\.04\)\]{
  --tw-shadow: 0 0px 3px 0 rgba(0,0,0,0.07),0 2px 2px 0 rgba(0,0,0,0.04);
  --tw-shadow-colored: 0 0px 3px 0 var(--tw-shadow-color), 0 2px 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-\[0_10px_15px_-3px_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0_4px_6px_-2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\]{
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.07),0 4px 6px -2px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_2px_5px_0_rgba\(0\2c 0\2c 0\2c 0\.16\)\2c _0_2px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.12\)\]{
  --tw-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 2px 5px 0 var(--tw-shadow-color), 0 2px 10px 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-\[0_4px_9px_-4px_\#3b71ca\]{
  --tw-shadow: 0 4px 9px -4px #3b71ca;
  --tw-shadow-colored: 0 4px 9px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0px_2px_15px_-3px_rgba\(0\2c 0\2c 0\2c \.07\)\2c _0px_10px_20px_-2px_rgba\(0\2c 0\2c 0\2c \.04\)\]{
  --tw-shadow: 0px 2px 15px -3px rgba(0,0,0,.07), 0px 10px 20px -2px rgba(0,0,0,.04);
  --tw-shadow-colored: 0px 2px 15px -3px var(--tw-shadow-color), 0px 10px 20px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

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

.transition-\[background-color\2c _opacity\]{
  transition-property: background-color, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[background-color\2c box-shadow\2c border\]{
  transition-property: background-color,box-shadow,border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[height\]{
  transition-property: height;
  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\2c _opacity\]{
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[transform\2c height\]{
  transition-property: transform,height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.delay-\[0ms\]{
  transition-delay: 0ms;
}

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

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

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

.duration-\[1000ms\]{
  transition-duration: 1000ms;
}

.duration-\[150ms\]{
  transition-duration: 150ms;
}

.duration-\[200ms\]{
  transition-duration: 200ms;
}

.duration-\[250ms\]{
  transition-duration: 250ms;
}

.duration-\[350ms\]{
  transition-duration: 350ms;
}

.duration-\[400ms\]{
  transition-duration: 400ms;
}

.ease-\[cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\2c _cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\]{
  transition-timing-function: cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1);
}

.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}

.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\]{
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1.0);
}

.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\]{
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}

.ease-\[ease\]{
  transition-timing-function: ease;
}

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

.ease-linear{
  transition-timing-function: linear;
}

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

.will-change-transform{
  will-change: transform;
}

.gradient-overlay{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #303030 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 48 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  /* background-image: linear-gradient(180deg, grey 0%, rgba( 5,13,0,0.75) 100%); */
}

.slider-gradient{
  --tw-bg-opacity: 1;
  background-color: rgb(5 0 13 / var(--tw-bg-opacity, 1));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #303030 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(48 48 48 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  /* background-image: linear-gradient(180deg, grey 0%, rgba( 5,13,0,0.75) 100%); */
}

.menu-item-transition{
  display: block;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.menu-item-transition:hover{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!\[clip\:rect\(0\2c 0\2c 0\2c 0\)\]{
  clip: rect(0,0,0,0) !important;
}

.\[clip\:rect\(0\2c 0\2c 0\2c 0\)\]{
  clip: rect(0,0,0,0);
}

.\[direction\:ltr\]{
  direction: ltr;
}

.\[overflow-anchor\:none\]{
  overflow-anchor: none;
}

.\[transition\:background-color_\.2s_linear\2c _height_\.2s_ease-in-out\]{
  transition: background-color .2s linear, height .2s ease-in-out;
}

.\[transition\:background-color_\.2s_linear\2c _width_\.2s_ease-in-out\2c _opacity\]{
  transition: background-color .2s linear, width .2s ease-in-out, opacity;
}

.\[transition\:background-color_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c box-shadow_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c border_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\]{
  transition: background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms,box-shadow 250ms cubic-bezier(0.4,0,0.2,1) 0ms,border 250ms cubic-bezier(0.4,0,0.2,1) 0ms;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.selection\:bg-transparent * + .subscribe-block::-moz-selection{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.selection\:bg-transparent * + .subscribe-block::selection{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.selection\:bg-transparent + .subscribe-block::-moz-selection{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.selection\:bg-transparent + .subscribe-block::selection{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.before\:bg-transparent + .subscribe-block::before {
  content: var(--tw-content);
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.checked\:after\:bg-transparent:checked + .subscribe-block::after {
  content: var(--tw-content);
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.hover\:bg-transparent:hover + .subscribe-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.checked\:focus\:after\:bg-transparent:focus:checked + .subscribe-block::after {
  content: var(--tw-content);
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.disabled\:hover\:bg-transparent:hover:disabled + .subscribe-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:bg-transparent + .subscribe-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:bg-transparent + .subscribe-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:bg-transparent[data-te-select-option-disabled][data-te-select-selected] + .subscribe-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

@media (prefers-color-scheme: dark){
  .dark\:bg-transparent + .subscribe-block{
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
  }

  .dark\:disabled\:hover\:bg-transparent:hover:disabled + .subscribe-block{
    border-top-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
  }
}

.\[\&\:\:-webkit-scrollbar-button\]\:bg-transparent::-webkit-scrollbar-button + .subscribe-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-track-piece\]\:bg-transparent::-webkit-scrollbar-track-piece + .subscribe-block{
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 224 / var(--tw-border-opacity, 1));
}

.selection\:bg-transparent *::-moz-selection{
  background-color: transparent;
}

.selection\:bg-transparent *::selection{
  background-color: transparent;
}

.selection\:bg-transparent::-moz-selection{
  background-color: transparent;
}

.selection\:bg-transparent::selection{
  background-color: transparent;
}

.before\:pointer-events-none::before{
  content: var(--tw-content);
  pointer-events: none;
}

.before\:absolute::before{
  content: var(--tw-content);
  position: absolute;
}

.before\:h-\[0\.875rem\]::before{
  content: var(--tw-content);
  height: 0.875rem;
}

.before\:w-\[0\.875rem\]::before{
  content: var(--tw-content);
  width: 0.875rem;
}

.before\:scale-0::before{
  content: var(--tw-content);
  --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));
}

.before\:rounded-full::before{
  content: var(--tw-content);
  border-radius: 9999px;
}

.before\:bg-transparent::before{
  content: var(--tw-content);
  background-color: transparent;
}

.before\:opacity-0::before{
  content: var(--tw-content);
  opacity: 0;
}

.before\:shadow-\[0px_0px_0px_13px_transparent\]::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px transparent;
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.before\:content-\[\'\'\]::before{
  --tw-content: '';
  content: var(--tw-content);
}

.checked\:\!border-\[\#14a44d\]:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity, 1)) !important;
}

.checked\:\!border-\[\#dc4c64\]:checked{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity, 1)) !important;
}

.checked\:border-primary:checked{
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
}

.checked\:\!bg-\[\#14a44d\]:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 164 77 / var(--tw-bg-opacity, 1)) !important;
}

.checked\:\!bg-\[\#dc4c64\]:checked{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 76 100 / var(--tw-bg-opacity, 1)) !important;
}

.checked\:bg-primary:checked{
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
}

.checked\:before\:opacity-\[0\.16\]:checked::before{
  content: var(--tw-content);
  opacity: 0.16;
}

.checked\:after\:absolute:checked::after{
  content: var(--tw-content);
  position: absolute;
}

.checked\:after\:-mt-px:checked::after{
  content: var(--tw-content);
  margin-top: -1px;
}

.checked\:after\:ml-\[0\.25rem\]:checked::after{
  content: var(--tw-content);
  margin-left: 0.25rem;
}

.checked\:after\:block:checked::after{
  content: var(--tw-content);
  display: block;
}

.checked\:after\:h-\[0\.8125rem\]:checked::after{
  content: var(--tw-content);
  height: 0.8125rem;
}

.checked\:after\:w-\[0\.375rem\]:checked::after{
  content: var(--tw-content);
  width: 0.375rem;
}

.checked\:after\:rotate-45:checked::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.checked\:after\:border-\[0\.125rem\]:checked::after{
  content: var(--tw-content);
  border-width: 0.125rem;
}

.checked\:after\:border-l-0:checked::after{
  content: var(--tw-content);
  border-left-width: 0px;
}

.checked\:after\:border-t-0:checked::after{
  content: var(--tw-content);
  border-top-width: 0px;
}

.checked\:after\:border-solid:checked::after{
  content: var(--tw-content);
  border-style: solid;
}

.checked\:after\:border-white:checked::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.checked\:after\:\!bg-\[\#14a44d\]:checked::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(20 164 77 / var(--tw-bg-opacity, 1)) !important;
}

.checked\:after\:\!bg-\[\#dc4c64\]:checked::after{
  content: var(--tw-content);
  --tw-bg-opacity: 1 !important;
  background-color: rgb(220 76 100 / var(--tw-bg-opacity, 1)) !important;
}

.checked\:after\:bg-transparent:checked::after{
  content: var(--tw-content);
  background-color: transparent;
}

.checked\:after\:content-\[\'\'\]:checked::after{
  --tw-content: '';
  content: var(--tw-content);
}

.empty\:hidden:empty{
  display: none;
}

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

.hover\:cursor-pointer:hover{
  cursor: pointer;
}

.hover\:rounded-\[50\%\]:hover{
  border-radius: 50%;
}

.hover\:\!bg-\[\#eee\]:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1)) !important;
}

.hover\:bg-\[\#00000014\]:hover{
  background-color: #00000014;
}

.hover\:bg-\[\#00000026\]:hover{
  background-color: #00000026;
}

.hover\:bg-\[unset\]:hover{
  background-color: unset;
}

.hover\:bg-neutral-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-neutral-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-transparent:hover{
  background-color: transparent;
}

.hover\:fill-\[\#8b8b8b\]:hover{
  fill: #8b8b8b;
}

.hover\:text-\[\#3b71ca\]:hover{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#8b8b8b\]:hover{
  --tw-text-opacity: 1;
  color: rgb(139 139 139 / var(--tw-text-opacity, 1));
}

.hover\:text-grey-400:hover{
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity, 1));
}

.hover\:text-grey-700:hover{
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / var(--tw-text-opacity, 1));
}

.hover\:text-grey-800:hover{
  --tw-text-opacity: 1;
  color: rgb(27 26 28 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-red:hover{
  --tw-text-opacity: 1;
  color: rgb(204 54 75 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(237 242 247 / var(--tw-text-opacity, 1));
}

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

.hover\:\!opacity-90:hover{
  opacity: 0.9 !important;
}

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

.hover\:\!shadow-none:hover{
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.hover\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:hover{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.hover\:before\:opacity-\[0\.04\]:hover::before{
  content: var(--tw-content);
  opacity: 0.04;
}

.hover\:before\:shadow-\[0px_0px_0px_13px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:hover::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:rounded-\[50\%\]:focus{
  border-radius: 50%;
}

.focus\:\!border-\[\#14a44d\]:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(20 164 77 / var(--tw-border-opacity, 1)) !important;
}

.focus\:\!border-\[\#dc4c64\]:focus{
  --tw-border-opacity: 1 !important;
  border-color: rgb(220 76 100 / var(--tw-border-opacity, 1)) !important;
}

.focus\:border-primary:focus{
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
}

.focus\:\!bg-\[\#eee\]:focus{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1)) !important;
}

.focus\:bg-\[\#00000014\]:focus{
  background-color: #00000014;
}

.focus\:bg-\[\#00000026\]:focus{
  background-color: #00000026;
}

.focus\:bg-neutral-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.focus\:text-\[\#3b71ca\]:focus{
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity, 1));
}

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

.focus\:text-primary:focus{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

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

.focus\:\!opacity-90:focus{
  opacity: 0.9 !important;
}

.focus\:\!shadow-\[inset_0_0_0_1px_\#14a44d\]:focus{
  --tw-shadow: inset 0 0 0 1px #14a44d !important;
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:\!shadow-\[inset_0_0_0_1px_\#dc4c64\]:focus{
  --tw-shadow: inset 0 0 0 1px #dc4c64 !important;
  --tw-shadow-colored: inset 0 0 0 1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:focus{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
}

.focus\:shadow-none:focus{
  --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);
}

.focus\:shadow-te-primary:focus{
  --tw-shadow: 0 0 0 1px rgb(59, 113, 202);
  --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.focus\:transition-\[border-color_0\.2s\]:focus{
  transition-property: border-color 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:placeholder\:opacity-100:focus::-moz-placeholder{
  opacity: 1;
}

.focus\:placeholder\:opacity-100:focus::placeholder{
  opacity: 1;
}

.focus\:before\:scale-100:focus::before{
  content: var(--tw-content);
  --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));
}

.focus\:before\:opacity-\[0\.12\]:focus::before{
  content: var(--tw-content);
  opacity: 0.12;
}

.focus\:before\:shadow-\[0px_0px_0px_13px_rgba\(0\2c 0\2c 0\2c 0\.6\)\]:focus::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px rgba(0,0,0,0.6);
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus::before{
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.focus\:after\:absolute:focus::after{
  content: var(--tw-content);
  position: absolute;
}

.focus\:after\:z-\[1\]:focus::after{
  content: var(--tw-content);
  z-index: 1;
}

.focus\:after\:block:focus::after{
  content: var(--tw-content);
  display: block;
}

.focus\:after\:h-\[0\.875rem\]:focus::after{
  content: var(--tw-content);
  height: 0.875rem;
}

.focus\:after\:w-\[0\.875rem\]:focus::after{
  content: var(--tw-content);
  width: 0.875rem;
}

.focus\:after\:rounded-\[0\.125rem\]:focus::after{
  content: var(--tw-content);
  border-radius: 0.125rem;
}

.focus\:after\:content-\[\'\'\]:focus::after{
  --tw-content: '';
  content: var(--tw-content);
}

.checked\:focus\:before\:scale-100:focus:checked::before{
  content: var(--tw-content);
  --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));
}

.checked\:focus\:before\:shadow-\[0px_0px_0px_13px_\#3b71ca\]:focus:checked::before{
  content: var(--tw-content);
  --tw-shadow: 0px 0px 0px 13px #3b71ca;
  --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.checked\:focus\:before\:transition-\[box-shadow_0\.2s\2c transform_0\.2s\]:focus:checked::before{
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.checked\:focus\:after\:-mt-px:focus:checked::after{
  content: var(--tw-content);
  margin-top: -1px;
}

.checked\:focus\:after\:ml-\[0\.25rem\]:focus:checked::after{
  content: var(--tw-content);
  margin-left: 0.25rem;
}

.checked\:focus\:after\:h-\[0\.8125rem\]:focus:checked::after{
  content: var(--tw-content);
  height: 0.8125rem;
}

.checked\:focus\:after\:w-\[0\.375rem\]:focus:checked::after{
  content: var(--tw-content);
  width: 0.375rem;
}

.checked\:focus\:after\:rotate-45:focus:checked::after{
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.checked\:focus\:after\:rounded-none:focus:checked::after{
  content: var(--tw-content);
  border-radius: 0px;
}

.checked\:focus\:after\:border-\[0\.125rem\]:focus:checked::after{
  content: var(--tw-content);
  border-width: 0.125rem;
}

.checked\:focus\:after\:border-l-0:focus:checked::after{
  content: var(--tw-content);
  border-left-width: 0px;
}

.checked\:focus\:after\:border-t-0:focus:checked::after{
  content: var(--tw-content);
  border-top-width: 0px;
}

.checked\:focus\:after\:border-solid:focus:checked::after{
  content: var(--tw-content);
  border-style: solid;
}

.checked\:focus\:after\:border-white:focus:checked::after{
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.checked\:focus\:after\:bg-transparent:focus:checked::after{
  content: var(--tw-content);
  background-color: transparent;
}

.active\:bg-\[\#c4d4ef\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(196 212 239 / var(--tw-bg-opacity, 1));
}

.active\:bg-\[\#cacfd1\]:active{
  --tw-bg-opacity: 1;
  background-color: rgb(202 207 209 / var(--tw-bg-opacity, 1));
}

.active\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.3\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.2\)\]:active{
  --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.3),0 4px 18px 0 rgba(59,113,202,0.2);
  --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
}

.disabled\:text-slate-300:disabled{
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.disabled\:hover\:bg-transparent:hover:disabled{
  background-color: transparent;
}

.group\/x:hover .group-hover\/x\:h-\[11px\]{
  height: 11px;
}

.group\/y:hover .group-hover\/y\:w-\[11px\]{
  width: 11px;
}

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

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

.group\/x:hover .group-hover\/x\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

.group\/y:hover .group-hover\/y\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:text-grey-400{
  --tw-text-opacity: 1;
  color: rgb(203 213 224 / var(--tw-text-opacity, 1));
}

.group\/ps:hover .group-hover\/ps\:opacity-60{
  opacity: 0.6;
}

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

.group\/x:focus .group-focus\/x\:h-\[0\.6875rem\]{
  height: 0.6875rem;
}

.group\/y:focus .group-focus\/y\:w-\[0\.6875rem\]{
  width: 0.6875rem;
}

.group\/x:focus .group-focus\/x\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

.group\/y:focus .group-focus\/y\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

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

.group\/ps:focus .group-focus\/ps\:opacity-60{
  opacity: 0.6;
}

.group\/ps:active .group-active\/ps\:opacity-100{
  opacity: 1;
}

.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:block{
  display: block;
}

.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:block{
  display: block;
}

.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:h-\[11px\]{
  height: 11px;
}

.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:w-\[11px\]{
  width: 11px;
}

.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border{
  border-width: 1px;
}

.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border-solid{
  border-style: solid;
}

.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:bg-transparent{
  background-color: transparent;
}

.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:bg-transparent{
  background-color: transparent;
}

.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:bg-\[\#999\]{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

.group:not([data-te-datepicker-cell-disabled]):not([data-te-datepicker-cell-selected]):hover .group-\[\:not\(\[data-te-datepicker-cell-disabled\]\)\:not\(\[data-te-datepicker-cell-selected\]\)\:hover\]\:bg-neutral-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity, 1));
}

.group:not([data-te-datepicker-cell-selected])[data-te-datepicker-cell-focused] .group-\[\:not\(\[data-te-datepicker-cell-selected\]\)\[data-te-datepicker-cell-focused\]\]\:bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.group[data-te-datepicker-cell-selected] .group-\[\[data-te-datepicker-cell-selected\]\]\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
}

.group[data-te-datepicker-cell-selected] .group-\[\[data-te-datepicker-cell-selected\]\]\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group\/ps.ps--scrolling-x .group-\[\&\.ps--scrolling-x\]\/ps\:opacity-60{
  opacity: 0.6;
}

.group\/ps.ps--scrolling-y .group-\[\&\.ps--scrolling-y\]\/ps\:opacity-60{
  opacity: 0.6;
}

.peer:focus ~ .peer-focus\:-translate-y-\[0\.75rem\]{
  --tw-translate-y: -0.75rem;
  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));
}

.peer:focus ~ .peer-focus\:-translate-y-\[0\.9rem\]{
  --tw-translate-y: -0.9rem;
  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));
}

.peer:focus ~ .peer-focus\:-translate-y-\[1\.15rem\]{
  --tw-translate-y: -1.15rem;
  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));
}

.peer:focus ~ .peer-focus\:scale-\[0\.8\]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}

.peer:focus ~ .peer-focus\:\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.peer:focus ~ .peer-focus\:text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity, 1));
}

.peer:focus ~ .peer-focus\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

.data-\[te-datepicker-cell-disabled\]\:pointer-events-none[data-te-datepicker-cell-disabled]{
  pointer-events: none;
}

.data-\[te-active\]\:-top-\[38px\][data-te-active]{
  top: -38px;
}

.data-\[te-carousel-fade\]\:z-0[data-te-carousel-fade]{
  z-index: 0;
}

.data-\[te-carousel-fade\]\:z-\[1\][data-te-carousel-fade]{
  z-index: 1;
}

.data-\[te-input-state-active\]\:block[data-te-input-state-active]{
  display: block;
}

.data-\[popper-reference-hidden\]\:hidden[data-popper-reference-hidden]{
  display: none;
}

.data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\][data-te-input-state-active]{
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\][data-te-input-state-active]{
  --tw-translate-y: -0.9rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\][data-te-input-state-active]{
  --tw-translate-y: -1.15rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[te-active\]\:scale-100[data-te-active]{
  --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));
}

.data-\[te-input-state-active\]\:scale-\[0\.8\][data-te-input-state-active]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[te-select-open\]\:scale-100[data-te-select-open]{
  --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));
}

.data-\[te-autocomplete-state-open\]\:scale-y-100[data-te-autocomplete-state-open]{
  --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));
}

.data-\[data-te-autocomplete-option-disabled\]\:cursor-default[data-data-te-autocomplete-option-disabled]{
  cursor: default;
}

.data-\[te-datepicker-cell-disabled\]\:cursor-default[data-te-datepicker-cell-disabled]{
  cursor: default;
}

.data-\[te-input-disabled\]\:cursor-default[data-te-input-disabled]{
  cursor: default;
}

.data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled]{
  cursor: default;
}

.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled][data-te-select-selected]{
  cursor: default;
}

.data-\[te-autocomplete-item-active\]\:bg-black\/5[data-te-autocomplete-item-active]{
  background-color: rgb(0 0 0 / 0.05);
}

.data-\[te-input-disabled\]\:bg-\[\#e9ecef\][data-te-input-disabled]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 239 / var(--tw-bg-opacity, 1));
}

.data-\[te-input-multiple-active\]\:bg-black\/5[data-te-input-multiple-active]{
  background-color: rgb(0 0 0 / 0.05);
}

.data-\[te-input-state-active\]\:bg-black\/5[data-te-input-state-active]{
  background-color: rgb(0 0 0 / 0.05);
}

.data-\[te-select-option-selected\]\:bg-black\/\[0\.02\][data-te-select-option-selected]{
  background-color: rgb(0 0 0 / 0.02);
}

.data-\[te-select-option-selected\]\:data-\[te-input-state-active\]\:bg-black\/5[data-te-input-state-active][data-te-select-option-selected]{
  background-color: rgb(0 0 0 / 0.05);
}

.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:bg-transparent[data-te-select-option-disabled][data-te-select-selected]{
  background-color: transparent;
}

.data-\[data-te-autocomplete-option-disabled\]\:text-gray-400[data-data-te-autocomplete-option-disabled]{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.data-\[te-datepicker-cell-disabled\]\:text-neutral-300[data-te-datepicker-cell-disabled]{
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity, 1));
}

.data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled]{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled][data-te-select-selected]{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.data-\[te-autocomplete-state-open\]\:opacity-100[data-te-autocomplete-state-open]{
  opacity: 1;
}

.data-\[te-carousel-fade\]\:opacity-0[data-te-carousel-fade]{
  opacity: 0;
}

.data-\[te-carousel-fade\]\:opacity-100[data-te-carousel-fade]{
  opacity: 1;
}

.data-\[te-select-open\]\:opacity-100[data-te-select-open]{
  opacity: 1;
}

.data-\[te-carousel-fade\]\:duration-\[600ms\][data-te-carousel-fade]{
  transition-duration: 600ms;
}

.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::-moz-placeholder{
  opacity: 1;
}

.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::placeholder{
  opacity: 1;
}

.data-\[te-datepicker-cell-disabled\]\:hover\:cursor-default:hover[data-te-datepicker-cell-disabled]{
  cursor: default;
}

.group[data-te-datepicker-cell-focused] .group-\[\[data-te-datepicker-cell-focused\]\]\:data-\[te-datepicker-cell-selected\]\:bg-primary[data-te-datepicker-cell-selected]{
  --tw-bg-opacity: 1;
  background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
}

.group\/validation[data-te-was-validated] .group-data-\[te-was-validated\]\/validation\:mb-4{
  margin-bottom: 1rem;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-x-0{
  border-left-width: 0px;
  border-right-width: 0px;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-l-0{
  border-left-width: 0px;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-r-0{
  border-right-width: 0px;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t{
  border-top-width: 1px;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-l-0{
  border-left-width: 0px;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-r-0{
  border-right-width: 0px;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t{
  border-top-width: 1px;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-solid{
  border-style: solid;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-solid{
  border-style: solid;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-\[\#14a44d\]{
  --tw-border-opacity: 1;
  border-color: rgb(20 164 77 / var(--tw-border-opacity, 1));
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-\[\#dc4c64\]{
  --tw-border-opacity: 1;
  border-color: rgb(220 76 100 / var(--tw-border-opacity, 1));
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t-transparent{
  border-top-color: transparent;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t-transparent{
  border-top-color: transparent;
}

.group\/opt[data-te-select-option-group-ref] .group-data-\[te-select-option-group-ref\]\/opt\:pl-7{
  padding-left: 1.75rem;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#14a44d\2c _0_1px_0_0_\#14a44d\2c _0_-1px_0_0_\#14a44d\]{
  --tw-shadow: -1px 0 0 #14a44d, 0 1px 0 0 #14a44d, 0 -1px 0 0 #14a44d;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\]{
  --tw-shadow: -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#dc4c64\2c _0_1px_0_0_\#dc4c64\2c _0_-1px_0_0_\#dc4c64\]{
  --tw-shadow: -1px 0 0 #dc4c64, 0 1px 0 0 #dc4c64, 0 -1px 0 0 #dc4c64;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\]{
  --tw-shadow: -1px 0 0 #ffffff, 0 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#14a44d\]{
  --tw-shadow: 0 1px 0 0 #14a44d;
  --tw-shadow-colored: 0 1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#3b71ca\]{
  --tw-shadow: 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 0 1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#dc4c64\]{
  --tw-shadow: 0 1px 0 0 #dc4c64;
  --tw-shadow-colored: 0 1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#ffffff\]{
  --tw-shadow: 0 1px 0 0 #ffffff;
  --tw-shadow-colored: 0 1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#14a44d\2c _0_-1px_0_0_\#14a44d\2c _0_1px_0_0_\#14a44d\]{
  --tw-shadow: 1px 0 0 #14a44d, 0 -1px 0 0 #14a44d, 0 1px 0 0 #14a44d;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\]{
  --tw-shadow: 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#dc4c64\2c _0_-1px_0_0_\#dc4c64\2c _0_1px_0_0_\#dc4c64\]{
  --tw-shadow: 1px 0 0 #dc4c64, 0 -1px 0 0 #dc4c64, 0 1px 0 0 #dc4c64;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 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);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\]{
  --tw-shadow: 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 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);
}

.group\/validation[data-te-was-validated] .peer:valid ~ .group-data-\[te-was-validated\]\/validation\:peer-valid\:block{
  display: block;
}

.group\/validation[data-te-was-validated] .peer:valid ~ .group-data-\[te-was-validated\]\/validation\:peer-valid\:text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:block{
  display: block;
}

.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:text-\[rgb\(220\2c 76\2c 100\)\]{
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity, 1));
}

.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\]{
  --tw-translate-y: -0.75rem;
  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));
}

.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\]{
  --tw-translate-y: -0.9rem;
  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));
}

.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\]{
  --tw-translate-y: -1.15rem;
  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));
}

.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:scale-\[0\.8\]{
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  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));
}

.peer[data-te-input-focused] ~ .peer-data-\[te-input-focused\]\:\!text-white{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.peer[data-te-input-focused] ~ .peer-data-\[te-input-focused\]\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity, 1));
}

@media (prefers-reduced-motion: reduce){
  .motion-reduce\:transform-none{
    transform: none;
  }

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

  .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\]{
    animation: spin 1.5s linear infinite;
  }

  @keyframes spinner-grow{
    0%{
      transform: scale(0);
    }

    50%{
      transform: none;
      opacity: 1;
    }
  }

  .motion-reduce\:animate-\[spinner-grow_1\.5s_linear_infinite\]{
    animation: spinner-grow 1.5s linear infinite;
  }

  .motion-reduce\:animate-none{
    animation: none;
  }

  .motion-reduce\:transition-none{
    transition-property: none;
  }
}

@media (min-width: 640px){
  .sm\:\!w-\[188px\]{
    width: 188px !important;
  }

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

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

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

  .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\:flex-row{
    flex-direction: row;
  }

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

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

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

  .md\:pr-1{
    padding-right: 0.25rem;
  }

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

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

  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px){
  .lg\:top-0{
    top: 0px;
  }

  .lg\:order-first{
    order: -9999;
  }

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

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

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

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

  .lg\:mb-24{
    margin-bottom: 6rem;
  }

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

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

  .lg\:grid{
    display: grid;
  }

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

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

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

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

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

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

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

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

  .lg\:gap-5{
    gap: 1.25rem;
  }

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

  .lg\:py-24{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pb-24{
    padding-bottom: 6rem;
  }

  .lg\:pt-14{
    padding-top: 3.5rem;
  }

  .lg\:pt-24{
    padding-top: 6rem;
  }

  .lg\:pt-52{
    padding-top: 13rem;
  }

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

  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 320px){
  @media (max-width: 825px){
    @media (orientation: landscape){
      .min-\[320px\]\:max-\[825px\]\:landscape\:h-auto{
        height: auto;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[305px\]{
        min-height: 305px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[auto\]{
        min-height: auto;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:min-w-\[auto\]{
        min-width: auto;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:\!flex-row{
        flex-direction: row !important;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:flex-col{
        flex-direction: column;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:\!justify-around{
        justify-content: space-around !important;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:overflow-y-auto{
        overflow-y: auto;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-lg{
        border-radius: 0.5rem;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-lg{
        border-bottom-left-radius: 0.5rem;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-none{
        border-bottom-left-radius: 0px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-tr-none{
        border-top-right-radius: 0px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:p-\[10px\]{
        padding: 10px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:pr-\[10px\]{
        padding-right: 10px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:text-5xl{
        font-size: 3rem;
        line-height: 1;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:text-\[3rem\]{
        font-size: 3rem;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:font-normal{
        font-weight: 400;
      }
    }
  }
}

.rtl\:\!left-auto:where([dir="rtl"], [dir="rtl"] *){
  left: auto !important;
}

.rtl\:\!origin-\[50\%_50\%_0\]:where([dir="rtl"], [dir="rtl"] *){
  transform-origin: 50% 50% 0 !important;
}

.rtl\:\[direction\:rtl\]:where([dir="rtl"], [dir="rtl"] *){
  direction: rtl;
}

@media (prefers-color-scheme: dark){
  .dark\:border-0{
    border-width: 0px;
  }

  .dark\:border-\[\#14a44d\]{
    --tw-border-opacity: 1;
    border-color: rgb(20 164 77 / var(--tw-border-opacity, 1));
  }

  .dark\:border-\[\#4f4f4f\]{
    --tw-border-opacity: 1;
    border-color: rgb(79 79 79 / var(--tw-border-opacity, 1));
  }

  .dark\:border-\[\#dc4c64\]{
    --tw-border-opacity: 1;
    border-color: rgb(220 76 100 / var(--tw-border-opacity, 1));
  }

  .dark\:border-neutral-400{
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }

  .dark\:border-neutral-500{
    --tw-border-opacity: 1;
    border-color: rgb(115 115 115 / var(--tw-border-opacity, 1));
  }

  .dark\:border-neutral-600{
    --tw-border-opacity: 1;
    border-color: rgb(82 82 82 / var(--tw-border-opacity, 1));
  }

  .dark\:\!bg-neutral-600{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1)) !important;
  }

  .dark\:bg-\[\#4f4f4f\]{
    --tw-bg-opacity: 1;
    background-color: rgb(79 79 79 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-neutral-600{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-neutral-700{
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-neutral-800{
    --tw-bg-opacity: 1;
    background-color: rgb(38 38 38 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-transparent{
    background-color: transparent;
  }

  .dark\:bg-zinc-500{
    --tw-bg-opacity: 1;
    background-color: rgb(113 113 122 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-zinc-600\/50{
    background-color: rgb(82 82 91 / 0.5);
  }

  .dark\:bg-zinc-700{
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
  }

  .dark\:bg-zinc-800{
    --tw-bg-opacity: 1;
    background-color: rgb(39 39 42 / var(--tw-bg-opacity, 1));
  }

  .dark\:fill-gray-400{
    fill: #9ca3af;
  }

  .dark\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }

  .dark\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }

  .dark\:text-neutral-200{
    --tw-text-opacity: 1;
    color: rgb(229 229 229 / var(--tw-text-opacity, 1));
  }

  .dark\:text-neutral-300{
    --tw-text-opacity: 1;
    color: rgb(212 212 212 / var(--tw-text-opacity, 1));
  }

  .dark\:text-neutral-400{
    --tw-text-opacity: 1;
    color: rgb(163 163 163 / var(--tw-text-opacity, 1));
  }

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

  .dark\:shadow-\[0_4px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.5\)\]{
    --tw-shadow: 0 4px 9px -4px rgba(59,113,202,0.5);
    --tw-shadow-colored: 0 4px 9px -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);
  }

  .dark\:placeholder\:text-gray-200::-moz-placeholder{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }

  .dark\:placeholder\:text-gray-200::placeholder{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }

  .dark\:checked\:border-primary:checked{
    --tw-border-opacity: 1;
    border-color: rgb(48 48 48 / var(--tw-border-opacity, 1));
  }

  .dark\:checked\:bg-primary:checked{
    --tw-bg-opacity: 1;
    background-color: rgb(48 48 48 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:\!bg-\[\#555\]:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1)) !important;
  }

  .dark\:hover\:bg-neutral-500:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(115 115 115 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-neutral-600:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 82 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-neutral-700:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  }

  .dark\:hover\:bg-white\/10:hover{
    background-color: rgb(255 255 255 / 0.1);
  }

  .dark\:hover\:fill-gray-100:hover{
    fill: #f3f4f6;
  }

  .dark\:hover\:text-\[\#3b71ca\]:hover{
    --tw-text-opacity: 1;
    color: rgb(59 113 202 / var(--tw-text-opacity, 1));
  }

  .dark\:hover\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:hover{
    --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
    --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
  }

  .dark\:focus\:\!bg-\[\#555\]:focus{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1)) !important;
  }

  .dark\:focus\:bg-white\/10:focus{
    background-color: rgb(255 255 255 / 0.1);
  }

  .dark\:focus\:text-\[\#3b71ca\]:focus{
    --tw-text-opacity: 1;
    color: rgb(59 113 202 / var(--tw-text-opacity, 1));
  }

  .dark\:focus\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:focus{
    --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
    --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
  }

  .dark\:focus\:before\:shadow-\[0px_0px_0px_13px_rgba\(255\2c 255\2c 255\2c 0\.4\)\]:focus::before{
    content: var(--tw-content);
    --tw-shadow: 0px 0px 0px 13px rgba(255,255,255,0.4);
    --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .dark\:checked\:focus\:before\:shadow-\[0px_0px_0px_13px_\#3b71ca\]:focus:checked::before{
    content: var(--tw-content);
    --tw-shadow: 0px 0px 0px 13px #3b71ca;
    --tw-shadow-colored: 0px 0px 0px 13px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .dark\:active\:shadow-\[0_8px_9px_-4px_rgba\(59\2c 113\2c 202\2c 0\.2\)\2c 0_4px_18px_0_rgba\(59\2c 113\2c 202\2c 0\.1\)\]:active{
    --tw-shadow: 0 8px 9px -4px rgba(59,113,202,0.2),0 4px 18px 0 rgba(59,113,202,0.1);
    --tw-shadow-colored: 0 8px 9px -4px var(--tw-shadow-color), 0 4px 18px 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);
  }

  .dark\:disabled\:text-neutral-600:disabled{
    --tw-text-opacity: 1;
    color: rgb(82 82 82 / var(--tw-text-opacity, 1));
  }

  .dark\:disabled\:hover\:bg-transparent:hover:disabled{
    background-color: transparent;
  }

  .group[data-te-datepicker-cell-current] .dark\:group-\[\[data-te-datepicker-cell-current\]\]\:border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .group:not([data-te-datepicker-cell-disabled]):not([data-te-datepicker-cell-selected]):hover .dark\:group-\[\:not\(\[data-te-datepicker-cell-disabled\]\)\:not\(\[data-te-datepicker-cell-selected\]\)\:hover\]\:bg-white\/10{
    background-color: rgb(255 255 255 / 0.1);
  }

  .group:not([data-te-datepicker-cell-selected])[data-te-datepicker-cell-focused] .dark\:group-\[\:not\(\[data-te-datepicker-cell-selected\]\)\[data-te-datepicker-cell-focused\]\]\:bg-white\/10{
    background-color: rgb(255 255 255 / 0.1);
  }

  .group[data-te-datepicker-cell-disabled] .dark\:group-\[\[data-te-datepicker-cell-disabled\]\]\:text-neutral-500{
    --tw-text-opacity: 1;
    color: rgb(115 115 115 / var(--tw-text-opacity, 1));
  }

  .peer:focus ~ .dark\:peer-focus\:text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity, 1));
  }

  .peer:focus ~ .dark\:peer-focus\:text-primary{
    --tw-text-opacity: 1;
    color: rgb(48 48 48 / var(--tw-text-opacity, 1));
  }

  .dark\:data-\[te-autocomplete-item-active\]\:bg-white\/30[data-te-autocomplete-item-active]{
    background-color: rgb(255 255 255 / 0.3);
  }

  .dark\:data-\[te-buttons-timepicker\]\:bg-zinc-700[data-te-buttons-timepicker]{
    --tw-bg-opacity: 1;
    background-color: rgb(63 63 70 / var(--tw-bg-opacity, 1));
  }

  .dark\:data-\[te-input-disabled\]\:bg-zinc-600[data-te-input-disabled]{
    --tw-bg-opacity: 1;
    background-color: rgb(82 82 91 / var(--tw-bg-opacity, 1));
  }

  .dark\:data-\[te-input-multiple-active\]\:bg-white\/30[data-te-input-multiple-active]{
    background-color: rgb(255 255 255 / 0.3);
  }

  .dark\:data-\[te-input-state-active\]\:bg-white\/30[data-te-input-state-active]{
    background-color: rgb(255 255 255 / 0.3);
  }

  .dark\:data-\[te-select-option-selected\]\:data-\[te-input-state-active\]\:bg-white\/30[data-te-input-state-active][data-te-select-option-selected]{
    background-color: rgb(255 255 255 / 0.3);
  }

  .dark\:data-\[te-select-option-disabled\]\:text-gray-400[data-te-select-option-disabled]{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity, 1));
  }
}

.\[\&\.ps--clicking\]\:\!bg-\[\#eee\].ps--clicking{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1)) !important;
}

.\[\&\.ps--clicking\]\:\!opacity-90.ps--clicking{
  opacity: 0.9 !important;
}

@media (prefers-color-scheme: dark){
  .dark\:\[\&\.ps--clicking\]\:\!bg-\[\#555\].ps--clicking{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1)) !important;
  }
}

.\[\&\:\:-webkit-scrollbar-button\]\:block::-webkit-scrollbar-button{
  display: block;
}

.\[\&\:\:-webkit-scrollbar-button\]\:h-0::-webkit-scrollbar-button{
  height: 0px;
}

.\[\&\:\:-webkit-scrollbar-button\]\:bg-transparent::-webkit-scrollbar-button{
  background-color: transparent;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:h-\[50px\]::-webkit-scrollbar-thumb{
  height: 50px;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded::-webkit-scrollbar-thumb{
  border-radius: 0.25rem;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#999\]::-webkit-scrollbar-thumb{
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity, 1));
}

.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-none::-webkit-scrollbar-track-piece{
  border-radius: 0px;
}

.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-l::-webkit-scrollbar-track-piece{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.\[\&\:\:-webkit-scrollbar-track-piece\]\:bg-transparent::-webkit-scrollbar-track-piece{
  background-color: transparent;
}

.\[\&\:\:-webkit-scrollbar\]\:h-1::-webkit-scrollbar{
  height: 0.25rem;
}

.\[\&\:\:-webkit-scrollbar\]\:w-1::-webkit-scrollbar{
  width: 0.25rem;
}

.hover\:\[\&\:not\(\[data-te-autocomplete-option-disabled\]\)\]\:bg-black\/5:not([data-te-autocomplete-option-disabled]):hover{
  background-color: rgb(0 0 0 / 0.05);
}

@media (prefers-color-scheme: dark){
  .dark\:hover\:\[\&\:not\(\[data-te-autocomplete-option-disabled\]\)\]\:bg-white\/30:not([data-te-autocomplete-option-disabled]):hover{
    background-color: rgb(255 255 255 / 0.3);
  }
}

.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::-moz-placeholder{
  opacity: 0;
}

.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::placeholder{
  opacity: 0;
}

.hover\:\[\&\:not\(\[data-te-select-option-disabled\]\)\]\:bg-black\/5:not([data-te-select-option-disabled]):hover{
  background-color: rgb(0 0 0 / 0.05);
}

@media (prefers-color-scheme: dark){
  .dark\:hover\:\[\&\:not\(\[data-te-select-option-disabled\]\)\]\:bg-white\/30:not([data-te-select-option-disabled]):hover{
    background-color: rgb(255 255 255 / 0.3);
  }
}

.\[\&\:nth-child\(odd\)\]\:bg-neutral-50:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));
}

@media (prefers-color-scheme: dark){
  .\[\&\:nth-child\(odd\)\]\:dark\:bg-neutral-700:nth-child(odd){
    --tw-bg-opacity: 1;
    background-color: rgb(64 64 64 / var(--tw-bg-opacity, 1));
  }
}

.\[\&\>svg\]\:pointer-events-none>svg{
  pointer-events: none;
}

.\[\&\>svg\]\:mx-auto>svg{
  margin-left: auto;
  margin-right: auto;
}

.\[\&\>svg\]\:h-4>svg{
  height: 1rem;
}

.\[\&\>svg\]\:h-5>svg{
  height: 1.25rem;
}

.\[\&\>svg\]\:h-6>svg{
  height: 1.5rem;
}

.\[\&\>svg\]\:w-4>svg{
  width: 1rem;
}

.\[\&\>svg\]\:w-5>svg{
  width: 1.25rem;
}

.\[\&\>svg\]\:w-6>svg{
  width: 1.5rem;
}

.\[\&\>svg\]\:rotate-180>svg{
  --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));
}

.\[\&\>svg\]\:fill-neutral-500>svg{
  fill: #737373;
}

@media (prefers-color-scheme: dark){
  .dark\:\[\&\>svg\]\:fill-white>svg{
    fill: #ffffff;
  }
}
