/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

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

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
	box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
	-moz-tab-size: 4;
	-o-tab-size: 4;
	   tab-size: 4;
}

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

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
	font-family:
		system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, 
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

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

/**
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)
*/

hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}

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

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

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

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

b,
strong {
	font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}

/*
Tabular data
============
*/

/**
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)
*/

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

/*
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 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
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.
*/

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

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

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
	padding: 0;
}

/**
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 */
}

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

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

summary {
	display: list-item;
}/**
 * 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;
}

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: "FuturaLTPro-Book", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}


/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 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: currentColor; /* 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 {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

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

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

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
 
:-moz-focusring {
	outline: auto;
}

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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. 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
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

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

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

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

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

[hidden] {
  display: none;
}

*, ::before, ::after {
	--tw-translate-x: 0;
	--tw-translate-y: 0;
	--tw-rotate: 0;
	--tw-skew-x: 0;
	--tw-skew-y: 0;
	--tw-scale-x: 1;
	--tw-scale-y: 1;
	--tw-transform: translateX(var(--tw-translate-x)) translateY(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));
	--tw-border-opacity: 1;
	border-color: rgba(229, 231, 235, var(--tw-border-opacity));
	--tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
	--tw-ring-shadow: 0 0 rgba(0,0,0,0);
	--tw-shadow: 0 0 rgba(0,0,0,0);
	--tw-blur: var(--tw-empty,/*!*/ /*!*/);
	--tw-brightness: var(--tw-empty,/*!*/ /*!*/);
	--tw-contrast: var(--tw-empty,/*!*/ /*!*/);
	--tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
	--tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
	--tw-invert: var(--tw-empty,/*!*/ /*!*/);
	--tw-saturate: var(--tw-empty,/*!*/ /*!*/);
	--tw-sepia: var(--tw-empty,/*!*/ /*!*/);
	--tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
	--tw-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);
}

@font-face {
	font-family: "FuturaLTPro-BoldOblique";
	src: url("/fonts/FuturaLTPro-BoldOblique.otf") format("opentype");
	font-weight: 900;
}

@font-face {
    font-family: "FuturaLTPro-Book";
    src: url("/fonts/FuturaLTPro-Book.otf") format("opentype");
    font-weight: 400;
}

html {
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
}

/* NAVBAR */

.menu-off {
    transform: translateY(-100%);
}

.menu-on {
    transform: translateY(0);
}

.mobile-menu {
    height: calc(100vh - 96px);
}

/* CONTENT */

.text-content h1 {
    font-size: 2.5em !important;
    line-height: 1 !important;
    font-family: "FuturaLTPro-BoldOblique", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #E5007D;
}

.text-content h1:after {
    content: "";
    display: block;
    margin-top: 6px;
    margin-bottom: 13px;
    width: 90px;
    height: 6px;
    background-color: #FFED00;
}

.text-content h2 {
    font-size: 2.0em !important;
    line-height: 1 !important;
    font-family: "FuturaLTPro-BoldOblique", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #E5007D;
}

