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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

[hidden] {
  display: none;
}
	
	@font-face {
		font-family: 'Apercu Mono Pro';
		src: url('/css/fonts/ApercuMonoPro-Bold.woff2') format('woff2'),
			url('/css/fonts/ApercuMonoPro-Bold.woff') format('woff');
		font-weight: bold;
		font-style: normal;
		font-display: swap;
	}
	
	@font-face {
		font-family: 'Apercu Mono Pro';
		src: url('/css/fonts/ApercuMonoPro-Medium.woff2') format('woff2'),
			url('/css/fonts/ApercuMonoPro-Medium.woff') format('woff');
		font-weight: 500;
		font-style: normal;
		font-display: swap;
	}
	
	@font-face {
		font-family: 'Apercu Mono Pro';
		src: url('/css/fonts/ApercuMonoPro-Light.woff2') format('woff2'),
			url('/css/fonts/ApercuMonoPro-Light.woff') format('woff');
		font-weight: 300;
		font-style: normal;
		font-display: swap;
	}
	
	@font-face {
		font-family: 'Apercu Mono Pro';
		src: url('/css/fonts/ApercuMonoPro-Regular.woff2') format('woff2'),
			url('/css/fonts/ApercuMonoPro-Regular.woff') format('woff');
		font-weight: normal;
		font-style: normal;
		font-display: swap;
	}
	
	@font-face {
		font-family: 'Ogg';
		src: url('/css/fonts/OggTRIAL-Medium.woff2') format('woff2'),
			url('/css/fonts/OggTRIAL-Medium.woff') format('woff');
		font-weight: 500;
		font-style: normal;
		font-display: swap;
	}
	
	@font-face {
		font-family: 'Ogg';
		src: url('/css/fonts/OggTRIAL-RegularItalic.woff2') format('woff2'),
			url('/css/fonts/OggTRIAL-RegularItalic.woff') format('woff');
		font-weight: normal;
		font-style: italic;
		font-display: swap;
	}

	@font-face {
		font-family: 'Ogg Text';
		src: url('/css/fonts/OggTextTRIAL-LightItalic.woff2') format('woff2'),
			url('/css/fonts/OggTextTRIAL-LightItalic.woff') format('woff');
		font-weight: 300;
		font-style: italic;
		font-display: swap;
	}

	@font-face {
		font-family: 'Ogg Text TRIAL';
		src: url('/css/fonts/OggTextTRIAL-Light.woff2') format('woff2'),
			url('/css/fonts/OggTextTRIAL-Light.woff') format('woff');
		font-weight: 300;
		font-style: normal;
		font-display: swap;
	}

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

.csc-canvas {
	width:100vw !important;
	height:100vh !important;
	-o-object-fit: cover !important;
	   object-fit: cover !important;
}

.sequence-page {
    pointer-events:none;
}
.sequence-page.active {
    pointer-events:auto;
}

.sequence-title {
    opacity:0;
    transition:opacity 0.5s, transform 0.5s;
    transition-timing-function: cubic-bezier(0.510, 0.045, 0.980, 0.270);
}

.sequence-title.active {
    opacity:1;
    transition-timing-function: cubic-bezier(0.050, 0.795, 0.270, 0.995);
    transition:opacity 0.5s, transform 0.5s;
}

.past-sequence .sequence-title-container {
    pointer-events:none;
    display:none;
}

/* --------------------------------------------- title 1 TIJDELIJK */


/* phase one */
.t1a.active  {
    transform:translateY(0);
}
.t1a.before {
    transform:translateY(3vw);
    transition-delay: 0.6s;
}
.t1a.after  {
    transform:translateY(-3vw);
    transition-delay: 0s;
}
.t1a.active.from-before  {
    transition-delay: 0s;
}
.t1a.active.from-after  {
    transition-delay: 0.6s;
}

/* the nightwatch */
.t1b.active  {
    transform:translateY(0);
}
.t1b.before {
    transform:translateY(3vw);
    transition-delay: 0.4s;
}
.t1b.after  {
    transform:translateY(-3vw);
    transition-delay: 0.2s;
}
.t1b.active.from-before  {
    transition-delay: 0.2s;
}
.t1b.active.from-after  {
    transition-delay: 0.4s;
}

