<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
! tailwindcss v3.3.0 | 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.
*/

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: Karbon, 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 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

/* 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-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
}

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

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

    .container{
        max-width: 600px;
        padding-right: 2rem;
        padding-left: 2rem;
    }
}
@media (min-width: 782px){

    .container{
        max-width: 782px;
    }
}
@media (min-width: 960px){

    .container{
        max-width: 960px;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}
@media (min-width: 1280px){

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

    .container{
        max-width: 1440px;
    }
}
.pointer-events-none{
    pointer-events: none;
}
.visible{
    visibility: visible;
}
.static{
    position: static;
}
.fixed{
    position: fixed;
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
.sticky{
    position: sticky;
}
.inset-x-0{
    left: 0px;
    right: 0px;
}
.bottom-\[calc\(100vh-100svh\)\]{
    bottom: calc(100vh - 100svh);
}
.left-0{
    left: 0px;
}
.left-1\/2{
    left: 50%;
}
.right-0{
    right: 0px;
}
.top-0{
    top: 0px;
}
.top-1\/2{
    top: 50%;
}
.top-\[46px\]{
    top: 46px;
}
.z-10{
    z-index: 10;
}
.z-30{
    z-index: 30;
}
.z-40{
    z-index: 40;
}
.z-50{
    z-index: 50;
}
.z-\[41\]{
    z-index: 41;
}
.col-span-2{
    grid-column: span 2 / span 2;
}
.\!m-0{
    margin: 0px !important;
}
.m-8{
    margin: 2rem;
}
.\!my-8{
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}
.mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.my-3{
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.\!mt-2{
    margin-top: 0.5rem !important;
}
.mb-0{
    margin-bottom: 0px;
}
.mb-1{
    margin-bottom: 0.25rem;
}
.mb-3{
    margin-bottom: 0.75rem;
}
.mb-4{
    margin-bottom: 1rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.mb-\[400px\]{
    margin-bottom: 400px;
}
.mr-2{
    margin-right: 0.5rem;
}
.mt-16{
    margin-top: 4rem;
}
.mt-2{
    margin-top: 0.5rem;
}
.mt-20{
    margin-top: 5rem;
}
.mt-3{
    margin-top: 0.75rem;
}
.mt-4{
    margin-top: 1rem;
}
.mt-6{
    margin-top: 1.5rem;
}
.mt-8{
    margin-top: 2rem;
}
.mt-\[-1rem\]{
    margin-top: -1rem;
}
.mt-\[-4px\]{
    margin-top: -4px;
}
.block{
    display: block;
}
.inline-block{
    display: inline-block;
}
.\!inline{
    display: inline !important;
}
.inline{
    display: inline;
}
.flex{
    display: flex;
}
.table{
    display: table;
}
.contents{
    display: contents;
}
.hidden{
    display: none;
}
.h-1{
    height: 0.25rem;
}
.h-12{
    height: 3rem;
}
.h-16{
    height: 4rem;
}
.h-4{
    height: 1rem;
}
.h-5{
    height: 1.25rem;
}
.h-6{
    height: 1.5rem;
}
.h-7{
    height: 1.75rem;
}
.h-8{
    height: 2rem;
}
.h-\[102px\]{
    height: 102px;
}
.h-calc{
    height: calc(100vh - 46px);
}
.h-full{
    height: 100%;
}
.h-screen{
    height: 100vh;
}
.max-h-full{
    max-height: 100%;
}
.min-h-full{
    min-height: 100%;
}
.min-h-screen{
    min-height: 100vh;
}
.w-1\/2{
    width: 50%;
}
.w-12{
    width: 3rem;
}
.w-16{
    width: 4rem;
}
.w-4{
    width: 1rem;
}
.w-5{
    width: 1.25rem;
}
.w-6{
    width: 1.5rem;
}
.w-7{
    width: 1.75rem;
}
.w-8{
    width: 2rem;
}
.w-full{
    width: 100%;
}
.w-screen{
    width: 100vw;
}
.\!max-w-full{
    max-width: 100% !important;
}
.\!max-w-none{
    max-width: none !important;
}
.max-w-sm{
    max-width: 24rem;
}
.grow{
    flex-grow: 1;
}
.grow-0{
    flex-grow: 0;
}
.-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0{
    --tw-translate-x: 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));
}
.translate-x-full{
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform{
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce{

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

    50%{
        transform: none;
        animation-timing-function: cubic-bezier(0,0,0.2,1);
    }
}
.animate-bounce{
    animation: bounce 1s infinite;
}
@keyframes spin{

    to{
        transform: rotate(360deg);
    }
}
.animate-spin{
    animation: spin 1s linear infinite;
}
.cursor-pointer{
    cursor: pointer;
}
.snap-y{
    scroll-snap-type: y var(--tw-scroll-snap-strictness);
}
.snap-mandatory{
    --tw-scroll-snap-strictness: mandatory;
}
.snap-start{
    scroll-snap-align: start;
}
.snap-always{
    scroll-snap-stop: always;
}
.\!list-inside{
    list-style-position: inside !important;
}
.\!list-none{
    list-style-type: none !important;
}
.list-decimal{
    list-style-type: decimal;
}
.list-disc{
    list-style-type: disc;
}
.flex-col{
    flex-direction: column;
}
.items-start{
    align-items: flex-start;
}
.items-center{
    align-items: center;
}
.justify-center{
    justify-content: center;
}
.justify-between{
    justify-content: space-between;
}
.gap-3{
    gap: 0.75rem;
}
.gap-3\.5{
    gap: 0.875rem;
}
.gap-x-12{
    -moz-column-gap: 3rem;
         column-gap: 3rem;
}
.gap-x-2{
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
}
.self-end{
    align-self: flex-end;
}
.overflow-auto{
    overflow: auto;
}
.overflow-hidden{
    overflow: hidden;
}
.rounded{
    border-radius: 0.25rem;
}
.border{
    border-width: 1px;
}
.border-b{
    border-bottom-width: 1px;
}
.border-l-8{
    border-left-width: 8px;
}
.border-t{
    border-top-width: 1px;
}
.border-primary{
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.border-b-gray-600{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.border-l-gray-100{
    --tw-border-opacity: 1;
    border-left-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-t-gray-400{
    --tw-border-opacity: 1;
    border-top-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-t-gray-600{
    --tw-border-opacity: 1;
    border-top-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.border-t-gray-700{
    --tw-border-opacity: 1;
    border-top-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.\!bg-white{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-black{
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-500{
    --tw-bg-opacity: 1;
    background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-900{
    --tw-bg-opacity: 1;
    background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-primary{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-slate-900{
    --tw-bg-opacity: 1;
    background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.fill-gray-500{
    fill: #6b7280;
}
.fill-gray-600{
    fill: #4b5563;
}
.fill-inherit{
    fill: inherit;
}
.fill-white{
    fill: #fff;
}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.object-center{
    -o-object-position: center;
       object-position: center;
}
.object-left-top{
    -o-object-position: left top;
       object-position: left top;
}
.p-4{
    padding: 1rem;
}
.p-8{
    padding: 2rem;
}
.px-0{
    padding-left: 0px;
    padding-right: 0px;
}
.px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.py-0{
    padding-top: 0px;
    padding-bottom: 0px;
}
.py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.\!pb-24{
    padding-bottom: 6rem !important;
}
.pb-10{
    padding-bottom: 2.5rem;
}
.pb-12{
    padding-bottom: 3rem;
}
.pb-2{
    padding-bottom: 0.5rem;
}
.pb-4{
    padding-bottom: 1rem;
}
.pb-48{
    padding-bottom: 12rem;
}
.pb-8{
    padding-bottom: 2rem;
}
.pt-0{
    padding-top: 0px;
}
.pt-1{
    padding-top: 0.25rem;
}
.pt-24{
    padding-top: 6rem;
}
.pt-28{
    padding-top: 7rem;
}
.pt-3{
    padding-top: 0.75rem;
}
.pt-48{
    padding-top: 12rem;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.text-justify{
    text-align: justify;
}
.align-text-bottom{
    vertical-align: text-bottom;
}
.\!text-2xl{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}
.\!text-4xl{
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
}
.\!text-base{
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}
.\!text-xl{
    font-size: 1.25rem !important;
}
.text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.text-5xl{
    font-size: 3rem;
    line-height: 1;
}
.text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.text-xl{
    font-size: 1.25rem;
}
.\!font-bold{
    font-weight: 700 !important;
}
.\!font-normal{
    font-weight: 400 !important;
}
.font-bold{
    font-weight: 700;
}
.font-extrabold{
    font-weight: 800;
}
.font-light{
    font-weight: 300;
}
.font-semibold{
    font-weight: 600;
}
.uppercase{
    text-transform: uppercase;
}
.\!leading-tight{
    line-height: 1.25 !important;
}
.leading-6{
    line-height: 1.5rem;
}
.leading-8{
    line-height: 2rem;
}
.leading-relaxed{
    line-height: 1.625;
}
.leading-tight{
    line-height: 1.25;
}
.\!text-white{
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-black{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-blue-500{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-800{
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900{
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-inherit{
    color: inherit;
}
.text-slate-400{
    --tw-text-opacity: 1;
    color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline{
    text-decoration-line: underline;
}
.underline-offset-2{
    text-underline-offset: 2px;
}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
    opacity: 0;
}
.opacity-100{
    opacity: 1;
}
.opacity-25{
    opacity: 0.25;
}
.opacity-50{
    opacity: 0.5;
}
.opacity-80{
    opacity: 0.8;
}
.shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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;
}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;
}
.alignwide{
    margin: 2rem 0;
    max-width: 1280px !important;
}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;
}
.aligncenter{
    margin: 0.5rem auto;
    display: block;
}
@media (min-width: 600px){

    .alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left;
    }

    .alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right;
    }

    .wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem;
    }

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;
    }
}
.wp-caption{
    display: inline-block;
}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;
}
.wp-caption-text{
    font-size: 0.875rem;
    color: #4b5563;
}
article &gt; *:not(.entry-content),
.entry-content &gt; *{
    margin-left: auto;
    margin-right: auto;
    max-width: 960px;
}
.entry-content h1, .block-editor-block-list__layout h1{
    font-size: 1.5rem;
    line-height: 2rem;
}
.entry-content h2, .block-editor-block-list__layout h2{
    font-size: 1.25rem;
}
.entry-content h3, .block-editor-block-list__layout h3{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.entry-content p a, .entry-content ul a, .entry-content ol a, .block-editor-block-list__layout p a, .block-editor-block-list__layout ul a, .block-editor-block-list__layout ol a{
    --tw-text-opacity: 1;
    color: rgb(59 130 246 / var(--tw-text-opacity));
    text-decoration-line: underline;
}
.entry-content p a:hover, .entry-content ul a:hover, .entry-content ol a:hover, .block-editor-block-list__layout p a:hover, .block-editor-block-list__layout ul a:hover, .block-editor-block-list__layout ol a:hover{
    text-decoration-line: none;
}
.entry-content p, .entry-content ul, .entry-content ol, .block-editor-block-list__layout p, .block-editor-block-list__layout ul, .block-editor-block-list__layout ol{
    margin-bottom: 2rem;
}
.entry-content ul:not(.block-editor-block-variation-picker__variations) li, .block-editor-block-list__layout ul:not(.block-editor-block-variation-picker__variations) li{
    list-style-position: inside;
    list-style-type: disc;
}
.entry-content ol li, .block-editor-block-list__layout ol li{
    list-style-position: inside;
    list-style-type: decimal;
}
/* Fonts */
@font-face {
    font-family: 'Karbon';
    src: url(../fonts/karbon-regular.woff2?9f72959a122ec8e8a0c453adf1251a2b) format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Karbon';
    src: url(../fonts/karbon-semibold.woff2?803e3572c8313fa53b21fa52f8a1a237) format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
html {
    font-size: 16px;
    letter-spacing: -0.5px;
}
/* Global */
.slow-moves {
    transition: 0.3s;
}
a {
    text-decoration-thickness: 1px !important;
}
a, a svg {
    transition: 0.2s;
}
a.video-link {
    text-decoration: none;
    padding: 2px 10px;
    border-radius: 20px;
    color: #fff;
    background-color: #ddd;
    border: 1px solid #ddd;
}
a.video-link svg {
    margin-bottom: 2px;
}
a.video-link:hover {
    background-color: #777;
    border-color: #777;
}
.wp-lightbox-container button {
    z-index: 30 !important;
}
.text-sm {
    font-size: 1.1rem;
}
.home #scroll-div {
    overflow-x: hidden;
}
/* Menus */
#menu-footer li a {
    color: inherit !important;
    text-decoration: none !important;
}
#trp-footer-languages li:not(:last-child) {
    border-right: 1px solid #ddd;
    padding-right: 4px;
}
/* Page d'accueil/archive des expositions */
@media screen and (orientation:portrait) {
article .entry-content figure img.force-center {
        position: absolute;
        left: -50%
}
article .entry-content figure img.force-right {
        position: absolute;
        right: 0
}
article .entry-content figure img.force-midleft {
        position: absolute;
        left: -75%
}
article .entry-content figure img.force-midright {
        position: absolute;
        left: -25%
}
    }
