/* @font-face {
  font-family: "Stratos";
  src: url("/resources/fonts/stratosweb-light.woff") format("woff");
  font-weight: 200;
  font-display: fallback;
}
@font-face {
  font-family: "Stratos";
  src: url("/resources/fonts/stratosweb-semilight.woff") format("woff");
  font-weight: 300;
  font-display: fallback;
} */

@font-face {
  font-family: "Stratos";

  src: url("/resources/fonts/stratosweb-regular.woff") format("woff");

  font-weight: 400;

  font-display: fallback;
}

@font-face {
  font-family: "Stratos";

  src: url("/resources/fonts/stratosweb-medium.woff") format("woff");

  font-weight: 600;

  font-display: fallback;
}

@font-face {
  font-family: "Stratos";

  src: url("/resources/fonts/stratosweb-semibold.woff") format("woff");

  font-weight: 700;

  font-display: fallback;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */

[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: 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"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #a0aec0;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #a0aec0;
}

input::placeholder,
textarea::placeholder {
  color: #a0aec0;
}

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

table {
  border-collapse: collapse;
}

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.bg-transparent {
  background-color: transparent;
}

.bg-gray-300 {
  --bg-opacity: 1;
  background-color: #e2e8f0;
  background-color: rgba(226, 232, 240, var(--bg-opacity));
}

.hover\:bg-white:hover {
  --bg-opacity: 1;
  background-color: #fff;
  background-color: rgba(255, 255, 255, var(--bg-opacity));
}

.border-white {
  --border-opacity: 1;
  border-color: #fff;
  border-color: rgba(255, 255, 255, var(--border-opacity));
}

.rounded-full {
  border-radius: 9999px;
}

.border-0 {
  border-width: 0;
}

.border {
  border-width: 1px;
}

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

.flex-grow {
  flex-grow: 1;
}

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

.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.font-light {
  font-weight: 300;
}

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

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

.h-0 {
  height: 0;
}

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

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

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

.text-xl {
  font-size: 1.25rem;
}

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

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

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

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

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

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

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

.mt-0 {
  margin-top: 0;
}

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

.mr-2 {
  margin-right: 0.5rem;
}

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

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

.mt-6 {
  margin-top: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

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

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

.mb-20 {
  margin-bottom: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.opacity-0 {
  opacity: 0;
}

.focus\:outline-none:focus {
  outline: 0;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

.pr-3 {
  padding-right: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

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

.pl-8 {
  padding-left: 2rem;
}

.pt-24 {
  padding-top: 6rem;
}

.pt-32 {
  padding-top: 8rem;
}

.pt-64 {
  padding-top: 16rem;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.resize {
  resize: both;
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

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

.text-white {
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.text-gray-500 {
  --text-opacity: 1;
  color: #a0aec0;
  color: rgba(160, 174, 192, var(--text-opacity));
}

.text-gray-600 {
  --text-opacity: 1;
  color: #718096;
  color: rgba(113, 128, 150, var(--text-opacity));
}

.text-gray-800 {
  --text-opacity: 1;
  color: #2d3748;
  color: rgba(45, 55, 72, var(--text-opacity));
}

.text-red-500 {
  --text-opacity: 1;
  color: #f56565;
  color: rgba(245, 101, 101, var(--text-opacity));
}

.hover\:text-black:hover {
  --text-opacity: 1;
  color: #000;
  color: rgba(0, 0, 0, var(--text-opacity));
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.underline {
  text-decoration: underline;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.w-8 {
  width: 2rem;
}

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

.w-2\/3 {
  width: 66.666667%;
}

.w-full {
  width: 100%;
}

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

.transform {
  --transform-translate-x: 0;
  --transform-translate-y: 0;
  --transform-rotate: 0;
  --transform-skew-x: 0;
  --transform-skew-y: 0;
  --transform-scale-x: 1;
  --transform-scale-y: 1;
  transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
}

:root {
  --sidebar-width: 12vw;
  --animate-duration: 1200ms;
}

body {
  overflow-x: hidden;
  scrollbar-width: none;
  max-width: 100vw;
  --sidebar-width: 12vw;
  color: #444343;
  /* Hide scrollbar for Chrome, Safari and Opera */
}

body::-webkit-scrollbar {
  display: none;
}

* {
  font-family: "Stratos", sans-serif;
  scrollbar-width: none;
  -webkit-appearance: none !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
  /* user-select: none; */
  z-index: 2;
  box-sizing: border-box;
}

a:hover {
  font-style: italic;
}

.svg {
  width: 0;
  height: 0;
}

svg {
  fill: currentColor;
}

figure {
  width: 100%;
}

img[data-sizes=auto] {
  display: block;
  width: 100%;
}

.lazysrcset-ratio {
  position: relative;
}

.lazysrcset-ratio > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.lazysrcset-ratio > img:after {
  content: "";
  display: block;
  height: 0;
  width: 100%;
}

.header {
  position: fixed;
  top: 0;
  width: 65vw;
  padding: 0 calc(calc(65vw - 1400px) / 2) 0 0;
  z-index: 10;
  padding-bottom: 20px;
  transition: transform 400ms cubic-bezier(0.25, 0.37, 0.17, 0.96);
}

@media screen and (max-width: 1024px) {
  .header {
    top: 5rem;
    width: 100vw;
    padding: 0;
    left: 0;
    right: 0;
  }

  .header .header__nav {
    overflow-x: scroll;
    padding: 1rem;
    white-space: nowrap;
    background-color: rgba(0, 0, 0, 0.28);
  }

  .header .header__nav a {
    color: white;
    display: inline-block;
    float: left;
  }

  .header .header__nav::before {
    display: none;
  }

  .header .header__nav.color_1 {
    background-color: #ffbb99;
  }

  .header .header__nav.color_2 {
    background-color: #6ab0ae;
  }

  .header .header__nav.color_3 {
    background-color: #8f74a6;
  }

  .header .header__nav.color_4 {
    background-color: #8cc5ab;
  }

  .header .header__nav__link {
    color: white !important;
  }

  .header .header__nav__link::before {
    display: none;
  }
}

/* When header is not in viewport we hide it */

.header[data-scroll=out] {
  transform: translateY(-100%);
}

/* When moving up and header we show it */

[data-scroll-dir-y="-1"] .header {
  transform: translateY(0);
}

.header__nav {
  display: flex;
  position: relative;
  flex-direction: row;
  color: black;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
}

.header__nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 40px;
  background-color: #888888;
}

.header__nav.color_1::before {
  background-color: #ffbb99;
}

.header__nav.color_2::before {
  background-color: #6ab0ae;
}

.header__nav.color_3::before {
  background-color: #8f74a6;
}

.header__nav.color_4::before {
  background-color: #8cc5ab;
}

.header__nav__link {
  position: relative;
  padding: 0 3vw 0 0;
}

.header__nav__link::before {
  content: "";
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  height: 40px;
}

.header__nav__link.red:hover::before {
  background-color: rgba(255, 138, 79, 0.9);
}

.header__nav__link.color_1::before {
  background-color: #ff8a4f;
}

.header__nav__link.color_2::before {
  background-color: #00b1ac;
}

.header__nav__link.color_3::before {
  background-color: #8257a6;
}

.header__nav__link.color_4::before {
  background-color: #3fb882;
}

.sidebar {
  height: 100vh;
  position: fixed;
  float: left;
  padding: 1rem;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #646464 !important;
}

@media screen and (max-width: 1024px) {
  .sidebar {
    height: 5rem;
    width: 100vw;
    align-items: center;
    z-index: 130;
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.28);
    flex-direction: row;
  }

  .sidebar .sidebar__logo {
    height: 5rem;
    margin: 0;
  }

  .sidebar .sidebar__logo .logo__wrapper {
    height: 5rem;
  }

  .sidebar .sidebar__logo .logo {
    margin-top: 1rem;
  }

  .sidebar .sidebar__logo .logo__text {
    margin-top: 1.4rem;
  }

  .sidebar .sidebar__logo .logo,
.sidebar .sidebar__logo .logo__text {
    margin-bottom: 1.2rem;
    width: 3rem;
    height: 3rem;
    left: 0;
  }
}

.logo__wrapper {
  position: relative;
  overflow: hidden;
  height: 12rem;
  width: 100%;
  display: block;
}

.logo,
.logo__text {
  transition: opacity ease-in-out 1.2s;
}

.sidebar__section {
  padding-left: 1rem;
  overflow: hidden;
}

.sidebar__section.scrollable .sidebar__menu {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 17px;
  /* Increase/decrease this value for cross-browser compatibility */
  box-sizing: content-box;
  /* So the width will be 100% + 17px */
}

.sidebar__footer {
  position: absolute;
  bottom: 2rem;
}

@media screen and (max-width: 1024px) {
  .sidebar__footer {
    bottom: 10rem;
  }
}

.sidebar__menu {
  overflow: scroll;
}

.sidebar__menu__link {
  position: relative;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 0;
  padding: 1rem 0;
  color: #646464;
  display: inline-block;
  float: left;
  clear: both;
}

.sidebar__menu__link:nth-of-type(3) {
  margin-bottom: 2rem;
}

.sidebar__menu__link:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 2rem;
  border-bottom: 3px solid;
  border-color: #646464;
  transition: all 0.4s ease-in-out;
}

.sidebar__menu__link:hover:after {
  width: 100%;
}

.sidebar__menu__link:hover.hover_color_1 {
  color: #ff8a4f !important;
}

.sidebar__menu__link:hover.hover_color_1 a {
  color: #ff8a4f !important;
}

.sidebar__menu__link:hover.hover_color_1:after {
  background-color: #ff8a4f;
  border-color: #ff8a4f;
}

.sidebar__menu__link:hover.hover_color_2 {
  color: #00b1ac !important;
}

.sidebar__menu__link:hover.hover_color_2 a {
  color: #00b1ac !important;
}

.sidebar__menu__link:hover.hover_color_2:after {
  background-color: #00b1ac;
  border-color: #00b1ac;
}

.sidebar__menu__link:hover.hover_color_3 {
  color: #8257a6 !important;
}

.sidebar__menu__link:hover.hover_color_3 a {
  color: #8257a6 !important;
}

.sidebar__menu__link:hover.hover_color_3:after {
  background-color: #8257a6;
  border-color: #8257a6;
}

.sidebar__menu__link:hover.hover_color_4 {
  color: #3fb882 !important;
}

.sidebar__menu__link:hover.hover_color_4 a {
  color: #3fb882 !important;
}

.sidebar__menu__link:hover.hover_color_4:after {
  background-color: #3fb882;
  border-color: #3fb882;
}

.sidebar__menu__link.color_1:after {
  background-color: #ff8a4f;
  border-color: #ff8a4f;
}

.sidebar__menu__link.color_2:after {
  background-color: #00b1ac;
  border-color: #00b1ac;
}

.sidebar__menu__link.color_3:after {
  background-color: #8257a6;
  border-color: #8257a6;
}

.sidebar__menu__link.color_4:after {
  background-color: #3fb882;
  border-color: #3fb882;
}

.sidebar__logo {
  position: relative;
  width: 12rem;
  height: 12rem;
  margin-bottom: clamp(1rem, 10vh, 9rem);
  flex-shrink: 0;
}

.logo,
.logo__text {
  margin-bottom: 5vh;
}

.logo img,
.logo__text img {
  -o-object-fit: contain;
     object-fit: contain;
}

@media screen and (max-width: 1024px) {
  .logo,
.logo__text {
    left: 2rem;
  }
}

.logo {
  width: 12rem;
  position: relative;
}

.logo__text {
  width: 10rem;
  left: 1rem;
  position: relative;
}

#navigation__mobile {
  z-index: 130;
}

#menuToggle {
  display: block;
  position: absolute;
  top: 1.7rem;
  right: 2rem;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}

#menuToggle a {
  text-decoration: none;
  color: #232323;
  transition: color 0.3s ease;
}

#menuToggle a:hover {
  color: tomato;
}

#menuToggle input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0;
  /* hide this */
  z-index: 2;
  /* and place it over the hamburger */
  -webkit-touch-callout: none;
}

/*
  * Just a quick hamburger
  */

#menuToggle span {
  display: block;
  width: 33px;
  height: 0;
  border-top: 4px solid;
  margin-bottom: 5px;
  position: relative;
  border-color: #232323;
  z-index: 1;
  transform-origin: 4px 2px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}

/*
  * Transform all the slices of hamburger
  * into a crossmark.
  */

#menuToggle input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg);
}