/* text */
.t1c.active  {
    transform:translateY(0);
}
.t1c.before {
    transform:translateY(3vw);
    transition-delay: 0.2s;
}
.t1c.after  {
    transform:translateY(-3vw);
    transition-delay: 0.4s;
}
.t1c.active.from-before  {
    transition-delay: 0.4s;
}
.t1c.active.from-after  {
    transition-delay: 0.2s;
}

/* arrow */
.t1d.active  {
    transform:translateY(0);
}
.t1d.before {
    transform:translateY(3vw);
    transition-delay: 0s;
}
.t1d.after  {
    transform:translateY(-3vw);
    transition-delay: 0.6s;
}
.t1d.active.from-before  {
    transition-delay: 0.6s;
}
.t1d.active.from-after  {
    transition-delay: 0s;
}


/* --------------------------------------------- title 3 TIJDELIJK */


.t3.before {
    transform:translateX(-3vw);
    opacity:0;
}
.t3.active {
    transform:translateX(0);
    opacity:1;
}
.t3.after {
    transform:translateX(3vw);
    opacity:0;
}

/* --------------------------------------------- title 4 TIJDELIJK */


.t4.before {
    transform:translateX(3vw);
    opacity:0;
}
.t4.active {
    transform:translateY(0);
    opacity:1;
}
.t4.after {
    transform:translateX(-3vw);
    opacity:0;
}

/* --------------------------------------------- title 5 TIJDELIJK */


.t5.before {
    transform:translateX(3vw);
    opacity:0;
}
.t5.active {
    transform:translateY(0);
    opacity:1;
}
.t5.after {
    transform:translateX(-3vw);
    opacity:0;
}

.read-more {
    transform:translateY(105%);
    transition:transform 0.5s cubic-bezier(.38,.07,.95,.63); /* out */
}

.read-more-visible .read-more {
    display:block;
    transform:translateY(0);
    transition:transform 0.8s cubic-bezier(0.050, 0.795, 0.270, 0.995);  /* in */
}

