*, ::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0,0,0,0);
  --tw-ring-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow: 0 0 rgba(0,0,0,0);
  --tw-shadow-colored: 0 0 rgba(0,0,0,0);
  --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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.13 | 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  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: Lato, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
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: 0.0625rem; /* 3 */
}

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

abbr:where([title]) {
  text-decoration: underline;
  -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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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: -0.125rem; /* 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;
}

/*
Reset default styling for dialogs.
*/
dialog {
  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;
}.container {
  width: 100%;
}@media (min-width: 480px) {

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

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

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

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

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

  .container {
    max-width: 100rem;
  }
}.static {
  position: static;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: -webkit-sticky;
  position: sticky;
}.bottom-\[14px\] {
  bottom: 0.875rem;
}.left-0 {
  left: 0;
}.left-1\/2 {
  left: 50%;
}.left-\[9px\] {
  left: 0.5625rem;
}.top-0 {
  top: 0;
}.top-1\/2 {
  top: 50%;
}.top-\[14px\] {
  top: 0.875rem;
}.top-\[4px\] {
  top: 0.25rem;
}.top-\[67px\] {
  top: 4.1875rem;
}.-z-\[1\] {
  z-index: -1;
}.z-40 {
  z-index: 40;
}.z-50 {
  z-index: 50;
}.z-\[1\] {
  z-index: 1;
}.z-\[2\] {
  z-index: 2;
}.z-\[60\] {
  z-index: 60;
}.-m-20 {
  margin: -1.25rem;
}.mx-0 {
  margin-left: 0;
  margin-right: 0;
}.mx-5 {
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-40 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}.my-80 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}.\!mb-40 {
  margin-bottom: 2.5rem !important;
}.-ml-60 {
  margin-left: -3.75rem;
}.-mt-\[1\.5px\] {
  margin-top: -0.09375rem;
}.mb-0 {
  margin-bottom: 0;
}.mb-10 {
  margin-bottom: 0.625rem;
}.mb-15 {
  margin-bottom: 0.9375rem;
}.mb-20 {
  margin-bottom: 1.25rem;
}.mb-40 {
  margin-bottom: 2.5rem;
}.mb-60 {
  margin-bottom: 3.75rem;
}.mb-80 {
  margin-bottom: 5rem;
}.mb-\[\.5em\] {
  margin-bottom: .5em;
}.mb-\[0\.5em\] {
  margin-bottom: 0.5em;
}.mb-\[1em\] {
  margin-bottom: 1em;
}.ml-0 {
  margin-left: 0;
}.ml-10 {
  margin-left: 0.625rem;
}.ml-20 {
  margin-left: 1.25rem;
}.mr-15 {
  margin-right: 0.9375rem;
}.mr-20 {
  margin-right: 1.25rem;
}.mr-4 {
  margin-right: 0.25rem;
}.mt-0 {
  margin-top: 0;
}.mt-20 {
  margin-top: 1.25rem;
}.mt-40 {
  margin-top: 2.5rem;
}.mt-5 {
  margin-top: 0.3125rem;
}.mt-60 {
  margin-top: 3.75rem;
}.mt-80 {
  margin-top: 5rem;
}.block {
  display: block;
}.inline-block {
  display: inline-block;
}.\!flex {
  display: flex !important;
}.flex {
  display: flex;
}.table {
  display: table;
}.hidden {
  display: none;
}.aspect-\[16\/9\] {
  aspect-ratio: 16/9;
}.aspect-square {
  aspect-ratio: 1 / 1;
}.\!h-auto {
  height: auto !important;
}.h-15 {
  height: 0.9375rem;
}.h-3 {
  height: 0.1875rem;
}.h-\[14px\] {
  height: 0.875rem;
}.h-\[24px\] {
  height: 1.5rem;
}.h-\[32px\] {
  height: 2rem;
}.h-\[44px\] {
  height: 2.75rem;
}.h-\[56\.25\%\] {
  height: 56.25%;
}.h-auto {
  height: auto;
}.h-full {
  height: 100%;
}.max-h-\[100vh\] {
  max-height: 100vh;
}.min-h-\[224px\] {
  min-height: 14rem;
}.min-h-\[30px\] {
  min-height: 1.875rem;
}.min-h-screen {
  min-height: 100vh;
}.w-1\/2 {
  width: 50%;
}.w-15 {
  width: 0.9375rem;
}.w-30 {
  width: 1.875rem;
}.w-\[24px\] {
  width: 1.5rem;
}.w-\[32px\] {
  width: 2rem;
}.w-\[44px\] {
  width: 2.75rem;
}.w-\[6px\] {
  width: 0.375rem;
}.w-full {
  width: 100%;
}.max-w-0 {
  max-width: 0;
}.max-w-30 {
  max-width: 1.875rem;
}.max-w-\[2980px\] {
  max-width: 186.25rem;
}.max-w-full {
  max-width: 100%;
}.max-w-screen-xxl {
  max-width: 100rem;
}.flex-1 {
  flex: 1 1 0%;
}.flex-shrink-0 {
  flex-shrink: 0;
}.flex-grow {
  flex-grow: 1;
}.-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));
}.-rotate-45 {
  --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));
}.-rotate-90 {
  --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));
}.rotate-45 {
  --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));
}.rotate-90 {
  --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));
}.scroll-mt-100 {
  scroll-margin-top: 6.25rem;
}.list-disc {
  list-style-type: disc;
}.list-none {
  list-style-type: none;
}.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}.flex-col {
  flex-direction: column;
}.flex-col-reverse {
  flex-direction: column-reverse;
}.flex-wrap {
  flex-wrap: wrap;
}.items-start {
  align-items: flex-start;
}.items-center {
  align-items: center;
}.justify-end {
  justify-content: flex-end;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-10 {
  gap: 0.625rem;
}.gap-20 {
  gap: 1.25rem;
}.gap-3 {
  gap: 0.1875rem;
}.gap-40 {
  gap: 2.5rem;
}.gap-5 {
  gap: 0.3125rem;
}.self-start {
  align-self: flex-start;
}.overflow-hidden {
  overflow: hidden;
}.overflow-clip {
  overflow: clip;
}.hyphens-none {
  -webkit-hyphens: none;
          hyphens: none;
}.hyphens-auto {
  -webkit-hyphens: auto;
          hyphens: auto;
}.break-words {
  word-wrap: break-word;
}.rounded-full {
  border-radius: 624.9375rem;
}.rounded-md {
  border-radius: 0.5rem;
}.rounded-sm {
  border-radius: 0.25rem;
}.border {
  border-width: 0.0625rem;
}.border-0 {
  border-width: 0;
}.border-b {
  border-bottom-width: 0.0625rem;
}.border-b-2 {
  border-bottom-width: 0.125rem;
}.border-r-2 {
  border-right-width: 0.125rem;
}.border-t {
  border-top-width: 0.0625rem;
}.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}.border-gray {
  --tw-border-opacity: 1;
  border-color: rgba(131, 131, 131, var(--tw-border-opacity));
}.border-gray-light {
  --tw-border-opacity: 1;
  border-color: rgba(225, 225, 225, var(--tw-border-opacity));
}.border-red {
  --tw-border-opacity: 1;
  border-color: rgba(221, 2, 0, var(--tw-border-opacity));
}.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.bg-black\/40 {
  background-color: rgba(0, 0, 0, 0.4);
}.bg-black\/70 {
  background-color: rgba(0, 0, 0, 0.7);
}.bg-gray {
  --tw-bg-opacity: 1;
  background-color: rgba(131, 131, 131, var(--tw-bg-opacity));
}.bg-gray-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 2, 0, var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}.object-center {
  -o-object-position: center;
     object-position: center;
}.p-15 {
  padding: 0.9375rem;
}.p-20 {
  padding: 1.25rem;
}.px-10 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}.px-15 {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}.py-10 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}.py-15 {
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem;
}.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}.py-30 {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}.py-5 {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}.pb-10 {
  padding-bottom: 0.625rem;
}.pb-40 {
  padding-bottom: 2.5rem;
}.pb-5 {
  padding-bottom: 0.3125rem;
}.pl-60 {
  padding-left: 3.75rem;
}.pt-10 {
  padding-top: 0.625rem;
}.pt-20 {
  padding-top: 1.25rem;
}.text-center {
  text-align: center;
}.font-sans {
  font-family: Lato, sans-serif;
}.text-base {
  font-size: clamp(1rem, 0.875rem + 0.4167vw, 1.25rem);
  line-height: 1.5;
}.text-lg {
  font-size: clamp(1.125rem, 1rem + 0.4167vw, 1.375rem);
  line-height: 1.5;
}.text-sm {
  font-size: 1rem;
  line-height: 1.4;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1.2;
}.font-semibold {
  font-weight: 700;
}.uppercase {
  text-transform: uppercase;
}.not-italic {
  font-style: normal;
}.leading-loose {
  line-height: 1.8rem;
}.leading-none {
  line-height: 1;
}.tracking-wide {
  letter-spacing: 0.05em;
}.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgba(255, 255, 255, var(--tw-text-opacity)) !important;
}.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}.text-gray {
  --tw-text-opacity: 1;
  color: rgba(131, 131, 131, var(--tw-text-opacity));
}.text-gray-dark {
  --tw-text-opacity: 1;
  color: rgba(34, 34, 34, var(--tw-text-opacity));
}.text-red {
  --tw-text-opacity: 1;
  color: rgba(221, 2, 0, var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}.opacity-0 {
  opacity: 0;
}.outline-dashed {
  outline-style: dashed;
}.outline-2 {
  outline-width: 0.125rem;
}.outline-black {
  outline-color: #000000;
}.outline-red {
  outline-color: #DD0200;
}.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 {
  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;
}.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}.duration-500 {
  transition-duration: 500ms;
}.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}:root{--color-red: #FD0300}html {
  scroll-behavior: smooth;
}.btn {
  display: inline-block;
  border-radius: 0.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}@media not all and (min-width: 768px) {

  .btn {
    width: 100%;
  }
}.btn-small {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  font-size: 1rem;
  line-height: 1.4;
}.btn-primary {
  border-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgba(221, 2, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(221, 2, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(221, 2, 0, var(--tw-text-opacity));
}.btn-primary.btn-inverse {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(221, 2, 0, var(--tw-text-opacity));
}.btn-primary.btn-inverse:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 2, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn-black {
  border-width: 0.0625rem;
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}.btn-black.btn-inverse {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}.btn-black.btn-inverse:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.btn-download {
  position: relative;
  padding-left: 3.75rem;
}.btn-download::before {
  position: absolute;
  left: 1.25rem;
  top: 50%;
  height: 1.25rem;
  width: 1.25rem;
  content: var(--tw-content);
  --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));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27%23FFF%27%3E%3Cpath d=%27M8 12 3 7l1.4-1.45L7 8.15V0h2v8.15l2.6-2.6L13 7zm-6 4q-.824 0-1.412-.588A1.93 1.93 0 0 1 0 14v-3h2v3h12v-3h2v3q0 .825-.588 1.412A1.93 1.93 0 0 1 14 16z%27/%3E%3C/svg%3E");background-size:100%;background-position:center;
}.btn-download:hover::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27%23FD0300%27%3E%3Cpath d=%27M8 12 3 7l1.4-1.45L7 8.15V0h2v8.15l2.6-2.6L13 7zm-6 4q-.824 0-1.412-.588A1.93 1.93 0 0 1 0 14v-3h2v3h12v-3h2v3q0 .825-.588 1.412A1.93 1.93 0 0 1 14 16z%27/%3E%3C/svg%3E")}.btn-download.btn-black::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27%23FFF%27%3E%3Cpath d=%27M8 12 3 7l1.4-1.45L7 8.15V0h2v8.15l2.6-2.6L13 7zm-6 4q-.824 0-1.412-.588A1.93 1.93 0 0 1 0 14v-3h2v3h12v-3h2v3q0 .825-.588 1.412A1.93 1.93 0 0 1 14 16z%27/%3E%3C/svg%3E")}.btn-download.btn-black:hover::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27%23FFF%27%3E%3Cpath d=%27M8 12 3 7l1.4-1.45L7 8.15V0h2v8.15l2.6-2.6L13 7zm-6 4q-.824 0-1.412-.588A1.93 1.93 0 0 1 0 14v-3h2v3h12v-3h2v3q0 .825-.588 1.412A1.93 1.93 0 0 1 14 16z%27/%3E%3C/svg%3E")}.btn-download.btn-inverse::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27%23FD0300%27%3E%3Cpath d=%27M8 12 3 7l1.4-1.45L7 8.15V0h2v8.15l2.6-2.6L13 7zm-6 4q-.824 0-1.412-.588A1.93 1.93 0 0 1 0 14v-3h2v3h12v-3h2v3q0 .825-.588 1.412A1.93 1.93 0 0 1 14 16z%27/%3E%3C/svg%3E")}.btn-download.btn-inverse:hover::before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 fill=%27%23FFF%27%3E%3Cpath d=%27M8 12 3 7l1.4-1.45L7 8.15V0h2v8.15l2.6-2.6L13 7zm-6 4q-.824 0-1.412-.588A1.93 1.93 0 0 1 0 14v-3h2v3h12v-3h2v3q0 .825-.588 1.412A1.93 1.93 0 0 1 14 16z%27/%3E%3C/svg%3E")}@media not all and (min-width: 1024px) {

  #main-nav {
    left: 0;
    right: 100%;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}#main-nav.show {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}@media not all and (min-width: 1024px) {

  #main-nav.show {
    right: auto;
  }
}#main-nav.stick {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  --tw-drop-shadow: drop-shadow(0 0.25rem 0.1875rem rgba(0, 0, 0, 0.07)) drop-shadow(0 0.125rem 0.125rem rgba(0, 0, 0, 0.06));
  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);
}#main-nav .has-sub.show ul {
  max-height: 100vh;
}@media (min-width: 1024px) {

  #main-nav .has-sub.show ul {
    border-bottom-width: 0.0625rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}#main-nav .logo-sticky {
  margin-left: -3.75rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}#main-nav .logo-sticky.show {
  margin-left: 0;
  max-width: 1.875rem;
  opacity: 1;
}#main-nav-toggle .burger {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}#main-nav-toggle.on .burger--top {
  top: 50%;
  margin-top: -0.09375rem;
  transform-origin: center;
  --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));
}#main-nav-toggle.on .burger--center {
  opacity: 0;
}#main-nav-toggle.on .burger--bottom {
  top: 50%;
  margin-top: -0.09375rem;
  transform-origin: center;
  --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));
}#page-overlay {
  position: fixed;
  top: 4.1875rem;
  left: 0;
  z-index: 40;
  display: none;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  --tw-backdrop-blur: blur(0.25rem);
  -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-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}@media (min-width: 768px) {

  #page-overlay {
    top: 5.25rem;
  }
}#page-overlay.show {
  display: block;
  opacity: 1;
}#page-side.stick {
  position: -webkit-sticky;
  position: sticky;
}@font-face{font-display:swap;font-family:"Lato";font-style:normal;font-weight:400;src:url(../Fonts/lato-v24-latin-regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Lato";font-style:normal;font-weight:700;src:url(../Fonts/lato-v24-latin-700.woff2) format("woff2")}@font-face{font-display:swap;font-family:"Lato";font-style:normal;font-weight:900;src:url(../Fonts/lato-v24-latin-900.woff2) format("woff2")}body {
  font-family: Lato, sans-serif;
  font-size: clamp(1rem, 0.875rem + 0.4167vw, 1.25rem);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}h1,.h1 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}h2,.h2 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}h3,.h3 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}h4,.h4 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}h5,.h5 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}h6,.h6 {
  text-transform: uppercase;
  letter-spacing: 0.05em;
}h1,.h1 {
  font-weight: 700;margin-bottom:.5em;
}h2,.h2 {
  font-weight: 700;margin-bottom:.5em;
}h3,.h3 {
  font-weight: 700;margin-bottom:.5em;
}h4,.h4 {
  font-weight: 700;margin-bottom:.5em;
}h5,.h5 {
  font-weight: 700;margin-bottom:.5em;
}h1,.h1 {
  width: 100%;
  overflow: hidden;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}h2,.h2 {
  width: 100%;
  overflow: hidden;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}h3,.h3 {
  width: 100%;
  overflow: hidden;
  -webkit-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
}h4,.h4 {
  -webkit-hyphens: none;
          hyphens: none;
  word-wrap: normal;
  word-break: normal;
}h5,.h5 {
  -webkit-hyphens: none;
          hyphens: none;
  word-wrap: normal;
  word-break: normal;
}h6,.h6 {
  -webkit-hyphens: none;
          hyphens: none;
  word-wrap: normal;
  word-break: normal;
}h1,.h1 {
  font-size: clamp(2rem, 1.5rem + 1.6667vw, 3rem);
  line-height: 1;
}h2,.h2 {
  font-size: clamp(1.75rem, 1.375rem + 1.25vw, 2.5rem);
  line-height: 1;
}h3,.h3 {
  font-size: clamp(1.5rem, 1.3125rem + 0.625vw, 1.875rem);
  line-height: 1;
}h4,.h4 {
  font-size: clamp(1.25rem, 1.0625rem + 0.625vw, 1.625rem);
  line-height: 1.2;
}h5,.h5 {
  font-size: clamp(1.125rem, 0.9375rem + 0.625vw, 1.5rem);
  line-height: 1.2;
}h6,.h6 {
  font-size: clamp(1rem, 0.875rem + 0.4167vw, 1.25rem);
  line-height: 1.5;
}p{margin-bottom:1em}a {
  border-bottom-width: 0.0625rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}a:hover {
  --tw-text-opacity: 1;
  color: rgba(221, 2, 0, var(--tw-text-opacity));
}a:focus-visible,button:focus-visible,*[role=button]:focus-visible {
  outline-style: dashed;
  outline-width: 0.125rem;
  outline-offset: 0.25rem;
  outline-color: #DD0200;
}ul.list {
  margin-left: 1.25rem;
  list-style-type: disc;margin-bottom:1em;
}ul.list li {
  padding-left: 0.3125rem;
}ul.list li ul {
  margin-bottom: 0;
}ol.list {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;margin-bottom:1em;counter-reset:item;
}ol.list li{counter-increment:item}ol.list li::before {
  margin-right: 0.9375rem;
  display: inline-block;
  font-weight: 700;content:counters(item, ".") "";
}ol.list li ol {
  margin-top: 0.3125rem;
  margin-bottom: 0.3125rem;
  margin-left: 0.625rem;
}.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}.before\:left-0::before {
  content: var(--tw-content);
  left: 0;
}.before\:left-20::before {
  content: var(--tw-content);
  left: 1.25rem;
}.before\:top-0::before {
  content: var(--tw-content);
  top: 0;
}.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}.before\:w-20::before {
  content: var(--tw-content);
  width: 1.25rem;
}.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}.before\:-translate-y-1\/2::before {
  content: var(--tw-content);
  --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));
}.before\:bg-black\/70::before {
  content: var(--tw-content);
  background-color: rgba(0, 0, 0, 0.7);
}.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}.after\:bottom-0::after {
  content: var(--tw-content);
  bottom: 0;
}.after\:left-1\/2::after {
  content: var(--tw-content);
  left: 50%;
}.after\:top-0::after {
  content: var(--tw-content);
  top: 0;
}.after\:-z-\[1\]::after {
  content: var(--tw-content);
  z-index: -1;
}.after\:w-screen::after {
  content: var(--tw-content);
  width: 100vw;
}.after\:-translate-x-1\/2::after {
  content: var(--tw-content);
  --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));
}.after\:bg-gray-light\/50::after {
  content: var(--tw-content);
  background-color: rgba(225, 225, 225, 0.5);
}.first\:mt-0:first-child {
  margin-top: 0;
}.first\:pt-0:first-child {
  padding-top: 0;
}.last\:mb-0:last-child {
  margin-bottom: 0;
}.last\:border-b-0:last-child {
  border-bottom-width: 0;
}.last\:pb-0:last-child {
  padding-bottom: 0;
}.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}.hover\:bg-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 2, 0, var(--tw-bg-opacity));
}.hover\:bg-red-focus:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 3, 0, var(--tw-bg-opacity));
}.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}.hover\:text-red:hover {
  --tw-text-opacity: 1;
  color: rgba(221, 2, 0, var(--tw-text-opacity));
}.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}.focus-visible\:-outline-offset-4:focus-visible {
  outline-offset: -0.25rem;
}@media not all and (min-width: 1024px) {

  .max-md\:fixed {
    position: fixed;
  }

  .max-md\:bottom-0 {
    bottom: 0;
  }

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

  .max-md\:right-auto {
    right: auto;
  }

  .max-md\:right-full {
    right: 100%;
  }

  .max-md\:z-50 {
    z-index: 50;
  }

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

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

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

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

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

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

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

  .max-md\:justify-center {
    justify-content: center;
  }

  .max-md\:overflow-hidden {
    overflow: hidden;
  }

  .max-md\:border-b {
    border-bottom-width: 0.0625rem;
  }

  .max-md\:border-gray-light {
    --tw-border-opacity: 1;
    border-color: rgba(225, 225, 225, var(--tw-border-opacity));
  }

  .max-md\:pb-15 {
    padding-bottom: 0.9375rem;
  }

  .max-md\:pt-0 {
    padding-top: 0;
  }

  .max-md\:text-center {
    text-align: center;
  }

  .max-md\:text-xs {
    font-size: 0.75rem;
    line-height: 1.2;
  }

  .max-md\:drop-shadow-lg {
    --tw-drop-shadow: drop-shadow(0 0.625rem 0.5rem rgba(0, 0, 0, 0.04)) drop-shadow(0 0.25rem 0.1875rem rgba(0, 0, 0, 0.1));
    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);
  }

  .max-md\:transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
}@media not all and (min-width: 768px) {

  .max-sm\:mb-0 {
    margin-bottom: 0;
  }

  .max-sm\:block {
    display: block;
  }

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

  .max-sm\:w-\[150px\] {
    width: 9.375rem;
  }

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

  .max-sm\:first\:pt-0:first-child {
    padding-top: 0;
  }
}@media (min-width: 480px) {

  .xs\:h-\[300px\] {
    height: 18.75rem;
  }
}@media (min-width: 768px) {

  .sm\:top-\[84px\] {
    top: 5.25rem;
  }

  .sm\:-mx-20 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-20 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:my-20 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

  .sm\:w-4\/12 {
    width: 33.333333%;
  }

  .sm\:w-5\/6 {
    width: 83.333333%;
  }

  .sm\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

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

  .sm\:gap-0 {
    gap: 0;
  }

  .sm\:gap-20 {
    gap: 1.25rem;
  }

  .sm\:p-20 {
    padding: 1.25rem;
  }

  .sm\:px-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:px-80 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .sm\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}@media (min-width: 1024px) {

  .md\:absolute {
    position: absolute;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:-left-15 {
    left: -0.9375rem;
  }

  .md\:top-80 {
    top: 5rem;
  }

  .md\:top-full {
    top: 100%;
  }

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

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

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

  .md\:my-80 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:max-h-0 {
    max-height: 0;
  }

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

  .md\:w-10\/12 {
    width: 83.333333%;
  }

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-4\/6 {
    width: 66.666667%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

  .md\:flex-1 {
    flex: 1 1 0%;
  }

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

  .md\:flex-col {
    flex-direction: column;
  }

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

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

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

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

  .md\:gap-0 {
    gap: 0;
  }

  .md\:gap-30 {
    gap: 1.875rem;
  }

  .md\:gap-60 {
    gap: 3.75rem;
  }

  .md\:border {
    border-width: 0.0625rem;
  }

  .md\:border-b {
    border-bottom-width: 0.0625rem;
  }

  .md\:border-b-0 {
    border-bottom-width: 0;
  }

  .md\:border-gray-light {
    --tw-border-opacity: 1;
    border-color: rgba(225, 225, 225, var(--tw-border-opacity));
  }

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

  .md\:py-100 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }

  .md\:py-15 {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pe-40 {
    padding-right: 2.5rem;
  }

  .md\:ps-40 {
    padding-left: 2.5rem;
  }

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

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

  .md\:last\:mb-0:last-child {
    margin-bottom: 0;
  }
}@media (min-width: 1200px) {

  .lg\:order-none {
    order: 0;
  }

  .lg\:-mt-\[16px\] {
    margin-top: -1rem;
  }

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

  .lg\:mb-100 {
    margin-bottom: 6.25rem;
  }

  .lg\:mb-60 {
    margin-bottom: 3.75rem;
  }

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

  .lg\:ml-20 {
    margin-left: 1.25rem;
  }

  .lg\:mr-20 {
    margin-right: 1.25rem;
  }

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

  .lg\:mt-100 {
    margin-top: 6.25rem;
  }

  .lg\:mt-60 {
    margin-top: 3.75rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:w-3\/6 {
    width: 50%;
  }

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

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

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

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

  .lg\:gap-40 {
    gap: 2.5rem;
  }

  .lg\:gap-60 {
    gap: 3.75rem;
  }

  .lg\:py-40 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-60 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:ps-80 {
    padding-left: 5rem;
  }
}@media (min-width: 1440px) {

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

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

  .xl\:w-3\/12 {
    width: 25%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }

  .xl\:gap-60 {
    gap: 3.75rem;
  }
}@media (min-width: 1600px) {

  .xxl\:px-15 {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