/* Page unique d'exposition */
.post-custom-content a {
    text-decoration: underline;
}
.post-custom-content footer a {
    text-decoration: none;
}
.post-custom-content .wp-block-column p {
    padding-top: 0.8rem;
}
.post-custom-content .wp-block-column .info-block h5 {
    padding-top: 0.9rem;
    padding-bottom: 0.5rem;
    color: #aaa;
}
.post-custom-content .wp-block-column .info-block p {
    padding: 0;
}
.will-shrink{
    flex: 0 1 auto !important;
}
@media (max-width: 639px) {
figure.wp-block-gallery figure {
        width: 100% !important
}
    }
figure.wp-block-gallery.same-height.is-layout-flex {
    gap: 1em !important;
}
@media (max-width: 781px) {
figure.wp-block-gallery.same-height.is-layout-flex {
        display: block
}
    }
figure.wp-block-gallery.same-height.is-layout-flex figure.wp-block-image.same-height {
    width: unset !important;
}
@media (max-width: 781px) {
figure.wp-block-gallery.same-height.is-layout-flex figure.wp-block-image.same-height {
        margin-bottom: 0.75rem !important
}
    }
figure.wp-block-gallery.same-height.is-layout-flex figure.wp-block-image.same-height img {
    width: 100% !important;
    height: auto !important;
    flex: none !important;
}
@media (max-width: 781px) {
.info-block {
        margin-top: -32px
}
.info-block h5:first-of-type {
        padding-top: 0 !important
}
    }