.text-content h3 {
    font-size: 1.5em !important;
    line-height: 1 !important;
    font-family: "FuturaLTPro-BoldOblique", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

@media only screen and (max-width: 1279px) {
    .text-content h1 {
        font-size: 2em !important;
        line-height: 1 !important;
        font-family: "FuturaLTPro-BoldOblique", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
        text-transform: uppercase;
        margin-top: 2rem;
    margin-bottom: 1rem;
    }

    .text-content h1:after {
        content: "";
        display: block;
        margin-top: 6px;
        margin-bottom: 10px;
        width: 60px;
        height: 4px;
        background-color: #FFED00;
    }

    .text-content h2 {
        font-size: 2em !important;
        line-height: 1 !important;
        font-family: "FuturaLTPro-BoldOblique", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
        text-transform: uppercase;
        margin-top: 2rem;
    margin-bottom: 1rem;
    }
    
    .text-content h3 {
        font-size: 1.5em !important;
        line-height: 1 !important;
        font-family: "FuturaLTPro-BoldOblique", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
        margin-top: 2rem;
    margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 600px) {
    .text-content h1 {
        font-size: 1.8rem !important;
        line-height: 1 !important;
        font-family: "FuturaLTPro-BoldOblique", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
        text-transform: uppercase;
        margin-top: 2rem;
    margin-bottom: 1rem;
    }
    .text-content h1:after {
        content: "";
        display: block;
        margin-top: 6px;
        margin-bottom: 10px;
        width: 60px;
        height: 4px;
        background-color: #FFED00;
    }
    
    .text-content h2 {
        font-size: 1.5rem !important;
        line-height: 1 !important;
        font-family: "FuturaLTPro-BoldOblique", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
        text-transform: uppercase;
        margin-top: 2rem;
    margin-bottom: 1rem;
    }
    
    .text-content h3 {
        font-size: 1.3em !important;
        line-height: 1 !important;
        font-family: "FuturaLTPro-BoldOblique", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
        margin-top: 2rem;
    margin-bottom: 1rem;
    }
}

.text-content p {
    margin: 1rem 0;
}

.compact>p {
    margin-bottom: 0.5rem;
}

.text-content strong {
    font-family: "FuturaLTPro-BoldOblique", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
}

/* HERO */

.hero {
    height: calc(100vh - 96px) !important;
}

.hero-container {
    height: 100vh;
    height: calc(1vh * 100);
    height: calc(var(--vh, 1vh) * 100);
}

@media only screen and (max-width: 1279px) {
    .hero {
        height: calc(100vh - 96px) !important;
    }

    #content-start {
        bottom: 96px !important;
    }
}

.julis-hero-title:nth-of-type(2) {
    margin-left: 1.55em;
}

/* PEOPLE */

.people h3 {
    font-size: 1.5rem;
}

.people .people-a-skew::before {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transform: skewX(-12deg);
    transform-origin: top;
    position: absolute;
    z-index: -1;
}

/* RESOLUTIONS */

.resolution-body {
    text-align: justify !important;
}

/* NEWS */

.news-body {
    text-align: justify !important;
}

.news-body h2 {
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-size: 1.2em;
}

.news-body p {
    margin: 0.5em 0;
}

.news-body img {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    max-width: 600px;
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
       object-fit: cover;
    margin: 0 auto;
}

.fixed {
	position: fixed !important;
}

.absolute {
	position: absolute !important;
}

.relative {
	position: relative !important;
}

.top-0 {
	top: 0px !important;
}

.left-0 {
	left: 0px !important;
}

.right-0 {
	right: 0px !important;
}

.top-24 {
	top: 6rem !important;
}

.bottom-0 {
	bottom: 0px !important;
}

.bottom-24 {
	bottom: 6rem !important;
}

.bottom-8 {
	bottom: 2rem !important;
}

.left-8 {
	left: 2rem !important;
}

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

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

.z-40 {
	z-index: 40 !important;
}

.z-0 {
	z-index: 0 !important;
}

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

.col-span-1 {
	grid-column: span 1 / span 1 !important;
}

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

.col-span-3 {
	grid-column: span 3 / span 3 !important;
}

.row-span-6 {
	grid-row: span 6 / span 6 !important;
}

.m-3 {
	margin: 0.75rem !important;
}

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

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.my-5 {
	margin-top: 1.25rem !important;
	margin-bottom: 1.25rem !important;
}

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

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

.my-12 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

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

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

.mt-5 {
	margin-top: 1.25rem !important;
}

.ml-2 {
	margin-left: 0.5rem !important;
}

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

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

.mr-0 {
	margin-right: 0px !important;
}

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

.mt-auto {
	margin-top: auto !important;
}

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

.block {
	display: block !important;
}

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

.flex {
	display: flex !important;
}

.grid {
	display: grid !important;
}

.hidden {
	display: none !important;
}

.h-auto {
	height: auto !important;
}

.h-24 {
	height: 6rem !important;
}

.h-full {
	height: 100% !important;
}

.h-6 {
	height: 1.5rem !important;
}

.h-32 {
	height: 8rem !important;
}

.h-14 {
	height: 3.5rem !important;
}

.h-96 {
	height: 24rem !important;
}

.h-1 {
	height: 0.25rem !important;
}

.h-28 {
	height: 7rem !important;
}

.h-8 {
	height: 2rem !important;
}

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

.h-48 {
	height: 12rem !important;
}

.max-h-\[50vh\] {
	max-height: 50vh !important;
}

.w-full {
	width: 100% !important;
}

.w-12 {
	width: 3rem !important;
}

.w-8 {
	width: 2rem !important;
}

.w-3\/4 {
	width: 75% !important;
}

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

.w-0 {
	width: 0px !important;
}

.w-28 {
	width: 7rem !important;
}

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

.max-w-screen-lg {
	max-width: 1024px !important;
}

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

.flex-shrink {
	flex-shrink: 1 !important;
}

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

.flex-grow-0 {
	flex-grow: 0 !important;
}

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

.-translate-y-full {
	--tw-translate-y: -100% !important;
	transform: var(--tw-transform) !important;
}

.-translate-x-1\/3 {
	--tw-translate-x: -33.333333% !important;
	transform: var(--tw-transform) !important;
}

.-translate-y-1\/3 {
	--tw-translate-y: -33.333333% !important;
	transform: var(--tw-transform) !important;
}

@-webkit-keyframes fadein {

	0% {
		opacity: 0;
		transform: translateX(-1rem);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

@keyframes fadein {

	0% {
		opacity: 0;
		transform: translateX(-1rem);
	}

	100% {
		opacity: 1;
		transform: translateX(0);
	}
}

.animate-fadein {
	-webkit-animation: fadein 400ms ease-in-out 300ms 1 normal both !important;
	        animation: fadein 400ms ease-in-out 300ms 1 normal both !important;
}

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

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

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

.grid-rows-6 {
	grid-template-rows: repeat(6, minmax(0, 1fr)) !important;
}

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

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

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

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.content-start {
	align-content: flex-start !important;
}

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

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

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

.items-stretch {
	align-items: stretch !important;
}

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

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

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

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

.justify-around {
	justify-content: space-around !important;
}

.gap-4 {
	grid-gap: 1rem !important;
	gap: 1rem !important;
}

.gap-2 {
	grid-gap: 0.5rem !important;
	gap: 0.5rem !important;
}

.gap-5 {
	grid-gap: 1.25rem !important;
	gap: 1.25rem !important;
}

.gap-1 {
	grid-gap: 0.25rem !important;
	gap: 0.25rem !important;
}

.divide-x > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-x-reverse: 0 !important;
	border-right-width: calc(1px * var(--tw-divide-x-reverse)) !important;
	border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))) !important;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
	--tw-divide-y-reverse: 0 !important;
	border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
	border-bottom-width: calc(1px * var(--tw-divide-y-reverse)) !important;
}

