/*
! 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 */
  tab-size: 4; /* 3 */
  font-family: Relative, Helvetica, Arial, sans-serif; /* 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]) {
  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::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: 'Relative';
		src: url('/assets/fonts/relative/bold/relative-bold.eot');
		src: url('/assets/fonts/relative/bold/relative-bold.eot?#iefix') format('embedded-opentype'),
			 url('/assets/fonts/relative/bold/relative-bold.woff2') format('woff2'),
			 url('/assets/fonts/relative/bold/relative-bold.woff') format('woff'),
			 url('/assets/fonts/relative/bold/relative-bold.ttf') format('truetype');
		font-weight: bold;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'Relative';
		src: url('/assets/fonts/relative/book/relative-book.eot');
		src: url('/assets/fonts/relative/book/relative-book.eot?#iefix') format('embedded-opentype'),
			 url('/assets/fonts/relative/book/relative-book.woff2') format('woff2'),
			 url('/assets/fonts/relative/book/relative-book.woff') format('woff'),
			 url('/assets/fonts/relative/book/relative-book.ttf') format('truetype');
		font-weight: normal;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'Editor';
		src: url("/assets/fonts/editor/light.otf") format("opentype");
		font-weight: 300;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'Editor';
		src: url("/assets/fonts/editor/light-italic.otf") format("opentype");
		font-weight: 300;
		font-style: italic;
	}
	
	@font-face {
		font-family: 'Editor';
		src: url("/assets/fonts/editor/book.otf") format("opentype");
		font-weight: 400;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'Editor';
		src: url("/assets/fonts/editor/book-italic.otf") format("opentype");
		font-weight: 400;
		font-style: italic;
	}
	
	@font-face {
		font-family: 'Editor';
		src: url("/assets/fonts/editor/bold.otf") format("opentype");
		font-weight: bold;
		font-style: normal;
	}
	
	@font-face {
		font-family: 'Editor';
		src: url("/assets/fonts/editor/bold-italic.otf") format("opentype");
		font-weight: bold;
		font-style: italic;
	}
	
	.font-sans {
  text-transform: uppercase;
}
	.container {
		/* Keep the container fluid */
		max-width: none !important;
	}
	
	html {
		/* Default to serif font */
		font-family: Editor, Georgia, Times New Roman, Times, serif;
	}
		body .content-wrapper {
  width: 100%;
  padding-top: 160px;
}
		@media (min-width: 1260px) {

  body .content-wrapper {
    padding-top: 220px;
  }
}
		body.depth-2.hasListedSiblings-1 .content-wrapper {
			/* @apply tablet:pt-[200px] desktop:pt-[260px]; */
		}
		body.isLoggedIn-false {
  margin-top: -20px;
}
		body {
		
				
		font-size: 15px;
		line-height: 20px;
}
	
	[x-cloak] { display: none !important; }
	
	h1, h2, h3, h4, h5, h6, h7, .block__heading--visual-h1, .block__heading--visual-h2, .block__heading--visual-h3, .block__heading--visual-h4, .block__heading--visual-h5, .block__heading--visual-h6, .block__heading--visual-h7 {
  text-transform: uppercase;
  font-family: Relative, Helvetica, Arial, sans-serif;
  line-height: 1;
}
		
		h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong, h7 strong, .block__heading--visual-h1 strong, .block__heading--visual-h2 strong, .block__heading--visual-h3 strong, .block__heading--visual-h4 strong, .block__heading--visual-h5 strong, .block__heading--visual-h6 strong, .block__heading--visual-h7 strong {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(255 0 64 / var(--tw-text-opacity));
}
		
		h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, h7 span, .block__heading--visual-h1 span, .block__heading--visual-h2 span, .block__heading--visual-h3 span, .block__heading--visual-h4 span, .block__heading--visual-h5 span, .block__heading--visual-h6 span, .block__heading--visual-h7 span {
  white-space: nowrap;
}
	h1, .block__heading--visual-h1 {
  font-size: 50px;
  letter-spacing: -0.025em;
}
	h2, .block__heading--visual-h2 {
  font-size: 40px;
  letter-spacing: -0.025em;
}
	@media (min-width: 768px) {

  h2, .block__heading--visual-h2 {
    font-size: 50px;
  }
}
	h3, .block__heading--visual-h3 {
  font-size: 30px;
  font-weight: 700;
}
	h4, .block__heading--visual-h4 {
  font-size: 20px;
  font-weight: 700;
}
	h5, .block__heading--visual-h5 {
  font-size: 20px;
}
	h6, .block__heading--visual-h6 {
  font-size: 15px;
}
	
	::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 64 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