/* Page d'archive de Travaux */
.post-type-archive-work .header-mask {
    opacity: 1 !important;
    background-color: #fff;
}
.work-list article {
    border-bottom-width: 8px;
    border-bottom-color: rgb(229 231 235);
}
@media (min-width: 782px) {
.work-list article {
        border-style: none
}
    }
.work-list article .entry-content &gt; * {
    max-width: none;
}
.work-list article .entry-content .wp-block-columns-is-layout-flex {
    gap: 0.5em;
    margin-bottom: 0.2em;
}
@media (min-width: 782px) {
.work-list article .entry-content .wp-block-columns-is-layout-flex {
        gap: 1em
}
    }
.work-list article .entry-content .caption p {
    margin-bottom: 0;
}
#glightbox-body .goverlay {
    background-color: #fff;
}
#glightbox-body .gcontainer {
    padding: 20px;
}
#glightbox-body .gprev.gbtn,
#glightbox-body .gnext.gbtn {
    display: none;
}
#glightbox-body .gclose.gbtn {
    background-color: transparent;
}
.glightbox-clean .gclose svg {
    width: 28px !important;
}
#glightbox-body .gslide-media {
    box-shadow: none;
}
/* Page Textes */
.page-texts .site-content {
    background-color: #00102A;
    color: #fff;
}
.page-texts .site-content .text-list h2{
    line-height: 1.25rem;
    font-size: 1.1rem;
    color: #939eae;
    border-top: 1px solid #939eae;
}
@media (min-width: 782px) {
.page-texts .site-content .text-list h2 {
        margin-bottom: -1.6rem;
        border-top: none
}
    }