/*
  * But let's hide the middle one.
  */

#menuToggle input:checked ~ span:nth-last-child(3) {
  opacity: 0;
  transform: rotate(0deg);
}

/*
  * Ohyeah and the last one should go the other direction
  */

#menuToggle input:checked ~ span:nth-last-child(2) {
  transform: rotate(-45deg);
}

/*
  * Make this absolute positioned
  * at the top left of the screen
  */

#menu__mobile {
  position: absolute;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 2rem 100px 2rem 10px;
  left: 65px;
  background: #fafafa;
  list-style-type: none;
  top: 2rem;
  z-index: 130;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  transform-origin: 0% 0%;
  transform: translate(0, 0);
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

#menu__mobile .sidebar__footer {
  bottom: 8rem !important;
}

#menu__mobile li {
  padding: 10px 0;
  font-size: 22px;
}

/*
  * And let's slide it in from the left
  */

#menuToggle input:checked ~ #menu__mobile {
  transform: translate(-100vw, 0);
}

.description a {
  text-decoration: underline;
}

.content {
  width: 65vw;
  float: right;
  padding: 0 calc(calc(65vw - 1400px) / 2);
  margin-right: calc(calc(calc(100vw - var(--sidebar-width)) - 65vw) / 2);
}

.content.search {
  padding-top: 16rem;
}

