/*
! tailwindcss v3.2.4 | 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: #e5e7eb; /* 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.
5. Use the user's configured `sans` font-feature-settings 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 */
  font-feature-settings: normal; /* 5 */
}

/*
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 */
  font-weight: inherit; /* 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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 20 20%27%3e%3cpath stroke=%27%236b7280%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%271.5%27 d=%27M6 8l4 4 4-4%27/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3cpath d=%27M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z%27/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox=%270 0 16 16%27 fill=%27white%27 xmlns=%27http://www.w3.org/2000/svg%27%3e%3ccircle cx=%278%27 cy=%278%27 r=%273%27/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27none%27 viewBox=%270 0 16 16%27%3e%3cpath stroke=%27white%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27 d=%27M4 8h8%27/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
  body {
  font-family: PPNeueMontreal, ui-sans-serif, system-ui, Roboto, Helvetica Neue, Arial, sans-serif;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-20 {
  top: 5rem;
}
.left-4 {
  left: 1rem;
}
.right-4 {
  right: 1rem;
}
.right-0 {
  right: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.-right-full {
  right: -100%;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.left-1\/2 {
  left: 50%;
}
.bottom-12 {
  bottom: 3rem;
}
.top-\[320px\] {
  top: 320px;
}
.top-\[2500px\] {
  top: 2500px;
}
.left-0 {
  left: 0px;
}
.-top-4 {
  top: -1rem;
}
.-right-16 {
  right: -4rem;
}
.top-32 {
  top: 8rem;
}
.right-8 {
  right: 2rem;
}
.\!right-0 {
  right: 0px !important;
}
.isolate {
  isolation: isolate;
}
.z-30 {
  z-index: 30;
}
.-z-30 {
  z-index: -30;
}
.z-50 {
  z-index: 50;
}
.z-40 {
  z-index: 40;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.-z-20 {
  z-index: -20;
}
.z-20 {
  z-index: 20;
}
.order-3 {
  order: 3;
}
.order-2 {
  order: 2;
}
.col-span-full {
  grid-column: 1 / -1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.ml-4 {
  margin-left: 1rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: 16 / 9;
}
.aspect-theme-video {
  aspect-ratio: 1300 / 700;
}
.aspect-theme-hero-mobile {
  aspect-ratio: 1 / 2;
}
.h-4 {
  height: 1rem;
}
.h-8 {
  height: 2rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-25 {
  height: 6.25rem;
}
.h-30 {
  height: 7.5rem;
}
.h-40 {
  height: 10rem;
}
.h-44 {
  height: 11rem;
}
.h-48 {
  height: 12rem;
}
.h-80 {
  height: 20rem;
}
.h-4\/5 {
  height: 80%;
}
.h-4\/6 {
  height: 66.666667%;
}
.h-32 {
  height: 8rem;
}
.h-full {
  height: 100%;
}
.h-2 {
  height: 0.5rem;
}
.h-screen {
  height: 100vh;
}
.h-6 {
  height: 1.5rem;
}
.\!h-\[125\%\] {
  height: 125% !important;
}
.h-1\/2 {
  height: 50%;
}
.max-h-4 {
  max-height: 1rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-12 {
  max-height: 3rem;
}
.max-h-16 {
  max-height: 4rem;
}
.max-h-20 {
  max-height: 5rem;
}
.max-h-24 {
  max-height: 6rem;
}
.max-h-25 {
  max-height: 6.25rem;
}
.max-h-30 {
  max-height: 7.5rem;
}
.max-h-40 {
  max-height: 10rem;
}
.max-h-44 {
  max-height: 11rem;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.w-full {
  width: 100%;
}
.w-32 {
  width: 8rem;
}
.w-screen {
  width: 100vw;
}
.w-\[100px\] {
  width: 100px;
}
.w-8 {
  width: 2rem;
}
.w-\[60vw\] {
  width: 60vw;
}
.w-80 {
  width: 20rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-\[0px\] {
  width: 0px;
}
.w-6 {
  width: 1.5rem;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-16 {
  width: 4rem;
}
.w-12 {
  width: 3rem;
}
.w-3\/5 {
  width: 60%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-\[150px\] {
  width: 150px;
}
.\!w-\[120px\] {
  width: 120px !important;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-theme-212 {
  max-width: 13.25rem;
}
.max-w-theme-1440 {
  max-width: 90rem;
}
.max-w-\[120px\] {
  max-width: 120px;
}
.max-w-screen-max {
  max-width: 120rem;
}
.max-w-theme-288 {
  max-width: 18rem;
}
.max-w-theme-688 {
  max-width: 43rem;
}
.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-28 {
  --tw-translate-x: -7rem;
  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-28 {
  --tw-translate-x: 7rem;
  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-28 {
  --tw-translate-y: -7rem;
  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-28 {
  --tw-translate-y: 7rem;
  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-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  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));
}
@keyframes scroll-left {

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

  100% {
    transform: translateX(-100%);
  }
}
.animate-scroll-left {
  animation: scroll-left 40s linear infinite;
}
@keyframes scroll-left-clone {

  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-200%);
  }
}
.animate-scroll-left-clone {
  animation: scroll-left-clone 40s linear infinite;
}
@keyframes spin {

  to {
    transform: rotate(-360deg);
  }

  from {
    transform: rotate(0deg);
  }
}
.animate-spin {
  animation: spin 5s linear infinite;
}
@keyframes scroll-right {

  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}
.animate-scroll-right {
  animation: scroll-right 40s linear infinite;
}
@keyframes scroll-right-clone {

  0% {
    transform: translateX(-200%);
  }

  100% {
    transform: translateX(0%);
  }
}
.animate-scroll-right-clone {
  animation: scroll-right-clone 40s linear infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.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-y-8 {
  row-gap: 2rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-dashed {
  border-style: dashed;
}
.border-none {
  border-style: none;
}
.border-theme-highlight {
  --tw-border-opacity: 1;
  border-color: rgb(101 153 255 / var(--tw-border-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-theme-main {
  --tw-bg-opacity: 1;
  background-color: rgb(255 208 118 / var(--tw-bg-opacity));
}
.bg-theme-main-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(255 162 77 / var(--tw-bg-opacity));
}
.bg-theme-highlight {
  --tw-bg-opacity: 1;
  background-color: rgb(101 153 255 / var(--tw-bg-opacity));
}
.bg-theme-highlight-light {
  --tw-bg-opacity: 1;
  background-color: rgb(169 198 255 / var(--tw-bg-opacity));
}
.bg-theme-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 162 77 / var(--tw-bg-opacity));
}
.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-black\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-black\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-black\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-black\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.bg-black\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-theme-main\/0 {
  background-color: rgb(255 208 118 / 0);
}
.bg-theme-main\/5 {
  background-color: rgb(255 208 118 / 0.05);
}
.bg-theme-main\/10 {
  background-color: rgb(255 208 118 / 0.1);
}
.bg-theme-main\/20 {
  background-color: rgb(255 208 118 / 0.2);
}
.bg-theme-main\/25 {
  background-color: rgb(255 208 118 / 0.25);
}
.bg-theme-main\/30 {
  background-color: rgb(255 208 118 / 0.3);
}
.bg-theme-main\/40 {
  background-color: rgb(255 208 118 / 0.4);
}
.bg-theme-main\/50 {
  background-color: rgb(255 208 118 / 0.5);
}
.bg-theme-main\/60 {
  background-color: rgb(255 208 118 / 0.6);
}
.bg-theme-main\/70 {
  background-color: rgb(255 208 118 / 0.7);
}
.bg-theme-main\/75 {
  background-color: rgb(255 208 118 / 0.75);
}
.bg-theme-main\/80 {
  background-color: rgb(255 208 118 / 0.8);
}
.bg-theme-main\/90 {
  background-color: rgb(255 208 118 / 0.9);
}
.bg-theme-main\/95 {
  background-color: rgb(255 208 118 / 0.95);
}
.bg-theme-main\/100 {
  background-color: rgb(255 208 118 / 1);
}
.bg-theme-main-dark\/0 {
  background-color: rgb(255 162 77 / 0);
}
.bg-theme-main-dark\/5 {
  background-color: rgb(255 162 77 / 0.05);
}
.bg-theme-main-dark\/10 {
  background-color: rgb(255 162 77 / 0.1);
}
.bg-theme-main-dark\/20 {
  background-color: rgb(255 162 77 / 0.2);
}
.bg-theme-main-dark\/25 {
  background-color: rgb(255 162 77 / 0.25);
}
.bg-theme-main-dark\/30 {
  background-color: rgb(255 162 77 / 0.3);
}
.bg-theme-main-dark\/40 {
  background-color: rgb(255 162 77 / 0.4);
}
.bg-theme-main-dark\/50 {
  background-color: rgb(255 162 77 / 0.5);
}
.bg-theme-main-dark\/60 {
  background-color: rgb(255 162 77 / 0.6);
}
.bg-theme-main-dark\/70 {
  background-color: rgb(255 162 77 / 0.7);
}
.bg-theme-main-dark\/75 {
  background-color: rgb(255 162 77 / 0.75);
}
.bg-theme-main-dark\/80 {
  background-color: rgb(255 162 77 / 0.8);
}
.bg-theme-main-dark\/90 {
  background-color: rgb(255 162 77 / 0.9);
}
.bg-theme-main-dark\/95 {
  background-color: rgb(255 162 77 / 0.95);
}
.bg-theme-main-dark\/100 {
  background-color: rgb(255 162 77 / 1);
}
.bg-theme-highlight\/0 {
  background-color: rgb(101 153 255 / 0);
}
.bg-theme-highlight\/5 {
  background-color: rgb(101 153 255 / 0.05);
}
.bg-theme-highlight\/10 {
  background-color: rgb(101 153 255 / 0.1);
}
.bg-theme-highlight\/20 {
  background-color: rgb(101 153 255 / 0.2);
}
.bg-theme-highlight\/25 {
  background-color: rgb(101 153 255 / 0.25);
}
.bg-theme-highlight\/30 {
  background-color: rgb(101 153 255 / 0.3);
}
.bg-theme-highlight\/40 {
  background-color: rgb(101 153 255 / 0.4);
}
.bg-theme-highlight\/50 {
  background-color: rgb(101 153 255 / 0.5);
}
.bg-theme-highlight\/60 {
  background-color: rgb(101 153 255 / 0.6);
}
.bg-theme-highlight\/70 {
  background-color: rgb(101 153 255 / 0.7);
}
.bg-theme-highlight\/75 {
  background-color: rgb(101 153 255 / 0.75);
}
.bg-theme-highlight\/80 {
  background-color: rgb(101 153 255 / 0.8);
}
.bg-theme-highlight\/90 {
  background-color: rgb(101 153 255 / 0.9);
}
.bg-theme-highlight\/95 {
  background-color: rgb(101 153 255 / 0.95);
}
.bg-theme-highlight\/100 {
  background-color: rgb(101 153 255 / 1);
}
.bg-theme-highlight-light\/0 {
  background-color: rgb(169 198 255 / 0);
}
.bg-theme-highlight-light\/5 {
  background-color: rgb(169 198 255 / 0.05);
}
.bg-theme-highlight-light\/10 {
  background-color: rgb(169 198 255 / 0.1);
}
.bg-theme-highlight-light\/20 {
  background-color: rgb(169 198 255 / 0.2);
}
.bg-theme-highlight-light\/25 {
  background-color: rgb(169 198 255 / 0.25);
}
.bg-theme-highlight-light\/30 {
  background-color: rgb(169 198 255 / 0.3);
}
.bg-theme-highlight-light\/40 {
  background-color: rgb(169 198 255 / 0.4);
}
.bg-theme-highlight-light\/50 {
  background-color: rgb(169 198 255 / 0.5);
}
.bg-theme-highlight-light\/60 {
  background-color: rgb(169 198 255 / 0.6);
}
.bg-theme-highlight-light\/70 {
  background-color: rgb(169 198 255 / 0.7);
}
.bg-theme-highlight-light\/75 {
  background-color: rgb(169 198 255 / 0.75);
}
.bg-theme-highlight-light\/80 {
  background-color: rgb(169 198 255 / 0.8);
}
.bg-theme-highlight-light\/90 {
  background-color: rgb(169 198 255 / 0.9);
}
.bg-theme-highlight-light\/95 {
  background-color: rgb(169 198 255 / 0.95);
}
.bg-theme-highlight-light\/100 {
  background-color: rgb(169 198 255 / 1);
}
.bg-theme-orange\/0 {
  background-color: rgb(255 162 77 / 0);
}
.bg-theme-orange\/5 {
  background-color: rgb(255 162 77 / 0.05);
}
.bg-theme-orange\/10 {
  background-color: rgb(255 162 77 / 0.1);
}
.bg-theme-orange\/20 {
  background-color: rgb(255 162 77 / 0.2);
}
.bg-theme-orange\/25 {
  background-color: rgb(255 162 77 / 0.25);
}
.bg-theme-orange\/30 {
  background-color: rgb(255 162 77 / 0.3);
}
.bg-theme-orange\/40 {
  background-color: rgb(255 162 77 / 0.4);
}
.bg-theme-orange\/50 {
  background-color: rgb(255 162 77 / 0.5);
}
.bg-theme-orange\/60 {
  background-color: rgb(255 162 77 / 0.6);
}
.bg-theme-orange\/70 {
  background-color: rgb(255 162 77 / 0.7);
}
.bg-theme-orange\/75 {
  background-color: rgb(255 162 77 / 0.75);
}
.bg-theme-orange\/80 {
  background-color: rgb(255 162 77 / 0.8);
}
.bg-theme-orange\/90 {
  background-color: rgb(255 162 77 / 0.9);
}
.bg-theme-orange\/95 {
  background-color: rgb(255 162 77 / 0.95);
}
.bg-theme-orange\/100 {
  background-color: rgb(255 162 77 / 1);
}
.\!bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-ico-system-video-white {
  background-image: url(1a0828e3348355f2fc3a.svg);
}
.from-white {
  --tw-gradient-from: #fff;
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main {
  --tw-gradient-from: #FFD076;
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main-dark {
  --tw-gradient-from: #FFA24D;
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-orange {
  --tw-gradient-from: #FFA24D;
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/0 {
  --tw-gradient-from: rgb(255 255 255 / 0);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/5 {
  --tw-gradient-from: rgb(255 255 255 / 0.05);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/10 {
  --tw-gradient-from: rgb(255 255 255 / 0.1);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/20 {
  --tw-gradient-from: rgb(255 255 255 / 0.2);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/25 {
  --tw-gradient-from: rgb(255 255 255 / 0.25);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/30 {
  --tw-gradient-from: rgb(255 255 255 / 0.3);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/40 {
  --tw-gradient-from: rgb(255 255 255 / 0.4);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/50 {
  --tw-gradient-from: rgb(255 255 255 / 0.5);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/60 {
  --tw-gradient-from: rgb(255 255 255 / 0.6);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/70 {
  --tw-gradient-from: rgb(255 255 255 / 0.7);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/75 {
  --tw-gradient-from: rgb(255 255 255 / 0.75);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/80 {
  --tw-gradient-from: rgb(255 255 255 / 0.8);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/90 {
  --tw-gradient-from: rgb(255 255 255 / 0.9);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/95 {
  --tw-gradient-from: rgb(255 255 255 / 0.95);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white\/100 {
  --tw-gradient-from: rgb(255 255 255 / 1);
  --tw-gradient-to: rgb(255 255 255 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main\/0 {
  --tw-gradient-from: rgb(255 208 118 / 0);
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main\/5 {
  --tw-gradient-from: rgb(255 208 118 / 0.05);
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main\/10 {
  --tw-gradient-from: rgb(255 208 118 / 0.1);
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main\/20 {
  --tw-gradient-from: rgb(255 208 118 / 0.2);
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main\/25 {
  --tw-gradient-from: rgb(255 208 118 / 0.25);
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main\/30 {
  --tw-gradient-from: rgb(255 208 118 / 0.3);
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main\/40 {
  --tw-gradient-from: rgb(255 208 118 / 0.4);
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main\/50 {
  --tw-gradient-from: rgb(255 208 118 / 0.5);
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main\/60 {
  --tw-gradient-from: rgb(255 208 118 / 0.6);
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main\/70 {
  --tw-gradient-from: rgb(255 208 118 / 0.7);
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main\/75 {
  --tw-gradient-from: rgb(255 208 118 / 0.75);
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main\/80 {
  --tw-gradient-from: rgb(255 208 118 / 0.8);
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main\/90 {
  --tw-gradient-from: rgb(255 208 118 / 0.9);
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main\/95 {
  --tw-gradient-from: rgb(255 208 118 / 0.95);
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main\/100 {
  --tw-gradient-from: rgb(255 208 118 / 1);
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main-dark\/0 {
  --tw-gradient-from: rgb(255 162 77 / 0);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main-dark\/5 {
  --tw-gradient-from: rgb(255 162 77 / 0.05);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main-dark\/10 {
  --tw-gradient-from: rgb(255 162 77 / 0.1);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main-dark\/20 {
  --tw-gradient-from: rgb(255 162 77 / 0.2);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main-dark\/25 {
  --tw-gradient-from: rgb(255 162 77 / 0.25);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main-dark\/30 {
  --tw-gradient-from: rgb(255 162 77 / 0.3);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main-dark\/40 {
  --tw-gradient-from: rgb(255 162 77 / 0.4);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main-dark\/50 {
  --tw-gradient-from: rgb(255 162 77 / 0.5);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main-dark\/60 {
  --tw-gradient-from: rgb(255 162 77 / 0.6);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main-dark\/70 {
  --tw-gradient-from: rgb(255 162 77 / 0.7);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main-dark\/75 {
  --tw-gradient-from: rgb(255 162 77 / 0.75);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main-dark\/80 {
  --tw-gradient-from: rgb(255 162 77 / 0.8);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main-dark\/90 {
  --tw-gradient-from: rgb(255 162 77 / 0.9);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main-dark\/95 {
  --tw-gradient-from: rgb(255 162 77 / 0.95);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-main-dark\/100 {
  --tw-gradient-from: rgb(255 162 77 / 1);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-orange\/0 {
  --tw-gradient-from: rgb(255 162 77 / 0);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-orange\/5 {
  --tw-gradient-from: rgb(255 162 77 / 0.05);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-orange\/10 {
  --tw-gradient-from: rgb(255 162 77 / 0.1);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-orange\/20 {
  --tw-gradient-from: rgb(255 162 77 / 0.2);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-orange\/25 {
  --tw-gradient-from: rgb(255 162 77 / 0.25);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-orange\/30 {
  --tw-gradient-from: rgb(255 162 77 / 0.3);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-orange\/40 {
  --tw-gradient-from: rgb(255 162 77 / 0.4);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-orange\/50 {
  --tw-gradient-from: rgb(255 162 77 / 0.5);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-orange\/60 {
  --tw-gradient-from: rgb(255 162 77 / 0.6);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-orange\/70 {
  --tw-gradient-from: rgb(255 162 77 / 0.7);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-orange\/75 {
  --tw-gradient-from: rgb(255 162 77 / 0.75);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-orange\/80 {
  --tw-gradient-from: rgb(255 162 77 / 0.8);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-orange\/90 {
  --tw-gradient-from: rgb(255 162 77 / 0.9);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-orange\/95 {
  --tw-gradient-from: rgb(255 162 77 / 0.95);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-theme-orange\/100 {
  --tw-gradient-from: rgb(255 162 77 / 1);
  --tw-gradient-to: rgb(255 162 77 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.bg-theme-full {
  background-size: 100%;
}
.fill-white {
  fill: #fff;
}
.fill-black {
  fill: #000;
}
.fill-theme-main {
  fill: #FFD076;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!object-cover {
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.p-2 {
  padding: 0.5rem;
}
.p-0 {
  padding: 0px;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-30 {
  padding-top: 7.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-theme-36 {
  font-size: 2.25rem;
  line-height: normal;
}
.text-theme-16 {
  font-size: 1rem;
  line-height: 1.5;
}
.text-theme-20 {
  font-size: 1.25rem;
  line-height: normal;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-theme-40 {
  font-size: 2.5rem;
  line-height: normal;
}
.text-theme-24 {
  font-size: 1.5rem;
  line-height: normal;
}
.text-theme-28 {
  font-size: 1.75rem;
  line-height: normal;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-theme-30 {
  font-size: 1.875rem;
  line-height: normal;
}
.text-theme-48 {
  font-size: 3rem;
  line-height: normal;
}
.text-theme-10 {
  font-size: 0.625rem;
  line-height: normal;
}
.font-bold {
  font-weight: 700;
}
.leading-theme-36 {
  line-height: 2.25rem;
}
.leading-\[4\.375rem\] {
  line-height: 4.375rem;
}
.leading-theme-40 {
  line-height: 2.5rem;
}
.leading-theme-54 {
  line-height: 3.375rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.text-theme-highlight {
  --tw-text-opacity: 1;
  color: rgb(101 153 255 / var(--tw-text-opacity));
}
.text-theme-main {
  --tw-text-opacity: 1;
  color: rgb(255 208 118 / var(--tw-text-opacity));
}
.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-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.opacity-0 {
  opacity: 0;
}
.opacity-20 {
  opacity: 0.2;
}
.mix-blend-difference {
  mix-blend-mode: difference;
}
.outline {
  outline-style: solid;
}
.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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.\!will-change-transform {
  will-change: transform !important;
}
.tw-fixed {
    position: fixed;
  }
/* For Webkit-based browsers (Chrome, Safari and Opera) */
/* For IE, Edge and Firefox */
.theme-wiggle {
    stroke-dasharray: 500;
    animation: dashdraw 3s ease-in-out infinite alternate;
  }