.page-texts .site-content .text-list h4,
.page-texts .site-content .text-list h3,
.page-texts .site-content .text-list ul,
.page-texts .site-content .text-list p {
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 782px) {
.page-texts .site-content .text-list h4,
.page-texts .site-content .text-list h3,
.page-texts .site-content .text-list ul,
.page-texts .site-content .text-list p {
        padding-left: 5rem;
        padding-right: 5rem
}
    }
@media (min-width: 1024px) {
.page-texts .site-content .text-list h4,
.page-texts .site-content .text-list h3,
.page-texts .site-content .text-list ul,
.page-texts .site-content .text-list p {
        padding-left: 8rem;
        padding-right: 8rem
}
    }
@media (min-width: 1280px) {
.page-texts .site-content .text-list h4,
.page-texts .site-content .text-list h3,
.page-texts .site-content .text-list ul,
.page-texts .site-content .text-list p {
        padding-left: 12rem;
        padding-right: 12rem
}
    }
.page-texts .site-content .text-list h4,
.page-texts .site-content .text-list h3,
.page-texts .site-content .text-list p {
    margin-bottom: 0.2rem;
}
.page-texts .site-content .text-list h3 {
    font-size: 1.25rem;
    line-height: 1.3em;
}
.page-texts .site-content .text-list h4 {
    font-weight: 300;
    font-size: 1.125rem;
}
.page-texts .site-content .text-list p,
.page-texts .site-content .text-list ul {
    font-size: 1.05rem;
}
.page-texts .site-content .text-list ul {
    margin-bottom: 2rem;
    list-style-type: none;
}
.page-texts .site-content .text-list ul li {
    display: inline-block;
    margin-right: 0.3rem;
}
.page-texts .site-content .text-list ul li a,
.page-texts .site-content .text-list ul a {
    color: #939eae;
}
.page-texts .site-content .text-list ul li a:hover,
.page-texts .site-content .text-list ul a:hover {
    color: #fff;
}
/* Page Bio */
.page-bio .site-content {
    background-color: #C9C305;
    color: #1D1D1B;
}
.page-bio .site-content .bio-list h2{
    line-height: 1.25rem;
    font-size: 1.1rem;
    color: #514d04;
    border-top: 1px solid #AAA209;
}
@media (min-width: 782px) {
.page-bio .site-content .bio-list h2 {
        margin-bottom: -1.6rem;
        border-top: none
}
    }
