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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

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

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

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

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

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

  .tm-container {
    max-width: 992px;
  }
}
@media (min-width: 1240px) {

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

  .tm-container {
    max-width: 1440px;
  }
}
.tm-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1440px) {

  .tm-container {
    max-width: 1240px;
  }
}
.tm-mobile-no-scroll {
  overflow: hidden;
}
@media (min-width: 992px) {

  .tm-mobile-no-scroll {
    overflow: visible;
  }
}
.tm-text-last-left { -moz-text-align-last: left; text-align-last: left; }
.tm-text-last-center { -moz-text-align-last: center; text-align-last: center; }
.tm-text-last-right { -moz-text-align-last: right; text-align-last: right; }
.tm-text-last-justify { -moz-text-align-last: justify; text-align-last: justify; }
.site-booster-module :is(.fixed) {
  position: fixed;
}
.site-booster-module :is(.absolute) {
  position: absolute;
}
.site-booster-module :is(.relative) {
  position: relative;
}
.site-booster-module :is(.inset-0) {
  inset: 0px;
}
.site-booster-module :is(.bottom-0) {
  bottom: 0px;
}
.site-booster-module :is(.bottom-10) {
  bottom: 2.5rem;
}
.site-booster-module :is(.bottom-5) {
  bottom: 1.25rem;
}
.site-booster-module :is(.left-0) {
  left: 0px;
}
.site-booster-module :is(.left-1\/2) {
  left: 50%;
}
.site-booster-module :is(.left-10) {
  left: 2.5rem;
}
.site-booster-module :is(.left-5) {
  left: 1.25rem;
}
.site-booster-module :is(.left-full) {
  left: 100%;
}
.site-booster-module :is(.right-0) {
  right: 0px;
}
.site-booster-module :is(.right-1\/2) {
  right: 50%;
}
.site-booster-module :is(.right-10) {
  right: 2.5rem;
}
.site-booster-module :is(.right-5) {
  right: 1.25rem;
}
.site-booster-module :is(.top-0) {
  top: 0px;
}
.site-booster-module :is(.top-1\/2) {
  top: 50%;
}
.site-booster-module :is(.top-10) {
  top: 2.5rem;
}
.site-booster-module :is(.top-5) {
  top: 1.25rem;
}
.site-booster-module :is(.-z-10) {
  z-index: -10;
}
.site-booster-module :is(.z-0) {
  z-index: 0;
}
.site-booster-module :is(.z-10) {
  z-index: 10;
}
.site-booster-module :is(.z-20) {
  z-index: 20;
}
.site-booster-module :is(.z-30) {
  z-index: 30;
}
.site-booster-module :is(.m-5) {
  margin: 1.25rem;
}
.site-booster-module :is(.mx-auto) {
  margin-left: auto;
  margin-right: auto;
}
.site-booster-module :is(.my-3) {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.site-booster-module :is(.mb-10) {
  margin-bottom: 2.5rem;
}
.site-booster-module :is(.mb-28) {
  margin-bottom: 7rem;
}
.site-booster-module :is(.mb-3) {
  margin-bottom: 0.75rem;
}
.site-booster-module :is(.mb-8) {
  margin-bottom: 2rem;
}
.site-booster-module :is(.mt-10) {
  margin-top: 2.5rem;
}
.site-booster-module :is(.mt-3) {
  margin-top: 0.75rem;
}
.site-booster-module :is(.mt-5) {
  margin-top: 1.25rem;
}
.site-booster-module :is(.mt-8) {
  margin-top: 2rem;
}
.site-booster-module :is(.block) {
  display: block;
}
.site-booster-module :is(.flex) {
  display: flex;
}
.site-booster-module :is(.inline-flex) {
  display: inline-flex;
}
.site-booster-module :is(.grid) {
  display: grid;
}
.site-booster-module :is(.hidden) {
  display: none;
}
.site-booster-module :is(.aspect-square) {
  aspect-ratio: 1 / 1;
}
.site-booster-module :is(.h-1) {
  height: 0.25rem;
}
.site-booster-module :is(.h-10) {
  height: 2.5rem;
}
.site-booster-module :is(.h-12) {
  height: 3rem;
}
.site-booster-module :is(.h-14) {
  height: 3.5rem;
}
.site-booster-module :is(.h-2\/5) {
  height: 40%;
}
.site-booster-module :is(.h-6) {
  height: 1.5rem;
}
.site-booster-module :is(.h-7) {
  height: 1.75rem;
}
.site-booster-module :is(.h-\[calc\(100\%\+20px\)\]) {
  height: calc(100% + 20px);
}
.site-booster-module :is(.h-full) {
  height: 100%;
}
.site-booster-module :is(.h-max) {
  height: -moz-max-content;
  height: max-content;
}
.site-booster-module :is(.h-px) {
  height: 1px;
}
.site-booster-module :is(.h-screen) {
  height: 100vh;
}
.site-booster-module :is(.max-h-\[5rem\]) {
  max-height: 5rem;
}
.site-booster-module :is(.w-0) {
  width: 0px;
}
.site-booster-module :is(.w-1\/2) {
  width: 50%;
}
.site-booster-module :is(.w-10) {
  width: 2.5rem;
}
.site-booster-module :is(.w-12) {
  width: 3rem;
}
.site-booster-module :is(.w-2) {
  width: 0.5rem;
}
.site-booster-module :is(.w-24) {
  width: 6rem;
}
.site-booster-module :is(.w-6) {
  width: 1.5rem;
}
.site-booster-module :is(.w-fit) {
  width: -moz-fit-content;
  width: fit-content;
}
.site-booster-module :is(.w-full) {
  width: 100%;
}
.site-booster-module :is(.w-max) {
  width: -moz-max-content;
  width: max-content;
}
.site-booster-module :is(.w-px) {
  width: 1px;
}
.site-booster-module :is(.max-w-\[10rem\]) {
  max-width: 10rem;
}
.site-booster-module :is(.max-w-full) {
  max-width: 100%;
}
.site-booster-module :is(.origin-center) {
  transform-origin: center;
}
.site-booster-module :is(.origin-left) {
  transform-origin: left;
}
.site-booster-module :is(.origin-right) {
  transform-origin: right;
}
.site-booster-module :is(.-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));
}
.site-booster-module :is(.-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));
}
.site-booster-module :is(.-translate-y-10) {
  --tw-translate-y: -2.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));
}
.site-booster-module :is(.-rotate-90) {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.site-booster-module :is(.rotate-0) {
  --tw-rotate: 0deg;
  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));
}
.site-booster-module :is(.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));
}
.site-booster-module :is(.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));
}
@keyframes bounce {

  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}