.overflow-y-scroll {
	overflow-y: scroll !important;
}

.whitespace-nowrap {
	white-space: nowrap !important;
}

.rounded {
	border-radius: 0.25rem !important;
}

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

.rounded-t {
	border-top-left-radius: 0.25rem !important;
	border-top-right-radius: 0.25rem !important;
}

.border {
	border-width: 1px !important;
}

.border-2 {
	border-width: 2px !important;
}

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

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

.border-black {
	--tw-border-opacity: 1 !important;
	border-color: rgba(0, 0, 0, var(--tw-border-opacity)) !important;
}

.bg-julis-darkgray {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(45, 45, 45, var(--tw-bg-opacity)) !important;
}

.bg-gray-50 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(249, 250, 251, var(--tw-bg-opacity)) !important;
}

.bg-white {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-julis-magenta {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(229, 0, 125, var(--tw-bg-opacity)) !important;
}

.bg-black {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(0, 0, 0, var(--tw-bg-opacity)) !important;
}

.bg-gray-700 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(55, 65, 81, var(--tw-bg-opacity)) !important;
}

.bg-red-500 {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(239, 68, 68, var(--tw-bg-opacity)) !important;
}

.bg-julis-white {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.bg-julis-gray {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(67, 67, 67, var(--tw-bg-opacity)) !important;
}

.bg-julis-yellow {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 237, 0, var(--tw-bg-opacity)) !important;
}

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

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

.p-6 {
	padding: 1.5rem !important;
}

.p-4 {
	padding: 1rem !important;
}

.p-0 {
	padding: 0px !important;
}

.p-3 {
	padding: 0.75rem !important;
}

.p-2 {
	padding: 0.5rem !important;
}

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

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