.page-bio .site-content .bio-list h1,
.page-bio .site-content .bio-list h3,
.page-bio .site-content .bio-list p {
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 782px) {
.page-bio .site-content .bio-list h1,
.page-bio .site-content .bio-list h3,
.page-bio .site-content .bio-list p {
        padding-left: 5rem;
        padding-right: 5rem;
}
    }
@media (min-width: 1024px) {
.page-bio .site-content .bio-list h1,
.page-bio .site-content .bio-list h3,
.page-bio .site-content .bio-list p {
        padding-left: 8rem;
        padding-right: 8rem;
}
    }
@media (min-width: 1280px) {
.page-bio .site-content .bio-list h1,
.page-bio .site-content .bio-list h3,
.page-bio .site-content .bio-list p {
        padding-left: 12rem;
        padding-right: 12rem;
}
    }
.page-bio .site-content .bio-list h1,
.page-bio .site-content .bio-list h3,
.page-bio .site-content .bio-list p{
    margin-bottom: 2rem;
}
.page-bio .site-content .bio-list p {
    font-size: 1.05rem;
    line-height: 1.2rem;
}
.page-bio .site-content .bio-list h1 {
    color: #000;
    opacity: 0.5;
    font-size: 1.5rem;
    font-weight: 300;
}
.page-bio .site-content .bio-list h1:not(:first-of-type) {
    margin-top: 5em;
}
.page-bio .site-content .bio-list h3 {
    margin-bottom: 0;
    font-size: 1.25rem;
    font-weight: 600;
}
/* Page About */
.page-about .about-resume h2,
.page-about .about-content h2{
    line-height: 1.25rem;
    font-size: 1.1rem;
    border-bottom: 1px solid #F7E3E6;
    margin-bottom: 1em;
}
@media (min-width: 782px) {
.page-about .about-resume h2,
.page-about .about-content h2 {
        margin-bottom: -1.6rem;
        border-bottom: none
}
    }