.site-booster-module :is(.animate-bounce) {
  animation: bounce 1s infinite;
}
.site-booster-module :is(.cursor-pointer) {
  cursor: pointer;
}
.site-booster-module :is(.select-none) {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.site-booster-module :is(.grid-cols-1) {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.site-booster-module :is(.flex-row) {
  flex-direction: row;
}
.site-booster-module :is(.flex-row-reverse) {
  flex-direction: row-reverse;
}
.site-booster-module :is(.flex-col) {
  flex-direction: column;
}
.site-booster-module :is(.items-start) {
  align-items: flex-start;
}
.site-booster-module :is(.items-end) {
  align-items: flex-end;
}
.site-booster-module :is(.items-center) {
  align-items: center;
}
.site-booster-module :is(.justify-start) {
  justify-content: flex-start;
}
.site-booster-module :is(.justify-end) {
  justify-content: flex-end;
}
.site-booster-module :is(.justify-center) {
  justify-content: center;
}
.site-booster-module :is(.justify-between) {
  justify-content: space-between;
}
.site-booster-module :is(.gap-1) {
  gap: 0.25rem;
}
.site-booster-module :is(.gap-10) {
  gap: 2.5rem;
}
.site-booster-module :is(.gap-12) {
  gap: 3rem;
}
.site-booster-module :is(.gap-2) {
  gap: 0.5rem;
}
.site-booster-module :is(.gap-2\.5) {
  gap: 0.625rem;
}
.site-booster-module :is(.gap-3) {
  gap: 0.75rem;
}
.site-booster-module :is(.gap-4) {
  gap: 1rem;
}
.site-booster-module :is(.gap-5) {
  gap: 1.25rem;
}
.site-booster-module :is(.gap-8) {
  gap: 2rem;
}
.site-booster-module :is(.gap-x-5) {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.site-booster-module :is(.gap-y-1) {
  row-gap: 0.25rem;
}
.site-booster-module :is(.space-y-5 > :not([hidden]) ~ :not([hidden])) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.site-booster-module :is(.overflow-hidden) {
  overflow: hidden;
}
.site-booster-module :is(.overflow-x-hidden) {
  overflow-x: hidden;
}
.site-booster-module :is(.rounded) {
  border-radius: 0.25rem;
}
.site-booster-module :is(.rounded-full) {
  border-radius: 9999px;
}
.site-booster-module :is(.rounded-none) {
  border-radius: 0px;
}
.site-booster-module :is(.border) {
  border-width: 1px;
}
.site-booster-module :is(.border-l) {
  border-left-width: 1px;
}
.site-booster-module :is(.border-t) {
  border-top-width: 1px;
}
.site-booster-module :is(.border-black) {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.site-booster-module :is(.border-current) {
  border-color: currentColor;
}
.site-booster-module :is(.border-dark) {
  border-color: var(--sb-dark-color);
}
.site-booster-module :is(.border-light) {
  border-color: var(--sb-light-color);
}
.site-booster-module :is(.border-primary) {
  border-color: var(--sb-primary-color);
}
.site-booster-module :is(.border-secondary) {
  border-color: var(--sb-secondary-color);
}
.site-booster-module :is(.border-transparent) {
  border-color: transparent;
}
.site-booster-module :is(.border-white) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.site-booster-module :is(.bg-black) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.site-booster-module :is(.bg-current) {
  background-color: currentColor;
}
.site-booster-module :is(.bg-dark) {
  background-color: var(--sb-dark-color);
}
.site-booster-module :is(.bg-light) {
  background-color: var(--sb-light-color);
}
.site-booster-module :is(.bg-primary) {
  background-color: var(--sb-primary-color);
}
.site-booster-module :is(.bg-secondary) {
  background-color: var(--sb-secondary-color);
}
.site-booster-module :is(.bg-transparent) {
  background-color: transparent;
}
.site-booster-module :is(.bg-white) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.site-booster-module :is(.bg-gradient-to-t) {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.site-booster-module :is(.from-black) {
  --tw-gradient-from: #000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.site-booster-module :is(.from-dark) {
  --tw-gradient-from: var(--sb-dark-color) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.site-booster-module :is(.from-light) {
  --tw-gradient-from: var(--sb-light-color) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.site-booster-module :is(.from-primary) {
  --tw-gradient-from: var(--sb-primary-color) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.site-booster-module :is(.from-secondary) {
  --tw-gradient-from: var(--sb-secondary-color) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.site-booster-module :is(.from-transparent) {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.site-booster-module :is(.from-white) {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.site-booster-module :is(.to-transparent) {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.site-booster-module :is(.bg-cover) {
  background-size: cover;
}
.site-booster-module :is(.bg-center) {
  background-position: center;
}
.site-booster-module :is(.bg-no-repeat) {
  background-repeat: no-repeat;
}
.site-booster-module :is(.object-contain) {
  -o-object-fit: contain;
     object-fit: contain;
}
.site-booster-module :is(.object-cover) {
  -o-object-fit: cover;
     object-fit: cover;
}
.site-booster-module :is(.object-bottom) {
  -o-object-position: bottom;
     object-position: bottom;
}
.site-booster-module :is(.object-center) {
  -o-object-position: center;
     object-position: center;
}
.site-booster-module :is(.object-left) {
  -o-object-position: left;
     object-position: left;
}
.site-booster-module :is(.object-left-bottom) {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.site-booster-module :is(.object-left-top) {
  -o-object-position: left top;
     object-position: left top;
}
.site-booster-module :is(.object-right) {
  -o-object-position: right;
     object-position: right;
}
.site-booster-module :is(.object-right-bottom) {
  -o-object-position: right bottom;
     object-position: right bottom;
}
.site-booster-module :is(.object-right-top) {
  -o-object-position: right top;
     object-position: right top;
}
.site-booster-module :is(.object-top) {
  -o-object-position: top;
     object-position: top;
}
.site-booster-module :is(.p-1) {
  padding: 0.25rem;
}
.site-booster-module :is(.p-5) {
  padding: 1.25rem;
}
.site-booster-module :is(.px-2) {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.site-booster-module :is(.px-3) {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.site-booster-module :is(.px-5) {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.site-booster-module :is(.py-10) {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.site-booster-module :is(.py-12) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.site-booster-module :is(.py-2) {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.site-booster-module :is(.py-4) {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.site-booster-module :is(.py-5) {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.site-booster-module :is(.py-8) {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.site-booster-module :is(.pt-24) {
  padding-top: 6rem;
}
.site-booster-module :is(.text-left) {
  text-align: left;
}
.site-booster-module :is(.text-center) {
  text-align: center;
}
.site-booster-module :is(.text-right) {
  text-align: right;
}
.site-booster-module :is(.text-justify) {
  text-align: justify;
}
.site-booster-module :is(.text-2xl) {
  font-size: 1.5rem;
  line-height: 2rem;
}
.site-booster-module :is(.text-3xl) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.site-booster-module :is(.text-4xl) {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.site-booster-module :is(.text-base) {
  font-size: 1rem;
  line-height: 1.5rem;
}
.site-booster-module :is(.text-sm) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.site-booster-module :is(.text-xl) {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.site-booster-module :is(.text-xs) {
  font-size: 0.75rem;
  line-height: 1rem;
}
.site-booster-module :is(.font-bold) {
  font-weight: 700;
}
.site-booster-module :is(.font-light) {
  font-weight: 300;
}
.site-booster-module :is(.leading-normal) {
  line-height: 1.5;
}
.site-booster-module :is(.text-black) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.site-booster-module :is(.text-current) {
  color: currentColor;
}
.site-booster-module :is(.text-dark) {
  color: var(--sb-dark-color);
}
.site-booster-module :is(.text-light) {
  color: var(--sb-light-color);
}
.site-booster-module :is(.text-primary) {
  color: var(--sb-primary-color);
}
.site-booster-module :is(.text-secondary) {
  color: var(--sb-secondary-color);
}
.site-booster-module :is(.text-white) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-booster-module :is(.opacity-0) {
  opacity: 0;
}
.site-booster-module :is(.opacity-50) {
  opacity: 0.5;
}
.site-booster-module :is(.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);
}
.site-booster-module :is(.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;
}
.site-booster-module :is(.transition-all) {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.site-booster-module :is(.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;
}
.site-booster-module :is(.duration-300) {
  transition-duration: 300ms;
}
.site-booster-module :is(.duration-500) {
  transition-duration: 500ms;
}
.fl-theme-builder-header-scrolled .site-booster-module .scroll-text-current {
  color: currentColor;
}
.fl-theme-builder-header-scrolled .site-booster-module .scroll-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.fl-theme-builder-header-scrolled .site-booster-module .scroll-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.fl-theme-builder-header-scrolled .site-booster-module .scroll-text-light {
  color: var(--sb-light-color);
}
.fl-theme-builder-header-scrolled .site-booster-module .scroll-text-dark {
  color: var(--sb-dark-color);
}
.fl-theme-builder-header-scrolled .site-booster-module .scroll-text-primary {
  color: var(--sb-primary-color);
}
.fl-theme-builder-header-scrolled .site-booster-module .scroll-text-secondary {
  color: var(--sb-secondary-color);
}
.site-booster-module {
  font-family: var(--sb-content-font-family, 'Sans-Serif');
  font-weight: var(--sb-content-font-weight, '400');
  color: var(--sb-content-font-color, current);
}
.site-booster-module [x-cloak] { display: none; }
/* ### General ### */
.site-booster-module .editor-content > * + * { margin-top: 1em; }
.site-booster-module .editor-content ul {
  list-style-type: disc;
}
.site-booster-module h1, .site-booster-module h2, .site-booster-module h3, .site-booster-module h4, .site-booster-module h5, .site-booster-module h6 {
    font-family: var(--sb-heading-font-family, 'Sans-Serif');
    font-weight: var(--sb-heading-font-weight, '700');
    color: var(--sb-heading-font-color, current);
  }
.site-booster-module a { color: var(--sb-link-font-color, current); }
.site-booster-module a:hover { color: var(--sb-link-font-color-hover, current); }
/* ### Button ### */
.site-booster-module .tm-button {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 1;
}
.site-booster-module .tm-button-outline {
  border-width: 1px;
  padding: 1rem;
}
.site-booster-module .tm-button-solid {
  padding: 1rem;
}
.site-booster-module .tm-button-arrow::after { content: '\f178'; font-family: "Font Awesome 6 Pro"; line-height: 0.5em; margin-left: 0.5rem; margin-top: 0.25rem; display: inline; font-weight: 400; transition-property: transform; transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); transition-duration: 300ms; }
.site-booster-module .tm-button-arrow:hover::after {
  --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));
}
/* ### Main Menu ### */
.site-booster-module .main-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  line-height: 1.5;
}
.site-booster-module .main-menu .menu-item {
  position: relative;
}
.site-booster-module .main-menu .menu-item a {
  position: relative;
  display: block;
  width: -moz-max-content;
  width: max-content;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.site-booster-module .main-menu .menu-item a::after {
  position: absolute;
  left: 0px;
  bottom: 1px;
  display: block;
  height: 1px;
  width: 0px;
  background-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms; content: '';
}
.site-booster-module .main-menu .menu-item a:hover::after,
  .site-booster-module .main-menu .current-menu-item > a::after,
  .site-booster-module .main-menu .current-menu-ancestor > a::after {
  width: 100%;
}
.site-booster-module .main-menu .sub-menu {
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.75);
    position: absolute;
    top: 100%;
    left: 0px;
    display: none;
    height: -moz-max-content;
    height: max-content;
    width: -moz-max-content;
    width: max-content;
  }
.site-booster-module .main-menu .sub-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.site-booster-module .main-menu .sub-menu {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.site-booster-module .main-menu .menu-item:hover > .sub-menu {
  display: block;
}
/* ### Mobile Menu ### */
.site-booster-module .mobile-menu-container {
  height: 100%;
  width: 100%;
  overflow: auto;
}
.site-booster-module .mobile-menu {
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.5;
}
@media (min-width: 768px) {

  .site-booster-module .mobile-menu {
    gap: 2.5rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.site-booster-module .mobile-menu .menu-item {
  height: -moz-max-content;
  height: max-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 2.5rem;
}
.site-booster-module .mobile-menu .menu-item a {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.site-booster-module .mobile-menu .menu-item a::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: block;
  height: 1px;
  width: 0px;
  background-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms; content: '';
}
.site-booster-module .mobile-menu .menu-item a:hover::after,
  .site-booster-module .mobile-menu .current-menu-item > a::after,
  .site-booster-module .mobile-menu .current-menu-ancestor > a::after {
  width: 100%;
}
.site-booster-module .mobile-menu .sub-menu {
  display: none;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
}
.site-booster-module .mobile-menu .sub-menu > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.site-booster-module .mobile-menu .sub-menu {
  padding: 1.25rem;
}
@media (min-width: 768px) {

  .site-booster-module .mobile-menu .sub-menu > :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));
  }
}
.site-booster-module .mobile-menu .sub-menu .menu-item {
  padding-right: 0px;
}
.site-booster-module .mobile-menu .menu-item.active > .sub-menu {
  display: block;
}
.site-booster-module .mobile-menu .menu-item-has-children {
  position: relative;
}
.site-booster-module .mobile-menu .menu-item-has-children::after { content: '▼'; position: absolute; top: 0.25rem; right: 0px; font-size: 1rem; line-height: 1.5rem; }
.site-booster-module .mobile-menu .menu-item-has-children.active::after {
  --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));
}
/* ### Footer Menu ### */
.site-booster-module .footer-menu {
  line-height: 1.5;
}
.site-booster-module .footer-menu .menu-item {
  position: relative;
}
.site-booster-module .footer-menu .menu-item a {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 992px) {

  .site-booster-module .footer-menu .menu-item a {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.site-booster-module .footer-menu .menu-item a::after {
  position: absolute;
  left: 0px;
  bottom: 1px;
  display: block;
  height: 1px;
  width: 0px;
  background-color: currentColor;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms; content: '';
}
.site-booster-module .footer-menu .menu-item a:hover::after,
  .site-booster-module .footer-menu .current-menu-item > a::after,
  .site-booster-module .footer-menu .current-menu-ancestor > a::after {
  width: 100%;
}
.site-booster-module .footer-menu .sub-menu {
  padding-left: 0.5rem;
}
/* ### WPML language switch ### */
.site-booster-module .wpml-ls-menu-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.site-booster-module .wpml-ls-menu-item .sub-menu {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.site-booster-module .wpml-ls-menu-item .menu-item {
  padding: 0px;
}
/* ### Hamburger ### */
.site-booster-module .hamburger {
  position: relative;
}
.site-booster-module .hamburger .inner {
  position: absolute;
  transform-origin: center; transition-delay: 100ms, 0ms; transition-duration: 200ms, 100ms; transition-property: top, transform;
}
.site-booster-module .hamburger .inner.top {
  top: 0px;
}
.site-booster-module .hamburger .inner.mid {
  top: 50%;
}
.site-booster-module .hamburger .inner.bot {
  top: 100%;
}
.site-booster-module .hamburger.active .inner.mid {
  opacity: 0;
}
.site-booster-module .hamburger.active .inner.top,
  .site-booster-module .hamburger.active .inner.bot {
  top: 50%; transition-delay: 0ms, 200ms;
}
.site-booster-module .hamburger.active .inner.top {
  --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));
}
.site-booster-module .hamburger.active .inner.bot {
  --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));
}
.site-booster-module .wpcf7 .form-row {
  margin-bottom: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 992px) {

  .site-booster-module .wpcf7 .form-row {
    flex-direction: row;
    gap: 2rem;
  }
}
.site-booster-module .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.site-booster-module .wpcf7-form-control:not(.wpcf7-submit) {
  width: 100%;
  border-bottom-width: 1px;
  border-color: currentColor;
  background-color: transparent;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.site-booster-module .wpcf7-submit {
  display: inline-flex;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-width: 1px;
  border-color: currentColor;
  background-color: transparent;
  padding: 1rem;
  line-height: 1;
}
.site-booster-module .wpcf7-form-control::-moz-placeholder {
  color: currentColor;
  opacity: 1;
}
.site-booster-module .wpcf7-form-control::placeholder {
  color: currentColor;
  opacity: 1;
}
.site-booster-module .wpcf7-textarea { min-height:180px; height:180px; }
@media (min-width: 640px) {
  .sm\:tm-container {
    width: 100%;
  }
  @media (min-width: 480px) {

    .sm\:tm-container {
      max-width: 480px;
    }
  }
  @media (min-width: 640px) {

    .sm\:tm-container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {

    .sm\:tm-container {
      max-width: 768px;
    }
  }
  @media (min-width: 992px) {

    .sm\:tm-container {
      max-width: 992px;
    }
  }
  @media (min-width: 1240px) {

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

    .sm\:tm-container {
      max-width: 1440px;
    }
  }
  .sm\:tm-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  @media (min-width: 1440px) {

    .sm\:tm-container {
      max-width: 1240px;
    }
  }
}
.site-booster-module :is(.odd\:bg-black:nth-child(odd)) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.site-booster-module :is(.odd\:bg-dark:nth-child(odd)) {
  background-color: var(--sb-dark-color);
}
.site-booster-module :is(.odd\:bg-light:nth-child(odd)) {
  background-color: var(--sb-light-color);
}
.site-booster-module :is(.odd\:bg-primary:nth-child(odd)) {
  background-color: var(--sb-primary-color);
}
.site-booster-module :is(.odd\:bg-secondary:nth-child(odd)) {
  background-color: var(--sb-secondary-color);
}
.site-booster-module :is(.odd\:bg-transparent:nth-child(odd)) {
  background-color: transparent;
}
.site-booster-module :is(.odd\:bg-white:nth-child(odd)) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.site-booster-module :is(.odd\:text-black:nth-child(odd)) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.site-booster-module :is(.odd\:text-current:nth-child(odd)) {
  color: currentColor;
}
.site-booster-module :is(.odd\:text-dark:nth-child(odd)) {
  color: var(--sb-dark-color);
}
.site-booster-module :is(.odd\:text-light:nth-child(odd)) {
  color: var(--sb-light-color);
}
.site-booster-module :is(.odd\:text-primary:nth-child(odd)) {
  color: var(--sb-primary-color);
}
.site-booster-module :is(.odd\:text-secondary:nth-child(odd)) {
  color: var(--sb-secondary-color);
}
.site-booster-module :is(.odd\:text-white:nth-child(odd)) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-booster-module :is(.even\:bg-black:nth-child(even)) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.site-booster-module :is(.even\:bg-dark:nth-child(even)) {
  background-color: var(--sb-dark-color);
}
.site-booster-module :is(.even\:bg-light:nth-child(even)) {
  background-color: var(--sb-light-color);
}
.site-booster-module :is(.even\:bg-primary:nth-child(even)) {
  background-color: var(--sb-primary-color);
}
.site-booster-module :is(.even\:bg-secondary:nth-child(even)) {
  background-color: var(--sb-secondary-color);
}
.site-booster-module :is(.even\:bg-transparent:nth-child(even)) {
  background-color: transparent;
}
.site-booster-module :is(.even\:bg-white:nth-child(even)) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.site-booster-module :is(.even\:text-black:nth-child(even)) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.site-booster-module :is(.even\:text-current:nth-child(even)) {
  color: currentColor;
}
.site-booster-module :is(.even\:text-dark:nth-child(even)) {
  color: var(--sb-dark-color);
}
.site-booster-module :is(.even\:text-light:nth-child(even)) {
  color: var(--sb-light-color);
}
.site-booster-module :is(.even\:text-primary:nth-child(even)) {
  color: var(--sb-primary-color);
}
.site-booster-module :is(.even\:text-secondary:nth-child(even)) {
  color: var(--sb-secondary-color);
}
.site-booster-module :is(.even\:text-white:nth-child(even)) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-booster-module :is(.hover\:border-black:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.site-booster-module :is(.hover\:border-dark:hover) {
  border-color: var(--sb-dark-color);
}
.site-booster-module :is(.hover\:border-light:hover) {
  border-color: var(--sb-light-color);
}
.site-booster-module :is(.hover\:border-primary:hover) {
  border-color: var(--sb-primary-color);
}
.site-booster-module :is(.hover\:border-secondary:hover) {
  border-color: var(--sb-secondary-color);
}
.site-booster-module :is(.hover\:border-transparent:hover) {
  border-color: transparent;
}
.site-booster-module :is(.hover\:border-white:hover) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.site-booster-module :is(.hover\:bg-black:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.site-booster-module :is(.hover\:bg-dark:hover) {
  background-color: var(--sb-dark-color);
}
.site-booster-module :is(.hover\:bg-light:hover) {
  background-color: var(--sb-light-color);
}
.site-booster-module :is(.hover\:bg-primary:hover) {
  background-color: var(--sb-primary-color);
}
.site-booster-module :is(.hover\:bg-secondary:hover) {
  background-color: var(--sb-secondary-color);
}
.site-booster-module :is(.hover\:bg-transparent:hover) {
  background-color: transparent;
}
.site-booster-module :is(.hover\:bg-white:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.site-booster-module :is(.hover\:text-black:hover) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.site-booster-module :is(.hover\:text-current:hover) {
  color: currentColor;
}
.site-booster-module :is(.hover\:text-dark:hover) {
  color: var(--sb-dark-color);
}
.site-booster-module :is(.hover\:text-light:hover) {
  color: var(--sb-light-color);
}
.site-booster-module :is(.hover\:text-primary:hover) {
  color: var(--sb-primary-color);
}
.site-booster-module :is(.hover\:text-secondary:hover) {
  color: var(--sb-secondary-color);
}
.site-booster-module :is(.hover\:text-white:hover) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.site-booster-module :is(.group:hover .group-hover\:bottom-12) {
  bottom: 3rem;
}
.site-booster-module :is(.group:hover .group-hover\:opacity-100) {
  opacity: 1;
}
@media (min-width: 480px) {

  .site-booster-module :is(.xs\:hidden) {
    display: none;
  }
}
@media (min-width: 640px) {

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

  .site-booster-module :is(.sm\:flex-row) {
    flex-direction: row;
  }

  .site-booster-module :is(.sm\:text-4xl) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .site-booster-module :is(.sm\:text-6xl) {
    font-size: 3.75rem;
    line-height: 1;
  }
}
@media (min-width: 768px) {

  .site-booster-module :is(.md\:m-10) {
    margin: 2.5rem;
  }

  .site-booster-module :is(.md\:flex-row) {
    flex-direction: row;
  }

  .site-booster-module :is(.md\:p-10) {
    padding: 2.5rem;
  }

  .site-booster-module :is(.md\:text-left) {
    text-align: left;
  }
}
@media (min-width: 992px) {

  .site-booster-module :is(.lg\:m-20) {
    margin: 5rem;
  }

  .site-booster-module :is(.lg\:mb-16) {
    margin-bottom: 4rem;
  }

  .site-booster-module :is(.lg\:mb-6) {
    margin-bottom: 1.5rem;
  }

  .site-booster-module :is(.lg\:mt-16) {
    margin-top: 4rem;
  }

  .site-booster-module :is(.lg\:block) {
    display: block;
  }

  .site-booster-module :is(.lg\:flex) {
    display: flex;
  }

  .site-booster-module :is(.lg\:\!hidden) {
    display: none !important;
  }

  .site-booster-module :is(.lg\:hidden) {
    display: none;
  }

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

  .site-booster-module :is(.lg\:flex-row) {
    flex-direction: row;
  }

  .site-booster-module :is(.lg\:flex-row-reverse) {
    flex-direction: row-reverse;
  }

  .site-booster-module :is(.lg\:items-start) {
    align-items: flex-start;
  }

  .site-booster-module :is(.lg\:justify-start) {
    justify-content: flex-start;
  }

  .site-booster-module :is(.lg\:justify-end) {
    justify-content: flex-end;
  }

  .site-booster-module :is(.lg\:justify-center) {
    justify-content: center;
  }

  .site-booster-module :is(.lg\:justify-between) {
    justify-content: space-between;
  }

  .site-booster-module :is(.lg\:gap-20) {
    gap: 5rem;
  }

  .site-booster-module :is(.lg\:p-20) {
    padding: 5rem;
  }

  .site-booster-module :is(.lg\:py-24) {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .site-booster-module :is(.lg\:text-left) {
    text-align: left;
  }

  .site-booster-module :is(.lg\:text-5xl) {
    font-size: 3rem;
    line-height: 1;
  }

  .site-booster-module :is(.lg\:text-7xl) {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1240px) {

  .site-booster-module :is(.xl\:mx-40) {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .site-booster-module :is(.xl\:grid-cols-3) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .site-booster-module :is(.xl\:grid-cols-4) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .site-booster-module :is(.xl\:gap-24) {
    gap: 6rem;
  }

  .site-booster-module :is(.xl\:px-24) {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.site-booster-module :is(.\[\&\.active\]\:bg-black.active) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.site-booster-module :is(.\[\&\.active\]\:bg-dark.active) {
  background-color: var(--sb-dark-color);
}
.site-booster-module :is(.\[\&\.active\]\:bg-light.active) {
  background-color: var(--sb-light-color);
}
.site-booster-module :is(.\[\&\.active\]\:bg-primary.active) {
  background-color: var(--sb-primary-color);
}
.site-booster-module :is(.\[\&\.active\]\:bg-secondary.active) {
  background-color: var(--sb-secondary-color);
}
.site-booster-module :is(.\[\&\.active\]\:bg-transparent.active) {
  background-color: transparent;
}
.site-booster-module :is(.\[\&\.active\]\:bg-white.active) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.site-booster-module :is(.\[\&\.active\]\:text-black.active) {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.site-booster-module :is(.\[\&\.active\]\:text-current.active) {
  color: currentColor;
}
.site-booster-module :is(.\[\&\.active\]\:text-dark.active) {
  color: var(--sb-dark-color);
}
.site-booster-module :is(.\[\&\.active\]\:text-light.active) {
  color: var(--sb-light-color);
}
.site-booster-module :is(.\[\&\.active\]\:text-primary.active) {
  color: var(--sb-primary-color);
}
.site-booster-module :is(.\[\&\.active\]\:text-secondary.active) {
  color: var(--sb-secondary-color);
}
.site-booster-module :is(.\[\&\.active\]\:text-white.active) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}