.content a[download] {
  position: relative;
}

.content a[download]:after {
  position: absolute;
  content: "";
  height: 2px;
  bottom: -4px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.5s;
  background-color: currentColor;
}

.content a[download]:hover:after {
  width: 90%;
}

@media screen and (max-width: 1240px) {
  .content {
    margin-right: 10vw;
  }
}

@media screen and (max-width: 1024px) {
  .content {
    margin-top: 9rem;
    width: 100vw;
    margin: 0;
    padding: 9rem 1rem 0;
    float: none;
  }

  .content.footer {
    padding: 0 1rem;
  }
}

.page__title {
  font-size: 3rem;
  padding: 4rem 0 2rem 0;
  font-weight: 600;
}

.page__description {
  font-size: 2rem;
  padding: 2rem 0;
  font-weight: 600;
}

.page__text {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.8rem;
  padding: 2rem 0;
}

.calendar {
  position: fixed;
  z-index: 20;
  width: calc(100vw - var(--sidebar-width));
  right: calc(40px - calc(100vw - var(--sidebar-width)));
  top: 0;
  bottom: 0;
  background: #3fb882;
  color: white;
  display: flex;
  flex-direction: row;
  transition: right ease-in-out 0.4s, height ease-in-out 0.4s;
}

.calendar.calendar__open {
  right: 0;
  z-index: 140;
}

.calendar.calendar__open .calendar__close {
  display: block;
}

.calendar .calendar__close {
  display: none;
}

@media screen and (max-width: 1024px) {
  .calendar {
    position: fixed;
    display: block;
    overflow: hidden;
    right: 0;
    left: 0;
    bottom: 0;
    top: auto;
    height: 3rem;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    z-index: 120;
  }

  .calendar .calendar__title {
    transform: rotate(-90deg) translateY(-25%);
    height: auto;
    position: relative;
    left: 50%;
    margin-top: -0.6rem;
    cursor: pointer;
  }

  .calendar.calendar__open {
    width: 100vw;
    height: 100vh;
  }

  .calendar.calendar__open .calendar__close {
    display: block;
  }

  .calendar .calendar__close {
    display: none;
  }
}