@keyframes dashdraw {
    to {
      stroke-dashoffset: -300;
    }
  }
.bg-theme-main-gradient {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  --tw-gradient-from: #FFD076;
  --tw-gradient-to: rgb(255 208 118 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #FFA24D;
}
.gap-x-default {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 48rem) {

  .gap-x-default {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.mx-default {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (min-width: 48rem) {

  .mx-default {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 90rem) {

  .mx-default {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 64rem) and (max-width: 65.5rem) {

  .mx-default {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
.grid-default {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
@media (min-width: 48rem) {

  .grid-default {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.container {
  width: 100%;
}
@media (min-width: 28rem) {

  .container {
    max-width: 28rem;
  }
}
@media (min-width: 48rem) {

  .container {
    max-width: 48rem;
  }
}
@media (min-width: 54.25rem) {

  .container {
    max-width: 54.25rem;
  }
}
@media (min-width: 64rem) {

  .container {
    max-width: 64rem;
  }
}
@media (min-width: 90rem) {

  .container {
    max-width: 90rem;
  }
}
@media (min-width: 120rem) {

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

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

  .container {
    max-width: 1536px;
  }
}
.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
  border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
.tw-rich h1 {
  margin-bottom: 2rem;
  font-size: 3rem;
  line-height: normal;
  line-height: 3.375rem;
}
@media (min-width: 48rem) {

  .tw-rich h1 {
    font-size: 5rem;
    line-height: normal;
    line-height: 5.5rem;
  }
}
@media (min-width: 90rem) {

  .tw-rich h1 {
    font-size: 6.5rem;
    line-height: normal;
    line-height: 7rem;
  }
}
.tw-rich h1 {
    /* @apply text-theme-48 leading-theme-54 md:text-theme-80 md:leading-theme-88 lg:text-theme-120 lg:leading-theme-128 mb-8; */
  }
.tw-rich h2 {
  margin-bottom: 1rem;
  font-size: 2.25rem;
  line-height: normal;
}
@media (min-width: 48rem) {

  .tw-rich h2 {
    font-size: 3rem;
    line-height: normal;
  }
}
@media (min-width: 90rem) {

  .tw-rich h2 {
    font-size: 3.5rem;
    line-height: normal;
  }
}
.tw-rich h3 {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: normal;
}
@media (min-width: 48rem) {

  .tw-rich h3 {
    font-size: 1.5rem;
    line-height: normal;
  }
}
@media (min-width: 90rem) {

  .tw-rich h3 {
    font-size: 1.875rem;
    line-height: normal;
  }
}
.tw-rich p {
  font-size: 1.25rem;
  line-height: normal;
  line-height: 2.25rem;
}
.tw-rich a {
  --tw-text-opacity: 1;
  color: rgb(101 153 255 / var(--tw-text-opacity));
}
.tw-rich strong {
  --tw-text-opacity: 1;
  color: rgb(255 208 118 / var(--tw-text-opacity));
}
.tw-menu-icon {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  cursor: pointer;
  flex-direction: column;
}
.tw-service-label input[type="radio"],
  .tw-menu-icon input[type="checkbox"] {
  display: none;
}
.tw-menu-icon div div,
  .tw-menu-icon div span {
    transition: 0.8s cubic-bezier(0.28, -0.4, 0.1, 1.35);
  }
.tw-menu-icon input[type="checkbox"]:checked ~ div div {
  --tw-rotate: 90deg;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 208 118 / var(--tw-bg-opacity));
}
.tw-menu-icon input[type="checkbox"]:checked ~ div span {
  --tw-text-opacity: 1;
  color: rgb(255 208 118 / var(--tw-text-opacity));
}
.tw-nav-list-item a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.tw-nav-list-item a:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
/* Handling submenus */
.tw-nav-list-item .sub-menu .tw-nav-list-item {
  margin-top: 0.75rem;
  padding-left: 0.5rem;
  font-size: 1.5rem;
  line-height: normal;
}
@media (min-width: 48rem) {

  .tw-nav-list-item .sub-menu .tw-nav-list-item {
    padding-left: 1.5rem;
    font-size: 2rem;
    line-height: normal;
  }
}
@keyframes translate-x {

  from {
    transform: translateX(0px);
  }

  to {
    transform: translateX(4px);
  }
}
.tw-animate-link:hover .tw-animate-icon {
  animation: translate-x 0.4s ease-in infinite alternate;
}


@font-face { 
  font-family: "PPNeueMontreal";
  font-display: swap;
  font-weight: 500;
  src: url(dd7dab8ba01a4a186964.ttf);
}
/* wordpress admin */
.wp-block {
  max-width: calc(100% - 20px) !important;
}
.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.placeholder\:text-gray-400::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}
.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0px;
}
.after\:-right-16::after {
  content: var(--tw-content);
  right: -4rem;
}
.after\:border-l-\[64px\]::after {
  content: var(--tw-content);
  border-left-width: 64px;
}
.after\:border-t-\[156px\]::after {
  content: var(--tw-content);
  border-top-width: 156px;
}
.after\:border-b-\[156px\]::after {
  content: var(--tw-content);
  border-bottom-width: 156px;
}
.after\:border-l-black::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.after\:border-t-transparent::after {
  content: var(--tw-content);
  border-top-color: transparent;
}
.after\:border-b-transparent::after {
  content: var(--tw-content);
  border-bottom-color: transparent;
}
@keyframes translate-x {

  from {
    transform: translateX(0px);
  }

  to {
    transform: translateX(4px);
  }
}
.hover\:animate-translate-x:hover {
  animation: translate-x 0.4s ease-in infinite alternate;
}
.hover\:bg-theme-main:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 208 118 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-theme-highlight:hover {
  --tw-text-opacity: 1;
  color: rgb(101 153 255 / var(--tw-text-opacity));
}
@media (min-width: 48rem) {

  .md\:absolute {
    position: absolute;
  }

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

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

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

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

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

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

  .md\:order-1 {
    order: 1;
  }

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

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

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

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

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

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

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

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

  .md\:col-start-2 {
    grid-column-start: 2;
  }

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

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

  .md\:col-start-8 {
    grid-column-start: 8;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

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

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

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

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

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

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:block {
    display: block;
  }

  .md\:aspect-square {
    aspect-ratio: 1 / 1;
  }

  .md\:aspect-video {
    aspect-ratio: 16 / 9;
  }

  .md\:aspect-theme-full {
    aspect-ratio: 1440 / 800;
  }

  .md\:aspect-theme-hero-desktop {
    aspect-ratio: 2 / 1;
  }

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

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

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

  .md\:h-20 {
    height: 5rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-25 {
    height: 6.25rem;
  }

  .md\:h-30 {
    height: 7.5rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-80 {
    height: 20rem;
  }

  .md\:h-4\/5 {
    height: 80%;
  }

  .md\:h-4\/6 {
    height: 66.666667%;
  }

  .md\:h-28 {
    height: 7rem;
  }

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

  .md\:max-h-4 {
    max-height: 1rem;
  }

  .md\:max-h-8 {
    max-height: 2rem;
  }

  .md\:max-h-12 {
    max-height: 3rem;
  }

  .md\:max-h-16 {
    max-height: 4rem;
  }

  .md\:max-h-20 {
    max-height: 5rem;
  }

  .md\:max-h-24 {
    max-height: 6rem;
  }

  .md\:max-h-25 {
    max-height: 6.25rem;
  }

  .md\:max-h-30 {
    max-height: 7.5rem;
  }

  .md\:max-h-40 {
    max-height: 10rem;
  }

  .md\:max-h-44 {
    max-height: 11rem;
  }

  .md\:max-h-48 {
    max-height: 12rem;
  }

  .md\:max-h-80 {
    max-height: 20rem;
  }

  .md\:max-h-fit {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }

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

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

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

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

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

  .md\:w-20 {
    width: 5rem;
  }

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

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

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

  .md\:max-w-theme-1440 {
    max-width: 90rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

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

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

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

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

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

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

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

  .md\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }

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

  .md\:gap-y-16 {
    row-gap: 4rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

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

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

  .md\:text-left {
    text-align: left;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:text-theme-48 {
    font-size: 3rem;
    line-height: normal;
  }

  .md\:text-theme-24 {
    font-size: 1.5rem;
    line-height: normal;
  }

  .md\:text-theme-20 {
    font-size: 1.25rem;
    line-height: normal;
  }

  .md\:text-theme-56 {
    font-size: 3.5rem;
    line-height: normal;
  }

  .md\:text-theme-28 {
    font-size: 1.75rem;
    line-height: normal;
  }

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

  .md\:text-theme-22 {
    font-size: 1.375rem;
    line-height: normal;
  }

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

  .md\:text-theme-80 {
    font-size: 5rem;
    line-height: normal;
  }

  .md\:text-theme-36 {
    font-size: 2.25rem;
    line-height: normal;
  }

  .md\:text-theme-64 {
    font-size: 4rem;
    line-height: normal;
  }

  .md\:leading-theme-48 {
    line-height: 3rem;
  }

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

  .md\:leading-theme-24 {
    line-height: 1.5rem;
  }

  .md\:leading-theme-88 {
    line-height: 5.5rem;
  }
  .md\:grid-12 {
    max-width: 90rem;
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:col-range-6 {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
  }
}
@media (min-width: 90rem) {

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

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:aspect-theme-vertical {
    aspect-ratio: 480 / 825;
  }

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

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

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

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

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

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

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

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

  .lg\:pt-60 {
    padding-top: 15rem;
  }

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

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

  .lg\:text-theme-56 {
    font-size: 3.5rem;
    line-height: normal;
  }

  .lg\:text-theme-30 {
    font-size: 1.875rem;
    line-height: normal;
  }

  .lg\:text-theme-28 {
    font-size: 1.75rem;
    line-height: normal;
  }

  .lg\:text-theme-40 {
    font-size: 2.5rem;
    line-height: normal;
  }

  .lg\:text-theme-24 {
    font-size: 1.5rem;
    line-height: normal;
  }

  .lg\:text-theme-20 {
    font-size: 1.25rem;
    line-height: normal;
  }

  .lg\:text-theme-64 {
    font-size: 4rem;
    line-height: normal;
  }

  .lg\:text-theme-104 {
    font-size: 6.5rem;
    line-height: normal;
  }

  .lg\:text-theme-80 {
    font-size: 5rem;
    line-height: normal;
  }

  .lg\:leading-theme-64 {
    line-height: 4rem;
  }

  .lg\:leading-theme-36 {
    line-height: 2.25rem;
  }

  .lg\:leading-theme-40 {
    line-height: 2.5rem;
  }

  .lg\:leading-theme-112 {
    line-height: 7rem;
  }
}
@media (max-width: 22.5rem) {

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

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

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

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

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

  .xs\:h-8 {
    height: 2rem;
  }

  .xs\:w-8 {
    width: 2rem;
  }

  .xs\:max-w-\[8rem\] {
    max-width: 8rem;
  }

  .xs\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .xs\:text-theme-40 {
    font-size: 2.5rem;
    line-height: normal;
  }
}


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