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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

@media (min-width: 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;
  }
}

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

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

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

.left-0 {
  left: 0px;
}

.left-\[-100\%\] {
  left: -100%;
}

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

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

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

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

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

.left-\[25\%\] {
  left: 25%;
}

.left-\[8\%\] {
  left: 8%;
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

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

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

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

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

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

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

.top-0 {
  top: 0px;
}

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-2 {
  order: 2;
}

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

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

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

.my-wb-l {
  margin-top: 5.555rem;
  margin-bottom: 5.555rem;
}

.my-wb-m {
  margin-top: 4.444rem;
  margin-bottom: 4.444rem;
}

.my-wb-xs {
  margin-top: 1.11rem;
  margin-bottom: 1.11rem;
}

.my-wb-xxs {
  margin-top: 0.833rem;
  margin-bottom: 0.833rem;
}

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

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

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

.mb-wb-s {
  margin-bottom: 2.777rem;
}

.mb-wb-ss {
  margin-bottom: 1.5rem;
}

.mb-wb-xxs {
  margin-bottom: 0.833rem;
}

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

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

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

.mr-1 {
  margin-right: 0.25rem;
}

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

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

.mt-1 {
  margin-top: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-4 {
  margin-top: 1rem;
}

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

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

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

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

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

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

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

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

.mt-wb-l {
  margin-top: 5.555rem;
}

.mt-wb-m {
  margin-top: 4.444rem;
}

.mt-wb-s {
  margin-top: 2.777rem;
}

.mt-wb-ss {
  margin-top: 1.5rem;
}

.mt-wb-xs {
  margin-top: 1.11rem;
}

.mt-wb-xxs {
  margin-top: 0.833rem;
}

.mt-wb-xxxs {
  margin-top: 0.55rem;
}

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

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

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

.mt-20 {
  margin-top: 5rem;
}

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-10 {
  height: 2.5rem;
}

.h-4 {
  height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100\%\+50px\)\] {
  height: calc(100% + 50px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.h-px {
  height: 1px;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-64 {
  max-height: 16rem;
}

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

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

.max-h-\[80vh\] {
  max-height: 80vh;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.max-h-\[90dvh\] {
  max-height: 90dvh;
}

.max-h-\[92dvh\] {
  max-height: 92dvh;
}

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

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

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

.min-h-\[80vh\] {
  min-height: 80vh;
}

.w-10 {
  width: 2.5rem;
}

.w-4 {
  width: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

.w-\[92vw\] {
  width: 92vw;
}

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

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

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

.min-w-10 {
  min-width: 2.5rem;
}

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

.min-w-0 {
  min-width: 0px;
}

.max-w-6xl {
  max-width: 72rem;
}

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

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

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

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

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

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

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

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

.max-w-boxed {
  max-width: 1196px;
}

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

.max-w-2xl {
  max-width: 42rem;
}

.flex-1 {
  flex: 1 1 0%;
}

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

.translate-x-\[25px\] {
  --tw-translate-x: 25px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[90deg\] {
  --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));
}

.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 pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.cursor-pointer {
  cursor: pointer;
}

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.columns-1 {
  -moz-columns: 1;
       columns: 1;
}

.columns-2 {
  -moz-columns: 2;
       columns: 2;
}

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

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

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

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

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

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

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

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

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

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

.gap-wb-s {
  gap: 2.777rem;
}

.gap-wb-ss {
  gap: 1.5rem;
}

.gap-wb-xs {
  gap: 1.11rem;
}

.gap-wb-xxs {
  gap: 0.833rem;
}

.gap-wb-xxxs {
  gap: 0.55rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-y-wb-s {
  row-gap: 2.777rem;
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

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

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-wb-xs > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.11rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.11rem * var(--tw-space-y-reverse));
}

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

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

.overscroll-contain {
  overscroll-behavior: contain;
}

.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

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

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

.rounded-sm {
  border-radius: 5px;
}

.rounded-xl {
  border-radius: 80px;
}

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

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

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

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

.rounded-b-\[500px\] {
  border-bottom-right-radius: 500px;
  border-bottom-left-radius: 500px;
}

.rounded-b-sm {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.rounded-t-sm {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.rounded-t-\[16px\] {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.border {
  border-width: 1px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-\[4px\] {
  border-width: 4px;
}

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

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

.border-dunkelblau {
  --tw-border-opacity: 1;
  border-color: rgb(21 38 68 / var(--tw-border-opacity));
}

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

.border-white\/10 {
  border-color: rgb(255 255 255 / 0.1);
}

.border-hellgrau {
  --tw-border-opacity: 1;
  border-color: rgb(249 249 249 / var(--tw-border-opacity));
}

.border-dunkelblau\/10 {
  border-color: rgb(21 38 68 / 0.1);
}

.border-dunkelblau\/15 {
  border-color: rgb(21 38 68 / 0.15);
}

.border-dunkelblau\/20 {
  border-color: rgb(21 38 68 / 0.2);
}

.bg-dunkelblau {
  --tw-bg-opacity: 1;
  background-color: rgb(21 38 68 / var(--tw-bg-opacity));
}

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

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

.bg-hellgrau\/10 {
  background-color: rgb(249 249 249 / 0.1);
}

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

.bg-neutral-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

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

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-dunkelblau\/10 {
  background-color: rgb(21 38 68 / 0.1);
}

.bg-dunkelblau\/5 {
  background-color: rgb(21 38 68 / 0.05);
}

.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}

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

.bg-center {
  background-position: center;
}

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

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

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

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

.p-0 {
  padding: 0px;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

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

.p-wb-s {
  padding: 2.777rem;
}

.p-wb-ss {
  padding: 1.5rem;
}

.p-wb-xs {
  padding: 1.11rem;
}

.p-wb-xxs {
  padding: 0.833rem;
}

.p-wb-xxxs {
  padding: 0.55rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

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

.px-wb-s {
  padding-left: 2.777rem;
  padding-right: 2.777rem;
}

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

.px-wb-xs {
  padding-left: 1.11rem;
  padding-right: 1.11rem;
}

.px-wb-xxs {
  padding-left: 0.833rem;
  padding-right: 0.833rem;
}

.px-wb-xxxs {
  padding-left: 0.55rem;
  padding-right: 0.55rem;
}

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

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

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

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

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

.py-wb-l {
  padding-top: 5.555rem;
  padding-bottom: 5.555rem;
}

.py-wb-m {
  padding-top: 4.444rem;
  padding-bottom: 4.444rem;
}

.py-wb-s {
  padding-top: 2.777rem;
  padding-bottom: 2.777rem;
}

.py-wb-ss {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-wb-xs {
  padding-top: 1.11rem;
  padding-bottom: 1.11rem;
}

.py-wb-xxs {
  padding-top: 0.833rem;
  padding-bottom: 0.833rem;
}

.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

.pb-wb-m {
  padding-bottom: 4.444rem;
}

.pb-wb-ss {
  padding-bottom: 1.5rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

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

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

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

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

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

.pt-wb-m {
  padding-top: 4.444rem;
}

.pt-wb-xs {
  padding-top: 1.11rem;
}

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

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

.font-montserrat {
  font-family: "Montserrat", sans-serif;
}

.font-worksans {
  font-family: "work-sans", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

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

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-black {
  font-weight: 900;
}

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

.font-extrabold {
  font-weight: 800;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-none {
  line-height: 1;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.text-dunkelblau {
  --tw-text-opacity: 1;
  color: rgb(21 38 68 / var(--tw-text-opacity));
}

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

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}

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

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-dunkelblau\/70 {
  color: rgb(21 38 68 / 0.7);
}

.text-dunkelblau\/80 {
  color: rgb(21 38 68 / 0.8);
}

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

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

.text-inherit {
  color: inherit;
}

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

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

.placeholder-white\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-white\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-dunkelblau\/50::-moz-placeholder {
  color: rgb(21 38 68 / 0.5);
}

.placeholder-dunkelblau\/50::placeholder {
  color: rgb(21 38 68 / 0.5);
}

.accent-gelb {
  accent-color: #eaff6e;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-\[0\.55\] {
  opacity: 0.55;
}

.opacity-\[0\.5\] {
  opacity: 0.5;
}

.opacity-\[0\.65\] {
  opacity: 0.65;
}

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

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

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

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

.\[overflow-wrap\:anywhere\] {
  overflow-wrap: anywhere;
}

/* GSAP */

.fade-up {
  opacity: 0;
}

.fade-in-up {
  opacity: 0;
  transform: translateY(15px);
}

.fade-in {
  opacity: 0;
}

.zoom-in {
  transform: scale(0);
}

.zoom-out {
  transform: scale(1.1);
}

.grow-in {
  transform: scale(0);
}

.reveal-top {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}

.fade-in-left {
  opacity: 0;
  transform: translateX(-25px);
}

.horizontal-reveal {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.center-reveal {
  clip-path: circle(0% at 50% 50%);
}

/* Font Sizes */

.xxl-tag {
  font-size: 62px;
  font-weight: 900;
}

h1, .h1-tag {
  font-size: 51px;
  font-weight: 900;
  line-height: 100%;
}

h2, .h2-tag {
  font-size: 42px;
  font-weight: 900;
  line-height: 100%;
}

h3, .h3-tag {
  font-size: 35px;
  font-weight: 900;
  line-height: 100%;
}

h4, .h4-tag {
  font-size: 29px;
  font-weight: 900;
  line-height: 100%;
}

h5, .h5-tag {
  font-size: 24px;
  font-weight: 900;
  line-height: 100%;
}

h6, .h6-tag {
  font-size: 20px;
  font-weight: 900;
  line-height: 100%;
}

p {
  line-height: 150%;
  font-size: 17px;
}

.sm-tag {
  font-size: 14px;
}

.xs-tag {
  font-size: 12px;
}

@media(max-width:600px) {
  .xxl-tag {
    font-size: 54px;
    font-weight: 700;
  }

  h1, .h1-tag {
    font-size: 48px;
  }

  h2, .h2-tag {
    font-size: 39px;
  }

  h3, .h3-tag {
    font-size: 29px;
  }

  h4, .h4-tag {
    font-size: 25px;
  }

  h5, .h5-tag {
    font-size: 22px;
  }

  h6, .h6-tag {
    font-size: 20px;
  }
}

@media(max-width: 550px) {
  .wpforms-field {
    width: 100%!important;
    margin-left: 0!important;
  }
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

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

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

/* List */

section ul {
  padding-left: 2em;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

section ul > li {
  position: relative;
}

section ul > li::before {
  content: '';
  position: absolute;
  width: 1.3em;
  height: 1.3em;
  top: 0.6em;
  left: -2em;
  background-image: url('/wp-content/themes/mmk-theme/assets/svg/zizack-short.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.wp-block-embed-youtube iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-hellgrau:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

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

.hover\:text-dunkelblau:hover {
  --tw-text-opacity: 1;
  color: rgb(21 38 68 / var(--tw-text-opacity));
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

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

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

.focus\:ring-lila:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(90 90 255 / var(--tw-ring-opacity));
}

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

.aria-selected\:bg-weiss[aria-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.aria-selected\:bg-dunkelblau[aria-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 38 68 / var(--tw-bg-opacity));
}

.aria-selected\:bg-gelb[aria-selected="true"] {
  --tw-bg-opacity: 1;
  background-color: rgb(234 255 110 / var(--tw-bg-opacity));
}

.aria-selected\:text-dunkelblau[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: rgb(21 38 68 / var(--tw-text-opacity));
}

.aria-selected\:text-weiss[aria-selected="true"] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 640px) {
  .sm\:max-w-xl {
    max-width: 36rem;
  }

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

  .sm\:items-center {
    align-items: center;
  }

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

  .sm\:p-4 {
    padding: 1rem;
  }
}

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

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

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

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

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

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

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

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

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

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:min-h-0 {
    min-height: 0px;
  }

  .md\:w-96 {
    width: 24rem;
  }

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

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

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

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

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

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

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

  .md\:w-\[calc\(100vw-\(\(100vw-1166px\)\/2\)-150px\)\] {
    width: calc(100vw - ((100vw - 1166px) / 2) - 150px);
  }

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

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

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

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

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

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

  .md\:columns-3 {
    -moz-columns: 3;
         columns: 3;
  }

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

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

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

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

  .md\:items-center {
    align-items: center;
  }

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

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

  .md\:gap-wb-s {
    gap: 2.777rem;
  }

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

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

  .md\:rounded-sm {
    border-radius: 5px;
  }

  .md\:rounded-b-\[500px\] {
    border-bottom-right-radius: 500px;
    border-bottom-left-radius: 500px;
  }

  .md\:rounded-l-\[500px\] {
    border-top-left-radius: 500px;
    border-bottom-left-radius: 500px;
  }

  .md\:rounded-r-\[500px\] {
    border-top-right-radius: 500px;
    border-bottom-right-radius: 500px;
  }

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

  .md\:p-wb-m {
    padding: 4.444rem;
  }

  .md\:p-wb-s {
    padding: 2.777rem;
  }

  .md\:p-wb-xs {
    padding: 1.11rem;
  }

  .md\:p-wb-xxs {
    padding: 0.833rem;
  }

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

  .md\:py-wb-ss {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:\!pt-\[50px\] {
    padding-top: 50px !important;
  }

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

  .md\:pb-wb-s {
    padding-bottom: 2.777rem;
  }

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

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

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

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

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

  .md\:pt-wb-s {
    padding-top: 2.777rem;
  }

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

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

@media (min-width: 1024px) {
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

  .lg\:grid-cols-\[260px_1fr\] {
    grid-template-columns: 260px 1fr;
  }

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

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:py-wb-l {
    padding-top: 5.555rem;
    padding-bottom: 5.555rem;
  }

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

@media (min-width: 1280px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}