.calendar__content {
  overflow-y: scroll;
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .calendar__content {
    position: absolute;
    top: 3rem;
    bottom: 0;
  }
}

.toggleFilters {
  z-index: 110;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 1rem;
}

.calendar__filters {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .calendar__filters {
    font-size: 0.7rem;
    /* top: 2rem;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 30vh;
    z-index: 100;
    background-color: rgb(63, 184, 130); */
  }
}

.calendar__filter__section {
  flex-shrink: 0.5;
  flex-grow: 1;
}

.calendar__filter__name {
  text-transform: uppercase;
}

.filter_button {
  cursor: pointer;
  white-space: nowrap;
}

.filter_button.active {
  background-color: white;
  color: black;
}

.calendar__list {
  height: 100vh;
  background: #3fb882;
  padding-right: 3rem;
  z-index: 1;
  /* overflow-y: scroll; */
}

@media screen and (max-width: 1024px) {
  .calendar__list {
    padding-right: 0;
    z-index: auto;
  }
}

.calendar__title {
  -ms-writing-mode: tb-lr;
      writing-mode: vertical-lr;
  -webkit-text-orientation: mixed;
          text-orientation: mixed;
  text-align: center;
  height: 100vh;
  width: 40px;
  transform: rotate(180deg);
  transform-origin: 50% 50%;
  padding-right: 10px;
  padding-left: 5px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 1.2em;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .calendar__title {
    margin-top: -1.1rem !important;
  }
}

.calendar__month__name {
  text-transform: uppercase;
  font-size: 3.4rem;
  padding: 2rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #3fb882;
  z-index: 10;
}

@media screen and (max-width: 1080px) {
  .calendar__month__name {
    font-size: 2rem;
    display: none;
  }
}

.calendar__event {
  display: grid;
  grid-template-columns: 1fr 3fr 0.5fr 1.5fr 1fr 0.5fr;
  padding: 0.5rem 2rem 2rem 0.5rem;
  margin-left: 2rem;
  font-size: 1.2rem;
  background-color: #3fb882;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .calendar__event {
    padding: 2rem 1rem 5rem 0;
    margin-left: 1rem;
    grid-template-columns: 1fr;
    padding-bottom: 6rem;
    z-index: auto;
  }

  .calendar__event .calendar__event__hour,
.calendar__event .calendar__event__location,
.calendar__event .calendar__event__city,
.calendar__event .calendar__event__ticket {
    border-top: none !important;
  }

  .calendar__event .calendar__event__hour .calendar_label,
.calendar__event .calendar__event__location .calendar_label,
.calendar__event .calendar__event__city .calendar_label,
.calendar__event .calendar__event__ticket .calendar_label {
    padding-bottom: 0 !important;
    opacity: 0.8;
  }

  .calendar__event:hover {
    color: white !important;
    background-color: #3fb882 !important;
  }
}

.calendar__event:hover {
  color: #3fb882;
  background-color: white;
}

.calendar__event .calendar__event__title,
.calendar__event .calendar__event__hour,
.calendar__event .calendar__event__location,
.calendar__event .calendar__event__city,
.calendar__event .calendar__event__ticket {
  border-top: 1px solid white;
  font-size: 1rem;
}

.calendar__event .calendar__event__title {
  font-size: 1rem;
  padding-right: 1rem;
}

@media screen and (max-width: 1024px) {
  .calendar__event .calendar__event__title {
    padding-top: 2rem;
  }
}

.calendar__event .calendar__event__title .uppercase {
  font-size: 2rem;
  position: relative;
}

.calendar__event .calendar__event__title .uppercase:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 2rem;
  border-bottom: 3px solid;
  border-color: #3fb882;
  transition: all 0.4s ease-in-out;
}

.calendar__event .calendar__event__title .uppercase:hover:after {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .calendar__event .calendar__event__title .uppercase {
    font-size: 1.3rem;
  }
}

.ticket_button svg {
  height: 3rem;
}

.calendar__event__date {
  font-size: 3rem;
}

@media screen and (max-width: 1024px) {
  .calendar__event__date {
    position: -webkit-sticky;
    position: sticky;
    z-index: 90;
    top: 0;
    background-color: #3fb882;
    text-transform: uppercase;
    font-size: 2rem;
    padding: 1rem;
  }
}

.calendar__event__head {
  font-size: 0.8rem;
  font-weight: light;
  border: none;
  padding-bottom: 0.5rem;
}

.calendar__event__head .calendar__event__title {
  font-size: 0.8rem;
}

.calendar__event__head:hover {
  background-color: #3fb882;
  color: white;
}

@media screen and (max-width: 1024px) {
  .calendar__expandable {
    overflow-x: scroll;
  }
}

.calendar__event__mini {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr 1fr 1fr 1fr;
  border-top: 1px solid black;
  padding: 0.5rem;
  font-size: 0.8rem;
  font-weight: 300;
}

.calendar__event__mini.no_lines {
  border: none;
}

