
@font-face {
    font-family: "cccleancutkidregular";
    src: url(/fonts/cccleancutkid-regular-webfont.woff2?b4f9bbfdb88baefd667405ddb763cc1d) format("woff2"),
        url(/fonts/cccleancutkid-regular-webfont.woff?677f09eb8c4f4d25dcf0b5225a29a330) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SuisseIntl-Medium-WebS";
    src: url(/fonts/SuisseIntl-Medium-WebS.woff2?b80ef62747b688a04da73995b7db6f0d) format("woff2"),
        url(/fonts/SuisseIntl-Medium-WebS.woff?79b7a6f180d912d94720f9143d74e230) format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SuisseIntl-MediumItalic-WebS";
    src: url(/fonts/SuisseIntl-MediumItalic-WebS.woff2?97362acfd9f4d1ca6cadc79d2d2debfa) format("woff2"),
        url(/fonts/SuisseIntl-MediumItalic-WebS.woff?d16b699753392d37ba06ca423da3becf) format("woff");
    font-weight: italic;
    font-style: italic;
}

@font-face {
    font-family: "SuisseIntl-Bold-WebS";
    src: url(/fonts/SuisseIntl-Bold-WebS.woff2?dfd6f9413a58d64a185465235aaf7c8b) format("woff2"),
        url(/fonts/SuisseIntl-Bold-WebS.woff?e39238827b4630fa2d946bfeff5ac2f2) format("woff");
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: "SuisseIntl-BoldItalic";
    src: url(/fonts/SuisseIntl-BoldItalic-WebM.woff2?018425623b02fd91f99307c1877591c8) format("woff2"),
        url(/fonts/SuisseIntl-BoldItalic-WebM.woff?14235ede98c1132ff78240e8dd347ed4) format("woff");
    font-weight: bold;
    font-style: italic;
}


/*editorjs rendering*/

.ejs i >  b, .ejs b > i {

    font-family: SuisseIntl-BoldItalic, sans-serif
}

.ejs b {

    font-family: SuisseIntl-Bold-WebS, sans-serif
}

.ejs i {

    font-family: SuisseIntl-MediumItalic-WebS, sans-serif
}


.ejs a {

    -webkit-text-decoration-line: underline;

            text-decoration-line: underline
}

.ejs p:not(:first-child) {

    padding-top: 2.5rem
}

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

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

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

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

input:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

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

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

  .container {
    max-width: 480px;
  }
}
@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;
  }
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0 {
  top: 0px;
}
.bottom-1\/2 {
  bottom: 50%;
}
.left-\[calc\(100\%_\+_0\.9375rem\)\] {
  left: calc(100% + 0.9375rem);
}
.top-3\.75 {
  top: 0.9375rem;
}
.right-3\.75 {
  right: 0.9375rem;
}
.top-3 {
  top: 0.75rem;
}
.right-3 {
  right: 0.75rem;
}
.bottom-3\.75 {
  bottom: 0.9375rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-\[calc\(-100\%_-_15px\)\] {
  left: calc(-100% - 15px);
}
.z-20 {
  z-index: 20;
}
.z-10 {
  z-index: 10;
}
.z-30 {
  z-index: 30;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-start-1 {
  grid-column-start: 1;
}
.col-end-5 {
  grid-column-end: 5;
}
.col-end-12 {
  grid-column-end: 12;
}
.-m-1 {
  margin: -0.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mt-3\.75 {
  margin-top: 0.9375rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-3\.75 {
  margin-bottom: 0.9375rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.-mb-0\.5 {
  margin-bottom: -0.125rem;
}
.-mb-0 {
  margin-bottom: -0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.aspect-3\/2 {
  aspect-ratio: 3 / 2;
}
.h-10 {
  height: 2.5rem;
}
.h-0\.5 {
  height: 0.125rem;
}
.h-0 {
  height: 0px;
}
.h-full {
  height: 100%;
}
.h-auto {
  height: auto;
}
.h-\[80vh\] {
  height: 80vh;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[0\.7em\] {
  height: 0.7em;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-\[20vh\] {
  height: 20vh;
}
.h-\[100\%\] {
  height: 100%;
}
.h-1\/2 {
  height: 50%;
}
.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-screen {
  height: 100vh;
}
.h-\[45vh\] {
  height: 45vh;
}
.h-\[calc\(100vh_-_\(49px_\+_17px_\+_30px\)\)\] {
  height: calc(100vh - (49px + 17px + 30px));
}
.h-\[75vh\] {
  height: 75vh;
}
.h-4 {
  height: 1rem;
}
.h-3 {
  height: 0.75rem;
}
.h-\[68vh\] {
  height: 68vh;
}
.max-h-\[50vh\] {
  max-height: 50vh;
}
.max-h-7 {
  max-height: 1.75rem;
}
.max-h-\[100vh\] {
  max-height: 100vh;
}
.max-h-full {
  max-height: 100%;
}
.max-h-10 {
  max-height: 2.5rem;
}
.max-h-11 {
  max-height: 2.75rem;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-full {
  min-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[80vh\] {
  min-height: 80vh;
}
.min-h-\[calc\(100vh_-_\(49px_\+_17px_\+_30px\)\)\] {
  min-height: calc(100vh - (49px + 17px + 30px));
}
.min-h-\[75vh\] {
  min-height: 75vh;
}
.min-h-80 {
  min-height: 20rem;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-0 {
  width: 0px;
}
.w-7 {
  width: 1.75rem;
}
.w-7\.5 {
  width: 1.875rem;
}
.w-3\/5 {
  width: 60%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-4 {
  width: 1rem;
}
.w-3 {
  width: 0.75rem;
}
.w-\[calc\(100\%_\+_15px\)\] {
  width: calc(100% + 15px);
}
.min-w-full {
  min-width: 100%;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.origin-left {
  transform-origin: left;
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  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-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));
}
.-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));
}
.-rotate-3 {
  --tw-rotate: -3deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@-webkit-keyframes rolling {

  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);;
  }
}
@keyframes rolling {

  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);;
  }
}
.animate-rolling {
  -webkit-animation: rolling 20s linear infinite;
          animation: rolling 20s linear infinite;
}
@-webkit-keyframes scrolling {

  from {
    transform: translateX(0);;
  }

  to {
    transform: translateX(calc(-1 * var(--marquee-width)));;
  }
}
@keyframes scrolling {

  from {
    transform: translateX(0);;
  }

  to {
    transform: translateX(calc(-1 * var(--marquee-width)));;
  }
}
.animate-scrolling {
  -webkit-animation: scrolling var(--marquee-time) linear infinite;;
          animation: scrolling var(--marquee-time) linear infinite;;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-default {
  cursor: default;
}
.resize {
  resize: both;
}
.auto-rows-min {
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.content-center {
  align-content: center;
}
.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-3\.75 {
  gap: 0.9375rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-3\.75\/2 {
  gap: 0.46875rem;
}
.gap-0 {
  gap: 0px;
}
.gap-3\.5 {
  gap: 0.875rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7\.5 {
  gap: 1.875rem;
}
.gap-7 {
  gap: 1.75rem;
}
.gap-x-3\.75 {
  -moz-column-gap: 0.9375rem;
       column-gap: 0.9375rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.self-end {
  align-self: flex-end;
}
.justify-self-end {
  justify-self: end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.scroll-smooth {
  scroll-behavior: smooth;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-solid {
  border-style: solid;
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}
.border-blue-900 {
  --tw-border-opacity: 1;
  border-color: rgb(30 58 138 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-gray {
  --tw-border-opacity: 1;
  border-color: rgb(120 120 120 / var(--tw-border-opacity));
}
.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(20 83 45 / var(--tw-border-opacity));
}
.border-yellow-900 {
  --tw-border-opacity: 1;
  border-color: rgb(113 63 18 / var(--tw-border-opacity));
}
.border-red-900 {
  --tw-border-opacity: 1;
  border-color: rgb(127 29 29 / var(--tw-border-opacity));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-t {
  background-color: #7878787b;
}
.bg-black\/\[\.8\] {
  background-color: rgb(0 0 0 / .8);
}
.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(120 120 120 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-\[url\(\'\/assets\/images\/image-1\.jpeg\'\)\] {
  background-image: url('/assets/images/image-1.jpeg');
}
.bg-\[image\:var\(--background-image\)\] {
  background-image: var(--background-image);
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-white\/90 {
  --tw-gradient-from: rgb(255 255 255 / 0.9);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.via-white\/80 {
  --tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.8), var(--tw-gradient-to, rgb(255 255 255 / 0));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-white {
  fill: #fff;
}
.fill-gray {
  fill: #787878;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.p-1 {
  padding: 0.25rem;
}
.p-3\.75 {
  padding: 0.9375rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-0 {
  padding: 0px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-3\.75 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-3\.75 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-3\.75\/2 {
  padding-top: 0.46875rem;
  padding-bottom: 0.46875rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.pb-3\.75 {
  padding-bottom: 0.9375rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-7\.5 {
  padding-left: 1.875rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pt-3\.75 {
  padding-top: 0.9375rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-3\.75\/2 {
  padding-top: 0.46875rem;
}
.pt-7\.5 {
  padding-top: 1.875rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pt-0\.5 {
  padding-top: 0.125rem;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pt-22 {
  padding-top: 5.5rem;
}
.pt-\[0\.6em\] {
  padding-top: 0.6em;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-11\.25 {
  padding-top: 2.813rem;
}
.pt-11 {
  padding-top: 2.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-bottom {
  vertical-align: bottom;
}
.font-primary-italic {
  font-family: SuisseIntl-MediumItalic-WebS, sans-serif;
}
.font-primary {
  font-family: SuisseIntl-Medium-WebS, sans-serif;
}
.font-secondary {
  font-family: cccleancutkidregular, sans-serif;
}
.text-sm {
  font-size: 0.875rem;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-gray {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-75 {
  opacity: 0.75;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --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-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring-gray-t {
  --tw-ring-color: #7878787b;
}
.ring-gray {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(120 120 120 / var(--tw-ring-opacity));
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[left\] {
  transition-property: left;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-150 {
  transition-delay: 150ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-linear {
  transition-timing-function: linear;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.text-xl-fluid {
  font-size: 17px;
}
@media (min-width: 320px) {

  .text-xl-fluid {
    font-size: calc(17px + 19.6 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1920px) {

  .text-xl-fluid {
    font-size: 36.6px;
  }
}
.typo-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 50.8px;
}
@media (min-width: 320px) {

  .typo-title {
    font-size: calc(50.8px + 236.3 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1920px) {

  .typo-title {
    font-size: 287.1px;
  }
}
.typo-title {
  line-height: 1em;
}
@media (min-width: 320px) {

  .typo-title {
    line-height: calc(1em + 0 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1920px) {

  .typo-title {
    line-height: 1em;
  }
}
.typo-sm {
  font-size: 12px;
}
@media (min-width: 320px) {

  .typo-sm {
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1920px) {

  .typo-sm {
    font-size: 14px;
  }
}
.typo-sm {
  line-height: 1.3em;
}
@media (min-width: 320px) {

  .typo-sm {
    line-height: calc(1.3em + 0 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1920px) {

  .typo-sm {
    line-height: 1.3em;
  }
}
.typo-md {
  font-size: 17px;
}
@media (min-width: 320px) {

  .typo-md {
    font-size: calc(17px + 5.600000000000001 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1920px) {

  .typo-md {
    font-size: 22.6px;
  }
}
.typo-md {
  line-height: 1.3em;
}
@media (min-width: 320px) {

  .typo-md {
    line-height: calc(1.3em + 0 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1920px) {

  .typo-md {
    line-height: 1.3em;
  }
}
.typo-xl {
  font-size: 17px;
}
@media (min-width: 320px) {

  .typo-xl {
    font-size: calc(17px + 19.6 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1920px) {

  .typo-xl {
    font-size: 36.6px;
  }
}
.typo-xl {
  line-height: 1.3em;
}
@media (min-width: 320px) {

  .typo-xl {
    line-height: calc(1.3em + -0.050000000000000044 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1920px) {

  .typo-xl {
    line-height: 1.25em;
  }
}
.typo-zanco {
  padding-top: 0.125rem;
  font-size: 22px;
}
@media (min-width: 320px) {

  .typo-zanco {
    font-size: calc(22px + 23 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1920px) {

  .typo-zanco {
    font-size: 45px;
  }
}
.typo-zanco {
  line-height: 0.7em;
}
@media (min-width: 320px) {

  .typo-zanco {
    line-height: calc(0.7em + 0 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1920px) {

  .typo-zanco {
    line-height: 0.7em;
  }
}

.newsletter {
    grid-template-rows: -webkit-min-content -webkit-min-content auto -webkit-min-content;
    grid-template-rows: min-content min-content auto min-content;
}

/* menu */
.toggle .menu-icon {
  display: inline-block;
}
.toggle .menu-icon span {
  position: absolute;
}
.toggle .menu-icon span:first-child {
  bottom: 50%;
  --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));
}
.toggle .menu-icon span:nth-child(2) {
  display: none;
}
.toggle .menu-icon span:last-child {
  top: inherit;
  bottom: 50%;
  --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));
}

.toggle p > span:first-child {
  width: 100%;
  transform-origin: left;
  overflow: visible;
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 100ms;
  transition-timing-function: linear;
}
.toggle p > span:nth-child(2) {
  display: none;
}
@media (min-width: 480px) {

  .toggle p > span:nth-child(2) {
    display: inline;
  }
}

/* Agenda aside */
.toggle.aside-agenda {
  left: -0.9375rem;
  right: 0px;
}
@media (min-width: 480px) {

  .toggle.aside-agenda {
    left: 0px;
  }
}
/* icons */
.arrow-icon--close span:first-child {
  left: 40%;
  --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));
}
@media (min-width: 768px) {

  .arrow-icon--close span:first-child {
    left: inherit;
    bottom: 30%;
  }
}
.arrow-icon--close span:last-child {
  right: 40%;
  --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));
}
@media (min-width: 768px) {

  .arrow-icon--close span:last-child {
    bottom: 55%;
  }
}

.arrow-icon--open span:first-child {
  left: 40%;
  --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));
}

@media (min-width: 768px) {

  .arrow-icon--open span:first-child {
    left: inherit;
    bottom: 30%;
  }
}
.arrow-icon--open span:last-child {
  right: 40%;
  --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));
}
@media (min-width: 768px) {

  .arrow-icon--open span:last-child {
    bottom: 55%;
  }
}

/* custom select */
k-select .container {
  position: relative;
  width: auto;
}
k-select button {
  display: flex;
  width: auto;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.5rem;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  text-transform: uppercase;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  font-size: 17px;
}
@media (min-width: 320px) {

  k-select button {
    font-size: calc(17px + 5.600000000000001 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1920px) {

  k-select button {
    font-size: 22.6px;
  }
}
k-select button {
  line-height: 1.3em;
}
@media (min-width: 320px) {

  k-select button {
    line-height: calc(1.3em + 0 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1920px) {

  k-select button {
    line-height: 1.3em;
  }
}
k-select button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  fill: #fff;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
k-select button:active {
  background-color: inherit;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.dark k-select button {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  fill: white;
}
.dark k-select button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  fill: black;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.dark k-select button:active {
  background-color: inherit;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
k-select button.expanded svg {
  transform-origin: center;
  --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));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
k-select svg {
  height: auto;
  width: 0.875rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 640px) {

  k-select svg {
    width: 1rem;
  }
}
k-select ul.options {
  position: absolute;
  z-index: 10;
  display: none;
  min-width: 100%;
  max-width: 100%;
  font-size: 12px;
}
@media (min-width: 320px) {

  k-select ul.options {
    font-size: calc(12px + 2 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1920px) {

  k-select ul.options {
    font-size: 14px;
  }
}
k-select ul.options {
  line-height: 1.3em;
}
@media (min-width: 320px) {

  k-select ul.options {
    line-height: calc(1.3em + 0 * (100vw - 320px) / 1600);
  }
}
@media (min-width: 1920px) {

  k-select ul.options {
    line-height: 1.3em;
  }
}
k-select ul.options.show {
  display: block;
}
k-select ul.options li {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-width: 2px;
  border-top-width: 0px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 75ms;
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
k-select ul.options li:first-child {
  display: none;
}
k-select ul.options li:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
k-select ul.options li:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.dark k-select ul.options li {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  fill: white;
}
.dark k-select ul.options li:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  fill: black;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.dark k-select ul.options li:active {
  background-color: inherit;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/*sliders responsive*/

.slider-md {
  background-image: var(--background-image-md);
}

.slider-xl {
  background-image: var(--background-image-xl);
}

.slider-sm {
  background-image: var(--background-image-sm);
}

.placeholder\:text-gray::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}

.placeholder\:text-gray:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}

.placeholder\:text-gray::placeholder {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}

.placeholder\:text-black::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.placeholder\:text-black:-ms-input-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.placeholder\:text-black::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}

.last\:pb-3\.75:last-child {
  padding-bottom: 0.9375rem;
}

.last\:pb-3:last-child {
  padding-bottom: 0.75rem;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

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

.hover\:border:hover {
  border-width: 1px;
}

.hover\:border-black:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

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

.hover\:fill-black:hover {
  fill: #000;
}

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

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

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

.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

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

.focus\:border-gray-t:focus {
  border-color: #7878787b;
}

.focus\:border-gray:focus {
  --tw-border-opacity: 1;
  border-color: rgb(120 120 120 / var(--tw-border-opacity));
}

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

.focus\:ring: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(3px + 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);
}

.active\:border-gray:active {
  --tw-border-opacity: 1;
  border-color: rgb(120 120 120 / var(--tw-border-opacity));
}

.active\:bg-inherit:active {
  background-color: inherit;
}

.active\:bg-gray-t:active {
  background-color: #7878787b;
}

.active\:fill-gray:active {
  fill: #787878;
}

.active\:text-black:active {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.active\:text-gray:active {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}

.group:hover .group-hover\:flex {
  display: flex;
}

.group:hover .group-hover\:font-secondary {
  font-family: cccleancutkidregular, sans-serif;
}

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

.dark .dark\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.dark .dark\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

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

.dark .dark\:from-primary\/90 {
  --tw-gradient-from: rgb(0 0 0 / 0.9);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}

.dark .dark\:from-primary {
  --tw-gradient-from: black;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
}

.dark .dark\:via-primary\/80 {
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.8), var(--tw-gradient-to, rgb(0 0 0 / 0));
}

.dark .dark\:fill-primary {
  fill: black;
}

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

.dark .dark\:text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.dark .dark\:text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}

.dark .dark\:hover\:border-secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.dark .dark\:hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.dark .dark\:hover\:text-gray:hover {
  --tw-text-opacity: 1;
  color: rgb(120 120 120 / var(--tw-text-opacity));
}

.dark .dark\:hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.dark .dark\:active\:bg-gray-t:active {
  background-color: #7878787b;
}

.dark .dark\:active\:bg-inherit:active {
  background-color: inherit;
}

.dark .dark\:active\:text-secondary:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 480px) {

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

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

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

  .old\:block {
    display: block;
  }

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

  .old\:h-\[calc\(100vh_-_\(62px_\+_17px_\+_30px\)\)\] {
    height: calc(100vh - (62px + 17px + 30px));
  }

  .old\:min-h-\[calc\(100vh_-_\(62px_\+_17px_\+_30px\)\)\] {
    min-height: calc(100vh - (62px + 17px + 30px));
  }

  .old\:w-\[calc\(50\%_-_0\.469rem\)\] {
    width: calc(50% - 0.469rem);
  }

  .old\:w-1\/4 {
    width: 25%;
  }

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

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

  .old\:gap-3\.75 {
    gap: 0.9375rem;
  }

  .old\:gap-3 {
    gap: 0.75rem;
  }

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

    .old\:typo-sm {
    font-size: 12px;
  }

    @media (min-width: 320px) {

    .old\:typo-sm {
      font-size: calc(12px + 2 * (100vw - 320px) / 1600);
    }
  }

    @media (min-width: 1920px) {

    .old\:typo-sm {
      font-size: 14px;
    }
  }

    .old\:typo-sm {
    line-height: 1.3em;
  }

    @media (min-width: 320px) {

    .old\:typo-sm {
      line-height: calc(1.3em + 0 * (100vw - 320px) / 1600);
    }
  }

    @media (min-width: 1920px) {

    .old\:typo-sm {
      line-height: 1.3em;
    }
  }
}

@media (min-width: 640px) {

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

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

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

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

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

  .sm\:col-end-6 {
    grid-column-end: 6;
  }

  .sm\:col-end-7 {
    grid-column-end: 7;
  }

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

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-\[30vh\] {
    height: 30vh;
  }

  .sm\:h-\[60vh\] {
    height: 60vh;
  }

  .sm\:h-\[calc\(100vh_-_\(67px_\+_17px_\+_30px\)\)\] {
    height: calc(100vh - (67px + 17px + 30px));
  }

  .sm\:h-screen {
    height: 100vh;
  }

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

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

  .sm\:min-h-80 {
    min-height: 20rem;
  }

  .sm\:min-h-\[calc\(100vh_-_\(67px_\+_17px_\+_30px\)\)\] {
    min-height: calc(100vh - (67px + 17px + 30px));
  }

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

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

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

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

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

  .sm\:max-w-7xl {
    max-width: 80rem;
  }

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

  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }

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

  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:p-0 {
    padding: 0px;
  }

  .sm\:pl-0 {
    padding-left: 0px;
  }

  .sm\:align-middle {
    vertical-align: middle;
  }

  .odd\:sm\:col-start-2:nth-child(odd) {
    grid-column-start: 2;
  }

  .even\:sm\:col-start-2:nth-child(even) {
    grid-column-start: 2;
  }
}

@media (min-width: 768px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

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

  .md\:top-inherit {
    top: inherit;
  }

  .md\:left-inherit {
    left: inherit;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:col-end-12 {
    grid-column-end: 12;
  }

  .md\:col-end-13 {
    grid-column-end: 13;
  }

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

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

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:grid {
    display: grid;
  }

  .md\:contents {
    display: contents;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:h-\[75vh\] {
    height: 75vh;
  }

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

  .md\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-\[calc\(33\.33\%_-_0\.625rem\)\] {
    width: calc(33.33% - 0.625rem);
  }

  .md\:w-1\/2 {
    width: 50%;
  }

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

  .md\:min-w-max {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
  }

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

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

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

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

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

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

  .md\:max-w-7xl {
    max-width: 80rem;
  }

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

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

  .md\:grid-rows-aside {
    grid-template-rows: -webkit-min-content minmax(auto, -webkit-min-content) auto;
    grid-template-rows: min-content minmax(auto, min-content) auto;
  }

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

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

  .md\:gap-inherit {
    gap: inherit;
  }

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

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:border-0 {
    border-width: 0px;
  }

  .md\:bg-inherit {
    background-color: inherit;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

    .md\:typo-xl {
    font-size: 17px;
  }

    @media (min-width: 320px) {

    .md\:typo-xl {
      font-size: calc(17px + 19.6 * (100vw - 320px) / 1600);
    }
  }

    @media (min-width: 1920px) {

    .md\:typo-xl {
      font-size: 36.6px;
    }
  }

    .md\:typo-xl {
    line-height: 1.3em;
  }

    @media (min-width: 320px) {

    .md\:typo-xl {
      line-height: calc(1.3em + -0.050000000000000044 * (100vw - 320px) / 1600);
    }
  }

    @media (min-width: 1920px) {

    .md\:typo-xl {
      line-height: 1.25em;
    }
  }

    .odd\:md\:col-start-2:nth-child(odd) {
    grid-column-start: 2;
  }

    .even\:md\:col-start-7:nth-child(even) {
    grid-column-start: 7;
  }

    .md\:hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

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

    .group:hover .md\:group-hover\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

    .group:hover .md\:group-hover\:font-secondary {
    font-family: cccleancutkidregular, sans-serif;
  }

    .dark .md\:dark\:bg-inherit {
    background-color: inherit;
  }
}

@media (min-width: 1024px) {

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

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

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

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

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

  .lg\:col-end-7 {
    grid-column-end: 7;
  }

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

  .lg\:row-start-1 {
    grid-row-start: 1;
  }

  .lg\:contents {
    display: contents;
  }

  .lg\:w-\[calc\(25\%_-_0\.703rem\)\] {
    width: calc(25% - 0.703rem);
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

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

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

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

  .lg\:max-w-7xl {
    max-width: 80rem;
  }

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

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

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }
}

@media (min-width: 1280px) {

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

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

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

  .xl\:contents {
    display: contents;
  }

  .xl\:max-w-sm {
    max-width: 24rem;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

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

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

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

  .xl\:max-w-7xl {
    max-width: 80rem;
  }

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

  .xl\:gap-3\.75 {
    gap: 0.9375rem;
  }

  .xl\:gap-3 {
    gap: 0.75rem;
  }
}

@media (min-width: 1536px) {

  .\32xl\:h-\[calc\(100vh_-_\(70px_\+_17px_\+_30px\)\)\] {
    height: calc(100vh - (70px + 17px + 30px));
  }

  .\32xl\:min-h-\[calc\(100vh_-_\(70px_\+_17px_\+_30px\)\)\] {
    min-height: calc(100vh - (70px + 17px + 30px));
  }

  .\32xl\:max-w-sm {
    max-width: 24rem;
  }

  .\32xl\:max-w-md {
    max-width: 28rem;
  }

  .\32xl\:max-w-lg {
    max-width: 32rem;
  }

  .\32xl\:max-w-xl {
    max-width: 36rem;
  }

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

  .\32xl\:max-w-3xl {
    max-width: 48rem;
  }

  .\32xl\:max-w-4xl {
    max-width: 56rem;
  }

  .\32xl\:max-w-5xl {
    max-width: 64rem;
  }

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

  .\32xl\:max-w-7xl {
    max-width: 80rem;
  }
}

