/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    transform: translate3d(0, 0, 0);
}
.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
*, ::before, ::after
{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
::backdrop
{
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.14 | 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: #f0eeeb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #A8A8A8; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #A8A8A8; /* 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]:where(:not([hidden="until-found"])) {
  display: none;
}
@font-face {
    font-family: 'Centra No1';
    src: url(../fonts/CentraNo1-Hairline.woff2?714fb8388cd5dbe4e77f358651880d41) format('woff2'),
        url(../fonts/CentraNo1-Hairline.woff?e47516d560436b69c92eb20d29325714) format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'Centra No1';
    src: url(../fonts/CentraNo1-HairlineItalic.woff2?b0bcd96983366d76b9e7afa415e573f3) format('woff2'),
        url(../fonts/CentraNo1-HairlineItalic.woff?31335a1fdecb1fe2b514c4cb1cd3efaa) format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
  }
@font-face {
    font-family: 'Centra No1';
    src: url(../fonts/CentraNo1-Thin.woff2?a7295d4c1b3b3d3b88c1d4752d363a5c) format('woff2'),
        url(../fonts/CentraNo1-Thin.woff?ac24ff2bcaa61013463c68bdcba63125) format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'Centra No1';
    src: url(../fonts/CentraNo1-ThinItalic.woff2?efff14e610fa74c0bd084c20b2512657) format('woff2'),
        url(../fonts/CentraNo1-ThinItalic.woff?5ba9c9b826dbe4e6f98124f727b2ce1f) format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
  }
@font-face {
    font-family: 'Centra No1';
    src: url(../fonts/CentraNo1-Light.woff2?2b6621ef1f2be9c5e360721c56352d1a) format('woff2'),
        url(../fonts/CentraNo1-Light.woff?a32cb49729d65a8873dcc2b534c48603) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'Centra No1';
    src: url(../fonts/CentraNo1-LightItalic.woff2?2b7d8fcf13dbd2c72e3349658910f793) format('woff2'),
        url(../fonts/CentraNo1-LightItalic.woff?900c344e7e4020ad5dd86255fd0be443) format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }
@font-face {
    font-family: 'Centra No1';
    src: url(../fonts/CentraNo1-Book.woff2?e8bcea86a9fb47cbfc5a728891b43a7b) format('woff2'),
        url(../fonts/CentraNo1-Book.woff?8daf39ccaffa99b7935edf7fe0ba7564) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'Centra No1';
    src: url(../fonts/CentraNo1-BookItalic.woff2?1980423b763b3e4d0e9d7c12999b375f) format('woff2'),
        url(../fonts/CentraNo1-BookItalic.woff?9d2bd6086e1a3a8136b4ddf5479df42b) format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
  }
@font-face {
    font-family: 'Centra No1';
    src: url(../fonts/CentraNo1-Medium.woff2?cecc917ca0b982bcecc0c103482fd53a) format('woff2'),
        url(../fonts/CentraNo1-Medium.woff?8fc51aedb6b3cc02b99a6ae0be15dc66) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'Centra No1';
    src: url(../fonts/CentraNo1-MediumItalic.woff2?df11f9e72c42828c92e49334520f40d0) format('woff2'),
        url(../fonts/CentraNo1-MediumItalic.woff?67e7a8216171bf4c109db06b2d358f5a) format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }
@font-face {
    font-family: 'Centra No1';
    src: url(../fonts/CentraNo1-Bold.woff2?fb84ad88fb1a2e452cb48abb587ec0c6) format('woff2'),
        url(../fonts/CentraNo1-Bold.woff?0b557b5bfb11ac3c806b1d31522d4e81) format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'Centra No1';
    src: url(../fonts/CentraNo1-BoldItalic.woff2?abd560387c9f1d3e58045a3d992a867a) format('woff2'),
        url(../fonts/CentraNo1-BoldItalic.woff?5f1ab3892d06acbef02f61302b9a2d7f) format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
  }
@font-face {
    font-family: 'Centra No1';
    src: url(../fonts/CentraNo1-Extrabold.woff2?9e742ae72e751ff723609fbe179b4a5e) format('woff2'),
        url(../fonts/CentraNo1-Extrabold.woff?bb9b4fa1c0637c5fa5b0311d2aec6e9c) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'Centra No1';
    src: url(../fonts/CentraNo1-ExtraboldItalic.woff2?b2dd6ef79ba1883c97d5901eb8668508) format('woff2'),
        url(../fonts/CentraNo1-ExtraboldItalic.woff?ecc415efa0ae1b03316315ed43b5bfa5) format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
  }
@font-face {
    font-family: 'Centra No1';
    src: url(../fonts/CentraNo1-Black.woff2?f64e62d6d193705116a5d0d75bbdc960) format('woff2'),
        url(../fonts/CentraNo1-Black.woff?30ed87c48f35715306cf02f97fe3073f) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'Centra No1';
    src: url(../fonts/CentraNo1-BlackItalic.woff2?c86323fa2b19cef0b9cdac0bc1944292) format('woff2'),
        url(../fonts/CentraNo1-BlackItalic.woff?9c767a76c0cab42b7d9abef9c7755abc) format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
  }
@font-face {
    font-family: 'Brandon Grotesque';
    src: url(../fonts/BrandonGrotesque-Light.woff2?cfea1406afdece79d72152f79dff19e9) format('woff2'),
        url(../fonts/BrandonGrotesque-Light.woff?66844c6991b9c261a95e87654000e30a) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'Brandon Grotesque';
    src: url(../fonts/BrandonGrotesque-LightItalic.woff2?c2f2ffa9e6726ad63c5118da434ba4ab) format('woff2'),
        url(../fonts/BrandonGrotesque-LightItalic.woff?97a0d9721c1c4de1ce836dcfc6fb1582) format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
  }
@font-face {
    font-family: 'Brandon Grotesque';
    src: url(../fonts/BrandonGrotesque-Regular.woff2?76628cd65a3971a56ceefdf2b3735340) format('woff2'),
        url(../fonts/BrandonGrotesque-Regular.woff?61fc95f325cc88371d7833ddffff2788) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'Brandon Grotesque';
    src: url(../fonts/BrandonGrotesque-RegularItalic.woff2?77f6c44b0303e96c0d4f73c7f5301b48) format('woff2'),
        url(../fonts/BrandonGrotesque-RegularItalic.woff?90a362125bb86b525eb1459ebe6972df) format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
  }
@font-face {
    font-family: 'Brandon Grotesque';
    src: url(../fonts/BrandonGrotesque-Medium.woff2?5498f06dcd3cf6b1ffb3daa01b087f6a) format('woff2'),
        url(../fonts/BrandonGrotesque-Medium.woff?8bff8f09c6937d09b615a67f918bcba3) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'Brandon Grotesque';
    src: url(../fonts/BrandonGrotesque-MediumItalic.woff2?56a8ab93e1fb42008ff7054b3baed01b) format('woff2'),
        url(../fonts/BrandonGrotesque-MediumItalic.woff?900034952d37be45ab4f388e86055623) format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
  }
@font-face {
    font-family: 'Brandon Grotesque';
    src: url(../fonts/BrandonGrotesque-BoldItalic.woff2?1613b92d9d901c03596242ad23585a9a) format('woff2'),
        url(../fonts/BrandonGrotesque-BoldItalic.woff?05828c847b194bc7420a52e2feefdaa2) format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
  }
@font-face {
    font-family: 'Brandon Grotesque';
    src: url(../fonts/BrandonGrotesque-Black.woff2?c9c2aba416693cf68a3589b17c705c14) format('woff2'),
        url(../fonts/BrandonGrotesque-Black.woff?8b85419ff0ba89e8ce8c415370cb444c) format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
  }
html {
    font-family: "Brandon Grotesque", system-ui, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(71 69 69 / var(--tw-text-opacity));
  }
.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: 1024px)
{
    .container
{
        max-width: 1024px;
        padding-right: 0rem;
        padding-left: 0rem;
    }
}
@media (min-width: 1280px)
{
    .container
{
        max-width: 1280px;
    }
}
@media (min-width: 1440px)
{
    .container
{
        max-width: 1440px;
    }
}
.fixed
{
    position: fixed;
}
.absolute
{
    position: absolute;
}
.relative
{
    position: relative;
}
.sticky
{
    position: sticky;
}
.inset-0
{
    inset: 0px;
}
.inset-1\/2
{
    inset: 50%;
}
.bottom-0
{
    bottom: 0px;
}
.bottom-8
{
    bottom: 2rem;
}
.left-0
{
    left: 0px;
}
.left-1\/2
{
    left: 50%;
}
.right-0
{
    right: 0px;
}
.right-4
{
    right: 1rem;
}
.top-0
{
    top: 0px;
}
.top-1\/2
{
    top: 50%;
}
.top-2
{
    top: 0.5rem;
}
.z-0
{
    z-index: 0;
}
.z-10
{
    z-index: 10;
}
.z-20
{
    z-index: 20;
}
.z-30
{
    z-index: 30;
}
.z-40
{
    z-index: 40;
}
.col-span-2
{
    grid-column: span 2 / span 2;
}
.col-span-3
{
    grid-column: span 3 / span 3;
}
.col-span-8
{
    grid-column: span 8 / span 8;
}
.m-8
{
    margin: 2rem;
}
.mx-2
{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.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;
}
.mb-1
{
    margin-bottom: 0.25rem;
}
.mb-12
{
    margin-bottom: 3rem;
}
.mb-3
{
    margin-bottom: 0.75rem;
}
.mb-4
{
    margin-bottom: 1rem;
}
.mb-6
{
    margin-bottom: 1.5rem;
}
.mb-8
{
    margin-bottom: 2rem;
}
.mr-2
{
    margin-right: 0.5rem;
}
.mt-2
{
    margin-top: 0.5rem;
}
.mt-20
{
    margin-top: 5rem;
}
.mt-4
{
    margin-top: 1rem;
}
.block
{
    display: block;
}
.inline
{
    display: inline;
}
.flex
{
    display: flex;
}
.grid
{
    display: grid;
}
.hidden
{
    display: none;
}
.h-0
{
    height: 0px;
}
.h-1
{
    height: 0.25rem;
}
.h-1\.5
{
    height: 0.375rem;
}
.h-10
{
    height: 2.5rem;
}
.h-4
{
    height: 1rem;
}
.h-96
{
    height: 24rem;
}
.h-auto
{
    height: auto;
}
.h-full
{
    height: 100%;
}
.h-screen
{
    height: 100vh;
}
.max-h-40
{
    max-height: 10rem;
}
.max-h-80
{
    max-height: 20rem;
}
.max-h-full
{
    max-height: 100%;
}
.min-h-screen
{
    min-height: 100vh;
}
.\!w-auto
{
    width: auto !important;
}
.w-0
{
    width: 0px;
}
.w-1\.5
{
    width: 0.375rem;
}
.w-16
{
    width: 4rem;
}
.w-20
{
    width: 5rem;
}
.w-4
{
    width: 1rem;
}
.w-full
{
    width: 100%;
}
.w-screen
{
    width: 100vw;
}
.max-w-3xl
{
    max-width: 48rem;
}
.max-w-5xl
{
    max-width: 64rem;
}
.max-w-full
{
    max-width: 100%;
}
.max-w-screen-2xl
{
    max-width: 1440px;
}
.max-w-screen-xl
{
    max-width: 1280px;
}
.max-w-sm
{
    max-width: 24rem;
}
.origin-center
{
    transform-origin: center;
}
.-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));
}
.scale-75
{
    --tw-scale-x: .75;
    --tw-scale-y: .75;
    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));
}
.cursor-pointer
{
    cursor: pointer;
}
.grid-cols-2
{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3
{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-8
{
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
.flex-col
{
    flex-direction: column;
}
.flex-col-reverse
{
    flex-direction: column-reverse;
}
.flex-wrap
{
    flex-wrap: wrap;
}
.items-end
{
    align-items: flex-end;
}
.items-center
{
    align-items: center;
}
.justify-end
{
    justify-content: flex-end;
}
.justify-center
{
    justify-content: center;
}
.justify-between
{
    justify-content: space-between;
}
.gap-x-4
{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.gap-x-6
{
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
}
.divide-x > :not([hidden]) ~ :not([hidden])
{
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.overflow-hidden
{
    overflow: hidden;
}
.overflow-scroll
{
    overflow: scroll;
}
.overflow-x-scroll
{
    overflow-x: scroll;
}
.rounded
{
    border-radius: 0.25rem;
}
.rounded-full
{
    border-radius: 9999px;
}
.border
{
    border-width: 1px;
}
.border-b
{
    border-bottom-width: 1px;
}
.border-solid
{
    border-style: solid;
}
.border-gray-300
{
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.border-gray-800
{
    --tw-border-opacity: 1;
    border-color: rgb(71 69 69 / var(--tw-border-opacity));
}
.border-primary
{
    --tw-border-opacity: 1;
    border-color: rgb(14 165 233 / var(--tw-border-opacity));
}
.bg-black
{
    --tw-bg-opacity: 1;
    background-color: rgb(0 15 0 / var(--tw-bg-opacity));
}
.bg-gray-100
{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-gray-200
{
    --tw-bg-opacity: 1;
    background-color: rgb(240 238 235 / var(--tw-bg-opacity));
}
.bg-primary
{
    --tw-bg-opacity: 1;
    background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}
.bg-second
{
    background-color: var(--second-color);
}
.bg-white
{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-contain
{
    background-size: contain;
}
.bg-cover
{
    background-size: cover;
}
.bg-center
{
    background-position: center;
}
.bg-no-repeat
{
    background-repeat: no-repeat;
}
.object-cover
{
    -o-object-fit: cover;
       object-fit: cover;
}
.object-center
{
    -o-object-position: center;
       object-position: center;
}
.p-4
{
    padding: 1rem;
}
.\!py-4
{
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.px-2
{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.px-3
{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}
.px-4
{
    padding-left: 1rem;
    padding-right: 1rem;
}
.px-7
{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
.py-12
{
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.py-2
{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.py-6
{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.py-8
{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.pb-12
{
    padding-bottom: 3rem;
}
.pb-16
{
    padding-bottom: 4rem;
}
.pb-4
{
    padding-bottom: 1rem;
}
.pb-8
{
    padding-bottom: 2rem;
}
.pl-4
{
    padding-left: 1rem;
}
.pt-10
{
    padding-top: 2.5rem;
}
.pt-2
{
    padding-top: 0.5rem;
}
.pt-28
{
    padding-top: 7rem;
}
.pt-8
{
    padding-top: 2rem;
}
.text-center
{
    text-align: center;
}
.font-title
{
    font-family: "Centra No1", serif;
}
.text-2xl
{
    font-size: 1.5rem;
    line-height: 2rem;
}
.text-5xl
{
    font-size: 3rem;
    line-height: 1;
}
.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;
}
.text-xs
{
    font-size: 0.75rem;
    line-height: 1rem;
}
.font-bold
{
    font-weight: 700;
}
.font-extrabold
{
    font-weight: 800;
}
.font-light
{
    font-weight: 300;
}
.uppercase
{
    text-transform: uppercase;
}
.italic
{
    font-style: italic;
}
.leading-tight
{
    line-height: 1.25;
}
.text-gray-400
{
    --tw-text-opacity: 1;
    color: rgb(168 168 168 / var(--tw-text-opacity));
}
.text-gray-700
{
    --tw-text-opacity: 1;
    color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-gray-800
{
    --tw-text-opacity: 1;
    color: rgb(71 69 69 / var(--tw-text-opacity));
}
.text-white
{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.antialiased
{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.opacity-0
{
    opacity: 0;
}
.opacity-100
{
    opacity: 1;
}
.opacity-30
{
    opacity: 0.3;
}
.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
{
    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;
}
.duration-300
{
    transition-duration: 300ms;
}
.duration-500
{
    transition-duration: 500ms;
}
.duration-700
{
    transition-duration: 700ms;
}
.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: #5B645B;
}
@font-face {
  font-family: 'icomoon';
  src:  url(../fonts/icons.eot?7a05dcfc1f32f2f8a32176623a4eeae4);
  src:  url(../fonts/icons.eot?7a05dcfc1f32f2f8a32176623a4eeae4#iefix) format('embedded-opentype'),
    url(../fonts/icons.ttf?1af86837ff3e870957a21e5f81eba088) format('truetype'),
    url(../fonts/icons.woff?cc25be8dabfc8c70bc92878b316d5517) format('woff'),
    url(../fonts/icons.svg?3aea082aa43f1204c623e5f1470f064b#icomoon) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-logo:before {
  content: "\e900";
}
.icon-facebook:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.nav
{
    --tw-text-opacity: 1;
    color: rgb(71 69 69 / var(--tw-text-opacity));
}
.home .nav
{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nav.compressed
{
    background-color: rgb(255 255 255 / 0.8);
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
    --tw-text-opacity: 1;
    color: rgb(71 69 69 / var(--tw-text-opacity));
	/* background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.7413340336134453) 45%, rgba(255,255,255,0) 100%); */
}
@media (min-width: 1024px)
{
    .nav.compressed > a
{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
.menu {
  width: 40px;
  height: 40px;
}
.menu svg {
  width: 150px;
  height: 150px;
}
.menu path {
  fill: none;
  stroke: #333;
  stroke-width: 2;
  --length: 24;
  --offset: -38;
  stroke-dasharray: var(--length) var(--total-length);
  stroke-dashoffset: var(--offset);
  transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.home .menu path {
	stroke: #fff;
}
.menu input:checked + svg .line--1,
.menu input:checked + svg .line--3 {
	--length: 22.627416998;
}
.menu input:checked + svg .line--2 {
	--length: 0;
}
.menu .line--1,
.menu .line--3 {
	--total-length: 111.22813415527344;
	--offset: -50.22813415527344;
}
.menu .line--2 {
	--total-length: 99;
}
.menu input:checked + svg path {
	transform: translateX(30px);
}
.menu input:checked + svg .line--1,
.menu input:checked + svg .line--3 {
	--offset: -16.9705627485;
}
.menu input:checked + svg .line--2 {
	--offset: -20;
}
.menu input:checked + svg path {
  stroke: #ffffff!important;
}
.menu-link::after {
	content: '';
	position: absolute;
	bottom: -5px;
	right: 0;
	width: 0;
	padding-bottom: 2px;
	border-top: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transition-duration: 0.6s;
}
.menu-link.active::after,
.menu-link:hover::after {
	width: 100%;
}
/* Lang Menu */
/* .lang-menu li:not(:last-child) {
	@apply mr-4;
} */
.lang-menu .current-lang
{
    font-weight: 600;
}
.lang-item
{
    transition-duration: 300ms;
}
.lang-item:hover
{
    font-weight: 600;
}
.mosaic__item {
  padding-top: 50%;
}
.mosaic__item:hover .mosaic__label {
  opacity: 1;
  transform: translateY(0);
}
.mosaic__content h1,
.mosaic__content h2,
.mosaic__content h3,
.mosaic__content h4,
.mosaic__content h5,
.mosaic__content h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.mosaic__content p {
  line-height: 1.5em;
}
@media screen and (max-width: 959px) {
  .mosaic__label {
    margin-bottom: -30px;
  }
}
@media screen and (min-width: 960px) {
  .mosaic__label {
    opacity: 0;
    transform: translateY(20px);
  }
}
/******* Special classes *******/
.scale0 {
  transform: scale(0) !important;
}
.mosaic--filter li {
  transform-origin: top center;
  transform: scale(1);
}
@media screen and (max-width: 959px) {
  .mosaic__content p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1024px) {
  .mosaic__content h1,
  .mosaic__content h2,
  .mosaic__content h3,
  .mosaic__content h4,
  .mosaic__content h5,
  .mosaic__content h6 {
    font-size: 21px;
  }
  
  .mosaic__item:nth-of-type(14n + 1) {
    width: 52%;
    padding-top: 33%;
    margin-right: 5%;
  }
  .mosaic__item:nth-of-type(14n + 2) {
    width: 30%;
    padding-top: 20%;
    margin-top: 10%;
    margin-right: auto;
  }
  .mosaic__item:nth-of-type(14n + 3) {
    width: 25%;
    padding-top: 18%;
  }
  .mosaic__item:nth-of-type(14n + 3):not(:last-child) {
    margin-top: -10%;
  }
  .mosaic__item:nth-of-type(14n + 4) {
    width: 40%;
    padding-top: 27%;
  }
  .mosaic__item:nth-of-type(14n + 5) {
    width: 30%;
    padding-top: 22%;
  }
  .mosaic__item:nth-of-type(14n + 6) {
    width: 38%;
    padding-top: 24%;
  }
  .mosaic__item:nth-of-type(14n + 7) {
    width: 27%;
    padding-top: 18%;
    margin-top: -8%;
  }
  .mosaic__item:nth-of-type(14n + 8) {
    width: 26%;
    padding-top: 18%;
  }
  .mosaic__item:nth-of-type(14n + 9) {
    width: 40%;
    padding-top: 20%;
  }
  .mosaic__item:nth-of-type(14n + 10) {
    width: 24%;
    padding-top: 18%;
    margin-top: 10%;
  }
  .mosaic__item:nth-of-type(14n + 11) {
    width: 30%;
    padding-top: 26%;
    margin-top: 4%;
  }
  .mosaic__item:nth-of-type(14n + 12) {
    width: 26%;
    padding-top: 16%;
  }
  .mosaic__item:nth-of-type(14n + 12):not(:last-child):not(:nth-last-child(2)) {
    margin-top: -28%;
  }
  .mosaic__item:nth-of-type(14n + 13) {
    width: 42%;
    padding-top: 28%;
  }
  .mosaic__item:nth-of-type(14n + 13):not(:last-child) {
    margin-top: -11%;
  }
  .mosaic__item:nth-of-type(14n) {
    width: 28%;
    padding-top: 40%;
  }

  .mosaic__item.concealed {
    transform: translateY(150px);
    opacity: 0;
  }
}
/* .slick-list, 
.slick-track,
.slick-slide div {
	height: 100%;
}

.slick-dots li button:before {
  font-size: 2rem;
} */
.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 1;
  height: 40px;
  width: 16px;
  text-indent: -1000px;
  overflow: hidden;
  transform: translateY(-50%);
}
.slick-next:before,
.slick-prev:before,
.slick-next:after,
.slick-prev:after {
	content: "";
	position: absolute;
	left: -4px;
	width: 20px;
	border-bottom: 1px solid black;
}
.slick-next:before,
.slick-prev:before {
	top: 14px;
	transform: rotate(45deg);
}
.slick-next:after,
.slick-prev:after {
	top: 28px;
	transform: rotate(-45deg);
}
.slick-prev {
  left: 1rem;
}
.slick-prev:before {
	top: 25px;
}
.slick-prev:after {
	top: 14px;
}
.slick-next {
  right: 1rem;
}
.project-slider .slick-track,
.project-slider .slick-list
{
    height: 100%;
}
.project-slider .slick-slide {
	height: calc(100vh - 160px - 9rem);
}
.project-slider .slick-slide > div
{
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 960px) {
	.project-slider .slick-slide {
    height: calc(100vh - 160px - 7rem);
	}
}
@media screen and (min-width: 691px) {
	.slider-container {
		width: calc(100% - 80px);
	}
}
.chronology-container::before,
.chronology-container::after {
	content: '';
	position: sticky;
	left: 0px;
	z-index: 30;
	display: none;
	height: 3.5rem;
	width: 100%;
}
@media (min-width: 1024px)
{
    .chronology-container::before,
.chronology-container::after
{
        display: block;
    }
}
.chronology-container::before
{
    top: 0px;
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.chronology-container::after
{
    bottom: 0px;
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}
.chronology__marker::before,
.chronology__marker::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	height: 0.375rem;
	width: 0.375rem;
	transform-origin: center;
	border-radius: 9999px;
	transition-duration: 500ms;
}
@media (min-width: 1024px)
{
    .chronology__marker::before,
.chronology__marker::after
{
        height: 0.625rem;
        width: 0.625rem;
    }
}
.chronology__marker::before,
.chronology__marker::after {
  transform: translate3d(-50%, -50%, 0);
}
.chronology__marker::after
{
    border-width: 1px;
    border-style: solid;
    --tw-border-opacity: 1;
    border-color: rgb(212 212 212 / var(--tw-border-opacity));
    opacity: 0;
}
.chronology__marker::before
{
    --tw-bg-opacity: 1;
    background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.chronology__label::after {
	content: '';
	position: absolute;
	top: 0.5rem;
	left: 50%;
	z-index: 0;
	display: block;
	width: 5rem;
	border-bottom-width: 1px;
	border-style: solid;
	--tw-border-opacity: 1;
	border-color: rgb(212 212 212 / var(--tw-border-opacity));
	transition-duration: 500ms;
}
@media (min-width: 1024px)
{
    .chronology__label::after
{
        top: 50%;
        left: 6rem;
        height: 10rem;
        width: 0px;
        border-bottom-width: 0px;
        border-left-width: 1px;
    }
}
.chronology__item:last-child .chronology__label::after
{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.chronology__item.active,
.chronology__item:hover
{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}
@media (min-width: 1024px)
{
    .chronology__item.active,
.chronology__item:hover
{
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
}
.chronology__item.active .chronology__marker::before,
.chronology__item:hover .chronology__marker::before
{
    --tw-bg-opacity: 1;
    background-color: rgb(71 69 69 / var(--tw-bg-opacity));
  transform: translate3d(-50%, -50%, 0) scale(2);
}
.chronology__item.active .chronology__marker::after,
.chronology__item:hover .chronology__marker::after
{
    height: 1rem;
    width: 1rem;
    --tw-border-opacity: 1;
    border-color: rgb(71 69 69 / var(--tw-border-opacity));
    opacity: 1;
}
@media (min-width: 1024px)
{
    .chronology__item.active .chronology__marker::after,
.chronology__item:hover .chronology__marker::after
{
        height: 2rem;
        width: 2rem;
    }
}
.chronology__item.active p,
.chronology__item:hover p
{
    --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));
    opacity: 1;
}
@media (min-width: 1024px)
{
    .chronology__project:hover .chronology__project-description
{
        max-height: 8rem;
    }
}
.go-down
{
    opacity: 0;
}
@media (min-width: 1024px)
{
    .go-down
{
        margin-top: 7rem;
    }
}
.overlay::after {
	content: '';
	position: absolute;
	inset: 0px;
	--tw-bg-opacity: 1;
	background-color: rgb(0 15 0 / var(--tw-bg-opacity));
	background: linear-gradient(180deg, rgba(0,0,0,0.60) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0) 75%, rgba(0,0,0,0.60) 100%);
}
.title
{
    margin-bottom: 2rem;
    text-align: center;
    font-family: "Centra No1", serif;
    font-size: 1.25rem;
    font-weight: 300;
    text-transform: uppercase;
}
@media (min-width: 782px)
{
    .title
{
        font-size: 1.5rem;
        line-height: 2rem;
    }
}
@media (min-width: 1024px)
{
    .title
{
        margin-bottom: 3rem;
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}
.post-info {
  max-height: calc(90vh - 120px);
  width: calc(100% + 24px);
  padding-right: 24px;
  overflow-y: scroll;
}
.plus-icon {
  width: 26px;
  height: 26px;
}
.plus-icon::after,
.plus-icon::before {
	content: "";
	width: 26px;
	height: 1px;
	transition-duration: 0.4s;
	position: absolute;
	left: 0px;
	--tw-bg-opacity: 1;
	background-color: rgb(71 69 69 / var(--tw-bg-opacity));
}
.plus-icon::after {
	transform: rotate(90deg);
}
.plus-icon.active::after {
	transform: rotate(135deg);
}
.plus-icon.active::before {
	transform: rotate(45deg);
}
@media screen and (max-width: 690px) {
	.plus-icon {
		width: 20px;
		height: 20px;
	}

	.plus-icon::after,
	.plus-icon::before {
		width: 20px;
	}
}
.hover\:bg-white:hover
{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-opacity-70:hover
{
    --tw-bg-opacity: 0.7;
}
.hover\:font-semibold:hover
{
    font-weight: 600;
}
.hover\:text-black:hover
{
    --tw-text-opacity: 1;
    color: rgb(0 15 0 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover
{
    --tw-text-opacity: 1;
    color: rgb(71 69 69 / var(--tw-text-opacity));
}
@media not all and (min-width: 1024px)
{
    .max-lg\:gap-x-6
{
        -moz-column-gap: 1.5rem;
             column-gap: 1.5rem;
    }
    .max-lg\:gap-y-10
{
        row-gap: 2.5rem;
    }
}
@media (min-width: 600px)
{
    .sm\:pt-0
{
        padding-top: 0px;
    }
}
@media (min-width: 782px)
{
    .md\:col-span-1
{
        grid-column: span 1 / span 1;
    }
    .md\:my-6
{
        margin-top: 1.5rem;
        margin-bottom: 1.5rem;
    }
    .md\:block
{
        display: block;
    }
    .md\:flex
{
        display: flex;
    }
    .md\:w-1\/2
{
        width: 50%;
    }
    .md\:items-center
{
        align-items: center;
    }
    .md\:gap-x-6
{
        -moz-column-gap: 1.5rem;
             column-gap: 1.5rem;
    }
    .md\:gap-x-8
{
        -moz-column-gap: 2rem;
             column-gap: 2rem;
    }
    .md\:overflow-auto
{
        overflow: auto;
    }
    .md\:pb-0
{
        padding-bottom: 0px;
    }
    .md\:pt-0
{
        padding-top: 0px;
    }
    .md\:text-2xl
{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .md\:text-3xl
{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .md\:text-4xl
{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .md\:text-base
{
        font-size: 1rem;
        line-height: 1.5rem;
    }
}
@media (min-width: 1024px)
{
    .lg\:-bottom-12
{
        bottom: -3rem;
    }
    .lg\:left-24
{
        left: 6rem;
    }
    .lg\:top-1\/2
{
        top: 50%;
    }
    .lg\:col-span-1
{
        grid-column: span 1 / span 1;
    }
    .lg\:col-span-2
{
        grid-column: span 2 / span 2;
    }
    .lg\:col-span-7
{
        grid-column: span 7 / span 7;
    }
    .lg\:col-start-3
{
        grid-column-start: 3;
    }
    .lg\:-mr-4
{
        margin-right: -1rem;
    }
    .lg\:-mt-16
{
        margin-top: -4rem;
    }
    .lg\:mb-0
{
        margin-bottom: 0px;
    }
    .lg\:mb-10
{
        margin-bottom: 2.5rem;
    }
    .lg\:mb-12
{
        margin-bottom: 3rem;
    }
    .lg\:mb-20
{
        margin-bottom: 5rem;
    }
    .lg\:mb-8
{
        margin-bottom: 2rem;
    }
    .lg\:ml-0
{
        margin-left: 0px;
    }
    .lg\:ml-20
{
        margin-left: 5rem;
    }
    .lg\:ml-8
{
        margin-left: 2rem;
    }
    .lg\:mt-0
{
        margin-top: 0px;
    }
    .lg\:mt-28
{
        margin-top: 7rem;
    }
    .lg\:mt-4
{
        margin-top: 1rem;
    }
    .lg\:block
{
        display: block;
    }
    .lg\:flex
{
        display: flex;
    }
    .lg\:h-2\.5
{
        height: 0.625rem;
    }
    .lg\:h-40
{
        height: 10rem;
    }
    .lg\:h-8
{
        height: 2rem;
    }
    .lg\:h-\[640px\]
{
        height: 640px;
    }
    .lg\:h-\[720px\]
{
        height: 720px;
    }
    .lg\:h-auto
{
        height: auto;
    }
    .lg\:max-h-0
{
        max-height: 0px;
    }
    .lg\:w-0
{
        width: 0px;
    }
    .lg\:w-2\.5
{
        width: 0.625rem;
    }
    .lg\:w-24
{
        width: 6rem;
    }
    .lg\:w-8
{
        width: 2rem;
    }
    .lg\:w-80
{
        width: 20rem;
    }
    .lg\:w-full
{
        width: 100%;
    }
    .lg\: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));
    }
    .lg\:scale-50
{
        --tw-scale-x: .5;
        --tw-scale-y: .5;
        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));
    }
    .lg\:flex-row
{
        flex-direction: row;
    }
    .lg\:flex-col
{
        flex-direction: column;
    }
    .lg\:items-center
{
        align-items: center;
    }
    .lg\:overflow-x-auto
{
        overflow-x: auto;
    }
    .lg\:overflow-y-scroll
{
        overflow-y: scroll;
    }
    .lg\:border-b-0
{
        border-bottom-width: 0px;
    }
    .lg\:border-l
{
        border-left-width: 1px;
    }
    .lg\:bg-transparent
{
        background-color: transparent;
    }
    .lg\:p-0
{
        padding: 0px;
    }
    .lg\:px-0
{
        padding-left: 0px;
        padding-right: 0px;
    }
    .lg\:px-4
{
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .lg\:px-8
{
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .lg\:py-16
{
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .lg\:py-4
{
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .lg\:pb-0
{
        padding-bottom: 0px;
    }
    .lg\:pb-16
{
        padding-bottom: 4rem;
    }
    .lg\:pr-4
{
        padding-right: 1rem;
    }
    .lg\:pt-0
{
        padding-top: 0px;
    }
    .lg\:text-center
{
        text-align: center;
    }
    .lg\:text-2xl
{
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .lg\:text-3xl
{
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    .lg\:text-4xl
{
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
    .lg\:text-5xl
{
        font-size: 3rem;
        line-height: 1;
    }
    .lg\:text-lg
{
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    .lg\:text-sm
{
        font-size: 0.875rem;
        line-height: 1.25rem;
    }
    .lg\:text-xl
{
        font-size: 1.25rem;
    }
    .lg\:text-gray-800
{
        --tw-text-opacity: 1;
        color: rgb(71 69 69 / var(--tw-text-opacity));
    }
}
@media (min-width: 1280px)
{
    .xl\:px-16
{
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
.\[\&\>li\:first-child\]\:pl-0>li:first-child
{
    padding-left: 0px;
}
.\[\&\>li\]\:px-2>li
{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