.px-5 {
	padding-left: 1.25rem !important;
	padding-right: 1.25rem !important;
}

.px-6 {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}

.py-12 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

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

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

.px-8 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

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

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

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

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

.pt-0 {
	padding-top: 0px !important;
}

.pb-2 {
	padding-bottom: 0.5rem !important;
}

.pb-3 {
	padding-bottom: 0.75rem !important;
}

.pt-1 {
	padding-top: 0.25rem !important;
}

.pb-\[0\.15rem\] {
	padding-bottom: 0.15rem !important;
}

.pt-3 {
	padding-top: 0.75rem !important;
}

.pt-\[40vh\] {
	padding-top: 40vh !important;
}

.pl-0 {
	padding-left: 0px !important;
}

.pr-\[1px\] {
	padding-right: 1px !important;
}

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

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

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

.text-justify {
	text-align: justify !important;
}

.font-sans {
	font-family: "FuturaLTPro-Book", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif !important;
}

.font-blackitalic {
	font-family: "FuturaLTPro-BoldOblique", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif !important;
}

.font-semibold {
	font-family: "FuturaLTPro-Book", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif !important;
}

.font-bold {
	font-family: "FuturaLTPro-Book", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif !important;
}

.font-black {
	font-family: "FuturaLTPro-BoldOblique", ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif !important;
}

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

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

.text-xl {
	font-size: 1.25rem !important;
	line-height: 1.75rem !important;
}

.text-base {
	font-size: 1rem !important;
	line-height: 1.5rem !important;
}

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

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

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

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

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

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

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

.uppercase {
	text-transform: uppercase !important;
}

.leading-normal {
	line-height: 1.5 !important;
}

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

.leading-5 {
	line-height: 1.25rem !important;
}

.text-julis-text {
	--tw-text-opacity: 1 !important;
	color: rgba(45, 45, 45, var(--tw-text-opacity)) !important;
}

.text-black {
	--tw-text-opacity: 1 !important;
	color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}

.text-julis-magenta {
	--tw-text-opacity: 1 !important;
	color: rgba(229, 0, 125, var(--tw-text-opacity)) !important;
}

.text-julis-white {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-white {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}

.text-julis-yellow {
	--tw-text-opacity: 1 !important;
	color: rgba(255, 237, 0, var(--tw-text-opacity)) !important;
}

.opacity-0 {
	opacity: 0 !important;
}

.opacity-80 {
	opacity: 0.8 !important;
}

.shadow {
	--tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06) !important;
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.shadow-julis-sm {
	--tw-shadow: 0 2px 10px 0 rgba(0,0,0,.1) !important;
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.shadow-md {
	--tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.shadow-julis-card {
	--tw-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.15) !important;
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.outline-none {
	outline: 2px solid transparent !important;
	outline-offset: 2px !important;
}

.drop-shadow-lg {
	--tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1)) !important;
	filter: var(--tw-filter) !important;
}

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

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

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

.duration-200 {
	transition-duration: 200ms !important;
}

.duration-500 {
	transition-duration: 500ms !important;
}

.ease-in-out {
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.before\:bg-julis-darkgray::before {
	content: "" !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(45, 45, 45, var(--tw-bg-opacity)) !important;
}

.before\:bg-white::before {
	content: "" !important;
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}

.after\:absolute::after {
	content: "" !important;
	position: absolute !important;
}

.after\:top-1::after {
	content: "" !important;
	top: 0.25rem !important;
}

.after\:-bottom-1::after {
	content: "" !important;
	bottom: -0.25rem !important;
}

.after\:left-1::after {
	content: "" !important;
	left: 0.25rem !important;
}

.after\:-right-1::after {
	content: "" !important;
	right: -0.25rem !important;
}

.after\:border-1::after {
	content: "" !important;
	border-width: 1px !important;
}

.after\:border-white::after {
	content: "" !important;
	--tw-border-opacity: 1 !important;
	border-color: rgba(255, 255, 255, var(--tw-border-opacity)) !important;
}

.first\:pl-0:first-child {
	padding-left: 0px !important;
}

.last\:mb-0:last-child {
	margin-bottom: 0px !important;
}

.last\:pb-4:last-child {
	padding-bottom: 1rem !important;
}

.hover\:h-16:hover {
	height: 4rem !important;
}

.hover\:scale-105:hover {
	--tw-scale-x: 1.05 !important;
	--tw-scale-y: 1.05 !important;
	transform: var(--tw-transform) !important;
}

.hover\:scale-\[101\%\]:hover {
	--tw-scale-x: 101% !important;
	--tw-scale-y: 101% !important;
	transform: var(--tw-transform) !important;
}

.hover\:bg-julis-lightgray:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(250, 250, 250, var(--tw-bg-opacity)) !important;
}

.hover\:bg-julis-yellow:hover {
	--tw-bg-opacity: 1 !important;
	background-color: rgba(255, 237, 0, var(--tw-bg-opacity)) !important;
}

.hover\:text-julis-magenta:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(229, 0, 125, var(--tw-text-opacity)) !important;
}

