/*
! tailwindcss v3.0.24 | 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;
}
	html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

	html.sr .load-hidden {
		visibility: hidden;
	}

	body {
		min-height: 100vh;
		overflow-x: hidden;
		--tw-bg-opacity: 1;
		background-color: rgb(0 0 0 / var(--tw-bg-opacity));
		--tw-text-opacity: 1;
		color: rgb(230 230 230 / var(--tw-text-opacity));
	}

	* {
		font-family: 'Inter', sans-serif;
	}

	/* Container width */
	body .container-base {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
	@media (min-width: 600px) {

  body .container-base {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
	body .container-wide {
  margin-left: auto;
  margin-right: auto;
  max-width: 1740px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
	@media (min-width: 600px) {

  body .container-wide {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
	@media (min-width: 1740px) {

  body .container-wide {
    padding-left: 0px;
    padding-right: 0px;
  }
}
	body .container-small {
  max-width: 1455px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
	@media (min-width: 600px) {

  body .container-small {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
	@media (min-width: 1740px) {

  body .container-small {
    padding-left: 0px;
    padding-right: 0px;
  }
}
	body .container-xsmall {
  margin-left: auto;
  margin-right: auto;
  max-width: 1161px;
}
	body .container-wide-part {
  width: 100%;
  max-width: 1596px;
}
	body .container-base .container-wide, body .container-base .container-small {
  padding-left: 0px;
  padding-right: 0px;
}

	/* Typography */
	main p,
	body p,
	.font-size-base {
		font-weight: 400;
		line-height: 160%;
		margin-bottom: 1rem;
		font-size: 0.875rem;
		line-height: 1.25rem;
		--tw-text-opacity: 1;
		color: rgb(230 230 230 / var(--tw-text-opacity));
	}
	@media (min-width: 728px) {

  main p, body p, .font-size-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

	.container-base a {
		text-decoration: underline;
		--tw-text-opacity: 1;
		color: rgb(176 176 176 / var(--tw-text-opacity));
	}

	.container-base a:hover {
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
}

	h1,
	.font-size-h1 {
		font-size: clamp(32px, 2.29vw + 23.09px, 64px);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		font-weight: 500;
		line-height: 1.25;
	}

	h1.hero{
		font-size: clamp(32px, 2.29vw + 23.09px, 56px);
		font-weight: 500;
		line-height: 1.25;
	}

	h2,
	.font-size-h2 {
		font-size: clamp(26px, 2.1vw + 17.83px, 48px);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		margin-bottom: 0.5rem;
		font-weight: 500;
		line-height: 1.25;
	}

	@media (min-width: 728px) {

  h2, .font-size-h2 {
    margin-bottom: auto;
  }
}

	h3,
	.font-size-h3 {
		font-size: clamp(22px, 1.52vw + 18.06px, 40px);
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
		font-weight: 500;
		line-height: 1.25;
	}

	h4,
	.font-size-h4 {
		font-size: clamp(20px, 0.95vw + 18.29px, 32px);
		margin-bottom: 0.5rem;
		font-weight: 400;
		line-height: 1.25;
	}

	@media (min-width: 728px) {

  h4, .font-size-h4 {
    margin-bottom: auto;
  }
}

	h5,
	.font-size-h5 {
		font-size: clamp(18px, 0.38vw + 18.51px, 24px);
		line-height: 32px;
		margin-bottom: 2rem;
		font-weight: 500;
	}

	h6 {
  font-weight: 500;
  line-height: 1.25;
}

	h1, h2, h3, h4 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

	main p, main h5 {
  margin-bottom: 1.5rem;
  max-width: 1000px;
}

	main h6 {
  margin-bottom: 0.25rem;
  max-width: 1000px;
}


	.content ul{
		list-style-position: outside;
		padding-left: 24px;
	}

	.label-s {
		font-weight: 500;
		font-size: 16px;
	}
	.label-wide-s {
		font-weight: 500;
		font-size: 16px;
		letter-spacing: 0.1em;
	}

	.label-l {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

	@media (min-width: 728px) {

  .label-l {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

	@media (min-width: 984px) {

  .label-l {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
	.label-xl {
		font-weight: 500;
		font-size: 1.125rem;
		line-height: 1.75rem;
	}
	@media (min-width: 728px) {

  .label-xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
	@media (min-width: 984px) {

  .label-xl {
    font-size: 32px;
  }
}
	.subheader {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}
	@media (min-width: 728px) {

  .subheader {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
	.body-base p {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
}
	.body-base {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
}

	.single-post h2 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
}

	@media (min-width: 728px) {

  .single-post h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

	.single-post h2 {
  margin-bottom: 3.5rem;
}

	@media (min-width: 984px) {

  .single-post h2 {
    margin-bottom: 6rem;
  }
}
	.single-post p p {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
}
	.single-post p {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

	/* Buttons */
	.button {
		text-decoration: none !important;
		display: inline-block;
		display: flex;
		align-items: center;
		border-radius: 9999px;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 1rem;
		font-weight: 500;
		line-height: 1.25rem;
		--tw-text-opacity: 1;
		color: rgb(0 0 0 / var(--tw-text-opacity));
	}
	@media (min-width: 600px) {

  .button {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
	@media (min-width: 984px) {

  .button {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

	.button.button-lg {
		border-radius: 28px;
		text-decoration: none !important;
		display: inline-block;
		padding-left: 2rem;
		padding-right: 2rem;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 1rem;
		line-height: 1.5rem;
		font-weight: 500;
		--tw-text-opacity: 1;
		color: rgb(0 0 0 / var(--tw-text-opacity));
	}

	@media (min-width: 984px) {

  .button.button-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

	.button b {
		text-decoration: underline !important;
		font-weight: inherit;
	}

	.button.outline-white {
		border-width: 1px;
		cursor: pointer;
		--tw-text-opacity: 1;
		color: rgb(230 230 230 / var(--tw-text-opacity));
	}
	.button.outline-white:hover {
  background-color: rgb(255 255 255 / .05);
  --tw-backdrop-blur: blur(8px);
  -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);
}
	.button.outline-grey {
		border: 1px solid #545454;
		font-size: 1rem;
		line-height: 1.5rem;
		font-weight: 400;
		--tw-text-opacity: 1;
		color: rgb(230 230 230 / var(--tw-text-opacity));
	}
	@media (min-width: 728px) {

  .button.outline-grey {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
	.button.outline-grey:hover {
		border: 1px solid #B0B0B0;
		background: rgba(255, 255, 255, 0.05);
	}
	.button-label {
		text-decoration: none !important;
		border-radius: 100px;
		margin-bottom: 0.75rem;
		display: inline-block;
		--tw-bg-opacity: 1;
		background-color: rgb(0 0 0 / var(--tw-bg-opacity));
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 0.875rem;
		line-height: 1.25rem;
	}
	@media (min-width: 728px) {

  .button-label {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
	 	.button-label b {
			text-decoration: underline !important;
			font-weight: 400;
		}

	.button-small {
		border-radius: 100px;
		display: inline-block;
		border-width: 1px;
		--tw-border-opacity: 1;
		border-color: rgb(248 137 190 / var(--tw-border-opacity));
		--tw-bg-opacity: 1;
		background-color: rgb(0 0 0 / var(--tw-bg-opacity));
		padding-top: 0.25rem;
		padding-bottom: 0.25rem;
		padding-left: 1rem;
		padding-right: 1rem;
		font-size: 0.75rem;
		line-height: 1rem;
		--tw-text-opacity: 1;
		color: rgb(248 137 190 / var(--tw-text-opacity));
	}

	@media (min-width: 728px) {

  .button-small {
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

*, ::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:  ;
}
body.admin-bar {
    min-height: calc(100vh - 32px);
}
@media (max-width: 782px) {
    body.admin-bar {
        min-height: calc(100vh - 46px);
    }
}
.container {
  width: 100%;
}
@media (min-width: 600px) {

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

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

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

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

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

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

  .container {
    max-width: 1920px;
  }
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.\!absolute {
  position: absolute !important;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.-bottom-10 {
  bottom: -2.5rem;
}
.right-80 {
  right: 20rem;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.top-\[88px\] {
  top: 88px;
}
.right-\[25px\] {
  right: 25px;
}
.top-\[-88px\] {
  top: -88px;
}
.top-1\/2 {
  top: 50%;
}
.left-1\/2 {
  left: 50%;
}
.top-\[calc\(50\%-22\.1vw\)\] {
  top: calc(50% - 22.1vw);
}
.left-\[calc\(50\%-12\.5vw\)\] {
  left: calc(50% - 12.5vw);
}
.top-\[calc\(50\%-110px\)\] {
  top: calc(50% - 110px);
}
.left-\[calc\(50\%-35px\)\] {
  left: calc(50% - 35px);
}
.bottom-0 {
  bottom: 0px;
}
.z-10 {
  z-index: 10;
}
.z-\[150\] {
  z-index: 150;
}
.z-\[160\] {
  z-index: 160;
}
.z-50 {
  z-index: 50;
}
.z-\[200\] {
  z-index: 200;
}
.z-0 {
  z-index: 0;
}
.z-\[-1\] {
  z-index: -1;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.my-\[6px\] {
  margin-top: 6px;
  margin-bottom: 6px;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-\[14vh\] {
  margin-top: 14vh;
  margin-bottom: 14vh;
}
.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}
.my-32 {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-5 {
  margin-top: 1.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.-mr-8 {
  margin-right: -2rem;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mr-0 {
  margin-right: 0px;
}
.mb-\[6\.25rem\] {
  margin-bottom: 6.25rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mb-20 {
  margin-bottom: 5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mb-32 {
  margin-bottom: 8rem;
}
.mb-28 {
  margin-bottom: 7rem;
}
.mt-24 {
  margin-top: 6rem;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mt-\[250px\] {
  margin-top: 250px;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-36 {
  margin-top: 9rem;
}
.mb-36 {
  margin-bottom: 9rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.ml-\[calc\(50\%-50vw\)\] {
  margin-left: calc(50% - 50vw);
}
.mr-\[calc\(50\%-50vw\)\] {
  margin-right: calc(50% - 50vw);
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-\[57px\] {
  margin-bottom: 57px;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-\[4\/3\] {
  aspect-ratio: 4 / 3;
}
.aspect-\[9\/16\] {
  aspect-ratio: 9 / 16;
}
.h-\[376px\] {
  height: 376px;
}
.h-screen {
  height: 100vh;
}
.h-full {
  height: 100%;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-\[358px\] {
  height: 358px;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[238px\] {
  height: 238px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[40vh\] {
  height: 40vh;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[219px\] {
  height: 219px;
}
.h-\[343px\] {
  height: 343px;
}
.h-\[44\.4vw\] {
  height: 44.4vw;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[130px\] {
  height: 130px;
}
.h-20 {
  height: 5rem;
}
.h-\[451px\] {
  height: 451px;
}
.h-1\/2 {
  height: 50%;
}
.max-h-\[130px\] {
  max-height: 130px;
}
.max-h-fit {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.max-h-\[720px\] {
  max-height: 720px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-\[244px\] {
  min-height: 244px;
}
.min-h-\[200px\] {
  min-height: 200px;
}
.w-full {
  width: 100%;
}
.w-\[980px\] {
  width: 980px;
}
.w-screen {
  width: 100vw;
}
.w-\[300px\] {
  width: 300px;
}
.\!w-\[299px\] {
  width: 299px !important;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[70px\] {
  width: 70px;
}
.w-\[170px\] {
  width: 170px;
}
.w-\[200px\] {
  width: 200px;
}
.w-\[560px\] {
  width: 560px;
}
.min-w-full {
  min-width: 100%;
}
.min-w-\[177\.77vh\] {
  min-width: 177.77vh;
}
.max-w-\[157px\] {
  max-width: 157px;
}
.max-w-\[860px\] {
  max-width: 860px;
}
.max-w-\[220px\] {
  max-width: 220px;
}
.max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-\[280px\] {
  max-width: 280px;
}
.max-w-\[650px\] {
  max-width: 650px;
}
.max-w-\[560px\] {
  max-width: 560px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-none {
  max-width: none;
}
.max-w-full {
  max-width: 100%;
}
.max-w-\[570px\] {
  max-width: 570px;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[120\%\] {
  --tw-translate-x: 120%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-125 {
  --tw-scale-x: 1.25;
  --tw-scale-y: 1.25;
  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;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.list-none {
  list-style-type: none;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.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-10 {
  gap: 2.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.\!overflow-visible {
  overflow: visible !important;
}
.overflow-visible {
  overflow: visible;
}
.overflow-y-auto {
  overflow-y: auto;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.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-solid {
  border-style: solid;
}
.border-white\/\[\.15\] {
  border-color: rgb(255 255 255 / .15);
}
.border-black-400 {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.border-black-300 {
  --tw-border-opacity: 1;
  border-color: rgb(84 84 84 / var(--tw-border-opacity));
}
.border-\[\#333333\] {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
}
.bg-black-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black-900\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}
.bg-black-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity));
}
.bg-menu-glas {
  background-color: rgba(255, 255, 255, 0.1);;
}
.bg-black-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(61 36 114 / var(--tw-bg-opacity));
}
.bg-pink-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(90 27 50 / var(--tw-bg-opacity));
}
.bg-purple-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(43 8 53 / var(--tw-bg-opacity));
}
.bg-pink-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(135 38 73 / var(--tw-bg-opacity));
}
.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(189 0 255 / var(--tw-bg-opacity));
}
.bg-pink-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 202 227 / var(--tw-bg-opacity));
}
.bg-cover {
  background-size: cover;
}
.bg-\[length\:150\%_auto\] {
  background-size: 150% auto;
}
.bg-contain {
  background-size: contain;
}
.bg-\[center_35\%\] {
  background-position: center 35%;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-\[18px\] {
  padding: 18px;
}
.p-8 {
  padding: 2rem;
}
.p-4 {
  padding: 1rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-6 {
  padding: 1.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[12px\] {
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-40 {
  padding-bottom: 10rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-\[50vh\] {
  padding-top: 50vh;
}
.pr-24 {
  padding-right: 6rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pr-0 {
  padding-right: 0px;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-\[158px\] {
  font-size: 158px;
}
.text-\[24px\] {
  font-size: 24px;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[11px\] {
  font-size: 11px;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.font-medium {
  font-weight: 500;
}
.font-bold {
  font-weight: 700;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.leading-\[150\%\] {
  line-height: 150%;
}
.leading-\[182px\] {
  line-height: 182px;
}
.leading-\[25px\] {
  line-height: 25px;
}
.leading-6 {
  line-height: 1.5rem;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-pink-400 {
  --tw-text-opacity: 1;
  color: rgb(248 137 190 / var(--tw-text-opacity));
}
.text-black-50 {
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
}
.text-grey900 {
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(61 36 114 / var(--tw-text-opacity));
}
.text-black-100 {
  --tw-text-opacity: 1;
  color: rgb(176 176 176 / var(--tw-text-opacity));
}
.text-purple-400 {
  --tw-text-opacity: 1;
  color: rgb(215 139 242 / var(--tw-text-opacity));
}
.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgb(181 150 247 / var(--tw-text-opacity));
}
.text-pink-300 {
  --tw-text-opacity: 1;
  color: rgb(255 202 227 / var(--tw-text-opacity));
}
.text-purple-300 {
  --tw-text-opacity: 1;
  color: rgb(241 203 255 / var(--tw-text-opacity));
}
.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(224 211 254 / var(--tw-text-opacity));
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.underline {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.\!no-underline {
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-60 {
  opacity: 0.6;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-white {
  outline-color: #FFFFFF;
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(12px);
  -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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  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;
}
.button-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(181 150 247 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.button-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}
.button-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(248 137 190 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.button-pink:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}
.button-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(215 139 242 / var(--tw-bg-opacity));
  --tw-text-opacity: 1 !important;
  color: rgb(43 8 53 / var(--tw-text-opacity)) !important;
}
.button-purple:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity));
}
.button-grey {
	background: rgba(230, 230, 230, 0.05);
	border: 1px solid #333333;
}
.button-grey:hover {
	background: rgba(230, 230, 230, 0.1);
	border: 1px solid #545454;
}
.button-small.pink {
  --tw-border-opacity: 1;
  border-color: rgb(248 137 190 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(248 137 190 / var(--tw-text-opacity));
}
.button-small.blue {
  --tw-border-opacity: 1;
  border-color: rgb(181 150 247 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(181 150 247 / var(--tw-text-opacity));
}
.button-small.purple {
  --tw-border-opacity: 1;
  border-color: rgb(215 139 242 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(215 139 242 / var(--tw-text-opacity));
}
.button-small.pink-fill {
  --tw-border-opacity: 1;
  border-color: rgb(248 137 190 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(248 137 190 / var(--tw-bg-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button-small.blue-fill {
  --tw-border-opacity: 1;
  border-color: rgb(181 150 247 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(181 150 247 / var(--tw-bg-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.button-small.purple-fill {
  --tw-border-opacity: 1;
  border-color: rgb(215 139 242 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(215 139 242 / var(--tw-bg-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.dark-overlay:after {
	background-image: url('../static/images/bg-dark.png');
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}
.light-overlay:after {
	background-image: url('../static/images/bg-light.png');
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
}
/* Video top */
.error-page-top-video .top-video{
	height: 100vh;
}
.top-video:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	display: inline-block;
	height: 100%;
	width: 100%;
}
@media screen and (min-width: 425px) {
	.top-video:after {
		background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0.18%, #000000 100.18%);
	}
}
body {
	display: block;
}
.smooth-black {
	background: rgba(0, 0, 0, 0.2);
	-webkit-backdrop-filter: blur(12.5px);
	        backdrop-filter: blur(12.5px);
}
.footer-radial {
	background: radial-gradient(50% 58.04% at 50.18% 41.7%, rgba(0, 0, 0, 0.4) 0%, #000000 100%), url('/static/videos/MediaScreen4.mp4'), #000000;
}
/* Tabs block */
.animate-fade-in {
	animation-name: fade-in;
	animation-duration: 1s;
	animation-fill-mode: forwards;
}
.block-tabs .tabs::-webkit-scrollbar {
	display: none;
}
.block-tabs .tab-button {
	border-bottom: 2px solid #333333;
}
.block-tabs .tab-button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(181 150 247 / var(--tw-border-opacity));
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.05;
}
.block-tabs .tab-button.tab-active {
  display: flex;
  --tw-border-opacity: 1;
  border-color: rgb(181 150 247 / var(--tw-border-opacity));
}
.block-tabs .tab-content .tab-single-content {
	transform: translateY(-10px);
	position: absolute;
	display: flex;
	opacity: 0;
	transition-duration: 500ms;
}
.block-tabs .tab-content .tab-single-content.tab-active {
	transform: translateY(0);
	position: relative;
	z-index: 10;
	opacity: 1;
}
.tab-content p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 728px) {

  .tab-content p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.block-tabs .tabs .icon:before {
  --tw-text-opacity: 1;
  color: rgb(181 150 247 / var(--tw-text-opacity));
}
.single-digital-signage.sel-pink .block-tabs .tab-button.tab-active {
  --tw-text-opacity: 1;
  color: rgb(248 137 190 / var(--tw-text-opacity));
}
.single-digital-signage.sel-purple .block-tabs .tab-button.tab-active {
  --tw-text-opacity: 1;
  color: rgb(215 139 242 / var(--tw-text-opacity));
}
.single-digital-signage.sel-blue .block-tabs .tab-button.tab-active {
  --tw-text-opacity: 1;
  color: rgb(181 150 247 / var(--tw-text-opacity));
}
.single-digital-signage iframe {
  width: 100%;
}
/* 50/50 block */
.block-fifty-fifty h2, .block-fifty-fifty h3, .block-fifty-fifty h4, .block-fifty-fifty h5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.block-fifty-fifty h2 {
	font-size: clamp(22px, 1.52vw + 18.06px, 40px);
}
.block-fifty-fifty h3 {
	font-size: clamp(20px, 1.52vw + 18.06px, 32px);
	margin-top: 1.75rem;
	margin-bottom: 0.25rem;
}
.block-fifty-fifty li {
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.block-fifty-fifty ul {
  margin-top: 1.5rem;
}
.block-fifty-fifty .button{
	@aplly font-medium;
	}
.block-fifty-fifty li:before {
	content: '\e902';
	color: #f889be;
	font-family: 'icomoon';
	margin-right: 1rem;
	}
/* Color markt headlines */
.mark-pink h1 strong, .mark-pink h2 strong, .mark-pink h3 strong, .mark-pink h4 strong, .mark-pink h5 strong {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(248 137 190 / var(--tw-text-opacity));
}
.mark-purple h1 strong, .mark-purple h2 strong, .mark-purple h3 strong, .mark-purple h4 strong, .mark-purple h5 strong {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(215 139 242 / var(--tw-text-opacity));
}
.mark-blue h1 strong, .mark-blue h2 strong, .mark-blue h3 strong, .mark-blue h4 strong, .mark-blue h5 {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(181 150 247 / var(--tw-text-opacity));
}
/* Block cases */
@media (min-width: 728px) {

  .block-case .image-box:hover span {
    border-bottom-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));
  }
}
.image-box .image:after {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: rgb(0 0 0 / 0.3);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
  --tw-gradient-to: rgb(0 0 0 / 0.2);
	content:'';
}
.block-case .image-box .image .bg, .more-case .splide__slide .image .bg, .case-image-box .image .bg, .case .single-case .image .bg {
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.block-case .image-box:hover .image .bg, .case-image-box:hover .image .bg, .more-case .splide__slide:hover .image .bg, .case .single-case:hover .image .bg {
  transition-duration: 100ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 728px) {

  .block-case .image-box:hover .image .bg, .case-image-box:hover .image .bg, .more-case .splide__slide:hover .image .bg, .case .single-case:hover .image .bg {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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));
  }
}
/* Single case - 50/50 */
@media (min-width: 728px) {

  .single-case .fifty-fifty .section:nth-of-type(even) {
    flex-direction: row-reverse;
  }
}
.single-case .fifty-fifty .section:nth-of-type(even) .info {
  margin-left: 0px;
  padding-left: 0px;
}
@media (min-width: 728px) {

  .single-case .fifty-fifty .section:nth-of-type(even) .info {
    margin-right: 2.5rem;
  }
}
@media (min-width: 984px) {

  .single-case .fifty-fifty .section:nth-of-type(even) .info {
    padding-right: 150px;
  }
}
.single-case .info h3, .single-case .info h2 {
  margin-bottom: 1rem;
}
.single-case .info p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 728px) {

  .single-case .info p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1740px) {

  .single-case .info p {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
/* Define keyframes for the width animation */
@keyframes width {
	0% {
		width: 0;
	}
	100% {
		width: 100%;
	}
}
/* Define keyframes for the background movement animation */
@keyframes bg-move {
	0% {
		background-position: left 100%;
	}
	50% {
		background-position: right 0;
	}
	100% {
		background-position: left 100%;
	}
}
/* Single case - animation line */
.case-info-line .line-width {
	animation: width 1s;
	animation-delay: 2.2s;
	animation-timing-function: cubic-bezier(0.86, 0, 0.07, 0.9);
	animation-fill-mode: backwards;
}
.case-info-line .line-width::after {
	content: '';
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	background-image: url('../static/images/line-bg.jpg');
	background-size: cover;
	background-position: left 100%;
	animation: bg-move 4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
/* Single case - gallery */
.single-case .splide__arrows {
  display: flex;
  gap: 1rem;
}
.single-case #gallery .splide__arrows {
  position: absolute;
  bottom: -4rem;
  right: 2rem;
}
@media (min-width: 728px) {

  .single-case #gallery .splide__arrows {
    bottom: 2rem;
  }
}
.single-case .splide__arrows .splide__arrow {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 137 190 / var(--tw-bg-opacity));
  opacity: 1;
}
.single-case .splide__arrows .splide__arrow:disabled {
  opacity: 0.5;
}
.single-case .splide__arrows .splide__arrow svg {
	fill: #7d3557;
	top: 9px;
	left: -10px;
	height: 30px;
	width: 30px;
}
.single-case .splide__arrows .splide__arrow--next svg {
  left: 10px;
}
.single-case #gallery .splide__pagination {
  display: none;
}
.single-case .bg-image:after,
.single-case .bg-video:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 500px;
	width: 100%;
	background-image: linear-gradient(to top, var(--tw-gradient-stops));
	--tw-gradient-from: #000000;
	--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgb(0 0 0 / 0));
	--tw-gradient-to: #FFFFFF00;
}
.single-case #more .splide__arrows {
  position: relative;
  justify-content: flex-end;
  padding-top: 1.5rem;
}
@media (min-width: 728px) {

  .single-case #more .splide__arrows {
    position: absolute;
  }
}
.case .single-case:hover .label-xl, .case-image-box:hover .label-xl, #more .splide__slide:hover .label-xl {
  display: inline-block;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
}
/* Extra Navigation */
.links-container a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
/* Posts navigation */
.navigation.pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.navigation.pagination .nav-links a, .navigation.pagination .nav-links .current {
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(248 137 190 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(135 38 73 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none !important;
          text-decoration-line: none !important;
}
@media (min-width: 984px) {

  .navigation.pagination .nav-links a, .navigation.pagination .nav-links .current {
    height: 64px;
    width: 64px;
  }
}
.navigation.pagination .nav-links .current {
  --tw-bg-opacity: 1;
  background-color: rgb(255 202 227 / var(--tw-bg-opacity));
}
/* Singel digital signage */
.block-price .prices .icon-check:before {
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(215 139 242 / var(--tw-text-opacity));
}
.block-price .prices .icon-check, .block-price .prices .icon-plus, .block-price .prices .icon-plus-purple {
  position: absolute;
  top: 0.25rem;
  left: 0px;
}
.block-price .prices ul li {
  position: relative;
  margin-bottom: 1rem;
  padding-left: 2rem;
  font-size: 0.875rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
}
@media (min-width: 728px) {

  .block-price .prices ul li {
    font-size: 1rem;
    line-height: 1.75rem;
  }
}
.block-price .prices .icon-plus:before, .block-price .prices .icon-plus-purple:before {
  font-size: 0.75rem;
  line-height: 1rem;
}
/* functions page */
.functions .functions-list .single-function:nth-of-type(even) {
  flex-direction: row-reverse;
}
.functions .functions-list .single-function:nth-of-type(even) .info {
  justify-content: flex-start;
}
@media (min-width: 728px) {

  .functions .functions-list .single-function:nth-of-type(even) .info {
    padding-right: 1.5rem;
  }
}
@media (min-width: 984px) {

  .functions .functions-list .single-function:nth-of-type(even) .info {
    padding-right: 3rem;
  }
}
@media (min-width: 728px) {

  .functions .functions-list .single-function:nth-of-type(odd) .info {
    padding-left: 1.5rem;
  }
}
@media (min-width: 984px) {

  .functions .functions-list .single-function:nth-of-type(odd) .info {
    padding-left: 3rem;
  }
}
/* Case page */
.cases-list .single-case:nth-of-type(1), .cases-list .single-case:nth-of-type(5), .cases-list .single-case:nth-of-type(9) {
  width: 100%;
}
@media (min-width: 728px) {

  .cases-list .single-case:nth-of-type(1), .cases-list .single-case:nth-of-type(5), .cases-list .single-case:nth-of-type(9) {
    margin-right: 2rem;
    width: calc(50% - 1rem);
  }
}
@media (min-width: 984px) {

  .cases-list .single-case:nth-of-type(1), .cases-list .single-case:nth-of-type(5), .cases-list .single-case:nth-of-type(9) {
    margin-right: 4rem;
    width: 30%;
  }
}
.cases-list .single-case:nth-of-type(2), .cases-list .single-case:nth-of-type(6), .cases-list .single-case:nth-of-type(10) {
  width: 100%;
}
@media (min-width: 728px) {

  .cases-list .single-case:nth-of-type(2), .cases-list .single-case:nth-of-type(6), .cases-list .single-case:nth-of-type(10) {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 984px) {

  .cases-list .single-case:nth-of-type(2), .cases-list .single-case:nth-of-type(6), .cases-list .single-case:nth-of-type(10) {
    width: calc(70% - 4rem);
  }
}
.cases-list .single-case:nth-of-type(3), .cases-list .single-case:nth-of-type(7), .cases-list .single-case:nth-of-type(11) {
  width: 100%;
}
@media (min-width: 728px) {

  .cases-list .single-case:nth-of-type(3), .cases-list .single-case:nth-of-type(7), .cases-list .single-case:nth-of-type(11) {
    margin-right: 2rem;
    width: calc(50% - 1rem);
  }
}
@media (min-width: 984px) {

  .cases-list .single-case:nth-of-type(3), .cases-list .single-case:nth-of-type(7), .cases-list .single-case:nth-of-type(11) {
    margin-right: 4rem;
    width: calc(70% - 4rem);
  }
}
.cases-list .single-case:nth-of-type(4), .cases-list .single-case:nth-of-type(8), .cases-list .single-case:nth-of-type(12) {
  width: 100%;
}
@media (min-width: 728px) {

  .cases-list .single-case:nth-of-type(4), .cases-list .single-case:nth-of-type(8), .cases-list .single-case:nth-of-type(12) {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 984px) {

  .cases-list .single-case:nth-of-type(4), .cases-list .single-case:nth-of-type(8), .cases-list .single-case:nth-of-type(12) {
    width: 30%;
  }
}
/* Gutenberg block */
body .wp-block-group {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1455px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
/* Banner contact */
.block-banner-contact h2 .line a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
	text-decoration: unset;
	border-bottom: none;
}
/* Inspiration gallery */
.block-inspiration .single-image {
  margin-bottom: 2rem;
  width: 100%;
}
@media (min-width: 728px) {

  .block-inspiration .single-image {
    margin-bottom: 0px;
    width: calc(50% - 1rem);
  }
}
@media (min-width: 984px) {

  .block-inspiration .nr-1 {
    margin-top: 12rem;
    margin-bottom: 9rem;
    width: 30%;
  }

  .block-inspiration .nr-2 {
    width: 65%;
  }

  .block-inspiration .nr-3 {
    margin-left: 9rem;
    width: 75%;
  }

  .block-inspiration .nr-4 {
    margin-top: 600px;
    width: 40%;
  }

  .block-inspiration .nr-5 {
    margin-top: 8rem;
    width: 55%;
  }

  .block-inspiration .nr-6 {
    margin-top: 272px;
    width: 60%;
  }

  .block-inspiration .nr-7 {
    margin-top: -8rem;
    width: 30%;
  }
}
/* Block FAQ */
.faq .icon-plus.active {
  --tw-rotate: 45deg;
  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));
}
/* Icomoon icons */
@font-face {
	font-family: 'icomoon';
	src: url('fonts/icomoon.eot?okg7nw');
	src: url('fonts/icomoon.eot?okg7nw#iefix') format('embedded-opentype'), url('fonts/icomoon.woff2?d1j948') format('woff2'),
		url('fonts/icomoon.ttf?okg7nw') format('truetype'), url('fonts/icomoon.woff?d1j948') format('woff'),
		url('fonts/icomoon.svg?okg7nw#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^='icon-'],
[class*=' icon-'] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-close-icon:before {
	content: '\e91e';
	color: #fff;
}
.icon-menu:before {
	content: '\e91b';
	color: #fff;
}
.icon-icon-24-software1:before {
	content: '\e908';
	color: #b596f7;
}
.icon-icon-24-install:before {
	content: '\e909';
	color: #b596f7;
}
.icon-icon-24-display:before {
	content: '\e90a';
	color: #b596f7;
}
.icon-icon-24-content:before {
	content: '\e91a';
	color: #b596f7;
}
.icon-account-multiple:before {
	content: '\e900';
	color: #f889be;
}
.icon-box:before {
	content: '\e901';
	color: #b596f7;
}
.icon-check:before {
	content: '\e902';
	color: #e6e6e6;
}
.icon-chevron-down:before {
	content: '\e903';
	color: #fff;
	pointer-events: none;
}
.icon-chevron-left:before {
	content: '\e904';
	color: #7d3557;
}
.icon-chevron-right:before {
	content: '\e905';
	color: #7d3557;
}
.icon-cog:before {
	content: '\e906';
	color: #b596f7;
}
.icon-facebook:before {
	content: '\e907';
	color: #f889be;
}
.icon-icon-24-software:before {
	content: '\e90b';
	color: #b596f7;
}
.icon-instagram:before {
	content: '\e90c';
	color: #d78bf2;
}
.icon-linkedin:before {
	content: '\e90d';
	color: #b596f7;
}
.icon-menu-down:before {
	content: '\e90e';
	color: #fff;
}
.icon-monitor-screenshot:before {
	content: '\e90f';
	color: #d78bf2;
}
.icon-page-layout-header-footer:before {
	content: '\e910';
	color: #d78bf2;
}
.icon-phone:before {
	content: '\e911';
	color: #fff;
}
.icon-play-box-multiple:before {
	content: '\e912';
	color: #d78bf2;
}
.icon-playlist-play:before {
	content: '\e913';
	color: #f889be;
}
.icon-plus-purple:before {
	content: '\e914';
	color: #b596f7;
}
.icon-plus:before {
	content: '\e915';
}
.icon-quote:before {
	content: '\e916';
	color: #d78bf2;
}
.icon-twitter:before {
	content: '\e917';
	color: #f889be;
}
.icon-view-dashboard:before {
	content: '\e918';
	color: #f889be;
}
.icon-web:before {
	content: '\e919';
	color: #fff;
}
/* Footer icon links*/
.icon-facebook:hover, .icon-instagram:hover , .icon-twitter:hover , .icon-linkedin:hover {
	text-decoration: none !important;
}
/* Gravityformsstyling */
.gfield--type-captcha {
  margin-top: 1rem;
}
body .gform_wrapper.gravity-theme {
  width: 100%;
  padding-top: 1.5rem;
}
@media (min-width: 728px) {

  body .gform_wrapper.gravity-theme {
    padding-top: 45px;
  }
}
body .gform_wrapper.gravity-theme form {
  position: relative;
}
body .gform_wrapper.gravity-theme input[type='text'], body .gform_wrapper.gravity-theme input[type='email'], body .gform_wrapper.gravity-theme input[type='tel'], body .gform_wrapper.gravity-theme input[type='number'], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
  border-radius: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 728px) {

  body .gform_wrapper.gravity-theme input[type='text'], body .gform_wrapper.gravity-theme input[type='email'], body .gform_wrapper.gravity-theme input[type='tel'], body .gform_wrapper.gravity-theme input[type='number'], body .gform_wrapper.gravity-theme select, body .gform_wrapper.gravity-theme textarea {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
body .gform_wrapper.gravity-theme .gfield input::-moz-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body .gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
body .gform_wrapper.gravity-theme .gfield input::placeholder {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 728px) {

  body .gform_wrapper.gravity-theme .gfield input::-moz-placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  body .gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  body .gform_wrapper.gravity-theme .gfield input::placeholder {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
body .gform_wrapper.gravity-theme .ginput_container_consent {
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
}
@media (min-width: 728px) {

  body .gform_wrapper.gravity-theme .ginput_container_consent {
    margin-top: 1rem;
  }
}
body .gform_wrapper.gravity-theme .ginput_container_consent .gfield_consent_label {
  padding-left: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
body .gform_wrapper.gravity-theme .ginput_container_consent .gfield_consent_label a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
body .gform_wrapper.gravity-theme .ginput_container_consent input[type='checkbox'] {
	border-radius: 2px;
	height: 1.5rem;
	width: 1.5rem;
}
@media (min-width: 728px) {

  body .gform_wrapper.gravity-theme .gform_footer {
    margin: 0px;
    padding: 0px;
  }
}
body .gform_wrapper.gravity-theme .gform_footer .gform_button {
	border-radius: 28px;
	text-decoration: none !important;
	border: 1px solid rgba(255, 255, 255, 0.25);
	z-index: 10;
	display: inline-block;
	cursor: pointer;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.25rem;
	--tw-text-opacity: 1;
	color: rgb(230 230 230 / var(--tw-text-opacity));
}
@media (min-width: 728px) {

  body .gform_wrapper.gravity-theme .gform_footer .gform_button {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 984px) {

  body .gform_wrapper.gravity-theme .gform_footer .gform_button {
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
body .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
	border: 1px solid #B0B0B0;
	background: rgba(255, 255, 255, 0.05);
}
body .block-newsletter .gform_wrapper.gravity-theme .gform_footer .gform_button {
  right: 0px;
  z-index: 10;
  margin-bottom: 0px;
  width: 100%;
  cursor: pointer;
}
@media (min-width: 728px) {

  body .block-newsletter .gform_wrapper.gravity-theme .gform_footer .gform_button {
    position: absolute;
    bottom: -16px;
    width: auto;
  }
}
body .block-newsletter .gform_wrapper.gravity-theme .gform_footer .gform_button:hover {
	border: 1px solid #B0B0B0;
	background: rgba(255, 255, 255, 0.05);
}
body .block-newsletter .gform_wrapper.gravity-theme .gfield {
  z-index: 10;
}
/* Gravityform contact us */
body .form-block .gf-form .gform_wrapper.gravity-theme {
  padding-top: 0px;
}
body .form-block .gf-form .gform_wrapper.gravity-theme input[type='text'], body .form-block .gf-form .gform_wrapper.gravity-theme input[type='email'], body .form-block .gf-form .gform_wrapper.gravity-theme input[type='tel'], body .form-block .gf-form .gform_wrapper.gravity-theme input[type='number'], body .form-block .gf-form .gform_wrapper.gravity-theme select, body .form-block .gf-form .gform_wrapper.gravity-theme textarea {
  border-radius: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(230 230 230 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
body .form-block .gf-form .gform_wrapper.gravity-theme .gfield input::-moz-placeholder, body .form-block .gf-form .gform_wrapper.gravity-theme textarea::-moz-placeholder {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.875rem;
	line-height: 1.25rem;
}
body .form-block .gf-form .gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder, body .form-block .gf-form .gform_wrapper.gravity-theme textarea:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.875rem;
	line-height: 1.25rem;
}
body .form-block .gf-form .gform_wrapper.gravity-theme .gfield input::placeholder,
body .form-block .gf-form .gform_wrapper.gravity-theme textarea::placeholder {
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.875rem;
	line-height: 1.25rem;
}
@media (min-width: 728px) {

  body .form-block .gf-form .gform_wrapper.gravity-theme .gfield input::-moz-placeholder, body .form-block .gf-form .gform_wrapper.gravity-theme textarea::-moz-placeholder {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  body .form-block .gf-form .gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder, body .form-block .gf-form .gform_wrapper.gravity-theme textarea:-ms-input-placeholder {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  body .form-block .gf-form .gform_wrapper.gravity-theme .gfield input::placeholder, body .form-block .gf-form .gform_wrapper.gravity-theme textarea::placeholder {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
body .form-block .gf-form .gform_wrapper.gravity-theme .gform_fields {
  gap: 0px;
}
body .form-block .gf-form .gform_wrapper.gravity-theme .ginput_container_consent {
  margin-top: 1.5rem;
}
body .form-block .gf-form .gform_wrapper.gravity-theme .gform_footer .gform_button {
  right: 0px;
  margin-bottom: 0px;
  width: 100%;
}
@media (min-width: 728px) {

  body .form-block .gf-form .gform_wrapper.gravity-theme .gform_footer .gform_button {
    position: absolute;
    bottom: -31px;
    width: auto;
  }
}
/* Grid */
.modal-grid {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
	display: grid;
	grid-template-rows: auto 1fr;
	left: 0px;
}
.modal-hidden {
	left: -100vw;
}
.modal-hidden .sub-menu{
	display: none;
}
.submenu.visible {
	transform: translateX(0);
}
.border-divider {
	border-bottom: 1px solid #333333;
}
.icon-color-white:before {
	color: white;
}
.sub-menu {
	width: 100%;
}
.no-underline {
	text-decoration: unset !important;
	border-bottom: none;
}
.icon-4rem::before {
	font-size: 2rem;
}
.icon-2rem::before {
	font-size: 2rem;
}
.icon-header:before {
	font-size: 1.5rem;
}
@media screen and (min-width: 1436px) {
	.icon-header:before {
		font-size: 2rem;
	}
}
.modal-bg {
	background: #0a0a0a;
}
.sub-menu .modal-bg {
  margin-top: 2rem;
}
@media (min-width: 728px) {

  .sub-menu .modal-bg {
    margin-top: 0px;
  }
}
.navbar-bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: -1;
	-webkit-backdrop-filter: blur(10px);
	        backdrop-filter: blur(10px);
}
/* Footer */
footer .footer-menu a:hover {
	text-decoration: underline;
}
footer .footer-menu a:first-of-type:hover {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
	text-decoration: unset;
	border-bottom: none;
}
.vl {
	background: rgba(217, 217, 217, 0.2);
	height: 48px;
	min-width: 1px;
}
@media screen and (min-width: 1436px) {
.custom-grid {
		grid-template-columns: minmax(157px, 34%) repeat(4, 1fr)
}
	}
.header-menu-border {
	border: 1px solid #333333;
	border-radius: 8px;
}
.skiptranslate {
	display: none;
}
#goog-gt-tt {
	display: none !important;
}
#google_translate_element img {
	display: inline;
}
/* Language switcher */
.lang-wrp .skiptranslate {
	display: block;
}
.lang-wrp {
	border: 1px solid #1d1d1d;
	white-space: nowrap;
	pointer-events: none;
	position: absolute;
	bottom: 60px;
	display: flex;
	max-width: calc(100vw - 32px);
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
	overflow: hidden;
	border-radius: 0.5rem;
	background-color: rgba(0,0,0,1);
	padding: 1.5rem;
	opacity: 0;
}
@media (min-width: 728px) {

  .lang-wrp {
    position: fixed;
    bottom: auto;
    top: 100px;
    right: 24px;
  }
}
.lang-wrp.invisible {
	pointer-events: none;
}
.lang-wrp.visible {
	pointer-events: auto;
	opacity: 1;
	top: calc(100vh - 330px);
	left: 1.5rem;
	z-index: 250;
	height: 150px;
}
@media (min-width: 728px) {

  .lang-wrp.visible {
    top: 90px;
    left: auto;
    z-index: 50;
    height: auto;
  }
}
.lang-wrp .lang {
	width: 100%;
	max-width: 400px;
}
.clear-translate {
	color: #666;
	cursor: pointer;
	display: block;
	float: right;
	font-size: 12px;
	margin-top: -20px;
	position: relative;
	z-index: 1;
}
#google_translate_element.icon-chevron-down:before
{
	position: absolute;
	right: 2rem;
	top: 2.7rem;
	font-size: 24px;
}
.goog-te-combo {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px;
	gap: 8px;
	min-width: 320px;
	width: 100%;
	outline: none;
	height: 54px;
	border: 1px solid #1d1d1d;
	border-radius: 2px;
	background-color: black;
	font-size: 18px !important;
	margin-bottom: 1rem !important;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.goog-te-gadget {
	font-family: 'Inter';
	color: rgba(255, 255, 255, 0.5);
}
body .goog-te-gadget .goog-te-combo {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.lang-toggle {
	position: relative;
	z-index: 1;
}
.navheader {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
/* Mobile */
.lang-toggle .icon-chevron-down:before {
  display: inline-block;
  --tw-rotate: 180deg;
  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));
}
.lang-open .lang-toggle .icon-chevron-down:before {
  --tw-rotate: 0deg;
  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));
}
/* Footer */
.footer-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1920px;
	height: 1032px;
	z-index: -1; /* Move video to the back */
	-o-object-fit: cover;
	   object-fit: cover;
}
footer {
	position: relative;
	overflow: hidden;
	background: radial-gradient(50% 58.04% at 50.18% 41.7%, rgba(0, 0, 0, 0.4) 0%, #000000 100%);
}
.icon-base {
	font-size: 24px;
	width: 24px;
	height: 24px;
}
.menu-hover:hover {
	background: rgba(255, 255, 255, 0.03);
	box-shadow: 0px 2px 0px 0px #b596f7;
	-webkit-backdrop-filter: blur(2px);
	        backdrop-filter: blur(2px);
	opacity: 1;
}
.nav-close-bg {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 100px;
	width: 48px;
	height: 48px;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 780px) {
.text40px {
		font-size: 40px
}
	}
#video-wrapper {
	opacity: 0;
	transition: opacity 1s ease;


}
.reveal-img-wrapper {
	overflow: hidden;
	width: 100%;
}
/* Cookie hub test */
.ch2-icon {
	display: none !important;
}
.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:bg-black-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 30 30 / var(--tw-bg-opacity));
}
.hover\:text-black-900:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
@media (min-width: 600px) {

  .sm\:top-\[calc\(50\%-17\.5vw\)\] {
    top: calc(50% - 17.5vw);
  }

  .sm\:left-\[calc\(50\%-9\.9vw\)\] {
    left: calc(50% - 9.9vw);
  }

  .sm\:left-\[calc\(50\%-50px\)\] {
    left: calc(50% - 50px);
  }

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

  .sm\:mt-32 {
    margin-top: 8rem;
  }

  .sm\:h-\[35\.2vw\] {
    height: 35.2vw;
  }

  .sm\:w-\[100px\] {
    width: 100px;
  }

  .sm\:gap-4 {
    gap: 1rem;
  }

  .sm\:bg-cover {
    background-size: cover;
  }

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

  .sm\:leading-6 {
    line-height: 1.5rem;
  }
}
@media (min-width: 728px) {

  .md\:absolute {
    position: absolute;
  }

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

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

  .md\:mt-44 {
    margin-top: 11rem;
  }

  .md\:mb-36 {
    margin-bottom: 9rem;
  }

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

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

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

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mb-24 {
    margin-bottom: 6rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

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

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

  .md\:mb-44 {
    margin-bottom: 11rem;
  }

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

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

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

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

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

  .md\:mt-52 {
    margin-top: 13rem;
  }

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

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

  .md\:mt-4 {
    margin-top: 1rem;
  }

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

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

  .md\:mt-28 {
    margin-top: 7rem;
  }

  .md\:mt-36 {
    margin-top: 9rem;
  }

  .md\:mb-\[184px\] {
    margin-bottom: 184px;
  }

  .md\:mb-52 {
    margin-bottom: 13rem;
  }

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-\[56\.25vw\] {
    height: 56.25vw;
  }

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

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

  .md\:h-\[30vh\] {
    height: 30vh;
  }

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

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

  .md\:h-\[4rem\] {
    height: 4rem;
  }

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

  .md\:min-h-screen {
    min-height: 100vh;
  }

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

  .md\:w-\[40\%\] {
    width: 40%;
  }

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

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

  .md\:w-\[calc\(50\%-2\.5rem\)\] {
    width: calc(50% - 2.5rem);
  }

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

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

  .md\:\!w-\[calc\(100\%\/3-3rem\)\] {
    width: calc(100% / 3 - 3rem) !important;
  }

  .md\:w-\[45\%\] {
    width: 45%;
  }

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

  .md\:w-2\/5 {
    width: 40%;
  }

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

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

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

  .md\:flex-shrink {
    flex-shrink: 1;
  }

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .md\:gap-4 {
    gap: 1rem;
  }

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

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

  .md\:border {
    border-width: 1px;
  }

  .md\:border-black-400 {
    --tw-border-opacity: 1;
    border-color: rgb(51 51 51 / var(--tw-border-opacity));
  }

  .md\:bg-black-900 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  }

  .md\:bg-black-700 {
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10 / var(--tw-bg-opacity));
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

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

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

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

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

  .md\:pl-12 {
    padding-left: 3rem;
  }

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

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

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

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

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

  .md\:pb-28 {
    padding-bottom: 7rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pb-44 {
    padding-bottom: 11rem;
  }

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

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

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

  .md\:pl-28 {
    padding-left: 7rem;
  }

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

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

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

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

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

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

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

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:\!no-underline {
    -webkit-text-decoration-line: none !important;
            text-decoration-line: none !important;
  }
}
@media (min-width: 984px) {

  .lg\:top-\[calc\(50\%-24\.5vh\)\] {
    top: calc(50% - 24.5vh);
  }

  .lg\:left-\[calc\(50\%-13\.7vh\)\] {
    left: calc(50% - 13.7vh);
  }

  .lg\:left-\[calc\(50\%-100px\)\] {
    left: calc(50% - 100px);
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

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

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

  .lg\:mt-52 {
    margin-top: 13rem;
  }

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

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

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

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:mb-48 {
    margin-bottom: 12rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:box-border {
    box-sizing: border-box;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

  .lg\:h-\[510px\] {
    height: 510px;
  }

  .lg\:h-\[772px\] {
    height: 772px;
  }

  .lg\:h-\[574px\] {
    height: 574px;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-\[452px\] {
    height: 452px;
  }

  .lg\:h-\[780px\] {
    height: 780px;
  }

  .lg\:h-\[100vh\] {
    height: 100vh;
  }

  .lg\:h-\[48\.8vh\] {
    height: 48.8vh;
  }

  .lg\:min-h-\[290px\] {
    min-height: 290px;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

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

  .lg\:w-\[28rem\] {
    width: 28rem;
  }

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

  .lg\:w-\[calc\(100\%-560px\)\] {
    width: calc(100% - 560px);
  }

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

  .lg\:w-\[calc\(33\.33\%-2\.5rem\)\] {
    width: calc(33.33% - 2.5rem);
  }

  .lg\:w-\[60\%\] {
    width: 60%;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

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

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

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

  .lg\:translate-x-0 {
    --tw-translate-x: 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));
  }

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

  .lg\:grid-cols-\[minmax\(0\2c 420px\)\2c 1fr\2c 1fr\] {
    grid-template-columns: minmax(0,420px) 1fr 1fr;
  }

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .lg\:gap-12 {
    gap: 3rem;
  }

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

  .lg\:gap-56 {
    gap: 14rem;
  }

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

  .lg\:overflow-auto {
    overflow: auto;
  }

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

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

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

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

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

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

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

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

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

  .lg\:px-\[64px\] {
    padding-left: 64px;
    padding-right: 64px;
  }

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

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

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pr-24 {
    padding-right: 6rem;
  }

  .lg\:pl-24 {
    padding-left: 6rem;
  }

  .lg\:pt-36 {
    padding-top: 9rem;
  }

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

  .lg\:pr-0 {
    padding-right: 0px;
  }

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

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

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

  .lg\:pr-\[104px\] {
    padding-right: 104px;
  }

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

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

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

  .lg\:text-\[40px\] {
    font-size: 40px;
  }
}
@media (min-width: 1455px) {

  .xl\:relative {
    position: relative;
  }

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

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:h-\[710px\] {
    height: 710px;
  }

  .xl\:w-\[710px\] {
    width: 710px;
  }

  .xl\:w-\[calc\(100\%-750px\)\] {
    width: calc(100% - 750px);
  }

  .xl\:max-w-\[1920px\] {
    max-width: 1920px;
  }

  .xl\:max-w-\[700px\] {
    max-width: 700px;
  }

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

  .xl\:pt-0 {
    padding-top: 0px;
  }
}
@media (min-width: 1740px) {

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

  .xxl\:pr-0 {
    padding-right: 0px;
  }
}
@media (min-width: 1920px) {

  .xxxl\:relative {
    position: relative;
  }

  .xxxl\:block {
    display: block;
  }
}
@media (max-width: 984px) {

  .max-lg\:hidden {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