@media screen and (max-width: 1024px) {
  .calendar__event__mini {
    width: 200vw;
    grid-template-columns: 1fr 1fr 3fr 1fr 1fr 1fr;
    font-size: 0.8em;
  }
}

@media screen and (max-width: 768px) {
  .calendar__event__mini {
    grid-template-columns: 1fr 1fr 3fr 1fr 1fr 1fr;
    font-size: 0.7em;
  }
}

.calendar__event__mini__head {
  font-size: 0.8rem;
}

@media screen and (max-width: 1024px) {
  .calendar__event__mini__head {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    font-size: 0.8em;
  }
}

@media screen and (max-width: 768px) {
  .calendar__event__mini__head {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    font-size: 0.7em;
  }
}

.calendar__event__ticket a svg,
.calendar__event__ticket svg {
  width: 4rem;
  margin: 0 auto;
}

.calendar__close {
  position: fixed;
  right: 1rem;
  top: 1rem;
  width: 32px;
  height: 32px;
  opacity: 0.5;
  z-index: 100;
}

@media screen and (max-width: 1024px) {
  .calendar__close {
    right: 0.7rem;
    top: 0.7rem;
  }
}

.calendar__close:hover {
  opacity: 1;
}

.calendar__close:before,
.calendar__close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 32px;
  width: 2px;
  background-color: white;
}

.calendar__close:before {
  transform: rotate(45deg);
}

.calendar__close:after {
  transform: rotate(-45deg);
}

symbol {
  display: inline-block;
  fill: inherit;
  color: inherit;
  fill: currentColor;
}

.icon_color_1 symbol {
  fill: #ff8a4f;
}

.icon_color_2 symbol {
  fill: #00b1ac;
}

.icon_color_3 symbol {
  fill: #8257a6;
}

.icon_color_4 symbol {
  fill: #3fb882;
}

/* #free_entry_icon {
  display: none;
  height: 40px !important;
  width: 100px !important;
  object-fit: contain;
}
#ticket_icon {
  display: none;
  height: 40px !important;
  width: 100px !important;
  object-fit: contain;
} */

.projects {
  display: flex;
  flex-direction: column;
  position: relative;
}

/* .projects__filters__wrapper {
  @media screen and (max-width: 1024px) {
    //position: sticky;
  }
} */

.projects__filters {
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  border-bottom: 1px solid black;
  padding: 1rem 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 15;
  align-items: stretch;
  background-color: white;
}

@media screen and (max-width: 1024px) {
  .projects__filters {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    position: -webkit-sticky;
    position: sticky;
    margin-left: -1rem;
    top: 5rem;
    order: 1;
    width: 100vw;
    font-size: 1rem;
    overflow-x: scroll;
    white-space: nowrap;
    padding: 0.2rem 1rem;
  }

  .projects__filters li {
    vertical-align: middle;
    margin: 0 0.5rem;
    line-height: 3.7rem;
  }
}

.projects__filters__filter {
  align-items: center;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.4s ease-in-out;
}

.projects__filters__filter.filter_1 {
  color: #ff8a4f;
}

