.woocommerce-MyAccount-navigation-link a {
    position: relative;
    top: 0px;
    display: block;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 1rem;
    text-decoration-line: none;
}
.woocommerce-MyAccount-navigation-link.is-active a, 
.woocommerce-MyAccount-navigation-link:hover a {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}
.woocommerce-MyAccount-navigation-link a::before,
.woocommerce-MyAccount-navigation-link a::after {
    content: '';
    width: 0;
}
.woocommerce-MyAccount-navigation-link.is-active a::before,
.woocommerce-MyAccount-navigation-link:hover a::before {
    transition: width .2s cubic-bezier(.56,0,0,1.6);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 5px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 166 214 / var(--tw-bg-opacity));
}
.woocommerce-MyAccount-navigation-link.is-active a::after,
.woocommerce-MyAccount-navigation-link:hover a::after {
    transition: width .5s cubic-bezier(.56,0,0,1.6);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.woocommerce-MyAccount-navigation-link a {
    text-decoration-line: none;
}
/*!** Edit native input elements *!*/
/*input[type=checkbox], input[type=radio] {*/
/*    @apply relative top-0*/
/*}*/
/*input[type=checkbox]:checked::before {*/
/*    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8.006" height="6.13" viewBox="0 0 8.006 6.13"> <path id="Icon_ionic-ios-checkmark" data-name="Icon ionic-ios-checkmark" d="M18.4,12.924l-.654-.673a.141.141,0,0,0-.1-.045h0a.135.135,0,0,0-.1.045L13,16.82l-1.651-1.651a.144.144,0,0,0-.208,0l-.662.662a.148.148,0,0,0,0,.212l2.082,2.082a.658.658,0,0,0,.435.212.69.69,0,0,0,.431-.2h0l4.971-5A.159.159,0,0,0,18.4,12.924Z" transform="translate(-10.434 -12.206)" fill="white"/> </svg> ');*/
/*    background-repeat: no-repeat;*/
/*    background-position: center;*/
/*    @apply content-[''] absolute top-[2px] left-[2px] right-[2px] bottom-[2px] z-[2];*/
/*}*/
/*input[type=checkbox]:checked::after {*/
/*    @apply border-custom-blue bg-custom-blue z-[1];*/
/*}*/
/*input[type=checkbox]::after {*/
/*    @apply content-[''] absolute top-0 left-0 bottom-0 right-0 rounded-[3px] border border-custom-light-gray;*/
/*}*/
/*input[type=radio] {*/
/*    @apply w-[20px] h-[20px] accent-[#222222]*/
/*}*/
/*input[type=radio]::before {*/
/*    @apply content-[''] absolute left-1 right-1 top-1 bottom-1 bg-white rounded-full;*/
/*}*/
/*input[type=radio][checked]::after {*/
/*    @apply content-[''] absolute left-[20%] right-[20%] top-[20%] bottom-[20%] rounded-full bg-custom-blue;*/
/*}*/
/*.time-blocks {*/
/*    display: grid;*/
/*    gap: 10px;*/
/*}*/
/*.time-block {*/
/*    width: 100%;*/
/*}*/
/*.time-block--unavailable {*/
/*    opacity: 0.4;*/
/*}*/
/*.time-block--active {*/
/*    @apply bg-custom-blue text-white;*/
/*}*/
/*!*Checkout fields*!*/
/*.woocommerce-checkout :is(.input-text, .select), .input-text, .select {*/
/*    @apply rounded-[3px] border border-[#D0D0D0] h-[50px] p-[10px] w-full;*/
/*}*/
/*.woocommerce-checkout label, label {*/
/*    @apply font-roboto-slab;*/
/*}*/
/*.required {*/
/*    @apply !hidden;*/
/*}*/
/*.tickets__button--active {*/
/*    @apply btn-blue;*/
/*}*/
/*.spinner {*/
/*    @apply animate-spin border-[16px] border-custom-blue border-t-transparent rounded-full;*/
/*}*/
/*!* Terms and conditions *!*/
/*.woocommerce-terms-and-conditions-wrapper {*/
/*    @apply mb-[20px];*/
/*}*/
/*.woocommerce-terms-and-conditions-checkbox-text {*/
/*    @apply font-arial;*/
/*}*/
/*.woocommerce-terms-and-conditions-link {*/
/*    @apply underline text-font-color;*/
/*}*/
/*! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
.btn-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 166 214 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-radius: 3px;
    padding: 15px;
    text-align: center;
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
@media (min-width: 768px) {
    .btn-blue:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }
}
.btn-gray {
    --tw-bg-opacity: 1;
    background-color: rgb(231 231 231 / var(--tw-bg-opacity));
    border-radius: 3px;
    padding: 15px;
    text-align: center;
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.btn-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    border-radius: 3px;
    padding: 15px;
    text-align: center;
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.fixed {
    position: fixed;
}
.absolute {
    position: absolute;
}
.relative {
    position: relative;
}
.sticky {
    position: sticky;
}
.top-0 {
    top: 0px;
}
.bottom-0 {
    bottom: 0px;
}
.left-0 {
    left: 0px;
}
.right-0 {
    right: 0px;
}
.z-\[9999\] {
    z-index: 9999;
}
.z-\[999\] {
    z-index: 999;
}
.z-10 {
    z-index: 10;
}
.col-span-3 {
    grid-column: span 3 / span 3;
}
.m-0 {
    margin: 0px;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.mx-\[9px\] {
    margin-left: 9px;
    margin-right: 9px;
}
.my-\[35px\] {
    margin-top: 35px;
    margin-bottom: 35px;
}
.mx-\[10vw\] {
    margin-left: 10vw;
    margin-right: 10vw;
}
.mx-\[1\.429vw\] {
    margin-left: 1.429vw;
    margin-right: 1.429vw;
}
.my-\[2\.5vh\] {
    margin-top: 2.5vh;
    margin-bottom: 2.5vh;
}
.my-\[25px\] {
    margin-top: 25px;
    margin-bottom: 25px;
}
.my-\[70px\] {
    margin-top: 70px;
    margin-bottom: 70px;
}
.my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.my-\[1\.875vh\] {
    margin-top: 1.875vh;
    margin-bottom: 1.875vh;
}
.my-\[10px\] {
    margin-top: 10px;
    margin-bottom: 10px;
}
.my-\[40px\] {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mb-\[4\.125vh\] {
    margin-bottom: 4.125vh;
}
.mt-\[1\.25vh\] {
    margin-top: 1.25vh;
}
.mr-\[1\.429vw\] {
    margin-right: 1.429vw;
}
.mt-\[12px\] {
    margin-top: 12px;
}
.mb-\[2\.375vh\] {
    margin-bottom: 2.375vh;
}
.mt-\[20px\] {
    margin-top: 20px;
}
.mt-\[25px\] {
    margin-top: 25px;
}
.mt-auto {
    margin-top: auto;
}
.mr-1 {
    margin-right: 0.25rem;
}
.mt-\[10vh\] {
    margin-top: 10vh;
}
.mb-\[5\.125vh\] {
    margin-bottom: 5.125vh;
}
.mb-\[2\.5vh\] {
    margin-bottom: 2.5vh;
}
.mb-\[3vh\] {
    margin-bottom: 3vh;
}
.mr-\[2\.154vw\] {
    margin-right: 2.154vw;
}
.mb-\[8\.75vh\] {
    margin-bottom: 8.75vh;
}
.mb-\[22px\] {
    margin-bottom: 22px;
}
.mt-\[10px\] {
    margin-top: 10px;
}
.mb-\[45px\] {
    margin-bottom: 45px;
}
.mt-0 {
    margin-top: 0px;
}
.mb-\[10px\] {
    margin-bottom: 10px;
}
.mt-12 {
    margin-top: 3rem;
}
.mr-\[1\.071vw\] {
    margin-right: 1.071vw;
}
.mt-\[4\.875vh\] {
    margin-top: 4.875vh;
}
.ml-auto {
    margin-left: auto;
}
.mb-\[14px\] {
    margin-bottom: 14px;
}
.mb-\[2\.125vh\] {
    margin-bottom: 2.125vh;
}
.mb-\[4\.5vh\] {
    margin-bottom: 4.5vh;
}
.mb-\[25px\] {
    margin-bottom: 25px;
}
.mr-\[8px\] {
    margin-right: 8px;
}
.mb-\[19px\] {
    margin-bottom: 19px;
}
.mt-2 {
    margin-top: 0.5rem;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.flex {
    display: flex;
}
.table {
    display: table;
}
.grid {
    display: grid;
}
.hidden {
    display: none;
}
.\!hidden {
    display: none !important;
}
.h-\[6\.25vh\] {
    height: 6.25vh;
}
.h-full {
    height: 100%;
}
.h-\[100vh\] {
    height: 100vh;
}
.h-\[50vh\] {
    height: 50vh;
}
.h-fit {
    height: -moz-fit-content;
    height: fit-content;
}
.h-\[150px\] {
    height: 150px;
}
.\!h-\[120px\] {
    height: 120px !important;
}
.h-\[40px\] {
    height: 40px;
}
.h-\[120px\] {
    height: 120px;
}
.h-\[50px\] {
    height: 50px;
}
.max-h-\[79\.5vh\] {
    max-height: 79.5vh;
}
.max-h-\[10px\] {
    max-height: 10px;
}
.max-h-\[575px\] {
    max-height: 575px;
}
.min-h-screen {
    min-height: 100vh;
}
.min-h-\[100px\] {
    min-height: 100px;
}
.w-fit {
    width: -moz-fit-content;
    width: fit-content;
}
.w-full {
    width: 100%;
}
.w-\[25px\] {
    width: 25px;
}
.w-\[100\%\] {
    width: 100%;
}
.\!w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
}
.w-\[18\.929vw\] {
    width: 18.929vw;
}
.w-\[35px\] {
    width: 35px;
}
.w-\[40px\] {
    width: 40px;
}
.w-\[120px\] {
    width: 120px;
}
.min-w-\[265px\] {
    min-width: 265px;
}
.max-w-\[44\.359vw\] {
    max-width: 44.359vw;
}
.max-w-full {
    max-width: 100%;
}
.flex-1 {
    flex: 1 1 0%;
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
    cursor: pointer;
}
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-col {
    flex-direction: column;
}
.flex-wrap {
    flex-wrap: wrap;
}
.flex-nowrap {
    flex-wrap: nowrap;
}
.items-center {
    align-items: center;
}
.justify-center {
    justify-content: center;
}
.justify-between {
    justify-content: space-between;
}
.gap-12 {
    gap: 3rem;
}
.gap-4 {
    gap: 1rem;
}
.gap-\[10px\] {
    gap: 10px;
}
.gap-\[2\.643vw\] {
    gap: 2.643vw;
}
.gap-\[14px\] {
    gap: 14px;
}
.gap-\[20px\] {
    gap: 20px;
}
.gap-\[16px\] {
    gap: 16px;
}
.gap-\[40px\] {
    gap: 40px;
}
.gap-\[35px\] {
    gap: 35px;
}
.gap-\[30px\] {
    gap: 30px;
}
.gap-\[50px\] {
    gap: 50px;
}
.gap-\[25px\] {
    gap: 25px;
}
.gap-2 {
    gap: 0.5rem;
}
.gap-\[15px\] {
    gap: 15px;
}
.gap-x-\[10px\] {
    -moz-column-gap: 10px;
         column-gap: 10px;
}
.gap-y-\[37px\] {
    row-gap: 37px;
}
.gap-x-\[1\.429vw\] {
    -moz-column-gap: 1.429vw;
         column-gap: 1.429vw;
}
.gap-y-\[2\.5vh\] {
    row-gap: 2.5vh;
}
.gap-y-\[8px\] {
    row-gap: 8px;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-start {
    align-self: flex-start;
}
.self-end {
    align-self: flex-end;
}
.overflow-hidden {
    overflow: hidden;
}
.text-ellipsis {
    text-overflow: ellipsis;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.rounded-\[3px\] {
    border-radius: 3px;
}
.border {
    border-width: 1px;
}
.border-b-\[0\.25vh\] {
    border-bottom-width: 0.25vh;
}
.border-t-\[0\.25vh\] {
    border-top-width: 0.25vh;
}
.border-b-\[0\.375vh\] {
    border-bottom-width: 0.375vh;
}
.border-l-\[3px\] {
    border-left-width: 3px;
}
.border-b-\[2px\] {
    border-bottom-width: 2px;
}
.border-b {
    border-bottom-width: 1px;
}
.border-\[\#9B9B9B\] {
    --tw-border-opacity: 1;
    border-color: rgb(155 155 155 / var(--tw-border-opacity));
}
.border-\[\#00A6D6\] {
    --tw-border-opacity: 1;
    border-color: rgb(0 166 214 / var(--tw-border-opacity));
}
.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-custom-blue {
    --tw-border-opacity: 1;
    border-color: rgb(0 166 214 / var(--tw-border-opacity));
}
.border-custom-light-gray {
    --tw-border-opacity: 1;
    border-color: rgb(208 208 208 / var(--tw-border-opacity));
}
.bg-\[\#222222\] {
    --tw-bg-opacity: 1;
    background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}
.bg-custom-blue {
    --tw-bg-opacity: 1;
    background-color: rgb(0 166 214 / var(--tw-bg-opacity));
}
.bg-\[\#00A6D6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 166 214 / var(--tw-bg-opacity));
}
.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-transparent {
    background-color: transparent;
}
.bg-cover {
    background-size: cover;
}
.bg-center {
    background-position: center;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.object-cover {
    -o-object-fit: cover;
       object-fit: cover;
}
.p-3 {
    padding: 0.75rem;
}
.p-\[14px\] {
    padding: 14px;
}
.p-\[10px\] {
    padding: 10px;
}
.p-\[17px\] {
    padding: 17px;
}
.p-\[20px\] {
    padding: 20px;
}
.p-\[15px\] {
    padding: 15px;
}
.p-\[3px\] {
    padding: 3px;
}
.p-\[30px\] {
    padding: 30px;
}
.py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
}
.py-\[14px\] {
    padding-top: 14px;
    padding-bottom: 14px;
}
.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}
.py-\[30px\] {
    padding-top: 30px;
    padding-bottom: 30px;
}
.px-\[1\.429vw\] {
    padding-left: 1.429vw;
    padding-right: 1.429vw;
}
.py-\[10px\] {
    padding-top: 10px;
    padding-bottom: 10px;
}
.py-\[20px\] {
    padding-top: 20px;
    padding-bottom: 20px;
}
.px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
}
.py-\[15px\] {
    padding-top: 15px;
    padding-bottom: 15px;
}
.px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
}
.py-\[5px\] {
    padding-top: 5px;
    padding-bottom: 5px;
}
.px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
}
.pb-2 {
    padding-bottom: 0.5rem;
}
.pl-\[20px\] {
    padding-left: 20px;
}
.pt-\[0\.425vh\] {
    padding-top: 0.425vh;
}
.pb-\[0\.9125vh\] {
    padding-bottom: 0.9125vh;
}
.pb-4 {
    padding-bottom: 1rem;
}
.pt-\[2\.125vh\] {
    padding-top: 2.125vh;
}
.pt-\[3\.125vh\] {
    padding-top: 3.125vh;
}
.pt-8 {
    padding-top: 2rem;
}
.pb-6 {
    padding-bottom: 1.5rem;
}
.pt-\[20px\] {
    padding-top: 20px;
}
.pb-\[50px\] {
    padding-bottom: 50px;
}
.pb-\[1\.25vh\] {
    padding-bottom: 1.25vh;
}
.pt-\[1\.25vh\] {
    padding-top: 1.25vh;
}
.pt-\[7\.75vh\] {
    padding-top: 7.75vh;
}
.pb-\[12\.125vh\] {
    padding-bottom: 12.125vh;
}
.pb-\[10px\] {
    padding-bottom: 10px;
}
.pt-\[14px\] {
    padding-top: 14px;
}
.pt-\[30px\] {
    padding-top: 30px;
}
.pt-\[10px\] {
    padding-top: 10px;
}
.pl-\[25px\] {
    padding-left: 25px;
}
.text-left {
    text-align: left;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.font-roboto-slab {
    font-family: Roboto Slab, serif;
}
.font-arial {
    font-family: Arial, sans-serif;
}
.\!font-arial {
    font-family: Arial, sans-serif !important;
}
.text-\[20px\] {
    font-size: 20px;
}
.text-\[120px\] {
    font-size: 120px;
}
.text-\[40px\] {
    font-size: 40px;
}
.text-\[16px\] {
    font-size: 16px;
}
.text-\[24px\] {
    font-size: 24px;
}
.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-\[14px\] {
    font-size: 14px;
}
.text-\[50px\] {
    font-size: 50px;
}
.text-\[18px\] {
    font-size: 18px;
}
.text-\[32px\] {
    font-size: 32px;
}
.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-\[30px\] {
    font-size: 30px;
}
.text-\[35px\] {
    font-size: 35px;
}
.text-\[22px\] {
    font-size: 22px;
}
.font-light {
    font-weight: 300;
}
.font-bold {
    font-weight: 700;
}
.font-\[400\] {
    font-weight: 400;
}
.font-\[500\] {
    font-weight: 500;
}
.uppercase {
    text-transform: uppercase;
}
.leading-\[66px\] {
    line-height: 66px;
}
.leading-\[39px\] {
    line-height: 39px;
}
.leading-\[21px\] {
    line-height: 21px;
}
.leading-\[26px\] {
    line-height: 26px;
}
.leading-\[25px\] {
    line-height: 25px;
}
.leading-\[3\.75rem\] {
    line-height: 3.75rem;
}
.leading-\[32px\] {
    line-height: 32px;
}
.leading-\[18px\] {
    line-height: 18px;
}
.leading-\[46px\] {
    line-height: 46px;
}
.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-font-color {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}
.text-custom-blue {
    --tw-text-opacity: 1;
    color: rgb(0 166 214 / var(--tw-text-opacity));
}
.text-\[\#9B9B9B\] {
    --tw-text-opacity: 1;
    color: rgb(155 155 155 / var(--tw-text-opacity));
}
.text-\[\#00A6D6\] {
    --tw-text-opacity: 1;
    color: rgb(0 166 214 / var(--tw-text-opacity));
}
.text-black {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.underline {
    text-decoration-line: underline;
}
.no-underline {
    text-decoration-line: none;
}
.decoration-font-color {
    text-decoration-color: #222222;
}
.opacity-\[41\%\] {
    opacity: 41%;
}
.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;
}
.roboto{
        font-family: 'Roboto Slab', serif;
    }
.btn {
    border-radius: 3px;
    padding: 15px;
    text-align: center;
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.layout {
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 1400px;
    padding-left: 1.46875rem;
    padding-right: 1.46875rem;
}
@media (min-width: 768px) {
    .layout {
        width: 80vw;
    }
}
.content-wrap {
    padding-top: 25px;
    padding-bottom: 50px;
}
:root {
    --color-breadcrumb: #9B9B9B;
}
html {
    scroll-behavior: smooth;
}
body {
    font-family: Arial, serif;
    background-color: #F7F7F7;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
}
h1 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 35px;
}
@media (min-width: 768px) {
    h1 {
        font-size: 50px;
    }
}
h2 {
    font-size: 35px;
}
h3 {
    font-size: 30px;
}
h4 {
    font-size: 24px;
}
h5 {
    font-size: 20px;
}
a {
    --tw-text-opacity: 1;
    color: rgb(0 166 214 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.woocommerce-loop-product__link {
    text-decoration-line: none !important;
}
.container {
    width: 100%;
}
/*Yoast breadcrumbs*/
#breadcrumbs {
    color: var(--color-breadcrumb);
    border-bottom: var(--color-breadcrumb) 1px solid;
    padding-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 14px;
}
#breadcrumbs a {
    text-decoration-line: none;
    color: var(--color-breadcrumb);
}
.filter__title {
    margin-bottom: 10px;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(155 155 155 / var(--tw-border-opacity));
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.page-description {
    max-width: 850px;
}
.menu-item {
    position: relative;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sub-menu {
    top: calc(100% + 20px);
    left: 0px;
    z-index: 9999;
    display: none;
    width: -moz-max-content;
    width: max-content;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
@media (min-width: 1280px) {
    .sub-menu {
        position: absolute;
    }
}
.sub-menu::before {
    content: '';
    pointer-events: none;
    position: absolute;
    top: -20px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
@media (min-width: 1280px) {
    .sub-menu::before {
        pointer-events: auto;
    }
}
.sub-menu::after {
    content: '';
    position: absolute;
    top: -20px;
    left: 10px;
    border-width: 10px;
    border-color: transparent;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity))}
.sub-menu a {
    padding: 16px;
    --tw-text-opacity: 1;
    color: rgb(0 166 214 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {
    .sub-menu a {
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .menu-item:hover .sub-menu {
        display: block;
    }
}
.menu-item .sub-menu a:hover {
    --tw-text-opacity: 1;
    color: rgb(30 97 136 / var(--tw-text-opacity));
    transition-property: color 250ms;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.menu-item.menu-item-has-children {
    display: flex;
    flex-direction: column;
}
.menu-item.menu-item-has-children a {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
@media screen and (max-width: 1280px) {
    .menu-item.menu-item-has-children .menu-toggle-dropdown {
        content: '';
        display: block;
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="50" height="50" fill="white" class="bi bi-chevron-down" viewBox="0 0 16 16"> <path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/> </svg>');
        background-position: center;
        background-repeat: no-repeat;
        width: 48px;
        aspect-ratio: 1 / 1;
        border-radius: 999vmax;
        border: white 1px solid;
        padding: 10px;
        background-size: 70%;
        margin-left: auto;
    }
    .menu-item-wrapper {
        display: flex;
        width: 100%;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        width: 100vw;
        max-width: 1400px;
        padding-left: 1.46875rem;
        padding-right: 1.46875rem;
    }
    @media (min-width: 768px) {
        .menu-item-wrapper {
            width: 80vw;
        }
    }
    .menu-item-link {
        display: flex;
        align-items: center;
    }
    #mobile-menu .menu-item-wrapper {
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .sub-menu {
        grid-column: span 2 / span 2;
        display: none;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgb(0 166 214 / var(--tw-bg-opacity));
    }
    .sub-menu a {
        font-size: 16px;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }
    .sub-menu .menu-item-wrapper {
        padding: 0px !important;
    }
    .menu-item {
        margin-top: 0px !important;
    }
    .menu-item--opened {
        background-color: rgba(0,0,0,.2);
    }
    .menu-item--opened .menu-toggle-dropdown {
        --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));
    }
    .menu-item--opened .sub-menu {
        display: block;
        --tw-bg-opacity: 1;
        background-color: rgb(7 148 192 / var(--tw-bg-opacity));
    }
    .sub-menu::after {
        content: '';
        display: none;
    }
}
.footer-nav .menu-item:hover .sub-menu {
    display: none;
}
/** Edit native input elements */
input[type=checkbox],  input[type=radio] {
    position: relative;
    top: 0px;
}
input[type=checkbox]:checked::before {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="8.006" height="6.13" viewBox="0 0 8.006 6.13"> <path id="Icon_ionic-ios-checkmark" data-name="Icon ionic-ios-checkmark" d="M18.4,12.924l-.654-.673a.141.141,0,0,0-.1-.045h0a.135.135,0,0,0-.1.045L13,16.82l-1.651-1.651a.144.144,0,0,0-.208,0l-.662.662a.148.148,0,0,0,0,.212l2.082,2.082a.658.658,0,0,0,.435.212.69.69,0,0,0,.431-.2h0l4.971-5A.159.159,0,0,0,18.4,12.924Z" transform="translate(-10.434 -12.206)" fill="white"/> </svg> ');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 2;
    --tw-content: '';
    content: var(--tw-content);
}
input[type=checkbox]:checked::after {
    z-index: 1;
    --tw-border-opacity: 1;
    border-color: rgb(0 166 214 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(0 166 214 / var(--tw-bg-opacity));
}
input[type=checkbox]::after {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 3px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(208 208 208 / var(--tw-border-opacity));
    --tw-content: '';
    content: var(--tw-content);
}
input[type=radio] {
    height: 20px;
    width: 20px;
    accent-color: #222222;
}
input[type=radio]::before {
    position: absolute;
    left: 0.25rem;
    right: 0.25rem;
    top: 0.25rem;
    bottom: 0.25rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
}
input[type=radio][checked]::after {
    position: absolute;
    left: 20%;
    right: 20%;
    top: 20%;
    bottom: 20%;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 166 214 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
}
input:-moz-read-only {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
input:read-only {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.time-blocks {
    display: grid;
    gap: 10px;
}
.time-block {
    width: 100%;
}
.time-block--unavailable {
    opacity: 0.4;
}
.time-block--active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 166 214 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button {
    --tw-bg-opacity: 1;
    background-color: rgb(0 166 214 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-radius: 3px;
    padding: 15px;
    text-align: center;
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
@media (min-width: 768px) {
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }
}
.orderby {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
}
/*Product page*/
.woocommerce .wp-post-image {
    height: 160px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media (min-width: 768px) {
    .woocommerce .wp-post-image {
        height: 100%;
    }
}
/*!*Checkout fields*!*/
.woocommerce-checkout :is(.input-text, .select),  .input-text,  .select {
    height: 50px;
    width: 100%;
    border-radius: 3px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(208 208 208 / var(--tw-border-opacity));
    padding: 10px;
}
.woocommerce-checkout label,  label {
    font-family: Roboto Slab, serif;
}
.required {
    display: none !important;
}
.tickets__button--active {
    --tw-bg-opacity: 1;
    background-color: rgb(0 166 214 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    border-radius: 3px;
    padding: 15px;
    text-align: center;
    text-decoration-line: none;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
@media (min-width: 768px) {
    .tickets__button--active:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }
}
@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}
.spinner {
    animation: spin 1s linear infinite;
    border-radius: 9999px;
    border-width: 16px;
    --tw-border-opacity: 1;
    border-color: rgb(0 166 214 / var(--tw-border-opacity));
    border-top-color: transparent;
}
/* Terms and conditions */
.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 20px;
}
.woocommerce-terms-and-conditions-checkbox-text {
    font-family: Arial, sans-serif;
}
.woocommerce-terms-and-conditions-link {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
/* Override Woocommerce order review styles */
.woocommerce table.shop_table td {
    padding: 0px;
}
.woocommerce table.shop_table {
    border-style: none;
}
.woocommerce table.shop_table tbody th, 
.woocommerce table.shop_table tfoot td, 
.woocommerce table.shop_table tfoot th {
    font-weight: 400;
}
.woocommerce table.shop_table :is(th, td):last-child {
    text-align: right;
}
.woocommerce table.shop_table :is(thead, tbody) :is(th, td) {
    padding-bottom: 10px;
}
.woocommerce table.shop_table .order-total :is(td, th) {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
    padding-top: 10px;
}
/*Question component*/
.question {
    max-width: 600px;
}
.question__summary {
    display: flex;
    align-items: center;
    gap: 14px;
    font-size: 20px;
    font-weight: 700;
}
.question__details {
    margin-top: 9px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.question__button {
    position: relative;
    top: 0px;
    aspect-ratio: 1/1;
    height: 35px;
    width: 35px;
    align-self: flex-start;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(144 144 144 / var(--tw-border-opacity));
}
.question__button::after,  .question__button::before {
    position: absolute;
    --tw-bg-opacity: 1;
    background-color: rgb(0 166 214 / var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 700ms;
    --tw-content: '';
    content: var(--tw-content);
}
.question__button::before {
    top: 14px;
    bottom: 14px;
    left: 8px;
    right: 8px;
}
.question__button::after {
    top: 8px;
    bottom: 8px;
    left: 14px;
    right: 14px;
}
.question__button--active::before {
    --tw-rotate: -360deg;
    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));
}
.question__button--active::after {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
/*Member Component*/
.member {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(0 166 214 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.member__image {
    aspect-ratio: 1/1;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.member__caption {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
}
@media (min-width: 768px) {
    .member__caption {
        padding: 20px;
    }
}
.member__function {
    font-size: 18px;
    --tw-text-opacity: 1;
    color: rgb(0 166 214 / var(--tw-text-opacity));
}
@media (min-width: 768px) {
    .member__function {
        font-size: 24px;
    }
}
.member__name {
    font-size: 15px;
}
@media (min-width: 768px) {
    .member__name {
        font-size: 16px;
    }
}
.member__contact-detail {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration-line: none;
}
.member__function,  .member__name,  .member__contact-detail {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.office-grid .member__image {
    height: 225px;
}
@media (min-width: 768px) {
    .office-grid .member__image {
        height: auto;
    }
}
.glider-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100vw;
    max-width: 1400px;
    padding-left: 1.46875rem;
    padding-right: 1.46875rem;
}
@media (min-width: 768px) {
    .glider-wrapper {
        width: 80vw;
    }
}
.glider-track {
    min-height: 250px;
    gap: 20px;
}
div.glider-dots {
    gap: 4px;
    padding-top: 40px;
    padding-bottom: 40px;
}
button.glider-dot {
    margin: 0px;
    --tw-bg-opacity: 1;
    background-color: rgb(189 189 189 / var(--tw-bg-opacity));
}
button.glider-dot.active {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.slide {
    display: flex;
    height: 265px;
    flex-direction: column;
    justify-content: space-between !important;
    overflow: hidden;
    --tw-bg-opacity: 1;
    background-color: rgb(0 166 214 / var(--tw-bg-opacity));
    padding: 20px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.slide__title {
    margin-top: 2.25vh;
    font-family: Arial, sans-serif;
    font-weight: 700;
}
.rounded-btn {
    position: relative;
    top: 0px;
    display: flex;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    text-decoration-line: none;
}
.rounded-btn::after {
    transition: background-color .2s ease,transform .2s cubic-bezier(0,0,0,3);
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
    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);
    --tw-content: '';
    content: var(--tw-content);
}
.rounded-btn:hover::after {
    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);
    --tw-content: '';
    content: var(--tw-content);
}
@media (min-width: 768px) {
    .rounded-btn:hover::after {
        --tw-scale-x: 1.13;
        --tw-scale-y: 1.13;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
    }
}
.rounded-btn__icon {
    position: relative;
    top: 0px;
    z-index: 1;
}
.lang-switch__list {
    position: relative;
    top: 0px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
.lang-switch:hover .lang-switch__item--selected {
    opacity: 0.5;
}
.lang-switch:hover .lang-switch__item--unselected {
    opacity: 1;
}
.lang-switch__item {
    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);
}
.lang-switch__item--unselected {
    opacity: 0.5;
}
.lang-switch__item--selected {
    opacity: 1;
}
.footer-details a,  .footer-nav li a {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
    text-decoration-line: none;
}
.statute {
    background-image: url(../public/img/statutes-bg.svg);
    background-size: 500%;
    background-position-y: 78%;
    display: flex;
    height: 340px;
    width: 100%;
    align-items: flex-end;
    --tw-bg-opacity: 1;
    background-color: rgb(0 166 214 / var(--tw-bg-opacity));
    padding-left: 31px;
    padding-right: 31px;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 768px) {
    .statute {
        height: 410px;
        padding-left: 37px;
        padding-right: 37px;
        padding-top: 35px;
        padding-bottom: 35px;
    }
}
.statute__title {
    position: relative;
    top: 0px;
    overflow: hidden;
    padding-top: 10px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.statute__title::before {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 1px;
    width: 50px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    --tw-content: '';
    content: var(--tw-content);
}
.statute:nth-of-type(3n + 1) {
    background-position-x: 23%;
}
.statute:nth-of-type(3n + 2) {
    background-position-x: 53%;
}
.statute:nth-of-type(3n + 3) {
    background-position-x: 85%;
}
.auth-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://prometheus.tudelft.nl/wp-content/themes/prometheus/public/img/login.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80vh;
    position: relative;
    top: 0;
    display: flex;
    align-items: center;
}
.auth-main {
    height: 100%;
}
.auth-wrapper {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.auth-dialog {
    max-width: 400px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
    padding: 30px;
    text-align: center;
}
@media (min-width: 768px) {
    .auth-dialog {
        width: 400px;
    }
}
.auth-dialog__title {
    padding-bottom: 16px;
    --tw-text-opacity: 1;
    color: rgb(0 166 214 / var(--tw-text-opacity));
}
/*Override woocommerce form style rules*/
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    padding: 20px 0 0px 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
}
.woocommerce-LostPassword, .lost_password a {
    text-align: center;
    color: black;
}
.flex-control-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 10px 0;
}
.woocommerce form .form-row.woocommerce-invalid label {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}
.woocommerce-invalid #terms {
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.validate-required label::after {
    content: '*';
}
.woocommerce-orders-table__cell-order-actions {
    display: grid;
    gap: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.woocommerce-MyAccount-navigation-link a {
    position: relative;
    top: 0px;
    display: block;
    padding-top: 0.8rem;
    padding-bottom: 0.8rem;
    padding-left: 1rem;
    text-decoration-line: none;
}
.woocommerce-MyAccount-navigation-link.is-active a, 
.woocommerce-MyAccount-navigation-link:hover a {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}
.woocommerce-MyAccount-navigation-link a::before,
.woocommerce-MyAccount-navigation-link a::after {
    content: '';
    width: 0;
}
.woocommerce-MyAccount-navigation-link.is-active a::before,
.woocommerce-MyAccount-navigation-link:hover a::before {
    transition: width .2s cubic-bezier(.56,0,0,1.6);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 5px;
    --tw-bg-opacity: 1;
    background-color: rgb(0 166 214 / var(--tw-bg-opacity));
}
.woocommerce-MyAccount-navigation-link.is-active a::after,
.woocommerce-MyAccount-navigation-link:hover a::after {
    transition: width .5s cubic-bezier(.56,0,0,1.6);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: -1;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.woocommerce-MyAccount-navigation-link a {
    text-decoration-line: none;
}
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.single_variation_wrap {
    margin-top: 20px;
}
.woocommerce-variation-price {
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}
.question__details ul {
    list-style-type: disc;
}
.question__details ol {
    list-style-type: decimal;
}
.balance-shipping-total > * {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.text-block p {
    margin-bottom: 1rem;
}
mark {
    background-color: transparent;
}
.after\:absolute::after {
    content: var(--tw-content);
    position: absolute;
}
.after\:top-\[100\%\]::after {
    content: var(--tw-content);
    top: 100%;
}
.after\:h-\[5px\]::after {
    content: var(--tw-content);
    height: 5px;
}
.after\:w-full::after {
    content: var(--tw-content);
    width: 100%;
}
.after\:bg-custom-blue::after {
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(0 166 214 / var(--tw-bg-opacity));
}
.after\:transition-transform::after {
    content: var(--tw-content);
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.after\:content-\[\'\'\]::after {
    --tw-content: '';
    content: var(--tw-content);
}
.hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hover\:text-font-color:hover {
    --tw-text-opacity: 1;
    color: rgb(34 34 34 / var(--tw-text-opacity));
}
.hover\:after\:translate-y-\[-5px\]:hover::after {
    content: var(--tw-content);
    --tw-translate-y: -5px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (min-width: 768px) {
    .md\:col-start-1 {
        grid-column-start: 1;
    }
    .md\:col-start-2 {
        grid-column-start: 2;
    }
    .md\:col-end-2 {
        grid-column-end: 2;
    }
    .md\:col-end-3 {
        grid-column-end: 3;
    }
    .md\:row-start-1 {
        grid-row-start: 1;
    }
    .md\:row-end-3 {
        grid-row-end: 3;
    }
    .md\:mx-\[10vw\] {
        margin-left: 10vw;
        margin-right: 10vw;
    }
    .md\:mr-12 {
        margin-right: 3rem;
    }
    .md\:ml-\[10vw\] {
        margin-left: 10vw;
    }
    .md\:mt-0 {
        margin-top: 0px;
    }
    .md\:mb-0 {
        margin-bottom: 0px;
    }
    .md\:mb-\[10px\] {
        margin-bottom: 10px;
    }
    .md\:mb-\[80px\] {
        margin-bottom: 80px;
    }
    .md\:mt-\[55px\] {
        margin-top: 55px;
    }
    .md\:block {
        display: block;
    }
    .md\:\!block {
        display: block !important;
    }
    .md\:flex {
        display: flex;
    }
    .md\:grid {
        display: grid;
    }
    .md\:hidden {
        display: none;
    }
    .md\:min-h-\[60vh\] {
        min-height: 60vh;
    }
    .md\:w-10\/12 {
        width: 83.333333%;
    }
    .md\:w-\[360px\] {
        width: 360px;
    }
    .md\:w-4\/5 {
        width: 80%;
    }
    .md\:w-3\/4 {
        width: 75%;
    }
    .md\:w-full {
        width: 100%;
    }
    .md\:w-\[170px\] {
        width: 170px;
    }
    .md\:max-w-\[18\.929vw\] {
        max-width: 18.929vw;
    }
    .md\:max-w-\[300px\] {
        max-width: 300px;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .md\:grid-cols-\[265px_265px_265px_265px\] {
        grid-template-columns: 265px 265px 265px 265px;
    }
    .md\:grid-cols-\[repeat\(3\2c _minmax\(0\2c _350px\)\)\] {
        grid-template-columns: repeat(3, minmax(0, 350px));
    }
    .md\:grid-cols-\[300px\2c auto\] {
        grid-template-columns: 300px auto;
    }
    .md\:grid-cols-\[minmax\(0\2c 450px\)_1fr\] {
        grid-template-columns: minmax(0,450px) 1fr;
    }
    .md\:grid-rows-\[auto\2c minmax\(100\%\2c 1fr\)\] {
        grid-template-rows: auto minmax(100%,1fr);
    }
    .md\:flex-row {
        flex-direction: row;
    }
    .md\:items-end {
        align-items: flex-end;
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:justify-between {
        justify-content: space-between;
    }
    .md\:border-r {
        border-right-width: 1px;
    }
    .md\:border-b-\[0\.25vh\] {
        border-bottom-width: 0.25vh;
    }
    .md\:border-b {
        border-bottom-width: 1px;
    }
    .md\:border-black {
        --tw-border-opacity: 1;
        border-color: rgb(0 0 0 / var(--tw-border-opacity));
    }
    .md\:p-\[20px\] {
        padding: 20px;
    }
    .md\:py-\[5px\] {
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .md\:py-\[30px\] {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .md\:py-\[40px\] {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .md\:pr-12 {
        padding-right: 3rem;
    }
    .md\:pb-\[25px\] {
        padding-bottom: 25px;
    }
    .md\:pl-\[10px\] {
        padding-left: 10px;
    }
    .md\:pl-\[40px\] {
        padding-left: 40px;
    }
    .md\:text-\[50px\] {
        font-size: 50px;
    }
    .md\:text-\[30px\] {
        font-size: 30px;
    }
    .md\:text-\[50pt\] {
        font-size: 50pt;
    }
    .md\:text-\[24px\] {
        font-size: 24px;
    }
    .md\:leading-\[66px\] {
        line-height: 66px;
    }
    .md\:layout {
        margin-left: auto;
        margin-right: auto;
        width: 100vw;
        max-width: 1400px;
        padding-left: 1.46875rem;
        padding-right: 1.46875rem;
    }
    @media (min-width: 768px) {
        .md\:layout {
            width: 80vw;
        }
    }
}
@media (min-width: 1024px) {
    .lg\:flex {
        display: flex;
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:gap-x-\[37px\] {
        -moz-column-gap: 37px;
             column-gap: 37px;
    }
}
@media (min-width: 1280px) {
    .xl\:block {
        display: block;
    }
    .xl\:flex {
        display: flex;
    }
    .xl\:hidden {
        display: none;
    }
    .xl\:grid-cols-\[265px_265px_265px_265px\] {
        grid-template-columns: 265px 265px 265px 265px;
    }
}
@media (min-width: 1536px) {
    .\32xl\:flex {
        display: flex;
    }
    .\32xl\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}