.read-more-backdrop {
    opacity:0;
    transition: opacity 0.5s;
    pointer-events:none;
}
.read-more-visible .read-more-backdrop {
    opacity:1;
    display:block;
    pointer-events:auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

[hidden] {
  display: none;
}

    .question {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

    .question:hover {
  opacity: 0.6;
}

    @media (min-width: 960px) {

  .question {
    margin-left: -45px;
  }

  .question {
    font-size: 17px;
  }
}

    .question.active {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(214 156 116 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

    .question.active:hover {
  opacity: 0.6;
}

    @media (min-width: 960px) {

  .question.active {
    margin-left: -45px;
  }

  .question.active {
    font-size: 17px;
  }
}

    .question .minus {
        display: none;
    }

    .question.active .minus {
        display: block;
    }
    .question.active .plus {
        display: none;
    }

    .question.active .question-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(214 156 116 / var(--tw-bg-opacity));
}


    .answer {
        display: none;
        -webkit-animation: answer-in 0.5s forwards;
                animation: answer-in 0.5s forwards;
    }

    .question.active + .answer {
        display: block;
    }

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

@-webkit-keyframes answer-in {
    0% { opacity:0; transform:translateY(-10px); }
    100% { opacity:1; transform:translateY(0); }
}

@keyframes answer-in {
    0% { opacity:0; transform:translateY(-10px); }
    100% { opacity:1; transform:translateY(0); }
}
.mobile-nav {
    display:none;
}

.mobile-nav-visible .mobile-nav {
    display:block;
}
.form-main-el {
    font-size: 14px;
    line-height: 1.6;
    font-family: arial, helvetica, sans-serif;
    margin: 0;
}

.form-main-el * {
    outline: 0;
}

._form_hide {
    display: none;
    visibility: hidden;
}

._form_show {
    display: block;
    visibility: visible;
}

.form-main-el._form-top {
    top: 0;
}

.form-main-el._form-bottom {
    bottom: 0;
}

.form-main-el._form-left {
    left: 0;
}

.form-main-el._form-right {
    right: 0;
}

.form-main-el textarea {
    resize: none;
}

.form-main-el ._close-icon {
    cursor: pointer;
    background-image: url('https://d226aj4ao1t61q.cloudfront.net/esfkyjh1u_forms-close-dark.png');
    background-repeat: no-repeat;
    background-size: 14.2px 14.2px;
    position: absolute;
    display: block;
    top: 11px;
    right: 9px;
    overflow: hidden;
    width: 16.2px;
    height: 16.2px;
}

.form-main-el ._close-icon:before {
    position: relative;
}

.form-main-el ._form-body {
    margin-bottom: 30px;
}

.form-main-el ._form-image-left {
    width: 150px;
    float: left;
}

.form-main-el ._form-content-right {
    margin-left: 164px;
}

.form-main-el .form-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.form-main-el ._form-label,
.form-main-el ._form_element ._form-label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.form-main-el._dark ._form-branding {
    color: #333;
}

.form-main-el ._form_element {
    position: relative;
    margin-bottom: 10px;
    font-size: 0;
    max-width: 100%;
}

.form-main-el ._form_element * {
    font-size: 14px;
}

.form-main-el ._form_element._clear {
    clear: both;
    width: 100%;
    float: none;
}

.form-main-el ._form_element._clear:after {
    clear: left;
}

.form-main-el ._form_element input[type="text"],
.form-main-el ._form_element input[type="date"],
.form-main-el ._form_element select,
.form-main-el ._form_element textarea:not(.g-recaptcha-response) {
    display: block;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
}

.form-main-el ._field-wrapper {
    position: relative;
}

.form-main-el ._inline-style {
    float: left;
}

.form-main-el ._inline-style input[type="text"] {
    width: 150px;
}

.form-main-el ._inline-style:not(._clear)+._inline-style:not(._clear) {
    margin-left: 20px;
}

.form-main-el ._form_element img._form-image {
    max-width: 100%;
}

.form-main-el ._form_element ._form-fieldset {
    border: 0;
    padding: 0.01em 0 0 0;
    margin: 0;
    min-width: 0;
}

.form-main-el ._clear-element {
    clear: left;
}

.form-main-el ._full_width {
    width: 100%;
}

.form-main-el ._form_full_field {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.form-main-el input[type="text"]._has_error,
.form-main-el textarea._has_error {
    border: #f37c7b 1px solid;
}

.form-main-el input[type="checkbox"]._has_error {
    outline: #f37c7b 1px solid;
}

.form-main-el ._error {
    display: block;
    position: absolute;
    font-size: 14px;
    z-index: 10000001;
}

.form-main-el ._error._above {
    padding-bottom: 4px;
    bottom: 39px;
    right: 0;
}

.form-main-el ._error._below {
    padding-top: 4px;
    top: 100%;
    right: 0;
}

.form-main-el ._error._above ._error-arrow {
    bottom: 0;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f37c7b;
    display: none;
}

.form-main-el ._error._below ._error-arrow {
    top: 0;
    right: 15px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f37c7b;
    display: none;
}

.form-main-el ._error-inner {
    padding: 8px 12px;
    background-color: #f37c7b;
    font-size: 14px;
    font-family: arial, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.form-main-el ._error-inner._form_error {
    margin-bottom: 5px;
    text-align: left;
}

.form-main-el ._button-wrapper ._error-inner._form_error {
    position: static;
}

.form-main-el ._error-inner._no_arrow {
    margin-bottom: 10px;
}

.form-main-el ._error-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

.form-main-el ._error-html {
    margin-bottom: 10px;
}

.pika-single {
    z-index: 10000001 !important;
}

.form-main-el input[type="text"].datetime_date {
    width: 69%;
    display: inline;
}

.form-main-el select.datetime_time {
    width: 29%;
    display: inline;
    height: 32px;
}

.form-main-el input[type="date"].datetime_date {
    width: 69%;
    display: inline-flex;
}

.form-main-el input[type="time"].datetime_time {
    width: 29%;
    display: inline-flex;
}

@media all and (min-width:320px) and (max-width:667px) {
    ::-webkit-scrollbar {
        display: none;
    }

    .form-main-el {
        margin: 0;
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .form-main-el * {
        box-sizing: border-box;
        font-size: 1em;
    }

    .form-main-el ._form-content {
        margin: 0;
        width: 100%;
    }

    .form-main-el ._form-inner {
        display: block;
        min-width: 100%;
    }

    .form-main-el ._form-title,
    .form-main-el ._inline-style {
        margin-top: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .form-main-el ._form-title {
        font-size: 1.2em;
    }

    .form-main-el ._form_element {
        margin: 0 0 20px;
        padding: 0;
        width: 100%;
    }

    .form-main-el ._form-element,
    .form-main-el ._inline-style,
    .form-main-el input[type="text"],
    .form-main-el label,
    .form-main-el p,
    .form-main-el textarea:not(.g-recaptcha-response) {
        float: none;
        display: block;
        width: 100%;
    }

    .form-main-el ._row._checkbox-radio label {
        display: inline;
    }

    .form-main-el ._row,
    .form-main-el p,
    .form-main-el label {
        margin-bottom: 0.7em;
        width: 100%;
    }

    .form-main-el ._row input[type="checkbox"],
    .form-main-el ._row input[type="radio"] {
        margin: 0 !important;
        vertical-align: middle !important;
    }

    .form-main-el ._row input[type="checkbox"]+span label {
        display: inline;
    }

    .form-main-el ._row span label {
        margin: 0 !important;
        width: initial !important;
        vertical-align: middle !important;
    }

    .form-main-el ._form-image {
        max-width: 100%;
        height: auto !important;
    }

    .form-main-el input[type="text"] {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        line-height: 1.3em;
        -webkit-appearance: none;
    }

    .form-main-el input[type="radio"],
    .form-main-el input[type="checkbox"] {
        display: inline-block;
        width: 1.3em;
        height: 1.3em;
        font-size: 1em;
        margin: 0 0.3em 0 0;
        vertical-align: baseline;
    }

    .form-main-el ._inline-style {
        margin: 20px 0 0 !important;
    }
}

.form-main-el {
    position: relative;
    text-align: left;
    box-sizing: border-box;
    *zoom: 1;
}

.form-main-el ._form-title {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0;
}

.form-main-el:before,
.form-main-el:after {
    content: " ";
    display: table;
}

.form-main-el:after {
    clear: both;
}

.form-main-el._inline-style {
    width: auto;
    display: inline-block;
}

.form-main-el._inline-style input[type="text"],
.form-main-el._inline-style input[type="date"] {
    padding: 10px 12px;
}

.form-main-el._inline-style button._inline-style {
    position: relative;
    top: 27px;
}

.form-main-el._inline-style p {
    margin: 0;
}

.form-main-el._inline-style ._button-wrapper {
    position: relative;
    margin: 27px 12.5px 0 20px;
}

@media all and (min-width:320px) and (max-width:667px) {
    .form-main-el._inline-form._inline-style ._inline-style._button-wrapper {
        margin-top: 20px !important;
        margin-left: 0 !important;
    }
}

.form-main-el label {
    display: none !important;
}
/*
! tailwindcss v3.0.23 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

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

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

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

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

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

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.pointer-events-none {
  pointer-events: none;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0 {
  top: 0px;
}
.top-\[71px\] {
  top: 71px;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.top-\[75px\] {
  top: 75px;
}
.top-16 {
  top: 4rem;
}
.top-\[24vh\] {
  top: 24vh;
}
.top-\[15vh\] {
  top: 15vh;
}
.top-\[26vh\] {
  top: 26vh;
}
.top-\[52vh\] {
  top: 52vh;
}
.left-\[10vw\] {
  left: 10vw;
}
.top-\[48vh\] {
  top: 48vh;
}
.top-\[37vh\] {
  top: 37vh;
}
.left-\[55vw\] {
  left: 55vw;
}
.top-\[70vh\] {
  top: 70vh;
}
.top-\[65vh\] {
  top: 65vh;
}
.right-1\/2 {
  right: 50%;
}
.top-\[55px\] {
  top: 55px;
}
.top-5 {
  top: 1.25rem;
}
.right-5 {
  right: 1.25rem;
}
.z-50 {
  z-index: 50;
}
.z-\[999\] {
  z-index: 999;
}
.z-\[80\] {
  z-index: 80;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mb-\[2px\] {
  margin-bottom: 2px;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-44 {
  margin-left: 11rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mr-\[90px\] {
  margin-right: 90px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-auto {
  margin-bottom: auto;
}
.mt-2 {
  margin-top: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-8 {
  margin-top: 2rem;
}
.-mt-\[2px\] {
  margin-top: -2px;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.ml-\[49px\] {
  margin-left: 49px;
}
.ml-12 {
  margin-left: 3rem;
}
.mr-\[71px\] {
  margin-right: 71px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-auto {
  margin-top: auto;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mt-28 {
  margin-top: 7rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mr-\[3px\] {
  margin-right: 3px;
}
.mt-12 {
  margin-top: 3rem;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[16\/9\] {
  aspect-ratio: 16 / 9;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[67px\] {
  height: 67px;
}
.h-\[41px\] {
  height: 41px;
}
.h-screen {
  height: 100vh;
}
.h-\[112px\] {
  height: 112px;
}
.h-\[136px\] {
  height: 136px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[45px\] {
  height: 45px;
}
.h-full {
  height: 100%;
}
.max-h-\[527px\] {
  max-height: 527px;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.w-\[158px\] {
  width: 158px;
}
.w-\[71px\] {
  width: 71px;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[165px\] {
  width: 165px;
}
.w-\[145px\] {
  width: 145px;
}
.w-\[112px\] {
  width: 112px;
}
.w-\[136px\] {
  width: 136px;
}
.w-\[1260px\] {
  width: 1260px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[206px\] {
  width: 206px;
}
.w-4 {
  width: 1rem;
}
.max-w-\[580px\] {
  max-width: 580px;
}
.max-w-\[310px\] {
  max-width: 310px;
}
.max-w-\[216px\] {
  max-width: 216px;
}
.max-w-\[528px\] {
  max-width: 528px;
}
.max-w-\[332px\] {
  max-width: 332px;
}
.max-w-\[688px\] {
  max-width: 688px;
}
.max-w-\[432px\] {
  max-width: 432px;
}
.max-w-\[404px\] {
  max-width: 404px;
}
.max-w-\[504px\] {
  max-width: 504px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-\[214px\] {
  max-width: 214px;
}
.list-disc {
  list-style-type: disc;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-6 {
  gap: 1.5rem;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-24 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(6rem * var(--tw-space-x-reverse));
  margin-left: calc(6rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-remBrown {
  --tw-border-opacity: 1;
  border-color: rgb(214 156 116 / var(--tw-border-opacity));
}
.border-linkOrange\/30 {
  border-color: rgb(214 156 116 / 0.3);
}
.border-mediumSand {
  --tw-border-opacity: 1;
  border-color: rgb(238 176 104 / var(--tw-border-opacity));
}
.border-lightBlack {
  --tw-border-opacity: 1;
  border-color: rgb(26 28 27 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-lightSand {
  --tw-bg-opacity: 1;
  background-color: rgb(242 235 218 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-darkGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(50 86 64 / var(--tw-bg-opacity));
}
.bg-linkOrange {
  --tw-bg-opacity: 1;
  background-color: rgb(214 156 116 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-center {
  background-position: center;
}
.bg-left-top {
  background-position: left top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.p-8 {
  padding: 2rem;
}
.p-3 {
  padding: 0.75rem;
}
.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.py-36 {
  padding-top: 9rem;
  padding-bottom: 9rem;
}
.py-28 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-\[6px\] {
  padding-top: 6px;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pl-\[24px\] {
  padding-left: 24px;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pt-\[80vw\] {
  padding-top: 80vw;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pl-\[18px\] {
  padding-left: 18px;
}
.pt-12 {
  padding-top: 3rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.indent-8 {
  text-indent: 2rem;
}
.font-body {
  font-family: Apercu Mono Pro;
}
.font-head {
  font-family: Ogg;
}
.font-plain {
  font-family: Ogg Text TRIAL;
}
.font-special {
  font-family: Ogg Text;
}
.text-f14 {
  font-size: 14px;
}
.text-f13 {
  font-size: 13px;
}
.text-\[60px\] {
  font-size: 60px;
}
.text-f48 {
  font-size: 48px;
}
.text-f40 {
  font-size: 40px;
}
.text-f32 {
  font-size: 32px;
}
.text-f16 {
  font-size: 16px;
}
.text-f15 {
  font-size: 15px;
}
.text-f36 {
  font-size: 36px;
}
.text-f12 {
  font-size: 12px;
}
.text-f26 {
  font-size: 26px;
}
.text-f11 {
  font-size: 11px;
}
.text-f20 {
  font-size: 20px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[23px\] {
  font-size: 23px;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[56px\] {
  line-height: 56px;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[44px\] {
  line-height: 44px;
}
.leading-\[26px\] {
  line-height: 26px;
}
.leading-\[46px\] {
  line-height: 46px;
}
.tracking-widest {
  letter-spacing: .28em;
}
.tracking-wider {
  letter-spacing: .20em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-mediumSand {
  --tw-text-opacity: 1;
  color: rgb(238 176 104 / var(--tw-text-opacity));
}
.text-remOrangeText {
  --tw-text-opacity: 1;
  color: rgb(203 101 50 / var(--tw-text-opacity));
}
.text-darkGreen {
  --tw-text-opacity: 1;
  color: rgb(50 86 64 / var(--tw-text-opacity));
}
.text-lightBlack {
  --tw-text-opacity: 1;
  color: rgb(26 28 27 / var(--tw-text-opacity));
}
.text-lightSand {
  --tw-text-opacity: 1;
  color: rgb(242 235 218 / var(--tw-text-opacity));
}
.text-lightGreen {
  --tw-text-opacity: 1;
  color: rgb(156 154 100 / var(--tw-text-opacity));
}
.text-linkOrange {
  --tw-text-opacity: 1;
  color: rgb(214 156 116 / var(--tw-text-opacity));
}
.text-remBrown {
  --tw-text-opacity: 1;
  color: rgb(214 156 116 / var(--tw-text-opacity));
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-remBrown::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 156 116 / var(--tw-placeholder-opacity));
}
.placeholder-remBrown:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 156 116 / var(--tw-placeholder-opacity));
}
.placeholder-remBrown::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(214 156 116 / var(--tw-placeholder-opacity));
}
.placeholder-lightBlack\/60::-moz-placeholder {
  color: rgb(26 28 27 / 0.6);
}
.placeholder-lightBlack\/60:-ms-input-placeholder {
  color: rgb(26 28 27 / 0.6);
}
.placeholder-lightBlack\/60::placeholder {
  color: rgb(26 28 27 / 0.6);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}

/* -------------------------------------------------------- IMPORTS */

/* -------------------------------------------------------- */

/* -------------------------------------------------------- INPUT FIXES FOR MOBILE */

input[type=text],
input[type=email] {
	-webkit-appearance: none;
	   -moz-appearance: none;
	        appearance: none;
}

/* -------------------------------------------------------- */

::-moz-selection { 
	background: #1A1C1B; 
	color:white;
}

::selection { 
	background: #1A1C1B; 
	color:white;
}

.orange-hover img {
	filter: invert(68%) sepia(63%) saturate(265%) hue-rotate(340deg) brightness(86%) contrast(95%);
	transition: filter 150ms;
}

.orange-hover:hover img {
	filter: invert(43%) sepia(66%) saturate(671%) hue-rotate(337deg) brightness(93%) contrast(82%);
}

/* -------------------------------------------------------- */

::-webkit-scrollbar {
    width:  8px;
    height: 6px;
  }

  ::-webkit-scrollbar-thumb {
    background: #9C9A64;
  }

  ::-webkit-scrollbar-track {
    background: #F2EBDA;
  }

  .hover\:h-\[150px\]:hover {
  height: 150px;
}

  .hover\:border-remOrangeText:hover {
  --tw-border-opacity: 1;
  border-color: rgb(203 101 50 / var(--tw-border-opacity));
}

  .hover\:bg-mediumSand:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(238 176 104 / var(--tw-bg-opacity));
}

  .hover\:text-remOrangeText:hover {
  --tw-text-opacity: 1;
  color: rgb(203 101 50 / var(--tw-text-opacity));
}

  .hover\:opacity-60:hover {
  opacity: 0.6;
}

  .hover\:brightness-\[100\]:hover {
  --tw-brightness: brightness(100);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

  .hover\:backdrop-blur-sm:hover {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

  .group:hover .group-hover\:hidden {
  display: none;
}

  @media (min-width: 640px) {

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

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

  @media (min-width: 960px) {

  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  @media (min-width: 360px) {

    .md\:container {
      max-width: 360px;
    }
  }

  @media (min-width: 640px) {

    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 960px) {

    .md\:container {
      max-width: 960px;
    }
  }

  @media (min-width: 1280px) {

    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1400px) {

    .md\:container {
      max-width: 1400px;
    }
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:top-\[47vh\] {
    top: 47vh;
  }

  .md\:left-\[52vw\] {
    left: 52vw;
  }

  .md\:top-\[20vh\] {
    top: 20vh;
  }

  .md\:left-\[10vw\] {
    left: 10vw;
  }

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

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

  .md\:right-\[71px\] {
    right: 71px;
  }

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

  .md\:-right-10 {
    right: -2.5rem;
  }

  .md\:bottom-5 {
    bottom: 1.25rem;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

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

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

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

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

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

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

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

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

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

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-28 {
    margin-bottom: 7rem;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[71px\] {
    height: 71px;
  }

  .md\:h-\[160px\] {
    height: 160px;
  }

  .md\:w-\[222px\] {
    width: 222px;
  }

  .md\:w-\[200px\] {
    width: 200px;
  }

  .md\:w-\[160px\] {
    width: 160px;
  }

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

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

  .md\:max-w-\[432px\] {
    max-width: 432px;
  }

  .md\:max-w-\[208px\] {
    max-width: 208px;
  }

  .md\:flex-none {
    flex: none;
  }

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

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

  .md\:gap-24 {
    gap: 6rem;
  }

  .md\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

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

  .md\:px-\[71px\] {
    padding-left: 71px;
    padding-right: 71px;
  }

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

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

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

  .md\:pr-\[71px\] {
    padding-right: 71px;
  }

  .md\:pr-\[75px\] {
    padding-right: 75px;
  }

  .md\:pt-28 {
    padding-top: 7rem;
  }

  .md\:text-f15 {
    font-size: 15px;
  }

  .md\:text-\[120px\] {
    font-size: 120px;
  }

  .md\:text-\[92px\] {
    font-size: 92px;
  }

  .md\:text-f48 {
    font-size: 48px;
  }

  .md\:text-f40 {
    font-size: 40px;
  }

  .md\:text-f17 {
    font-size: 17px;
  }

  .md\:text-f18 {
    font-size: 18px;
  }

  .md\:text-f16 {
    font-size: 16px;
  }

  .md\:text-f13 {
    font-size: 13px;
  }

  .md\:text-f44 {
    font-size: 44px;
  }

  .md\:leading-\[54px\] {
    line-height: 54px;
  }

  .md\:leading-\[56px\] {
    line-height: 56px;
  }

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

  .md\:hover\:opacity-60:hover {
    opacity: 0.6;
  }
}

  @media (min-width: 1280px) {

  .lg\:left-\[65vw\] {
    left: 65vw;
  }

  .lg\:left-\[62vw\] {
    left: 62vw;
  }

  .lg\:max-w-\[432px\] {
    max-width: 432px;
  }

  .lg\:gap-24 {
    gap: 6rem;
  }

  .lg\:gap-32 {
    gap: 8rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

  .lg\:indent-0 {
    text-indent: 0px;
  }
}