.hover\:text-julis-cyan:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(0, 158, 227, var(--tw-text-opacity)) !important;
}

.hover\:text-gray-600:hover {
	--tw-text-opacity: 1 !important;
	color: rgba(75, 85, 99, var(--tw-text-opacity)) !important;
}

.hover\:shadow-lg:hover {
	--tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.hover\:shadow-julis-md:hover {
	--tw-shadow: 0 2px 10px 0 rgba(0,0,0,.2) !important;
	box-shadow: 0 0 rgba(0,0,0,0), 0 0 rgba(0,0,0,0), var(--tw-shadow) !important;
	box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0,0,0,0)), var(--tw-ring-shadow, 0 0 rgba(0,0,0,0)), var(--tw-shadow) !important;
}

.group:hover .group-hover\:mr-1 {
	margin-right: 0.25rem !important;
}

.group:hover .group-hover\:w-full {
	width: 100% !important;
}

.group:hover .group-hover\:w-6 {
	width: 1.5rem !important;
}

.group:hover .group-hover\:translate-y-0 {
	--tw-translate-y: 0px !important;
	transform: var(--tw-transform) !important;
}

.group:hover .group-hover\:text-julis-magenta {
	--tw-text-opacity: 1 !important;
	color: rgba(229, 0, 125, var(--tw-text-opacity)) !important;
}

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

@media (min-width: 640px) {

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

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

@media (min-width: 768px) {

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

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

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

	.md\:row-span-6 {
		grid-row: span 6 / span 6 !important;
	}

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

	.md\:row-span-2 {
		grid-row: span 2 / span 2 !important;
	}

	.md\:mt-1\.5 {
		margin-top: 0.375rem !important;
	}

	.md\:mt-1 {
		margin-top: 0.25rem !important;
	}

	.md\:h-36 {
		height: 9rem !important;
	}

	.md\:h-auto {
		height: auto !important;
	}

	.md\:w-36 {
		width: 9rem !important;
	}

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

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

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

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

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

	.md\:text-sm {
		font-size: 0.875rem !important;
		line-height: 1.25rem !important;
	}

	.md\:text-base {
		font-size: 1rem !important;
		line-height: 1.5rem !important;
	}

	.md\:text-xl {
		font-size: 1.25rem !important;
		line-height: 1.75rem !important;
	}
}

@media (min-width: 1024px) {

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

	.lg\:px-0 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	.lg\:px-56 {
		padding-left: 14rem !important;
		padding-right: 14rem !important;
	}
}

@media (min-width: 1280px) {

	.xl\:flex {
		display: flex !important;
	}

	.xl\:hidden {
		display: none !important;
	}

	.xl\:h-96 {
		height: 24rem !important;
	}

	.xl\:h-auto {
		height: auto !important;
	}

	.xl\:w-1\/4 {
		width: 25% !important;
	}

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

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

	.xl\:flex-nowrap {
		flex-wrap: nowrap !important;
	}

	.xl\:gap-1 {
		grid-gap: 0.25rem !important;
		gap: 0.25rem !important;
	}

	.xl\:py-12 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important;
	}

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

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

	.xl\:text-xl {
		font-size: 1.25rem !important;
		line-height: 1.75rem !important;
	}

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

	.xl\:text-base {
		font-size: 1rem !important;
		line-height: 1.5rem !important;
	}

	.xl\:leading-4 {
		line-height: 1rem !important;
	}
}