.page-about .about-resume h2:not(:first-of-type) {
    margin-top: 2.5rem;
}
.page-about .about-resume p,
.page-about .about-content p {
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 782px) {
.page-about .about-resume p,
.page-about .about-content p {
        padding-left: 5rem;
        padding-right: 5rem;
}
    }
@media (min-width: 1024px) {
.page-about .about-resume p,
.page-about .about-content p {
        padding-left: 8rem;
        padding-right: 8rem;
}
    }
@media (min-width: 1280px) {
.page-about .about-resume p,
.page-about .about-content p {
        padding-left: 12rem;
        padding-right: 12rem;
}
    }
.page-about .about-resume p,
.page-about .about-content p{
    font-weight: 300;
    margin-bottom: 1rem;
}
.page-about .about-resume p a:hover {
    color: #E0BAC1;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.page-about .about-resume p strong,
.page-about .about-content p strong {
    font-weight: 600;
}
.page-about .about-content p em {
    font-style: normal;
    font-size: 0.9em;
    color: #777;
}
/* Page Infos lĆ©gales */
.page-legal .site-content {
    background-color: #8fca04;
    color: #fff;
}
.page-legal .site-content .legal-list a:hover,
.page-legal .site-content .legal-list a:active,
.page-legal .site-content .legal-list a:focus {
    text-decoration: underline;
    text-underline-offset: 2px;
}
.page-legal .site-content .legal-list h2{
    line-height: 1.25rem;
    font-size: 1.1rem;
    border-top: 1px solid #dceeb1;
    color: #dceeb1;
}
@media (min-width: 782px) {
.page-legal .site-content .legal-list h2 {
        margin-bottom: -1.6rem;
        border-top: none
}
    }
.page-legal .site-content .legal-list h5,
.page-legal .site-content .legal-list p {
    padding-left: 0px;
    padding-right: 0px;
}
@media (min-width: 782px) {
.page-legal .site-content .legal-list h5,
.page-legal .site-content .legal-list p {
        padding-left: 5rem;
        padding-right: 5rem;
}
    }
@media (min-width: 1024px) {
.page-legal .site-content .legal-list h5,
.page-legal .site-content .legal-list p {
        padding-left: 8rem;
        padding-right: 8rem;
}
    }
@media (min-width: 1280px) {
.page-legal .site-content .legal-list h5,
.page-legal .site-content .legal-list p {
        padding-left: 12rem;
        padding-right: 12rem;
}
    }
.page-legal .site-content .legal-list h5,
.page-legal .site-content .legal-list p{
    margin-bottom: 2rem;
}
.page-legal .site-content .legal-list h5 {
    font-size: 0.9em;
    font-weight: 700;
    margin-top: 0.5rem;
    margin-bottom: 0;
}
.page-legal .site-content .legal-list h2+p {
    margin-top: 0.5rem;
}
@media (min-width: 782px) {
.page-legal .site-content .legal-list h2+p {
        margin-top: 0.25em
}
    }
/* Page unique d'Å“uvre */
.single-work header .header-mask {
    opacity: 1;
    background-color: #fff;
}
.single-work article {
    min-height: calc(100vh - 102px);
}
.single-work.admin-bar article {
    min-height: calc(100vh - 148px);
}
@media (min-width: 782px) {
.single-work.admin-bar article {
        min-height: calc(100vh - 134px)
}
    }
.single-work .entry-content figure {
    max-height: calc(100vh - 204px);
    min-height: -moz-fit-content;
    min-height: fit-content;
}
.single-work .entry-content figure img {
    -o-object-fit: contain;
       object-fit: contain;
    max-width: 100%;
    max-height: calc(100vh - 204px);
    margin: 0 auto;
}
.single-work.admin-bar .entry-content figure {
    max-height: calc(100vh - 250px);
    min-height: -moz-fit-content;
    min-height: fit-content;
}
@media (min-width: 782px) {
.single-work.admin-bar .entry-content figure {
        max-height: calc(100vh - 236px)
}
    }
.single-work.admin-bar .entry-content figure img {
    -o-object-fit: contain;
       object-fit: contain;
    margin: auto;
    max-width: 100%;
    max-height: calc(100vh - 250px);
}
@media (min-width: 782px) {
.single-work.admin-bar .entry-content figure img {
        max-height: calc(100vh - 236px)
}
    }
.single-work .legend {
    text-align: center;
}
.single-work .lightbox-image-container figure img {
    -o-object-fit: contain !important;
       object-fit: contain !important;
}
.first\:\!mb-0:first-child{
    margin-bottom: 0px !important;
}
.hover\:fill-\[\#E0BAC1\]:hover{
    fill: #E0BAC1;
}
.hover\:fill-gray-500:hover{
    fill: #6b7280;
}
.hover\:fill-white:hover{
    fill: #fff;
}
.hover\:\!text-gray-400:hover{
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.hover\:text-gray-300:hover{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover{
    --tw-text-opacity: 1;
    color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-500:hover{
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-white:hover{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:text-white){
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
:is(.dark .dark\:hover\:text-gray-300:hover){
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
@media (min-width: 600px){

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

    .sm\:pb-12{
        padding-bottom: 3rem;
    }

    .sm\:pt-40{
        padding-top: 10rem;
    }

    .sm\:\!text-5xl{
        font-size: 3rem !important;
        line-height: 1 !important;
    }

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

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

    .sm\:text-5xl{
        font-size: 3rem;
        line-height: 1;
    }

    .sm\:leading-normal{
        line-height: 1.5;
    }
}
@media (min-width: 782px){

    .md\:top-\[32px\]{
        top: 32px;
    }

    .md\:\!my-0{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .md\:my-6{
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }

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

    .md\:mb-\[-1\.25rem\]{
        margin-bottom: -1.25rem;
    }

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

    .md\:flex{
        display: flex;
    }

    .md\:grid{
        display: grid;
    }

    .md\:h-6{
        height: 1.5rem;
    }

    .md\:h-calcmd{
        height: calc(100vh - 32px);
    }

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

    .md\:w-1\/3{
        width: 33.333333%;
    }

    .md\:w-6{
        width: 1.5rem;
    }

    .md\:snap-always{
        scroll-snap-stop: always;
    }

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

    .md\:gap-8{
        gap: 2rem;
    }

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

    .md\:border-none{
        border-style: none;
    }

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

    .md\:px-20{
        padding-left: 5rem;
        padding-right: 5rem;
    }

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

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

    .md\:pb-40{
        padding-bottom: 10rem;
    }

    .md\:pb-8{
        padding-bottom: 2rem;
    }

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

    .md\:pt-48{
        padding-top: 12rem;
    }

    .md\:pt-8{
        padding-top: 2rem;
    }

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

    .md\:\!text-5xl{
        font-size: 3rem !important;
        line-height: 1 !important;
    }

    .md\:\!text-6xl{
        font-size: 3.75rem !important;
        line-height: 1 !important;
    }

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

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

    .md\:text-6xl{
        font-size: 3.75rem;
        line-height: 1;
    }
}
@media (min-width: 960px){

    .lg\:sticky{
        position: sticky;
    }

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

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

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

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

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

    .lg\:snap-start{
        scroll-snap-align: start;
    }

    .lg\:snap-always{
        scroll-snap-stop: always;
    }

    .lg\:gap-20{
        gap: 5rem;
    }

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

    .lg\:px-40{
        padding-left: 10rem;
        padding-right: 10rem;
    }

    .lg\:\!text-7xl{
        font-size: 4.5rem !important;
        line-height: 1 !important;
    }

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

    .xl\:px-48{
        padding-left: 12rem;
        padding-right: 12rem;
    }
}
@media (orientation: portrait){

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

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

    .portrait\:max-w-none{
        max-width: none;
    }

    .portrait\:object-contain{
        -o-object-fit: contain;
           object-fit: contain;
    }
}
</pre></body></html>