.projects__filters__filter.filter_1::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 10px;
  background-color: #ff8a4f;
  -webkit-clip-path: url(#f1);
          clip-path: url(#f1);
}

.projects__filters__filter.filter_2 {
  color: #00b1ac;
}

.projects__filters__filter.filter_2::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 10px;
  background-color: #00b1ac;
  -webkit-clip-path: url(#f2);
          clip-path: url(#f2);
}

.projects__filters__filter.filter_3 {
  color: #8257a6;
}

.projects__filters__filter.filter_3::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 10px;
  background-color: #8257a6;
  -webkit-clip-path: url(#f3);
          clip-path: url(#f3);
}

@media screen and (max-width: 1024px) {
  .projects__filters__filter.filter_1::before, .projects__filters__filter.filter_2::before, .projects__filters__filter.filter_3::before {
    width: 1.5rem;
    height: 1.5rem;
    margin: 4px;
    transform: translateY(50%);
  }
}

.color_1 {
  color: #ff8a4f !important;
}

.color_2 {
  color: #00b1ac !important;
}

.color_3 {
  color: #8257a6 !important;
}

.color_4 {
  color: #3fb882 !important;
}

.bg_color_1 {
  background-color: #ff8a4f;
}

.bg_color_2 {
  background-color: #00b1ac;
}

.bg_color_3 {
  background-color: #8257a6;
}

.bg_color_4 {
  background-color: #3fb882;
}

.projects__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .projects__list {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .projects__list {
    flex-direction: column;
    order: 2;
  }
}

.projects__list::after {
  content: "";
  flex: auto;
  min-width: 20%;
}

.projects__list__default {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .projects__list__default {
    flex-direction: column;
  }
}

@media screen and (min-width: 1024px) {
  .projects__list__default::after {
    content: "";
    flex: auto;
    min-width: 20%;
  }
}

.projects__list__expanded {
  display: initial;
}

.projects__list__expanded .projects__project__expandable:first-child {
  border-top: none;
  padding-top: 0;
}

.projects__project {
  margin: 0 0.5rem 1rem 0.5rem;
  transition: opacity 0.4s ease-in-out;
}

@media screen and (min-width: 1024px) {
  .projects__project.top_distance_1 {
    padding-top: 3rem;
  }

  .projects__project.top_distance_2 {
    padding-top: 6rem;
  }

  .projects__project.top_distance_3 {
    padding-top: 9rem;
  }
}

@media screen and (max-width: 1024px) {
  .projects__project {
    width: 50%;
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0 auto 1rem auto;
  }

  .projects__project a {
    display: block;
    width: 45vw;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .projects__project {
    width: 100%;
    flex-grow: 1;
    flex-shrink: 0;
    margin: 0 auto 1rem auto;
  }

  .projects__project a {
    display: block;
    width: 90vw;
    margin: 0 auto;
  }
}

.projects__project__expandable {
  padding: 2rem 0;
  width: 100%;
  border-top: 2px solid #f0f0f0;
  height: calc(30vh + 4rem);
  overflow-y: hidden;
  transition: height 0.8s ease-in-out;
  border-bottom: 2rem solid white;
}

.projects__project__expandable .description {
  display: none;
}

.projects__project__expandable.expanded {
  height: auto;
  overflow: visible;
}

.projects__project__expandable.expanded .description {
  display: block;
}

.projects__project__expandable:first-of-type {
  border-top: none;
}

.projects__project__expandable.border_color_1 {
  border-top: 2px solid #ff8a4f;
}

.projects__project__expandable.border_color_2 {
  border-top: 2px solid #00b1ac;
}

.projects__project__expandable.border_color_3 {
  border-top: 2px solid #8257a6;
}

.projects__project__expandable.border_color_4 {
  border-top: 2px solid #3fb882;
}

.border_color_1 {
  border-top: 2px solid #ff8a4f;
}

.border_color_2 {
  border-top: 2px solid #00b1ac;
}

.border_color_3 {
  border-top: 2px solid #8257a6;
}

.border_color_4 {
  border-top: 2px solid #3fb882;
}

.border_b_color_1 {
  border-bottom: 2px solid #ff8a4f;
}

.border_b_color_2 {
  border-bottom: 2px solid #00b1ac;
}

.border_b_color_3 {
  border-bottom: 2px solid #8257a6;
}

.border_b_color_4 {
  border-bottom: 2px solid #3fb882;
}

.projects__project__expandable__title {
  display: block;
  position: relative;
  padding-bottom: 2rem;
  width: calc(100% - 2rem);
}

.projects__project__expandable__title:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 1rem;
  left: 0;
  width: 4rem;
  height: 2px;
  background-color: #646464;
  transition: all 0.4s ease-in-out;
}

.projects__project__expandable__title.color_1:after {
  background-color: #ff8a4f;
}

.projects__project__expandable__title.color_2:after {
  background-color: #00b1ac;
}

.projects__project__expandable__title.color_3:after {
  background-color: #8257a6;
}

.projects__project__expandable__title.color_4:after {
  background-color: #3fb882;
}

.projects__project__image {
  position: relative;
  width: calc(calc(65vw - 4.5rem) / 4);
  height: calc(calc(65vw - 4.5rem) / 4);
  -o-object-fit: cover;
     object-fit: cover;
}

.projects__project__image img,
.projects__project__image picture {
  position: absolute;
  width: calc(calc(65vw - 4.5rem) / 4);
  height: calc(calc(65vw - 4.5rem) / 4);
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1024px) {
  .projects__project__image {
    width: 45vw;
    height: 45vw;
  }

  .projects__project__image img,
.projects__project__image picture {
    width: 45vw;
    height: 45vw;
  }
}

@media screen and (max-width: 768px) {
  .projects__project__image {
    width: 90vw;
    height: 90vw;
  }

  .projects__project__image img,
.projects__project__image picture {
    width: 90vw;
    height: 90vw;
  }
}

.projects__project__image__lg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects__project__image__lg img,
.projects__project__image__lg picture {
  width: 100%;
  height: 30vh;
  -o-object-fit: cover;
     object-fit: cover;
}

.projects__project__title {
  font-size: 1.4rem;
  line-height: 1.6rem;
  padding: 1rem;
  color: white;
  border-top: calc(calc(calc(65vw - 4.5rem) / 4) / 2) solid;
  position: relative;
  width: calc(calc(65vw - 4.5rem) / 4);
  display: block;
  position: relative;
  top: -7.6vw;
  margin-bottom: -7.6vw;
  z-index: -2;
  font-weight: light;
}

@media screen and (max-width: 1024px) {
  .projects__project__title {
    top: -4vw;
    margin-bottom: -4vw;
    width: 45vw;
    border-top: 22.5vw solid;
    margin-top: calc(2rem - 22.5vw);
  }
}

@media screen and (max-width: 768px) {
  .projects__project__title {
    width: 90vw;
    border-top: 45vw solid;
    margin-top: calc(2rem - 45vw);
  }
}

.cat.cat_1 {
  background-color: #ff8a4f;
  border-color: #ff8a4f;
}

.cat.cat_2 {
  background-color: #00b1ac;
  border-color: #00b1ac;
}

.cat.cat_3 {
  background-color: #8257a6;
  border-color: #8257a6;
}

.clip {
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.clip.clip_1 {
  -webkit-clip-path: url(#f1);
          clip-path: url(#f1);
  background-color: #ff8a4f;
}

.clip.clip_1.specular {
  -webkit-clip-path: url(#f1s);
          clip-path: url(#f1s);
}

.clip.clip_1.half {
  -webkit-clip-path: url(#f1half);
          clip-path: url(#f1half);
}

.clip.clip_1.half-flip {
  -webkit-clip-path: url(#f1half);
          clip-path: url(#f1half);
  transform: rotate(180deg);
}

.clip.clip_1.half-flip * {
  transform: rotate(180deg);
}

.clip.clip_2 {
  -webkit-clip-path: url(#f2);
          clip-path: url(#f2);
  background-color: #00b1ac;
}

.clip.clip_2.specular {
  -webkit-clip-path: url(#f2s);
          clip-path: url(#f2s);
}

.clip.clip_2.half {
  -webkit-clip-path: url(#f2half);
          clip-path: url(#f2half);
}

.clip.clip_2.half-flip {
  -webkit-clip-path: url(#f2half);
          clip-path: url(#f2half);
  transform: rotate(180deg);
}

.clip.clip_2.half-flip * {
  transform: rotate(180deg);
}

.clip.clip_3 {
  -webkit-clip-path: url(#f3);
          clip-path: url(#f3);
  background-color: #8257a6;
}

.clip.clip_3.specular {
  -webkit-clip-path: url(#f3s);
          clip-path: url(#f3s);
}

.clip.clip_3.half {
  -webkit-clip-path: url(#f3half);
          clip-path: url(#f3half);
}

.clip.clip_3.half-flip {
  -webkit-clip-path: url(#f3half);
          clip-path: url(#f3half);
  transform: rotate(180deg);
}

.clip.clip_3.half-flip * {
  transform: rotate(180deg);
}

.shadow {
  box-shadow: 0px 174px 0px 0px #db7885;
}

.details_table {
  width: 100%;
  margin: 2rem 0;
}

.details_table .details_table_spec {
  padding: 10px 15px 10px 0;
  width: 20%;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .details_table .details_table_spec {
    width: 100%;
  }
}

.details_table .details_table_text {
  padding: 10px 15px;
  border: 1px solid black;
  border-right: none;
}

@media screen and (max-width: 768px) {
  .details_table .details_table_text {
    border: none;
    border-top: 1px solid black;
    width: 100%;
    padding: 10px 0;
  }
}

@media screen and (min-width: 768px) {
  .details_table .details_table_row:first-of-type .details_table_text {
    border-top: none;
  }

  .details_table .details_table_row:last-of-type .details_table_text {
    border-bottom: none;
  }
}

@media screen and (max-width: 768px) {
  .details_table .details_table_row {
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
  }
}

.title {
  /* @apply .text-3xl; */
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  font-weight: medium;
}

.title.title__border {
  position: relative;
}

.title.title__border::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 3px solid #323232;
}

.title.title__border.color_1::after {
  border-bottom: 3px solid #ff8a4f;
}

.title.title__border.color_2::after {
  border-bottom: 3px solid #00b1ac;
}

.title.title__border.color_3::after {
  border-bottom: 3px solid #8257a6;
}

.title.title__border.color_4::after {
  border-bottom: 3px solid #3fb882;
}

.expandible__text {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.5rem;
  position: relative;
}

.expandible__text.short_closed {
  height: 0rem;
}

.expandible__text.open {
  height: auto !important;
  text-overflow: initial;
}

.expandible__text.tall {
  height: 34rem;
}

.expandible__text.short {
  height: 14rem;
}

.expandible__text.adaptive {
  height: clamp(10rem, calc(var(--expandible-text-height) - 2rem), 25rem);
}

.expandible__text.zero {
  height: 0;
}

.expand__text {
  cursor: pointer;
  transform: scale(1.5);
  width: 3rem;
  text-align: center;
  display: block;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
}

.expand__text:hover {
  transform: scale(2);
}

.main-carousel {
  margin-bottom: 2rem;
}

@media screen and (max-width: 1024px) {
  .main-carousel {
    margin-top: 4rem;
  }
}

.carousel-cell {
  display: block;
  width: 100%;
  height: calc(65vw / 2);
  position: relative;
}

@media screen and (max-width: 1024px) {
  .carousel-cell {
    padding-top: 50%;
    height: 0;
  }
}

@media screen and (min-width: 1024px) {
  .carousel-cell {
    min-width: 65vw;
  }
}

.carousel-cell img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.carousel-cell.home_carousel_cell {
  display: flex;
  flex-direction: column-reverse;
}

@media screen and (max-width: 678px) {
  .carousel-cell.home_carousel_cell {
    height: 60vh;
  }
}

.carousel-cell .home_carousel_text_container {
  /*     position: absolute;
  z-index: 10;
  bottom: 0;
  */
  padding: 1rem 2rem;
  float: left;
}

.carousel-cell .home_carousel_text_container.color_1 {
  background-color: #ffbb99;
  color: white !important;
}

.carousel-cell .home_carousel_text_container.color_2 {
  background-color: #6ab0ae;
  color: white !important;
}

.carousel-cell .home_carousel_text_container.color_3 {
  background-color: #8f74a6;
  color: white !important;
}

.carousel-cell .home_carousel_text_container.color_4 {
  background-color: #8cc5ab;
  color: white !important;
}

.carousel-cell .home_carousel_img {
  /* float: left; */
  /* top: 0;
  bottom: 0; */
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

.flickity-page-dots {
  bottom: 10px !important;
}

.no_dots .flickity-page-dots {
  display: none;
}

.column-count-2 {
  -moz-column-count: 2;
       column-count: 2;
}

.flickity-prev-next-button {
  top: -60px !important;
  background: none !important;
}

.page_footer {
  width: 100vw;
  padding: 3rem 0;
  display: inline-block;
  background-color: #f0f0f0;
  margin-bottom: 0 !important;
}

.page_footer.color_1 {
  color: #ffbb99;
}

.page_footer.color_2 {
  color: #6ab0ae;
}

.page_footer.color_3 {
  color: #8f7410 6;
}

.page_footer.color_4 {
  color: #3fb882;
}

.events_nav_btn {
  width: 3rem;
  height: 1rem;
  cursor: pointer;
}

.events_nav_btn.color_1::before {
  background-color: #ffbb99;
}

.events_nav_btn.color_2::before {
  background-color: #6ab0ae;
}

.events_nav_btn.color_3::before {
  background-color: #8f74a6;
}

.events_nav_btn.color_4::before {
  background-color: #3fb882;
}

.events_nav_btn.prev:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-clip-path: url("#prev_long");
          clip-path: url("#prev_long");
  z-index: -1;
}

.events_nav_btn.up:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-clip-path: url("#prev_long");
          clip-path: url("#prev_long");
  z-index: -1;
  transform: rotate(90deg);
}

.events_nav_btn.down:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-clip-path: url("#prev_long");
          clip-path: url("#prev_long");
  z-index: -1;
  transform: rotate(-90deg);
}

.events_nav_btn.next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-clip-path: url("#next_long");
          clip-path: url("#next_long");
  z-index: -1;
}

.events_nav_btn.expand__arrow {
  top: 4rem;
}

.home_nav_arrow {
  width: 6rem;
  height: 2rem;
  cursor: pointer;
}

.home_nav_arrow.color_1::before {
  background-color: #ffbb99;
}

.home_nav_arrow.color_2::before {
  background-color: #6ab0ae;
}

.home_nav_arrow.color_3::before {
  background-color: #8f74a6;
}

.home_nav_arrow.color_4::before {
  background-color: #3fb882;
}

.home_nav_arrow.prev:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-clip-path: url("#prev_long");
          clip-path: url("#prev_long");
  z-index: -1;
}

.home_nav_arrow.up:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-clip-path: url("#prev_long");
          clip-path: url("#prev_long");
  z-index: -1;
  transform: rotate(90deg);
}

.home_nav_arrow.down:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-clip-path: url("#prev_long");
          clip-path: url("#prev_long");
  z-index: -1;
  transform: rotate(-90deg);
}

.home_nav_arrow.next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-clip-path: url("#next_long");
          clip-path: url("#next_long");
  z-index: -1;
}

.home_nav_arrow.expand__arrow {
  top: 4rem;
}

.gallery_nav_btn {
  position: relative;
  width: 100px;
  height: 40px;
  cursor: pointer;
}

.gallery_nav_btn.color_1::before {
  background-color: #ffbb99;
}

.gallery_nav_btn.color_2::before {
  background-color: #6ab0ae;
}

.gallery_nav_btn.color_3::before {
  background-color: #8f74a6;
}

.gallery_nav_btn.color_4::before {
  background-color: #3fb882;
}

.gallery_nav_btn.prev:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-clip-path: url("#prev_long");
          clip-path: url("#prev_long");
}

.gallery_nav_btn.next:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-clip-path: url("#next_long");
          clip-path: url("#next_long");
}

.gallery__wrapper {
  position: relative;
}

.gallery__text {
  position: relative;
}

.gallery__text .carousel-cell-text {
  position: relative;
  display: flex;
  height: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.gallery__text .carousel-cell-text img {
  position: relative;
}

.gallery_nav.text_nav {
  position: absolute;
  width: 100%;
  top: -1rem;
  z-index: 50;
}

.gallery_nav.text_nav .gallery_nav_btn {
  position: absolute;
}

.gallery_nav.text_nav .gallery_nav_btn.prev {
  left: 0;
}

.gallery_nav.text_nav .gallery_nav_btn.next {
  right: 0;
}

.squaredImage {
  display: block;
  height: 0;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}

.squaredImage img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fluid_media {
  position: relative;
  padding-bottom: 56.25%;
  /* proportion value to aspect ratio 16:9 (9 / 16 = 0.5625 or 56.25%) */
  height: 0;
  overflow: hidden;
}

.fluid_media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }

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

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

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

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

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

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

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

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

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

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

  .md\:text-lg {
    font-size: 1.125rem;
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

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

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

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

  .lg\:text-lg {
    font-size: 1.125rem;
  }

  .lg\:text-6xl {
    font-size: 4rem;
  }

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

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:visible {
    visibility: visible;
  }

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

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

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-1\/5 {
    width: 20%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-1\/6 {
    width: 16.666667%;
  }
}

@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }

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

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

  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }

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

.hover_color_0, 
.hover_color_0 a {
  color: #ff8a4f !important;
  font-style: normal;
  text-transform: uppercase;
  font-size: 1.03rem;
  font-weight: 600;
 


  }
.hover_color_0:hover a{
  color: #ff8a4f !important;
  font-style: italic;
  }
.menu__mobile .hover_color_0 a{font-size: 1.25rem;}