*, ::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:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 768px) {

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

  .container {
    max-width: 1260px;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media (min-width: 1600px) {

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

  .container {
    max-width: 1920px;
  }
}
.button {
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  border-radius: 0px;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Relative, Helvetica, Arial, sans-serif;
  font-weight: 400;
}
.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button {
		border-width: 1px;
		border-style: solid;
		min-width: 120px;
	}
.button.button-wide {
			min-width: 200px;
		}
p > .button {
  margin-right: 1rem;
}
@media (min-width: 768px) {

  p > .button {
    margin-right: 2rem;
  }
}
.button + .button {
  margin-top: 1rem;
}
@media (min-width: 768px) {

  .button + .button {
    margin-top: 2rem;
  }
}
@media (min-width: 1260px) {

  .button + .button {
    margin-top: 0px;
  }
}
.button-large {
		font-size: 15px;
		height: 40px;
	}
.button-white {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button-white:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-white.button-solid {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.button-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button-black.bg-transparent {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button-black.bg-transparent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-black.bg-transparent {
		background-color: transparent;
	}
.button-white.bg-transparent {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-white.bg-transparent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button-white.bg-transparent {
		background-color: transparent;
	}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.top-0 {
  top: 0px;
}
.top-full {
  top: 100%;
}
.left-\[50\%\] {
  left: 50%;
}
.top-\[60px\] {
  top: 60px;
}
.top-\[100px\] {
  top: 100px;
}
.left-0 {
  left: 0px;
}
.z-50 {
  z-index: 50;
}
.z-10 {
  z-index: 10;
}
.z-0 {
  z-index: 0;
}
.z-\[51\] {
  z-index: 51;
}
.order-first {
  order: -9999;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-8 {
  grid-column: span 8 / span 8;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mr-5 {
  margin-right: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mb-\[-1px\] {
  margin-bottom: -1px;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-\[-220px\] {
  margin-top: -220px;
}
.mt-\[-59px\] {
  margin-top: -59px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[auto\] {
  margin-top: auto;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.h-\[80px\] {
  height: 80px;
}
.\!h-0 {
  height: 0px !important;
}
.h-\[25px\] {
  height: 25px;
}
.h-full {
  height: 100%;
}
.h-6 {
  height: 1.5rem;
}
.h-10 {
  height: 2.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-20 {
  height: 5rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-0 {
  height: 0px;
}
.h-40 {
  height: 10rem;
}
.h-auto {
  height: auto;
}
.h-\[50vh\] {
  height: 50vh;
}
.h-12 {
  height: 3rem;
}
.max-h-full {
  max-height: 100%;
}
.max-h-\[80px\] {
  max-height: 80px;
}
.max-h-\[180px\] {
  max-height: 180px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[60px\] {
  min-height: 60px;
}
.min-h-full {
  min-height: 100%;
}
.w-full {
  width: 100%;
}
.w-\[133px\] {
  width: 133px;
}
.w-6 {
  width: 1.5rem;
}
.w-12 {
  width: 3rem;
}
.w-10 {
  width: 2.5rem;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[60\%\] {
  max-width: 60%;
}
.max-w-\[75\%\] {
  max-width: 75%;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-full {
  max-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.translate-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.scroll-pt-5 {
  scroll-padding-top: 1.25rem;
}
.scroll-pt-10 {
  scroll-padding-top: 2.5rem;
}
.scroll-pt-20 {
  scroll-padding-top: 5rem;
}
.scroll-pt-40 {
  scroll-padding-top: 10rem;
}
.scroll-pt-52 {
  scroll-padding-top: 13rem;
}
.scroll-pt-56 {
  scroll-padding-top: 14rem;
}
.scroll-pt-80 {
  scroll-padding-top: 20rem;
}
.scroll-pb-5 {
  scroll-padding-bottom: 1.25rem;
}
.scroll-pb-10 {
  scroll-padding-bottom: 2.5rem;
}
.scroll-pb-20 {
  scroll-padding-bottom: 5rem;
}
.scroll-pb-40 {
  scroll-padding-bottom: 10rem;
}
.scroll-pb-52 {
  scroll-padding-bottom: 13rem;
}
.scroll-pb-56 {
  scroll-padding-bottom: 14rem;
}
.scroll-pb-80 {
  scroll-padding-bottom: 20rem;
}
.columns-1 {
  columns: 1;
}
.break-inside-avoid {
  break-inside: avoid;
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-20 {
  gap: 5rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-x-5 {
  column-gap: 1.25rem;
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.self-start {
  align-self: flex-start;
}
.justify-self-start {
  justify-self: start;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.border {
  border-width: 1px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-gray-2 {
  --tw-border-opacity: 1;
  border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}
.bg-gray-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
.bg-cream-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 218 / var(--tw-bg-opacity));
}
.bg-gray-5 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 232 232 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.object-contain {
  object-fit: contain;
}
.object-left {
  object-position: left;
}
.object-top {
  object-position: top;
}
.p-2 {
  padding: 0.5rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-\[30px\] {
  padding: 30px;
}
.p-4 {
  padding: 1rem;
}
.p-12 {
  padding: 3rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}
.\!py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-52 {
  padding-top: 13rem;
}
.pt-56 {
  padding-top: 14rem;
}
.pt-80 {
  padding-top: 20rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pb-52 {
  padding-bottom: 13rem;
}
.pb-56 {
  padding-bottom: 14rem;
}
.pb-80 {
  padding-bottom: 20rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[3px\] {
  padding-bottom: 3px;
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pt-4 {
  padding-top: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.font-serif {
  font-family: Editor, Georgia, Times New Roman, Times, serif;
}
.font-sans {
  font-family: Relative, Helvetica, Arial, sans-serif;
}
.text-xs {
  font-size: .625rem;
}
.text-\[15px\] {
  font-size: 15px;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.italic {
  font-style: italic;
}
.leading-\[20px\] {
  line-height: 20px;
}
.leading-\[17px\] {
  line-height: 17px;
}
.leading-snug {
  line-height: 1.375;
}
.leading-6 {
  line-height: 1.5rem;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-gray-50 {
  --tw-text-opacity: 1;
  color: rgb(105 111 114 / var(--tw-text-opacity));
}
.text-red-primary {
  --tw-text-opacity: 1;
  color: rgb(255 0 64 / var(--tw-text-opacity));
}
.text-gray-60 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline {
  outline-style: solid;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.blur {
  --tw-blur: blur(8px);
  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);
}
.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.invert {
  --tw-invert: invert(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);
}
.sepia {
  --tw-sepia: sepia(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.\[hostname\:port\] {
  hostname: port;
}
/*
 * Web Fonts from colophon-foundry.org
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Colophon Foundry. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2020 Colophon Foundry
 *
 * Licenced to Laure Dubois The Armory Show
 */
.main-nav-wrapper {
	transition: all .1s linear;
}
.logo-big {
	transition: all .1s linear;
}
.page_nav-on .nav-toggle svg {
	transform: rotate(45deg);
}
@media (min-width: 768px) {
.page_nav-on .nav-toggle svg {
		opacity: 0
}
	}
footer strong, footer h2 {
  text-transform: uppercase;
  display: block;
  font-family: Relative, Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
}
@media (min-width: 768px) {

  footer strong, footer h2 {
    margin-bottom: 0.75rem;
  }
}
footer p ~ p strong {
  margin-top: 0.75rem;
}
@media (min-width: 768px) {

  footer .footer__colophon {
    margin-top: 1.25rem;
  }
}
footer .footer__colophon a {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
}
footer .footer__colophon a:first-child {
  margin-left: 0px;
}
@media (min-width: 1260px) {

  footer .footer__colophon a:first-child {
    margin-left: 1rem;
  }
}
footer .footer__colophon p, footer .footer__colophon ul {
  display: block;
}
@media (min-width: 1260px) {

  footer .footer__colophon p, footer .footer__colophon ul {
    display: inline;
  }

  footer .footer__colophon ul {
    display: flex;
  }

  footer .footer__colophon ul {
    flex-direction: row;
  }
}
footer .footer__colophon p + p, footer .footer__colophon p + ul, footer .footer__colophon ul + ul, footer .footer__colophon ul + p {
  margin-top: 1rem;
}
@media (min-width: 1260px) {

  footer .footer__colophon p + p, footer .footer__colophon p + ul, footer .footer__colophon ul + ul, footer .footer__colophon ul + p {
    margin-left: 1rem;
  }

  footer .footer__colophon p + p, footer .footer__colophon p + ul, footer .footer__colophon ul + ul, footer .footer__colophon ul + p {
    margin-top: 0px;
  }
}
/* a[href*="twitter.com"]:before {
		display: inline-block;
		width: 16px;
		content: "\f099";
		font-family: "Font Awesome 6 Brands";
	} */
footer a {
		background-repeat: no-repeat;
		background-size: contain;
		background-position: left center;
	}
footer a[href*="twitter.com"] {
		padding-left: 18px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='white' d='M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z'/%3E%3C/svg%3E");
	}
footer a[href*="instagram.com"] {
		padding-left: 18px;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='white' d='M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z'/%3E%3C/svg%3E");
	}
footer a[href*="facebook.com"] {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='white' d='M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z'/%3E%3C/svg%3E");
		background-position: 0px center;
		padding-left: 18px;
	}
footer a[href*="youtube.com"] {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='white' d='M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z'/%3E%3C/svg%3E");
		padding-left: 18px;
	}
footer a[href*="vimeo.com"] {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.4.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2023 Fonticons, Inc. --%3E%3Cpath fill='white' d='M447.8 153.6c-2 43.6-32.4 103.3-91.4 179.1-60.9 79.2-112.4 118.8-154.6 118.8-26.1 0-48.2-24.1-66.3-72.3C100.3 250 85.3 174.3 56.2 174.3c-3.4 0-15.1 7.1-35.2 21.1L0 168.2c51.6-45.3 100.9-95.7 131.8-98.5 34.9-3.4 56.3 20.5 64.4 71.5 28.7 181.5 41.4 208.9 93.6 126.7 18.7-29.6 28.8-52.1 30.2-67.6 4.8-45.9-35.8-42.8-63.3-31 22-72.1 64.1-107.1 126.2-105.1 45.8 1.2 67.5 31.1 64.9 89.4z'/%3E%3C/svg%3E");
		padding-left: 18px;
	}
section .dropdown-header:not(.active) + .section-content {
  display: none;
}
section .dropdown-header.active {
  border-bottom-width: 0px;
}
section .dropdown-header.active svg {
			transform: rotate(45deg);
		}
section .dropdown-header.active + .section-content {
  margin-bottom: -1px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-top: 10px;
  padding-bottom: 20px;
}
section .column--box {
  padding: 1.25rem;
}
@media (min-width: 768px) {

  section .column--box {
    padding: 2.5rem;
  }
}
section .column--box-light-gray {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}
section .column--box-cream {
  --tw-bg-opacity: 1;
  background-color: rgb(255 234 230 / var(--tw-bg-opacity));
}
section .column--box-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section .column--box-black .button {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section .column--box-black .button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
section .column--box-black .button.bg-transparent {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
section .column--box-black .button.bg-transparent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
section .column--box-black .button.bg-transparent {
		background-color: transparent;
	}
section .column--box-black .button {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
section .column--content_layout-last_block_bottom .blocks {
  display: flex;
  height: 100%;
  flex-direction: column;
}
section .column--content_layout-last_block_bottom .blocks >*:last-child {
					margin-top: auto;
				}
.block__buttons--multiple-true.block__buttons--align-normal .button {
  margin-right: 1rem;
}
@media (min-width: 768px) {

  .block__buttons--multiple-true.block__buttons--align-normal .button {
    margin-right: 2rem;
  }
}
.block__buttons--multiple-true.block__buttons--align-right .button {
  margin-left: 1rem;
}
@media (min-width: 768px) {

  .block__buttons--multiple-true.block__buttons--align-right .button {
    margin-left: 2rem;
  }
}
.block__buttons--align-right {
  text-align: right;
}
.block__buttons--align-center {
  text-align: center;
}
.block__text h1, .block__text h2, .block__text h3, .block__text h4, .block__text h5, .block__text h6, .block__text h7 {
  margin-bottom: 40px;
}
.block__text h6 + h2 {
  margin-top: -40px;
}
.block__text h6 + h3 {
  margin-top: -40px;
}
.block__text p {
  line-height: 1.25;
}
.block__text p + p {
  margin-top: 1rem;
}
.block__text--font-small {
  font-size: 12px;
  line-height: 17px;
}
.block__text--font-large {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
@media (min-width: 768px) {

  .block__text--font-large {
    font-size: 30px;
  }

  .block__text--font-large {
    line-height: 35px;
  }
}
.block__text--font-medium {
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}
.block__text--margins-wide,
	.block__text--margins-wide ~ * {
		/* Widen margins on this block and all following blocks */
	}
@media (min-width: 1260px) {

  .block__text--margins-wide, .block__text--margins-wide ~ * {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.block__text.fixed-size{
		display: flex;
		align-items: center;
	}
.block__text.fixed-size > * {
			margin-top: 0;
			margin-bottom: 0;
		}
.block__text.block__text--font-small > h6 {
		font-size: inherit;
	}
.block__heading + .block__text {
  margin-top: 0.5rem;
}
.block__heading--color-gray {
  --tw-text-opacity: 1;
  color: rgb(183 186 188 / var(--tw-text-opacity));
}
.block__heading--style-serif {
  font-family: Editor, Georgia, Times New Roman, Times, serif;
  font-weight: 300;
  text-transform: none;
}
.block__heading--margins-wide,
	.block__heading--margins-wide ~ * {
		/* Widen margins on this block and all following blocks */
	}
@media (min-width: 1260px) {

  .block__heading--margins-wide, .block__heading--margins-wide ~ * {
    padding-left: 80px;
    padding-right: 80px;
  }

  h1.block__heading--huge-1 {
    font-size: 75px;
  }

  h1.block__heading--huge-1 {
    line-height: 65px;
  }
}
.blocks > .figure img {
		max-width: none;
		width: 100%;
	}
.blocks > .figure .figcaption {
  margin-top: 1rem;
  font-size: .625rem;
		/* @apply tablet:absolute; */
}
.blocks > .figure .figcaption.font-large {
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
}
.blocks > .figure .overlay {
  opacity: 0;
		transition: all 1s linear;
}
.blocks > .figure .overlay h1 {
  font-weight: 700;
}
@media (min-width: 768px) {

  .blocks > .figure .overlay h1 {
    font-size: 100px !important;
  }

  .blocks > .figure .overlay h1 {
    line-height: 90px !important;
  }
}
@media (min-width: 1260px) {

  .blocks > .figure .overlay h1 {
    font-size: 135px !important;
  }

  .blocks > .figure .overlay h1 {
    line-height: 116px !important;
  }
}
@media (max-width: 767px) {
.blocks > .figure .overlay h1 {
				font-size: 15vw !important;
				line-height: 15vw !important
		}
				
			}
.blocks > .figure .overlay.overlay-visible {
  opacity: 1;
}
.blocks > .figure .overlay.color-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.column:only-child > .blocks:only-child > .figure > img {
  object-fit: cover;
}
@media (max-width: 767px) {

  .column:only-child > .blocks:only-child > .figure > img {
    min-height: 50vh;
  }
}
.figure .caption.font-small {
  line-height: 1.5em;
}
.block__gallery .font-large {
  font-size: 20px;
  line-height: 25px;
}
.block__gallery h1, .block__gallery h2, .block__gallery h3, .block__gallery h4, .block__gallery h5, .block__gallery h6, .block__gallery h7 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 1260px) {

  .block__gallery.columns-one .description {
    columns: 2;
  }

  .block__gallery.columns-one .description {
    gap: 2.5rem;
  }
}
/* Visible-style grids */
.block__gallery--content_layout-visible .font-medium {
  font-size: 15px;
  line-height: 20px;
}
.block__gallery--content_layout-visible.block__gallery--button_placement-above .figcaption {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.block__gallery--content_layout-visible.block__gallery--button_placement-above .figcaption h3 {
  order: 1;
  margin-top: 35px;
  margin-bottom: 35px;
}
.block__gallery--content_layout-visible.block__gallery--button_placement-above .figcaption .ctas {
  order: 2;
  margin-top: 40px;
  margin-bottom: 40px;
  justify-self: end;
}
.block__gallery--content_layout-visible.block__gallery--button_placement-above .figcaption .ctas .button {
  display: none;
}
@media (min-width: 1260px) {

  .block__gallery--content_layout-visible.block__gallery--button_placement-above .figcaption .ctas .button {
    display: inline-flex;
  }
}
.block__gallery--content_layout-visible.block__gallery--button_placement-above .figcaption .description {
  order: 3;
  grid-column: span 2 / span 2;
}
.block__gallery--content_layout-visible.block__gallery--button_placement-above .figcaption > a.button {
  order: 9999;
  margin-top: 35px;
}
@media (min-width: 1260px) {

  .block__gallery--content_layout-visible.block__gallery--button_placement-above .figcaption > a.button {
    display: none;
  }
}
.block__gallery--content_layout-visible.block__gallery--button_placement-above .figcaption > span.button {
  display: none;
}
.block__gallery--content_layout-visible.block__gallery--button_placement-below .button {
  margin-top: 1rem;
}
.block__gallery--content_layout-visible.block__gallery--button_placement-image .button {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
@media (min-width: 1260px) {

  .block__gallery--content_layout-visible.block__gallery--button_placement-image .button {
    top: 2rem;
  }

  .block__gallery--content_layout-visible.block__gallery--button_placement-image .button {
    left: 2rem;
  }
}
/* Hover-style grids */
.block__gallery--content_layout-hover .figcaption {
  flex-direction: column !important;
}
.block__gallery--content_layout-hover .figcaption .description {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
  opacity: 0;
}
@media (any-hover:hover) {
				.block__gallery--content_layout-hover li:hover .figcaption, .block__gallery--content_layout-hover li:has(a:focus) .figcaption {
    flex-direction: column !important;
  }
				.block__gallery--content_layout-hover li:hover .figcaption, .block__gallery--content_layout-hover li:has(a:focus) .figcaption {
    background-color: rgb(255 255 255 / 0.8);
  }
				@media (min-width: 768px) {

    .block__gallery--content_layout-hover li:hover .figcaption, .block__gallery--content_layout-hover li:has(a:focus) .figcaption {
      flex-direction: column-reverse !important;
    }
  }
	.block__gallery--content_layout-hover li:hover .figcaption .button, .block__gallery--content_layout-hover li:has(a:focus) .figcaption .button {
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));
  }
	.block__gallery--content_layout-hover li:hover .figcaption .button, .block__gallery--content_layout-hover li:has(a:focus) .figcaption .button {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
	.block__gallery--content_layout-hover li:hover .figcaption .button, .block__gallery--content_layout-hover li:has(a:focus) .figcaption .button {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
	.block__gallery--content_layout-hover li:hover .figcaption .button:hover, .block__gallery--content_layout-hover li:has(a:focus) .figcaption .button:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }
	.block__gallery--content_layout-hover li:hover .figcaption .button:hover, .block__gallery--content_layout-hover li:has(a:focus) .figcaption .button:hover {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
	.block__gallery--content_layout-hover li:hover .figcaption .button.bg-transparent, .block__gallery--content_layout-hover li:has(a:focus) .figcaption .button.bg-transparent {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
	.block__gallery--content_layout-hover li:hover .figcaption .button.bg-transparent:hover, .block__gallery--content_layout-hover li:has(a:focus) .figcaption .button.bg-transparent:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }
	.block__gallery--content_layout-hover li:hover .figcaption .button.bg-transparent:hover, .block__gallery--content_layout-hover li:has(a:focus) .figcaption .button.bg-transparent:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
	.block__gallery--content_layout-hover li:hover .figcaption .button.bg-transparent, .block__gallery--content_layout-hover li:has(a:focus) .figcaption .button.bg-transparent {
		background-color: transparent;
	}
					
					.block__gallery--content_layout-hover li:hover .figcaption .description, .block__gallery--content_layout-hover li:has(a:focus) .figcaption .description {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    overflow: visible;
    clip: auto;
    white-space: normal;
  }
					
					.block__gallery--content_layout-hover li:hover .figcaption .description, .block__gallery--content_layout-hover li:has(a:focus) .figcaption .description {
    opacity: 1;
  }
		}
.block__gallery--content_layout-overlay .cell--button_color-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.block__gallery--content_layout-hover .figure, .block__gallery--content_layout-overlay .figure {
  position: relative;
}
.block__gallery--content_layout-hover .figure img, .block__gallery--content_layout-overlay .figure img {
  width: 100%;
}
.button-black.block__gallery--content_layout-hover .figcaption, .button-black.block__gallery--content_layout-overlay .figcaption {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button-black.block__gallery--content_layout-hover .figcaption:hover, .button-black.block__gallery--content_layout-overlay .figcaption:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-black.block__gallery--content_layout-hover .figcaption, .button-black.block__gallery--content_layout-overlay .figcaption {
		background-color: transparent;
	}
.button-white.block__gallery--content_layout-hover .figcaption, .button-white.block__gallery--content_layout-overlay .figcaption {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.button-white.block__gallery--content_layout-hover .figcaption:hover, .button-white.block__gallery--content_layout-overlay .figcaption:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button-white.block__gallery--content_layout-hover .figcaption, .button-white.block__gallery--content_layout-overlay .figcaption {
		background-color: transparent;
	}
.block__gallery--content_layout-hover .figcaption, .block__gallery--content_layout-overlay .figcaption {
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  height: 100%;
  width: 100%;
  flex-direction: column-reverse;
  align-items: flex-start;
  justify-content: space-between;
  background-color: transparent;
  padding: 1rem;
  font-size: 15px;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
@media (min-width: 1260px) {

  .block__gallery--content_layout-hover .figcaption, .block__gallery--content_layout-overlay .figcaption {
    padding: 2.5rem;
  }

  .block__gallery--content_layout-hover .figcaption, .block__gallery--content_layout-overlay .figcaption {
    padding-bottom: 34px;
  }
}
.block__gallery--content_layout-hover .figcaption .description h2, .block__gallery--content_layout-overlay .figcaption .description h2 {
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 1260px) {
.block__gallery--content_layout-hover .figcaption .description.font-medium, .block__gallery--content_layout-overlay .figcaption .description.font-medium {
					font-size: 20px;
					line-height: 25px
			}
				}
/* Scroll-stack style */
.block__gallery--content_layout-scroll_stack .figcaption {
  font-size: 15px;
  line-height: 20px;
}
.block__gallery--content_layout-scroll_stack .figcaption .description {
  margin-top: 1rem;
}
.block__gallery--content_layout-scroll_stack .figcaption h1, .block__gallery--content_layout-scroll_stack .figcaption h2 {
  margin-top: -7px;
}
@media (min-width: 768px) {

  .block__gallery--content_layout-scroll_stack .figcaption h1, .block__gallery--content_layout-scroll_stack .figcaption h2 {
    margin-bottom: 2rem;
  }

  .block__gallery--content_layout-scroll_stack .figcaption h1, .block__gallery--content_layout-scroll_stack .figcaption h2 {
    margin-top: 10px;
  }

  .block__gallery--content_layout-scroll_stack .figcaption h1:first-child, .block__gallery--content_layout-scroll_stack .figcaption h2:first-child {
    margin-top: -24px;
  }

  .block__gallery--content_layout-scroll_stack .figcaption h5:first-child, .block__gallery--content_layout-scroll_stack .figcaption h6:first-child {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}
.block__newsletter-signup input[type="email"] {
		padding-left: 30px;
		text-transform: none;
	}
.block__newsletter-signup input::placeholder {
		color: black;
		font-size: 15px;
	}
.block__newsletter-signup label {
		font-size: 15px;
		position: absolute;
		transition: margin-top .15s linear;
		margin-top: 7px !important;
		text-indent: 10px;
	}
@media (min-width: 768px) {
.block__newsletter-signup label {
			margin-top: 10px !important;
			text-indent: -10px
	}
		}
.block__newsletter-signup input:focus + label,
	.block__newsletter-signup input:not(:placeholder-shown) + label {
		margin-top: -20px !important;
	}
@media (min-width: 768px) {
.block__newsletter-signup input:focus + label,
	.block__newsletter-signup input:not(:placeholder-shown) + label {
			margin-top: -30px !important
	}	
		}
.block__contact_form label, .block__contact_form input, .block__contact_form textarea {
  grid-column: span 5 / span 5;
  min-height: 50px;
  font-size: 20px;
  font-weight: 300;
}
.block__contact_form label {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {

  .block__contact_form label {
    grid-column: span 2 / span 2;
  }

  .block__contact_form label {
    border-bottom-width: 1px;
  }

  .block__contact_form label {
    --tw-border-opacity: 1;
    border-bottom-color: rgb(214 215 216 / var(--tw-border-opacity));
  }
}
.block__contact_form input, .block__contact_form textarea {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(214 215 216 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(105 111 114 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .block__contact_form input, .block__contact_form textarea {
    grid-column: span 3 / span 3;
  }
}
.block__contact_form textarea {
  min-height: 110px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.block__contact_form button {
  margin-top: 40px;
}
.blocks blockquote {
  text-transform: uppercase;
  font-family: Relative, Helvetica, Arial, sans-serif;
  line-height: 50px;
  letter-spacing: -0.025em;
  --tw-text-opacity: 1;
  color: rgb(255 0 64 / var(--tw-text-opacity));
}
@media (min-width: 768px) {

  .blocks blockquote {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
.blocks blockquote {
		font-size: 10vw !important;
		line-height: 10vw !important
}
	}
@media (min-width: 768px) {

  .blocks blockquote footer, .blocks blockquote footer strong {
    font-size: 50px !important;
  }
}
@media (max-width: 767px) {
.blocks blockquote footer,
	.blocks blockquote footer strong {
			font-size: 10vw !important;
			line-height: 10vw !important
	}	
		}
.block__video-list.style-grid figure > a {
  position: relative;
  display: block;
}
.block__video-list.style-grid figure > a:after {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
					background-image: url('/assets/images/play.svg');
					content: "";
}
.block__video-list.style-grid figure > a:hover:after {
  opacity: 0.5;
}
.block__video-list.style-table a div {
				display: none;
			}
.block__video-list.style-table a div:after {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
					background-image: url('/assets/images/play.svg');
					content: "";
}
.block__video-list.style-table a div:hover:after {
  opacity: 0.5;
}
.block__video-list.style-table a:hover div {
				display: block !important;
			}
.block__tickets .block__tickets-section p a {
			text-decoration: underline;
		}
.block__tickets p strong {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.block__tickets h4 {
  font-family: Editor, Georgia, Times New Roman, Times, serif;
  font-weight: 400;
  text-transform: none;
		font-size: inherit;
}
.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(105 111 114 / var(--tw-bg-opacity));
}
.hover\:text-gray-50:hover {
  --tw-text-opacity: 1;
  color: rgb(105 111 114 / var(--tw-text-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-0:focus {
  outline-width: 0px;
}
.focus\:ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}
@media (max-width: 767px) {

  .phone\:absolute {
    position: absolute;
  }

  .phone\:top-\[10px\] {
    top: 10px;
  }

  .phone\:right-\[40px\] {
    right: 40px;
  }

  .phone\:order-last {
    order: 9999;
  }

  .phone\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .phone\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .phone\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .phone\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .phone\:ml-auto {
    margin-left: auto;
  }

  .phone\:mt-\[37px\] {
    margin-top: 37px;
  }

  .phone\:block {
    display: block;
  }

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

  .phone\:hidden {
    display: none;
  }

  .phone\:scroll-pt-5 {
    scroll-padding-top: 1.25rem;
  }

  .phone\:scroll-pt-10 {
    scroll-padding-top: 2.5rem;
  }

  .phone\:scroll-pt-20 {
    scroll-padding-top: 5rem;
  }

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

  .phone\:scroll-pt-52 {
    scroll-padding-top: 13rem;
  }

  .phone\:scroll-pt-56 {
    scroll-padding-top: 14rem;
  }

  .phone\:scroll-pt-80 {
    scroll-padding-top: 20rem;
  }

  .phone\:scroll-pb-5 {
    scroll-padding-bottom: 1.25rem;
  }

  .phone\:scroll-pb-10 {
    scroll-padding-bottom: 2.5rem;
  }

  .phone\:scroll-pb-20 {
    scroll-padding-bottom: 5rem;
  }

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

  .phone\:scroll-pb-52 {
    scroll-padding-bottom: 13rem;
  }

  .phone\:scroll-pb-56 {
    scroll-padding-bottom: 14rem;
  }

  .phone\:scroll-pb-80 {
    scroll-padding-bottom: 20rem;
  }

  .phone\:gap-y-4 {
    row-gap: 1rem;
  }

  .phone\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .phone\: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));
  }

  .phone\:overflow-scroll {
    overflow: scroll;
  }

  .phone\:pt-5 {
    padding-top: 1.25rem;
  }

  .phone\:pt-10 {
    padding-top: 2.5rem;
  }

  .phone\:pt-20 {
    padding-top: 5rem;
  }

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

  .phone\:pt-52 {
    padding-top: 13rem;
  }

  .phone\:pt-56 {
    padding-top: 14rem;
  }

  .phone\:pt-80 {
    padding-top: 20rem;
  }

  .phone\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .phone\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .phone\:pb-20 {
    padding-bottom: 5rem;
  }

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

  .phone\:pb-52 {
    padding-bottom: 13rem;
  }

  .phone\:pb-56 {
    padding-bottom: 14rem;
  }

  .phone\:pb-80 {
    padding-bottom: 20rem;
  }

  .phone\:pl-5 {
    padding-left: 1.25rem;
  }
}
@media (min-width: 768px) {
	.tablet\:container {
		/* Keep the container fluid */
	}
	.tablet\:container {
    max-width: none !important;
  }
	.tablet\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
	@media (min-width: 768px) {

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

    .tablet\:container {
      max-width: 1260px;
      padding-right: 2.5rem;
      padding-left: 2.5rem;
    }
  }
	@media (min-width: 1600px) {

    .tablet\:container {
      max-width: 1600px;
    }
  }
	@media (min-width: 1920px) {

    .tablet\:container {
      max-width: 1920px;
    }
  }
	.tablet\:absolute {
    position: absolute;
  }
	.tablet\:left-0 {
    left: 0px;
  }
	.tablet\:top-full {
    top: 100%;
  }
	.tablet\:top-\[100px\] {
    top: 100px;
  }
	.tablet\:order-last {
    order: 9999;
  }
	.tablet\:col-span-3 {
    grid-column: span 3 / span 3;
  }
	.tablet\:col-span-4 {
    grid-column: span 4 / span 4;
  }
	.tablet\:col-span-6 {
    grid-column: span 6 / span 6;
  }
	.tablet\:col-span-8 {
    grid-column: span 8 / span 8;
  }
	.tablet\:col-span-12 {
    grid-column: span 12 / span 12;
  }
	.tablet\:col-span-2 {
    grid-column: span 2 / span 2;
  }
	.tablet\:row-span-3 {
    grid-row: span 3 / span 3;
  }
	.tablet\:mr-5 {
    margin-right: 1.25rem;
  }
	.tablet\:mt-auto {
    margin-top: auto;
  }
	.tablet\:mb-0 {
    margin-bottom: 0px;
  }
	.tablet\:mt-\[35px\] {
    margin-top: 35px;
  }
	.tablet\:mb-10 {
    margin-bottom: 2.5rem;
  }
	.tablet\:block {
    display: block;
  }
	.tablet\:flex {
    display: flex;
  }
	.tablet\:hidden {
    display: none;
  }
	.tablet\:h-10 {
    height: 2.5rem;
  }
	.tablet\:h-\[120px\] {
    height: 120px;
  }
	.tablet\:h-20 {
    height: 5rem;
  }
	.tablet\:h-6 {
    height: 1.5rem;
  }
	.tablet\:h-0 {
    height: 0px;
  }
	.tablet\:h-\[160px\] {
    height: 160px;
  }
	.tablet\:h-auto {
    height: auto;
  }
	.tablet\:w-full {
    width: 100%;
  }
	.tablet\:w-1\/2 {
    width: 50%;
  }
	.tablet\:w-3\/5 {
    width: 60%;
  }
	.tablet\:max-w-\[45\%\] {
    max-width: 45%;
  }
	.tablet\:scroll-pt-5 {
    scroll-padding-top: 1.25rem;
  }
	.tablet\:scroll-pt-10 {
    scroll-padding-top: 2.5rem;
  }
	.tablet\:scroll-pt-20 {
    scroll-padding-top: 5rem;
  }
	.tablet\:scroll-pt-40 {
    scroll-padding-top: 10rem;
  }
	.tablet\:scroll-pt-52 {
    scroll-padding-top: 13rem;
  }
	.tablet\:scroll-pt-56 {
    scroll-padding-top: 14rem;
  }
	.tablet\:scroll-pt-80 {
    scroll-padding-top: 20rem;
  }
	.tablet\:scroll-pb-5 {
    scroll-padding-bottom: 1.25rem;
  }
	.tablet\:scroll-pb-10 {
    scroll-padding-bottom: 2.5rem;
  }
	.tablet\:scroll-pb-20 {
    scroll-padding-bottom: 5rem;
  }
	.tablet\:scroll-pb-40 {
    scroll-padding-bottom: 10rem;
  }
	.tablet\:scroll-pb-52 {
    scroll-padding-bottom: 13rem;
  }
	.tablet\:scroll-pb-56 {
    scroll-padding-bottom: 14rem;
  }
	.tablet\:scroll-pb-80 {
    scroll-padding-bottom: 20rem;
  }
	.tablet\:columns-3 {
    columns: 3;
  }
	.tablet\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
	.tablet\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
	.tablet\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
	.tablet\:flex-row {
    flex-direction: row;
  }
	.tablet\:items-center {
    align-items: center;
  }
	.tablet\:gap-10 {
    gap: 2.5rem;
  }
	.tablet\:gap-x-10 {
    column-gap: 2.5rem;
  }
	.tablet\:gap-y-4 {
    row-gap: 1rem;
  }
	.tablet\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
	.tablet\:bg-gray-1 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 249 249 / var(--tw-bg-opacity));
  }
	.tablet\:p-10 {
    padding: 2.5rem;
  }
	.tablet\:p-\[40px\] {
    padding: 40px;
  }
	.tablet\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
	.tablet\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }
	.tablet\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
	.tablet\:pt-5 {
    padding-top: 1.25rem;
  }
	.tablet\:pt-10 {
    padding-top: 2.5rem;
  }
	.tablet\:pt-20 {
    padding-top: 5rem;
  }
	.tablet\:pt-40 {
    padding-top: 10rem;
  }
	.tablet\:pt-52 {
    padding-top: 13rem;
  }
	.tablet\:pt-56 {
    padding-top: 14rem;
  }
	.tablet\:pt-80 {
    padding-top: 20rem;
  }
	.tablet\:pb-5 {
    padding-bottom: 1.25rem;
  }
	.tablet\:pb-10 {
    padding-bottom: 2.5rem;
  }
	.tablet\:pb-20 {
    padding-bottom: 5rem;
  }
	.tablet\:pb-40 {
    padding-bottom: 10rem;
  }
	.tablet\:pb-52 {
    padding-bottom: 13rem;
  }
	.tablet\:pb-56 {
    padding-bottom: 14rem;
  }
	.tablet\:pb-80 {
    padding-bottom: 20rem;
  }
	.tablet\:pb-3 {
    padding-bottom: 0.75rem;
  }
	.tablet\:pr-\[35px\] {
    padding-right: 35px;
  }
	.tablet\:text-right {
    text-align: right;
  }
	.tablet\:text-\[12px\] {
    font-size: 12px;
  }
	.tablet\:text-\[30px\] {
    font-size: 30px;
  }
	.tablet\:text-\[20px\] {
    font-size: 20px;
  }
}
@media (min-width: 1260px) {

  .desktop\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .desktop\:col-span-4 {
    grid-column: span 4 / span 4;
  }

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

  .desktop\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .desktop\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .desktop\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .desktop\:row-span-1 {
    grid-row: span 1 / span 1;
  }

  .desktop\:mr-20 {
    margin-right: 5rem;
  }

  .desktop\:mr-0 {
    margin-right: 0px;
  }

  .desktop\:mr-10 {
    margin-right: 2.5rem;
  }

  .desktop\:mb-\[30px\] {
    margin-bottom: 30px;
  }

  .desktop\:block {
    display: block;
  }

  .desktop\:flex {
    display: flex;
  }

  .desktop\:grid {
    display: grid;
  }

  .desktop\:hidden {
    display: none;
  }

  .desktop\:h-\[120px\] {
    height: 120px;
  }

  .desktop\:h-\[36px\] {
    height: 36px;
  }

  .desktop\:max-h-\[120px\] {
    max-height: 120px;
  }

  .desktop\:w-\[199px\] {
    width: 199px;
  }

  .desktop\:w-3\/5 {
    width: 60%;
  }

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

  .desktop\:scroll-pt-5 {
    scroll-padding-top: 1.25rem;
  }

  .desktop\:scroll-pt-10 {
    scroll-padding-top: 2.5rem;
  }

  .desktop\:scroll-pt-20 {
    scroll-padding-top: 5rem;
  }

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

  .desktop\:scroll-pt-52 {
    scroll-padding-top: 13rem;
  }

  .desktop\:scroll-pt-56 {
    scroll-padding-top: 14rem;
  }

  .desktop\:scroll-pt-80 {
    scroll-padding-top: 20rem;
  }

  .desktop\:scroll-pb-5 {
    scroll-padding-bottom: 1.25rem;
  }

  .desktop\:scroll-pb-10 {
    scroll-padding-bottom: 2.5rem;
  }

  .desktop\:scroll-pb-20 {
    scroll-padding-bottom: 5rem;
  }

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

  .desktop\:scroll-pb-52 {
    scroll-padding-bottom: 13rem;
  }

  .desktop\:scroll-pb-56 {
    scroll-padding-bottom: 14rem;
  }

  .desktop\:scroll-pb-80 {
    scroll-padding-bottom: 20rem;
  }

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

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

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

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

  .desktop\:gap-y-0 {
    row-gap: 0px;
  }

  .desktop\:p-\[40px\] {
    padding: 40px;
  }

  .desktop\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

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

  .desktop\:px-60 {
    padding-left: 15rem;
    padding-right: 15rem;
  }

  .desktop\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .desktop\:pt-5 {
    padding-top: 1.25rem;
  }

  .desktop\:pt-10 {
    padding-top: 2.5rem;
  }

  .desktop\:pt-20 {
    padding-top: 5rem;
  }

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

  .desktop\:pt-52 {
    padding-top: 13rem;
  }

  .desktop\:pt-56 {
    padding-top: 14rem;
  }

  .desktop\:pt-80 {
    padding-top: 20rem;
  }

  .desktop\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .desktop\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .desktop\:pb-20 {
    padding-bottom: 5rem;
  }

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

  .desktop\:pb-52 {
    padding-bottom: 13rem;
  }

  .desktop\:pb-56 {
    padding-bottom: 14rem;
  }

  .desktop\:pb-80 {
    padding-bottom: 20rem;
  }

  .desktop\:pr-\[35px\] {
    padding-right: 35px;
  }

  .desktop\:text-\[15px\] {
    font-size: 15px;
  }

  .desktop\:text-\[50px\] {
    font-size: 50px;
  }
}