/* Tailwind */
*, ::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: 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:  ;
  --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: 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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.14 | 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.
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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 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: 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. 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: "LT Superior Mono", 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: -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;
}
/*
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]:where(:not([hidden="until-found"])) {
  display: none;
}
body {
  font-family: "LT Superior", sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(22 22 33 / var(--tw-text-opacity));
}
@media (min-width: 1280px) {
  body {
    font-size: 20px;
    line-height: 1.1;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-family: DM Sans, sans-serif;
  font-weight: 500;
  line-height: 1.2;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
@media not all and (min-width: 1600px) {
  .container {
    width: 92%;
  }
}
@media not all and (min-width: 1440px) {
  .container {
    width: 80%;
  }
}
@media not all and (min-width: 1024px) {
  .container {
    width: 92%;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.\!top-0 {
  top: 0px !important;
}
.\!top-2\.5 {
  top: 0.625rem !important;
}
.-bottom-0 {
  bottom: -0px;
}
.-bottom-4 {
  bottom: -1rem;
}
.-left-2\.5 {
  left: -0.625rem;
}
.-left-5 {
  left: -1.25rem;
}
.-top-2\.5 {
  top: -0.625rem;
}
.-top-20 {
  top: -5rem;
}
.-top-5 {
  top: -1.25rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-\[180px\] {
  bottom: 180px;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-\[12\%\] {
  left: 12%;
}
.left-\[5\%\] {
  left: 5%;
}
.right-0 {
  right: 0px;
}
.right-1\/2 {
  right: 50%;
}
.right-12 {
  right: 3rem;
}
.right-2 {
  right: 0.5rem;
}
.right-4 {
  right: 1rem;
}
.right-5 {
  right: 1.25rem;
}
.right-\[14px\] {
  right: 14px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-28 {
  top: 7rem;
}
.top-5 {
  top: 1.25rem;
}
.top-8 {
  top: 2rem;
}
.top-\[98px\] {
  top: 98px;
}
.top-\[calc\(50\%\+2px\)\] {
  top: calc(50% + 2px);
}
.top-\[calc\(50\%-3px\)\] {
  top: calc(50% - 3px);
}
.right-8 {
  right: 2rem;
}
.-z-10 {
  z-index: -10;
}
.-z-\[1\] {
  z-index: -1;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[999\] {
  z-index: 999;
}
.z-\[9\] {
  z-index: 9;
}
.\!order-3 {
  order: 3 !important;
}
.-order-1 {
  order: -1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-first {
  order: -9999;
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-5 {
  grid-column: span 5 / span 5;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-span-7 {
  grid-column: span 7 / span 7;
}
.col-start-2 {
  grid-column-start: 2;
}
.row-span-1 {
  grid-row: span 1 / span 1;
}
.row-span-2 {
  grid-row: span 2 / span 2;
}
.row-span-3 {
  grid-row: span 3 / span 3;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-\[29px\] {
  margin-left: 29px;
  margin-right: 29px;
}
.mx-\[5\%\] {
  margin-left: 5%;
  margin-right: 5%;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-2\.5 {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.my-7\.5 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.my-\[18px\] {
  margin-top: 18px;
  margin-bottom: 18px;
}
.my-\[26px\] {
  margin-top: 26px;
  margin-bottom: 26px;
}
.my-\[50px\] {
  margin-top: 50px;
  margin-bottom: 50px;
}
.my-\[51px\] {
  margin-top: 51px;
  margin-bottom: 51px;
}
.my-\[60px\] {
  margin-top: 60px;
  margin-bottom: 60px;
}
.my-\[75px\] {
  margin-top: 75px;
  margin-bottom: 75px;
}
.\!my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.\!mb-3 {
  margin-bottom: 0.75rem !important;
}
.\!mb-4 {
  margin-bottom: 1rem !important;
}
.\!mb-6 {
  margin-bottom: 1.5rem !important;
}
.\!mb-\[14px\] {
  margin-bottom: 14px !important;
}
.-mb-40 {
  margin-bottom: -10rem;
}
.-mb-6 {
  margin-bottom: -1.5rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7\.5 {
  margin-bottom: 30px;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[18px\] {
  margin-bottom: 18px;
}
.mb-\[28px\] {
  margin-bottom: 28px;
}
.mb-\[50px\] {
  margin-bottom: 50px;
}
.mb-\[72px\] {
  margin-bottom: 72px;
}
.mb-\[75px\] {
  margin-bottom: 75px;
}
.ml-0 {
  margin-left: 0px;
}
.ml-10 {
  margin-left: 2.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[9px\] {
  margin-left: 9px;
}
.ml-\[max\(max\(15px\2c 4\%\)\2c calc\(\(100\%-1440px\)\/2\)\)\] {
  margin-left: max(max(15px,4%),calc((100% - 1440px) / 2));
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-32 {
  margin-right: 8rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-7\.5 {
  margin-right: 30px;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-11 {
  margin-top: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-28 {
  margin-top: 7rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-32 {
  margin-top: 8rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mt-7\.5 {
  margin-top: 30px;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[108px\] {
  margin-top: 108px;
}
.mt-\[14px\] {
  margin-top: 14px;
}
.mt-\[15px\] {
  margin-top: 15px;
}
.mt-\[26px\] {
  margin-top: 26px;
}
.mt-\[27px\] {
  margin-top: 27px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mt-\[76px\] {
  margin-top: 76px;
}
.mt-\[90px\] {
  margin-top: 90px;
}
.mt-auto {
  margin-top: auto;
}
.-mb-16 {
  margin-bottom: -4rem;
}
.box-content {
  box-sizing: content-box;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.\!block {
  display: block !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.\!hidden {
  display: none !important;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.\!h-10 {
  height: 2.5rem !important;
}
.\!h-12 {
  height: 3rem !important;
}
.\!h-8 {
  height: 2rem !important;
}
.\!h-\[243px\] {
  height: 243px !important;
}
.\!h-\[244px\] {
  height: 244px !important;
}
.\!h-\[48px\] {
  height: 48px !important;
}
.\!h-auto {
  height: auto !important;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-15 {
  height: 60px;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-20 {
  height: 5rem;
}
.h-25 {
  height: 100px;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[130px\] {
  height: 130px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[209px\] {
  height: 209px;
}
.h-\[20dvh\] {
  height: 20dvh;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[288px\] {
  height: 288px;
}
.h-\[292px\] {
  height: 292px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[327px\] {
  height: 327px;
}
.h-\[34px\] {
  height: 34px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[38px\] {
  height: 38px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[41px\] {
  height: 41px;
}
.h-\[460px\] {
  height: 460px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[52px\] {
  height: 52px;
}
.h-\[54px\] {
  height: 54px;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[55px\] {
  height: 55px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[700px\] {
  height: 700px;
}
.h-\[7px\] {
  height: 7px;
}
.h-\[80dvh\] {
  height: 80dvh;
}
.h-\[814px\] {
  height: 814px;
}
.h-\[83\%\] {
  height: 83%;
}
.h-\[90px\] {
  height: 90px;
}
.h-\[calc\(100\%\+20px\)\] {
  height: calc(100% + 20px);
}
.h-\[calc\(100dvh\+10px\)\] {
  height: calc(100dvh + 10px);
}
.h-\[calc\(100dvh-180px\)\] {
  height: calc(100dvh - 180px);
}
.h-\[calc\(100dvh-302px\)\] {
  height: calc(100dvh - 302px);
}
.h-\[calc\(100dvh-90px\)\] {
  height: calc(100dvh - 90px);
}
.h-auto {
  height: auto;
}
.h-dvh {
  height: 100dvh;
}
.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.\!max-h-none {
  max-height: none !important;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.max-h-\[160px\] {
  max-height: 160px;
}
.max-h-\[250px\] {
  max-height: 250px;
}
.max-h-\[254px\] {
  max-height: 254px;
}
.max-h-\[28px\] {
  max-height: 28px;
}
.max-h-\[50px\] {
  max-height: 50px;
}
.max-h-\[67px\] {
  max-height: 67px;
}
.max-h-\[79dvh\] {
  max-height: 79dvh;
}
.max-h-\[83px\] {
  max-height: 83px;
}
.max-h-\[95vmax\] {
  max-height: 95vmax;
}
.max-h-none {
  max-height: none;
}
.\!min-h-10 {
  min-height: 2.5rem !important;
}
.min-h-12 {
  min-height: 3rem;
}
.min-h-\[208px\] {
  min-height: 208px;
}
.min-h-\[260px\] {
  min-height: 260px;
}
.min-h-\[275px\] {
  min-height: 275px;
}
.min-h-\[280px\] {
  min-height: 280px;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[420px\] {
  min-height: 420px;
}
.min-h-\[52px\] {
  min-height: 52px;
}
.min-h-\[660px\] {
  min-height: 660px;
}
.min-h-\[68px\] {
  min-height: 68px;
}
.min-h-\[84px\] {
  min-height: 84px;
}
.\!w-10 {
  width: 2.5rem !important;
}
.\!w-8 {
  width: 2rem !important;
}
.\!w-\[calc\(100\%-32px\)\] {
  width: calc(100% - 32px) !important;
}
.\!w-auto {
  width: auto !important;
}
.\!w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-0 {
  width: 0px;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-10 {
  width: 2.5rem;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-15 {
  width: 60px;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-3\/4 {
  width: 75%;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-\[1\%\] {
  width: 1%;
}
.w-\[10\%\] {
  width: 10%;
}
.w-\[100\%\] {
  width: 100%;
}
.w-\[104px\] {
  width: 104px;
}
.w-\[11\%\] {
  width: 11%;
}
.w-\[12\%\] {
  width: 12%;
}
.w-\[13\%\] {
  width: 13%;
}
.w-\[14\%\] {
  width: 14%;
}
.w-\[140px\] {
  width: 140px;
}
.w-\[15\%\] {
  width: 15%;
}
.w-\[16\%\] {
  width: 16%;
}
.w-\[17\%\] {
  width: 17%;
}
.w-\[18\%\] {
  width: 18%;
}
.w-\[184px\] {
  width: 184px;
}
.w-\[19\%\] {
  width: 19%;
}
.w-\[2\%\] {
  width: 2%;
}
.w-\[20\%\] {
  width: 20%;
}
.w-\[21\%\] {
  width: 21%;
}
.w-\[22\%\] {
  width: 22%;
}
.w-\[223px\] {
  width: 223px;
}
.w-\[23\%\] {
  width: 23%;
}
.w-\[24\%\] {
  width: 24%;
}
.w-\[25\%\] {
  width: 25%;
}
.w-\[26\%\] {
  width: 26%;
}
.w-\[27\%\] {
  width: 27%;
}
.w-\[28\%\] {
  width: 28%;
}
.w-\[29\%\] {
  width: 29%;
}
.w-\[3\%\] {
  width: 3%;
}
.w-\[30\%\] {
  width: 30%;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[31\%\] {
  width: 31%;
}
.w-\[32\%\] {
  width: 32%;
}
.w-\[33\%\] {
  width: 33%;
}
.w-\[34\%\] {
  width: 34%;
}
.w-\[34px\] {
  width: 34px;
}
.w-\[35\%\] {
  width: 35%;
}
.w-\[36\%\] {
  width: 36%;
}
.w-\[37\%\] {
  width: 37%;
}
.w-\[38\%\] {
  width: 38%;
}
.w-\[38px\] {
  width: 38px;
}
.w-\[39\%\] {
  width: 39%;
}
.w-\[4\%\] {
  width: 4%;
}
.w-\[40\%\] {
  width: 40%;
}
.w-\[41\%\] {
  width: 41%;
}
.w-\[42\%\] {
  width: 42%;
}
.w-\[43\%\] {
  width: 43%;
}
.w-\[44\%\] {
  width: 44%;
}
.w-\[45\%\] {
  width: 45%;
}
.w-\[46\%\] {
  width: 46%;
}
.w-\[47\%\] {
  width: 47%;
}
.w-\[48\%\] {
  width: 48%;
}
.w-\[49\%\] {
  width: 49%;
}
.w-\[5\%\] {
  width: 5%;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[51\%\] {
  width: 51%;
}
.w-\[52\%\] {
  width: 52%;
}
.w-\[52px\] {
  width: 52px;
}
.w-\[53\%\] {
  width: 53%;
}
.w-\[54\%\] {
  width: 54%;
}
.w-\[55\%\] {
  width: 55%;
}
.w-\[56\%\] {
  width: 56%;
}
.w-\[57\%\] {
  width: 57%;
}
.w-\[58\%\] {
  width: 58%;
}
.w-\[59\%\] {
  width: 59%;
}
.w-\[6\%\] {
  width: 6%;
}
.w-\[60\%\] {
  width: 60%;
}
.w-\[61\%\] {
  width: 61%;
}
.w-\[62\%\] {
  width: 62%;
}
.w-\[63\%\] {
  width: 63%;
}
.w-\[64\%\] {
  width: 64%;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[66\%\] {
  width: 66%;
}
.w-\[67\%\] {
  width: 67%;
}
.w-\[68\%\] {
  width: 68%;
}
.w-\[69\%\] {
  width: 69%;
}
.w-\[7\%\] {
  width: 7%;
}
.w-\[70\%\] {
  width: 70%;
}
.w-\[71\%\] {
  width: 71%;
}
.w-\[72\%\] {
  width: 72%;
}
.w-\[73\%\] {
  width: 73%;
}
.w-\[74\%\] {
  width: 74%;
}
.w-\[75\%\] {
  width: 75%;
}
.w-\[76\%\] {
  width: 76%;
}
.w-\[77\%\] {
  width: 77%;
}
.w-\[78\%\] {
  width: 78%;
}
.w-\[79\%\] {
  width: 79%;
}
.w-\[7px\] {
  width: 7px;
}
.w-\[8\%\] {
  width: 8%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[81\%\] {
  width: 81%;
}
.w-\[82\%\] {
  width: 82%;
}
.w-\[83\%\] {
  width: 83%;
}
.w-\[84\%\] {
  width: 84%;
}
.w-\[85\%\] {
  width: 85%;
}
.w-\[86\%\] {
  width: 86%;
}
.w-\[87\%\] {
  width: 87%;
}
.w-\[88\%\] {
  width: 88%;
}
.w-\[89\%\] {
  width: 89%;
}
.w-\[9\%\] {
  width: 9%;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[91\%\] {
  width: 91%;
}
.w-\[92\%\] {
  width: 92%;
}
.w-\[93\%\] {
  width: 93%;
}
.w-\[94\%\] {
  width: 94%;
}
.w-\[95\%\] {
  width: 95%;
}
.w-\[96\%\] {
  width: 96%;
}
.w-\[97\%\] {
  width: 97%;
}
.w-\[98\%\] {
  width: 98%;
}
.w-\[99\%\] {
  width: 99%;
}
.w-\[calc\(100\%\+20px\)\] {
  width: calc(100% + 20px);
}
.w-\[calc\(100\%-20px\)\] {
  width: calc(100% - 20px);
}
.w-\[calc\(100\%-32px\)\] {
  width: calc(100% - 32px);
}
.w-\[calc\(100\%-56px\)\] {
  width: calc(100% - 56px);
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.w-min {
  width: -moz-min-content;
  width: min-content;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.\!min-w-10 {
  min-width: 2.5rem !important;
}
.min-w-80 {
  min-width: 20rem;
}
.min-w-\[140px\] {
  min-width: 140px;
}
.min-w-\[300px\] {
  min-width: 300px;
}
.min-w-\[320px\] {
  min-width: 320px;
}
.min-w-\[90px\] {
  min-width: 90px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1012px\] {
  max-width: 1012px;
}
.max-w-\[1080px\] {
  max-width: 1080px;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1740px\] {
  max-width: 1740px;
}
.max-w-\[296px\] {
  max-width: 296px;
}
.max-w-\[320px\] {
  max-width: 320px;
}
.max-w-\[456px\] {
  max-width: 456px;
}
.max-w-\[50\%\] {
  max-width: 50%;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[594px\] {
  max-width: 594px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[768px\] {
  max-width: 768px;
}
.max-w-\[924px\] {
  max-width: 924px;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-\[970px\] {
  max-width: 970px;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1 {
  --tw-translate-x: -0.25rem;
  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-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-0\.5 {
  --tw-translate-y: -0.125rem;
  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-y-24 {
  --tw-translate-y: -6rem;
  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-\[40\%\] {
  --tw-translate-y: -40%;
  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-\[5px\] {
  --tw-translate-y: -5px;
  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-full {
  --tw-translate-y: -100%;
  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-full {
  --tw-translate-x: 100%;
  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-px {
  --tw-translate-x: 1px;
  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-full {
  --tw-translate-y: 100%;
  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-px {
  --tw-translate-y: 1px;
  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-40 {
  --tw-translate-y: -10rem;
  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-180 {
  --tw-rotate: -180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-\[159deg\] {
  --tw-rotate: -159deg;
  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-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-0 {
  --tw-scale-x: 0;
  --tw-scale-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\!cursor-default {
  cursor: default !important;
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-rows-\[161px_128px_189px\] {
  grid-template-rows: 161px 128px 189px;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.\!gap-1 {
  gap: 0.25rem !important;
}
.gap-0 {
  gap: 0px;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-7\.5 {
  gap: 30px;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[18px\] {
  gap: 18px;
}
.gap-\[34px\] {
  gap: 34px;
}
.gap-\[35px\] {
  gap: 35px;
}
.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-y-7\.5 {
  row-gap: 30px;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.self-end {
  align-self: flex-end;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-scroll {
  overflow: scroll;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-clip {
  overflow-x: clip;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-2\.5xl {
  border-radius: 20px;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[100px\] {
  border-radius: 100px;
}
.rounded-\[150px\] {
  border-radius: 150px;
}
.rounded-\[40px\] {
  border-radius: 40px;
}
.rounded-\[70px\] {
  border-radius: 70px;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-none {
  border-radius: 0px;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-b-2\.5xl {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.rounded-b-\[40px\] {
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-t-2\.5xl {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.rounded-t-\[40px\] {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}
.rounded-bl-2\.5xl {
  border-bottom-left-radius: 20px;
}
.rounded-br-2\.5xl {
  border-bottom-right-radius: 20px;
}
.rounded-tl-2\.5xl {
  border-top-left-radius: 20px;
}
.rounded-tr-2\.5xl {
  border-top-right-radius: 20px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.\!border-b {
  border-bottom-width: 1px !important;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-\[10px\] {
  border-bottom-width: 10px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-\[15px\] {
  border-left-width: 15px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-\[10px\] {
  border-top-width: 10px;
}
.border-\[\#D2D8EB\] {
  --tw-border-opacity: 1;
  border-color: rgb(210 216 235 / var(--tw-border-opacity));
}
.border-\[\#D3D3D3\] {
  --tw-border-opacity: 1;
  border-color: rgb(211 211 211 / var(--tw-border-opacity));
}
.border-\[\#E6E4E0\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 228 224 / var(--tw-border-opacity));
}
.border-\[\#F0EEE9\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 238 233 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.border-brand-background-grey {
  --tw-border-opacity: 1;
  border-color: rgb(243 243 241 / var(--tw-border-opacity));
}
.border-brand-blue {
  --tw-border-opacity: 1;
  border-color: rgb(22 22 33 / var(--tw-border-opacity));
}
.border-brand-grey {
  --tw-border-opacity: 1;
  border-color: rgb(238 238 238 / var(--tw-border-opacity));
}
.border-brand-red {
  --tw-border-opacity: 1;
  border-color: rgb(178 25 23 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-white\/40 {
  border-color: rgb(255 255 255 / 0.4);
}
.border-b-\[\#E6E4E0\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(230 228 224 / var(--tw-border-opacity));
}
.\!bg-brand-background-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 243 241 / var(--tw-bg-opacity)) !important;
}
.\!bg-brand-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity)) !important;
}
.\!bg-brand-red {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(178 25 23 / var(--tw-bg-opacity)) !important;
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#D3D3D3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(211 211 211 / var(--tw-bg-opacity));
}
.bg-\[\#EDEDED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity));
}
.bg-\[\#F0EEE9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 238 233 / var(--tw-bg-opacity));
}
.bg-\[\#F3F2ED\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 242 237 / var(--tw-bg-opacity));
}
.bg-\[\#F3F3F1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 241 / var(--tw-bg-opacity));
}
.bg-black\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-black\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/\[31\%\] {
  background-color: rgb(0 0 0 / 31%);
}
.bg-black\/\[38\%\] {
  background-color: rgb(0 0 0 / 38%);
}
.bg-black\/\[4\%\] {
  background-color: rgb(0 0 0 / 4%);
}
.bg-black\/\[40\%\] {
  background-color: rgb(0 0 0 / 40%);
}
.bg-black\/\[8\%\] {
  background-color: rgb(0 0 0 / 8%);
}
.bg-brand-background-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 241 / var(--tw-bg-opacity));
}
.bg-brand-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(22 22 33 / var(--tw-bg-opacity));
}
.bg-brand-blue\/20 {
  background-color: rgb(22 22 33 / 0.2);
}
.bg-brand-blue\/\[8\%\] {
  background-color: rgb(22 22 33 / 8%);
}
.bg-brand-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}
.bg-brand-red {
  --tw-bg-opacity: 1;
  background-color: rgb(178 25 23 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}
.bg-white\/\[4\%\] {
  background-color: rgb(255 255 255 / 4%);
}
.bg-white\/\[8\%\] {
  background-color: rgb(255 255 255 / 8%);
}
.bg-\[linear-gradient\(0deg\2c rgba\(0\2c 0\2c 0\2c 0\.40\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\.21\)_62\.02\%\2c rgba\(0\2c 0\2c 0\2c 0\)_100\%\)\] {
  background-image: linear-gradient(0deg,rgba(0,0,0,0.40) 0%,rgba(0,0,0,0.21) 62.02%,rgba(0,0,0,0) 100%);
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-black\/60 {
  --tw-gradient-from: rgb(0 0 0 / 0.6) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/\[50\%\] {
  --tw-gradient-from: rgb(0 0 0 / 50%) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-brand-blue {
  --tw-gradient-from: #161621 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 22 33 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-0\% {
  --tw-gradient-from-position: 0%;
}
.from-10\% {
  --tw-gradient-from-position: 10%;
}
.via-brand-blue\/20 {
  --tw-gradient-to: rgb(22 22 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 22 33 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-brand-blue\/40 {
  --tw-gradient-to: rgb(22 22 33 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(22 22 33 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.via-30\% {
  --tw-gradient-via-position: 30%;
}
.to-brand-blue\/20 {
  --tw-gradient-to: rgb(22 22 33 / 0.2) var(--tw-gradient-to-position);
}
.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.to-100\% {
  --tw-gradient-to-position: 100%;
}
.to-35\% {
  --tw-gradient-to-position: 35%;
}
.to-50\% {
  --tw-gradient-to-position: 50%;
}
.stroke-brand-blue {
  stroke: #161621;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.\!p-0 {
  padding: 0px !important;
}
.\!p-2 {
  padding: 0.5rem !important;
}
.\!p-4 {
  padding: 1rem !important;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-10 {
  padding: 2.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-7 {
  padding: 1.75rem;
}
.p-8 {
  padding: 2rem;
}
.p-9 {
  padding: 2.25rem;
}
.\!px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}
.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}
.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}
.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[29px\] {
  padding-left: 29px;
  padding-right: 29px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}
.py-\[13px\] {
  padding-top: 13px;
  padding-bottom: 13px;
}
.py-\[14px\] {
  padding-top: 14px;
  padding-bottom: 14px;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.py-\[20px\] {
  padding-top: 20px;
  padding-bottom: 20px;
}
.py-\[23px\] {
  padding-top: 23px;
  padding-bottom: 23px;
}
.py-\[31px\] {
  padding-top: 31px;
  padding-bottom: 31px;
}
.py-\[37px\] {
  padding-top: 37px;
  padding-bottom: 37px;
}
.py-\[50px\] {
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[90px\] {
  padding-top: 90px;
  padding-bottom: 90px;
}
.\!pb-12 {
  padding-bottom: 3rem !important;
}
.\!pl-6 {
  padding-left: 1.5rem !important;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-0\.5 {
  padding-bottom: 0.125rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-7\.5 {
  padding-bottom: 30px;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[180px\] {
  padding-bottom: 180px;
}
.pb-\[7px\] {
  padding-bottom: 7px;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-14 {
  padding-left: 3.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-7\.5 {
  padding-left: 30px;
}
.pl-\[14px\] {
  padding-left: 14px;
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pr-0 {
  padding-right: 0px;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-\[max\(max\(15px\2c 4\%\)\2c calc\(\(100\%-1440px\)\/2\)\)\] {
  padding-right: max(max(15px,4%),calc((100% - 1440px) / 2));
}
.pr-\[max\(max\(30px\2c 4\%\)\2c calc\(\(100\%-1440px\)\/2\)\)\] {
  padding-right: max(max(30px,4%),calc((100% - 1440px) / 2));
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-28 {
  padding-top: 7rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-\[102px\] {
  padding-top: 102px;
}
.pt-\[3px\] {
  padding-top: 3px;
}
.pt-\[5px\] {
  padding-top: 5px;
}
.pt-\[9px\] {
  padding-top: 9px;
}
.pt-px {
  padding-top: 1px;
}
.pt-0 {
  padding-top: 0px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.\!font-body {
  font-family: "LT Superior", sans-serif !important;
}
.font-body {
  font-family: "LT Superior", sans-serif;
}
.font-heading {
  font-family: DM Sans, sans-serif;
}
.font-mono {
  font-family: "LT Superior Mono", monospace;
}
.\!text-\[10px\] {
  font-size: 10px !important;
}
.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-2\.5xl {
  font-size: 28px;
  line-height: 1.1;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 50px;
  line-height: 1.2;
}
.text-\[10px\] {
  font-size: 10px;
}
.text-\[13px\] {
  font-size: 13px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[44px\] {
  font-size: 44px;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 20px;
  line-height: 1.1;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.\!font-bold {
  font-weight: 700 !important;
}
.font-bold {
  font-weight: 700;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.capitalize {
  text-transform: capitalize;
}
.\!normal-case {
  text-transform: none !important;
}
.not-italic {
  font-style: normal;
}
.\!leading-\[1\.1\] {
  line-height: 1.1 !important;
}
.\!leading-\[1\.20\] {
  line-height: 1.20 !important;
}
.\!leading-\[1\.22\] {
  line-height: 1.22 !important;
}
.\!leading-\[1\.24\] {
  line-height: 1.24 !important;
}
.\!leading-\[1\.25\] {
  line-height: 1.25 !important;
}
.\!leading-\[1\.2\] {
  line-height: 1.2 !important;
}
.\!leading-\[1\.33\] {
  line-height: 1.33 !important;
}
.\!leading-\[1\.40\] {
  line-height: 1.40 !important;
}
.\!leading-\[1\.42\] {
  line-height: 1.42 !important;
}
.\!leading-\[1\.4\] {
  line-height: 1.4 !important;
}
.\!leading-\[1\.55\] {
  line-height: 1.55 !important;
}
.\!leading-\[1\.66\] {
  line-height: 1.66 !important;
}
.\!leading-\[1\] {
  line-height: 1 !important;
}
.\!leading-none {
  line-height: 1 !important;
}
.\!leading-normal {
  line-height: 1.5 !important;
}
.\!leading-relaxed {
  line-height: 1.75 !important;
}
.\!leading-tight {
  line-height: 1.25 !important;
}
.leading-\[1\.25\] {
  line-height: 1.25;
}
.leading-\[1\.40\] {
  line-height: 1.40;
}
.leading-\[1\.41\] {
  line-height: 1.41;
}
.leading-\[1\.42\] {
  line-height: 1.42;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-none {
  line-height: 1;
}
.-tracking-\[0\.28px\] {
  letter-spacing: -0.28px;
}
.-tracking-\[0\.2px\] {
  letter-spacing: -0.2px;
}
.-tracking-\[0\.32px\] {
  letter-spacing: -0.32px;
}
.-tracking-\[0\.4px\] {
  letter-spacing: -0.4px;
}
.-tracking-\[0\.84px\] {
  letter-spacing: -0.84px;
}
.-tracking-\[2\.84px\] {
  letter-spacing: -2.84px;
}
.tracking-\[0\.14px\] {
  letter-spacing: 0.14px;
}
.tracking-\[0\.18px\] {
  letter-spacing: 0.18px;
}
.tracking-\[0\.7px\] {
  letter-spacing: 0.7px;
}
.tracking-\[0\.8px\] {
  letter-spacing: 0.8px;
}
.tracking-\[1\.12px\] {
  letter-spacing: 1.12px;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#10B981\] {
  --tw-text-opacity: 1;
  color: rgb(16 185 129 / var(--tw-text-opacity));
}
.text-\[\#EF4444\] {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-black\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-brand-blue {
  --tw-text-opacity: 1;
  color: rgb(22 22 33 / var(--tw-text-opacity));
}
.text-brand-red {
  --tw-text-opacity: 1;
  color: rgb(178 25 23 / var(--tw-text-opacity));
}
.text-inherit {
  color: inherit;
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}
.placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}
.opacity-0 {
  opacity: 0;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-0 {
  outline-width: 0px;
}
.outline-brand-red {
  outline-color: #B21917;
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.animate-scroll-hint {
      animation: scroll-hint 10s ease-in-out infinite;
    }
@media (min-width: 1024px) {
      .animate-scroll-hint {
        animation: none;
      }
    }
.opacity-animation {
      animation: opacity-animation 4s ease-in-out infinite;
    }
/* Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
        display: none;
    }
.no-scrollbar {
        -ms-overflow-style: none; /* IE and Edge */
        scrollbar-width: none; /* Firefox */
    }
/* Import Vendors */
/**
 * Swiper 11.1.14
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 12, 2024
 */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}
:root{--swiper-theme-color:#007aff}
:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}
.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}
.swiper-vertical>.swiper-wrapper{flex-direction:column}
.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}
.swiper-horizontal{touch-action:pan-y}
.swiper-vertical{touch-action:pan-x}
.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}
.swiper-slide-invisible-blank{visibility:hidden}
.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}
.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}
.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-3d{perspective:1200px}
.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}
.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}
.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}
.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}
.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}
.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}
.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}
.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}
.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}
.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}
.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}
.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}
.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}
.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}
.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}
.swiper-pagination.swiper-pagination-hidden{opacity:0}
.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}
.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}
.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}
button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}
.swiper-pagination-bullet:only-child{display:none!important}
.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}
.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}
.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}
.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}
.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}
.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}
.swiper-pagination-lock{display:none}
.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}
.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}
.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}
.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}
.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}
.swiper-scrollbar-cursor-drag{cursor:move}
.swiper-scrollbar-lock{display:none}
:root{--swiper-navigation-size:44px}
.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}
.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}
.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}
.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transform-origin:center}
.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}
.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}
.swiper-button-lock{display:none}
.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}
.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}
.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}
.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}
.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}
.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}
.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}
.swiper-fade .swiper-slide-active{pointer-events:auto}
.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}
/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */
.toastify {
    padding: 12px 20px;
    color: #ffffff;
    display: inline-block;
    box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.12), 0 10px 36px -4px rgba(77, 96, 232, 0.3);
    background: linear-gradient(135deg, #73a5ff, #5477f5);
    position: fixed;
    opacity: 0;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    border-radius: 2px;
    cursor: pointer;
    text-decoration: none;
    max-width: calc(50% - 20px);
    z-index: 2147483647;
}
.toastify.on {
    opacity: 1;
}
.toast-close {
    background: transparent;
    border: 0;
    color: white;
    cursor: pointer;
    font-family: inherit;
    font-size: 1em;
    opacity: 0.4;
    padding: 0 5px;
}
.toastify-right {
    right: 15px;
}
.toastify-left {
    left: 15px;
}
.toastify-top {
    top: -150px;
}
.toastify-bottom {
    bottom: -150px;
}
.toastify-rounded {
    border-radius: 25px;
}
.toastify-avatar {
    width: 1.5em;
    height: 1.5em;
    margin: -7px 5px;
    border-radius: 2px;
}
.toastify-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: fit-content;
    max-width: -moz-fit-content;
}
@media only screen and (max-width: 360px) {
    .toastify-right, .toastify-left {
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}
.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}
[data-tippy-root]{max-width:calc(100vw - 10px)}
.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}
.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}
.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}
.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}
.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}
.tippy-box[data-placement^=left]>.tippy-arrow{right:0}
.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}
.tippy-box[data-placement^=right]>.tippy-arrow{left:0}
.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}
.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}
.tippy-arrow{width:16px;height:16px;color:#333}
.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}
.tippy-content{position:relative;padding:5px 9px;z-index:1}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden]{opacity:0}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=top]{transform:translateY(5px)}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=bottom]{transform:translateY(-5px)}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=left]{transform:translateX(5px)}
.tippy-box[data-animation=shift-away-subtle][data-state=hidden][data-placement^=right]{transform:translateX(-5px)}
.air-datepicker-cell.-year-.-other-decade-,.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}
.air-datepicker-cell.-year-.-other-decade-:hover,.air-datepicker-cell.-day-.-other-month-:hover{color:var(--adp-color-other-month-hover)}
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-{color:var(--adp-color-other-month)}
.-selected-.air-datepicker-cell.-year-.-other-decade-,.-selected-.air-datepicker-cell.-day-.-other-month-{color:#fff;background:var(--adp-background-color-selected-other-month)}
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-{background:var(--adp-background-color-selected-other-month-focused)}
.-in-range-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range);color:var(--adp-color)}
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-{background-color:var(--adp-background-color-in-range-focused)}
.air-datepicker-cell.-year-.-other-decade-:empty,.air-datepicker-cell.-day-.-other-month-:empty{background:none;border:none}
.air-datepicker-cell{border-radius:var(--adp-cell-border-radius);box-sizing:border-box;cursor:pointer;display:flex;position:relative;align-items:center;justify-content:center;z-index:1}
.air-datepicker-cell.-focus-{background:var(--adp-cell-background-color-hover)}
.air-datepicker-cell.-current-{color:var(--adp-color-current-date)}
.air-datepicker-cell.-current-.-focus-{color:var(--adp-color)}
.air-datepicker-cell.-current-.-in-range-{color:var(--adp-color-current-date)}
.air-datepicker-cell.-disabled-{cursor:default;color:var(--adp-color-disabled)}
.air-datepicker-cell.-disabled-.-focus-{color:var(--adp-color-disabled)}
.air-datepicker-cell.-disabled-.-in-range-{color:var(--adp-color-disabled-in-range)}
.air-datepicker-cell.-disabled-.-current-.-focus-{color:var(--adp-color-disabled)}
.air-datepicker-cell.-in-range-{background:var(--adp-cell-background-color-in-range);border-radius:0}
.air-datepicker-cell.-in-range-:hover,.air-datepicker-cell.-in-range-.-focus-{background:var(--adp-cell-background-color-in-range-hover)}
.air-datepicker-cell.-range-from-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)}
.air-datepicker-cell.-range-to-{border:1px solid var(--adp-cell-border-color-in-range);background-color:var(--adp-cell-background-color-in-range);border-radius:0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0}
.air-datepicker-cell.-range-to-.-range-from-{border-radius:var(--adp-cell-border-radius)}
.air-datepicker-cell.-selected-{color:#fff;border:none;background:var(--adp-cell-background-color-selected)}
.air-datepicker-cell.-selected-.-current-{color:#fff;background:var(--adp-cell-background-color-selected)}
.air-datepicker-cell.-selected-.-focus-{background:var(--adp-cell-background-color-selected-hover)}
.air-datepicker-body{transition:all var(--adp-transition-duration) var(--adp-transition-ease)}
.air-datepicker-body.-hidden-{display:none}
.air-datepicker-body--day-names{display:grid;grid-template-columns:repeat(7, var(--adp-day-cell-width));margin:8px 0 3px}
.air-datepicker-body--day-name{color:var(--adp-day-name-color);display:flex;align-items:center;justify-content:center;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}
.air-datepicker-body--day-name.-clickable-{cursor:pointer}
.air-datepicker-body--day-name.-clickable-:hover{color:var(--adp-day-name-color-hover)}
.air-datepicker-body--cells{display:grid}
.air-datepicker-body--cells.-days-{grid-template-columns:repeat(7, var(--adp-day-cell-width));grid-auto-rows:var(--adp-day-cell-height)}
.air-datepicker-body--cells.-months-{grid-template-columns:repeat(3, 1fr);grid-auto-rows:var(--adp-month-cell-height)}
.air-datepicker-body--cells.-years-{grid-template-columns:repeat(4, 1fr);grid-auto-rows:var(--adp-year-cell-height)}
.air-datepicker-nav{display:flex;justify-content:space-between;border-bottom:1px solid var(--adp-border-color-inner);min-height:var(--adp-nav-height);padding:var(--adp-padding);box-sizing:content-box}
.-only-timepicker- .air-datepicker-nav{display:none}
.air-datepicker-nav--title,.air-datepicker-nav--action{display:flex;cursor:pointer;align-items:center;justify-content:center}
.air-datepicker-nav--action{width:var(--adp-nav-action-size);border-radius:var(--adp-border-radius);-webkit-user-select:none;-moz-user-select:none;user-select:none}
.air-datepicker-nav--action:hover{background:var(--adp-background-color-hover)}
.air-datepicker-nav--action:active{background:var(--adp-background-color-active)}
.air-datepicker-nav--action.-disabled-{visibility:hidden}
.air-datepicker-nav--action svg{width:32px;height:32px}
.air-datepicker-nav--action path{fill:none;stroke:var(--adp-nav-arrow-color);stroke-width:2px}
.air-datepicker-nav--title{border-radius:var(--adp-border-radius);padding:0 8px}
.air-datepicker-nav--title i{font-style:normal;color:var(--adp-nav-color-secondary);margin-left:.3em}
.air-datepicker-nav--title:hover{background:var(--adp-background-color-hover)}
.air-datepicker-nav--title:active{background:var(--adp-background-color-active)}
.air-datepicker-nav--title.-disabled-{cursor:default;background:none}
.air-datepicker-buttons{display:grid;grid-auto-columns:1fr;grid-auto-flow:column}
.air-datepicker-button{display:inline-flex;color:var(--adp-btn-color);border-radius:var(--adp-btn-border-radius);cursor:pointer;height:var(--adp-btn-height);border:none;background:rgba(255,255,255,0)}
.air-datepicker-button:hover{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover)}
.air-datepicker-button:focus{color:var(--adp-btn-color-hover);background:var(--adp-btn-background-color-hover);outline:none}
.air-datepicker-button:active{background:var(--adp-btn-background-color-active)}
.air-datepicker-button span{outline:none;display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.air-datepicker-time{display:grid;grid-template-columns:max-content 1fr;grid-column-gap:12px;align-items:center;position:relative;padding:0 var(--adp-time-padding-inner)}
.-only-timepicker- .air-datepicker-time{border-top:none}
.air-datepicker-time--current{display:flex;align-items:center;flex:1;font-size:14px;text-align:center}
.air-datepicker-time--current-colon{margin:0 2px 3px;line-height:1}
.air-datepicker-time--current-hours,.air-datepicker-time--current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}
.air-datepicker-time--current-hours:after,.air-datepicker-time--current-minutes:after{content:"";background:var(--adp-background-color-hover);border-radius:var(--adp-border-radius);position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}
.air-datepicker-time--current-hours.-focus-:after,.air-datepicker-time--current-minutes.-focus-:after{opacity:1}
.air-datepicker-time--current-ampm{text-transform:uppercase;align-self:flex-end;color:var(--adp-time-day-period-color);margin-left:6px;font-size:11px;margin-bottom:1px}
.air-datepicker-time--row{display:flex;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat}
.air-datepicker-time--row:first-child{margin-bottom:4px}
.air-datepicker-time--row input[type=range]{background:none;cursor:pointer;flex:1;height:100%;width:100%;padding:0;margin:0;-webkit-appearance:none}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none}
.air-datepicker-time--row input[type=range]::-ms-tooltip{display:none}
.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb{border-color:var(--adp-time-track-color-hover)}
.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb{border-color:var(--adp-time-track-color-hover)}
.air-datepicker-time--row input[type=range]:hover::-ms-thumb{border-color:var(--adp-time-track-color-hover)}
.air-datepicker-time--row input[type=range]:focus{outline:none}
.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}
.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}
.air-datepicker-time--row input[type=range]:focus::-ms-thumb{background:var(--adp-cell-background-color-selected);border-color:var(--adp-cell-background-color-selected)}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-webkit-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}
.air-datepicker-time--row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-moz-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}
.air-datepicker-time--row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid var(--adp-time-track-color);background:#fff;cursor:pointer;-ms-transition:background var(--adp-transition-duration);transition:background var(--adp-transition-duration)}
.air-datepicker-time--row input[type=range]::-webkit-slider-thumb{margin-top:calc(var(--adp-time-thumb-size)/2*-1)}
.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}
.air-datepicker-time--row input[type=range]::-moz-range-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}
.air-datepicker-time--row input[type=range]::-ms-track{border:none;height:var(--adp-time-track-height);cursor:pointer;color:rgba(0,0,0,0);background:rgba(0,0,0,0)}
.air-datepicker-time--row input[type=range]::-ms-fill-lower{background:rgba(0,0,0,0)}
.air-datepicker-time--row input[type=range]::-ms-fill-upper{background:rgba(0,0,0,0)}
.air-datepicker{--adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";--adp-font-size: 14px;--adp-width: 246px;--adp-z-index: 100;--adp-padding: 4px;--adp-grid-areas: "nav" "body" "timepicker" "buttons";--adp-transition-duration: .3s;--adp-transition-ease: ease-out;--adp-transition-offset: 8px;--adp-background-color: #fff;--adp-background-color-hover: #f0f0f0;--adp-background-color-active: #eaeaea;--adp-background-color-in-range: rgba(92, 196, 239, .1);--adp-background-color-in-range-focused: rgba(92, 196, 239, .2);--adp-background-color-selected-other-month-focused: #8ad5f4;--adp-background-color-selected-other-month: #a2ddf6;--adp-color: #4a4a4a;--adp-color-secondary: #9c9c9c;--adp-accent-color: #4eb5e6;--adp-color-current-date: var(--adp-accent-color);--adp-color-other-month: #dedede;--adp-color-disabled: #aeaeae;--adp-color-disabled-in-range: #939393;--adp-color-other-month-hover: #c5c5c5;--adp-border-color: #dbdbdb;--adp-border-color-inner: #efefef;--adp-border-radius: 4px;--adp-border-color-inline: #d7d7d7;--adp-nav-height: 32px;--adp-nav-arrow-color: var(--adp-color-secondary);--adp-nav-action-size: 32px;--adp-nav-color-secondary: var(--adp-color-secondary);--adp-day-name-color: #ff9a19;--adp-day-name-color-hover: #8ad5f4;--adp-day-cell-width: 1fr;--adp-day-cell-height: 32px;--adp-month-cell-height: 42px;--adp-year-cell-height: 56px;--adp-pointer-size: 10px;--adp-poiner-border-radius: 2px;--adp-pointer-offset: 14px;--adp-cell-border-radius: 4px;--adp-cell-background-color-hover: var(--adp-background-color-hover);--adp-cell-background-color-selected: #5cc4ef;--adp-cell-background-color-selected-hover: #45bced;--adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);--adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);--adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);--adp-btn-height: 32px;--adp-btn-color: var(--adp-accent-color);--adp-btn-color-hover: var(--adp-color);--adp-btn-border-radius: var(--adp-border-radius);--adp-btn-background-color-hover: var(--adp-background-color-hover);--adp-btn-background-color-active: var(--adp-background-color-active);--adp-time-track-height: 1px;--adp-time-track-color: #dedede;--adp-time-track-color-hover: #b1b1b1;--adp-time-thumb-size: 12px;--adp-time-padding-inner: 10px;--adp-time-day-period-color: var(--adp-color-secondary);--adp-mobile-font-size: 16px;--adp-mobile-nav-height: 40px;--adp-mobile-width: 320px;--adp-mobile-day-cell-height: 38px;--adp-mobile-month-cell-height: 48px;--adp-mobile-year-cell-height: 64px}
.air-datepicker-overlay{--adp-overlay-background-color: rgba(0, 0, 0, .3);--adp-overlay-transition-duration: .3s;--adp-overlay-transition-ease: ease-out;--adp-overlay-z-index: 99}
.air-datepicker{background:var(--adp-background-color);border:1px solid var(--adp-border-color);box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:var(--adp-border-radius);box-sizing:content-box;display:grid;grid-template-columns:1fr;grid-template-rows:repeat(4, max-content);grid-template-areas:var(--adp-grid-areas);font-family:var(--adp-font-family),sans-serif;font-size:var(--adp-font-size);color:var(--adp-color);width:var(--adp-width);position:absolute;transition:opacity var(--adp-transition-duration) var(--adp-transition-ease),transform var(--adp-transition-duration) var(--adp-transition-ease);z-index:var(--adp-z-index)}
.air-datepicker:not(.-custom-position-){opacity:0}
.air-datepicker.-from-top-{transform:translateY(calc(var(--adp-transition-offset) * -1))}
.air-datepicker.-from-right-{transform:translateX(var(--adp-transition-offset))}
.air-datepicker.-from-bottom-{transform:translateY(var(--adp-transition-offset))}
.air-datepicker.-from-left-{transform:translateX(calc(var(--adp-transition-offset) * -1))}
.air-datepicker.-active-:not(.-custom-position-){transform:translate(0, 0);opacity:1}
.air-datepicker.-active-.-custom-position-{transition:none}
.air-datepicker.-inline-{border-color:var(--adp-border-color-inline);box-shadow:none;position:static;left:auto;right:auto;opacity:1;transform:none}
.air-datepicker.-inline- .air-datepicker--pointer{display:none}
.air-datepicker.-is-mobile-{--adp-font-size: var(--adp-mobile-font-size);--adp-day-cell-height: var(--adp-mobile-day-cell-height);--adp-month-cell-height: var(--adp-mobile-month-cell-height);--adp-year-cell-height: var(--adp-mobile-year-cell-height);--adp-nav-height: var(--adp-mobile-nav-height);--adp-nav-action-size: var(--adp-mobile-nav-height);position:fixed;width:var(--adp-mobile-width);border:none}
.air-datepicker.-is-mobile- *{-webkit-tap-highlight-color:rgba(0,0,0,0)}
.air-datepicker.-is-mobile- .air-datepicker--pointer{display:none}
.air-datepicker.-is-mobile-:not(.-custom-position-){transform:translate(-50%, calc(-50% + var(--adp-transition-offset)))}
.air-datepicker.-is-mobile-.-active-:not(.-custom-position-){transform:translate(-50%, -50%)}
.air-datepicker.-custom-position-{transition:none}
.air-datepicker-global-container{position:absolute;left:0;top:0}
.air-datepicker--pointer{--pointer-half-size: calc(var(--adp-pointer-size) / 2);position:absolute;width:var(--adp-pointer-size);height:var(--adp-pointer-size);z-index:-1}
.air-datepicker--pointer:after{content:"";position:absolute;background:#fff;border-top:1px solid var(--adp-border-color-inline);border-right:1px solid var(--adp-border-color-inline);border-top-right-radius:var(--adp-poiner-border-radius);width:var(--adp-pointer-size);height:var(--adp-pointer-size);box-sizing:border-box}
.-top-left- .air-datepicker--pointer,.-top-center- .air-datepicker--pointer,.-top-right- .air-datepicker--pointer,[data-popper-placement^=top] .air-datepicker--pointer{top:calc(100% - var(--pointer-half-size) + 1px)}
.-top-left- .air-datepicker--pointer:after,.-top-center- .air-datepicker--pointer:after,.-top-right- .air-datepicker--pointer:after,[data-popper-placement^=top] .air-datepicker--pointer:after{transform:rotate(135deg)}
.-right-top- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer,[data-popper-placement^=right] .air-datepicker--pointer{right:calc(100% - var(--pointer-half-size) + 1px)}
.-right-top- .air-datepicker--pointer:after,.-right-center- .air-datepicker--pointer:after,.-right-bottom- .air-datepicker--pointer:after,[data-popper-placement^=right] .air-datepicker--pointer:after{transform:rotate(225deg)}
.-bottom-left- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer,[data-popper-placement^=bottom] .air-datepicker--pointer{bottom:calc(100% - var(--pointer-half-size) + 1px)}
.-bottom-left- .air-datepicker--pointer:after,.-bottom-center- .air-datepicker--pointer:after,.-bottom-right- .air-datepicker--pointer:after,[data-popper-placement^=bottom] .air-datepicker--pointer:after{transform:rotate(315deg)}
.-left-top- .air-datepicker--pointer,.-left-center- .air-datepicker--pointer,.-left-bottom- .air-datepicker--pointer,[data-popper-placement^=left] .air-datepicker--pointer{left:calc(100% - var(--pointer-half-size) + 1px)}
.-left-top- .air-datepicker--pointer:after,.-left-center- .air-datepicker--pointer:after,.-left-bottom- .air-datepicker--pointer:after,[data-popper-placement^=left] .air-datepicker--pointer:after{transform:rotate(45deg)}
.-top-left- .air-datepicker--pointer,.-bottom-left- .air-datepicker--pointer{left:var(--adp-pointer-offset)}
.-top-right- .air-datepicker--pointer,.-bottom-right- .air-datepicker--pointer{right:var(--adp-pointer-offset)}
.-top-center- .air-datepicker--pointer,.-bottom-center- .air-datepicker--pointer{left:calc(50% - var(--adp-pointer-size)/2)}
.-left-top- .air-datepicker--pointer,.-right-top- .air-datepicker--pointer{top:var(--adp-pointer-offset)}
.-left-bottom- .air-datepicker--pointer,.-right-bottom- .air-datepicker--pointer{bottom:var(--adp-pointer-offset)}
.-left-center- .air-datepicker--pointer,.-right-center- .air-datepicker--pointer{top:calc(50% - var(--adp-pointer-size)/2)}
.air-datepicker--navigation{grid-area:nav}
.air-datepicker--content{box-sizing:content-box;padding:var(--adp-padding);grid-area:body}
.-only-timepicker- .air-datepicker--content{display:none}
.air-datepicker--time{grid-area:timepicker}
.air-datepicker--buttons{grid-area:buttons}
.air-datepicker--buttons,.air-datepicker--time{padding:var(--adp-padding);border-top:1px solid var(--adp-border-color-inner)}
.air-datepicker-overlay{position:fixed;background:var(--adp-overlay-background-color);left:0;top:0;width:0;height:0;opacity:0;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),left 0s,height 0s,width 0s;transition-delay:0s,var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration),var(--adp-overlay-transition-duration);z-index:var(--adp-overlay-z-index)}
.air-datepicker-overlay.-active-{opacity:1;width:100%;height:100%;transition:opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease),height 0s,width 0s}
/* Base */
/* Fonts */
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-Black.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-BlackItalic.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-Bold.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-BoldItalic.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-Italic.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-SemiBold.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-MediumItalic.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-Medium.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-Light.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-Regular.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-LightItalic.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-SemiBoldItalic.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-Thin.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'LT Superior';
    src: url('../../assets/fonts/LTSuperior-ThinItalic.woff2') format('woff2'),
        url('../../assets/fonts/LTSuperior-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}
/* LT Superior Mono */
@font-face {
    font-family: 'LT Superior Mono';
    src: url('../../assets/fonts/ltsuperiormono-regular.woff2') format('woff2'),
         url('../../assets/fonts/ltsuperiormono-regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'LT Superior Mono';
    src: url('../../assets/fonts/ltsuperiormono-medium.woff2') format('woff2'),
         url('../../assets/fonts/ltsuperiormono-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'LT Superior Mono';
    src: url('../../assets/fonts/ltsuperiormono-semibold.woff2') format('woff2'),
         url('../../assets/fonts/ltsuperiormono-semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
@font-face {
    font-family: 'LT Superior Mono';
    src: url('../../assets/fonts/ltsuperiormono-bold.woff2') format('woff2'),
         url('../../assets/fonts/ltsuperiormono-bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
  }
@keyframes scroll-hint {
    0%, 10%, 100% {
      transform: translateX(0);
    }
    2% {
      transform: translateX(-10px);
    }
    4% {
      transform: translateX(10px);
    }
    6% {
      transform: translateX(-6px);
    }
    8% {
      transform: translateX(6px);
    }
  }
@keyframes opacity-animation {
    0%, 40%, 100% {
      opacity: 1;
    }
    60% {
      opacity: 0;
    }
  }
/* Define the keyframes for pulsing */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.5);
  }
}
/* Apply the animation to your class */
.js-accordion-plus::before {
  animation: pulse 3s ease-in-out infinite;
}
.swiper-button-disabled .js-accordion-plus::before {
    animation: none !important;
  }
/* Rotate */
.rotate-animation {
  animation: rotate 1s linear infinite;
}
@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(720deg);
  }
}
@media print {
    nav,
    header,
    footer,
    aside,
    .sidebar,
    .mobile-menu {
        display: none !important;
    }
    body {
        background: none !important;
        color: #000;
    }
    a:after {
        content: ' (' attr(href) ')';
    }
}
.js-accordion-answer > a {
    text-decoration: underline !important;
}
/* Breadcrumbs */
.css-breadcrumbs > span {
    display: flex;
    align-items: center;

    font-weight: 500;
    white-space: nowrap;
}
.css-breadcrumbs > span i::before {
        margin: 0px 8px;
    }
.breadcrumb_last {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}
/* Google Widget */
footer .ti-custom-stars {
        width: -moz-fit-content !important;
        width: fit-content !important;
    }
footer .ti-widget-container {
        margin: 0 !important;
    }
footer .ti-widget[data-layout-id='11'][data-set-id='light-contrast'] .ti-star {
        margin-left: 6px !important;
    }
footer .ti-text {
        font-size: 14px !important;
        color: #f15946 !important;
        text-transform: uppercase !important;
        font-family: 'Monsterrat', sans-serif !important;
        font-weight: 500 !important;
        letter-spacing: 0.7px !important;
        line-height: 20px !important;
    }
footer .ti-fade-container {
        align-items: center !important;
    }
footer .ti-stars {
        margin-top: 10px !important;
    }
.uil.uil-tiktok::before {
    content: '\ecc1';
    font-family: 'Unicons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.single-career .block-rich-text ul {
            padding-left: 0;
        }
.single-career .block-rich-text li {
        list-style-type: none;
        position: relative;
        padding-left: 2.5rem;
        margin-bottom: 1rem;
      }
.single-career .block-rich-text li::before {
          content: '';
          position: absolute;
          left: 0;
          width: 28px;
          height: 28px;
          background-color: #fff;
          background-image: url('/wp-content/themes/assemble/assets/img/icons/checkmark.svg');
          background-repeat: no-repeat;
          background-position: center;
          background-size: 60%;
          border-radius: 50%; 
          box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05); 
        }
/* Group Blocks */
.acf-innerblocks-container {
  display: flex;
  flex-direction: column;
  gap: 75px;
}
@media (min-width: 1024px) {
  .acf-innerblocks-container {
    display: block;
    gap: 0px;
  }
}
.acf-innerblocks-container.career {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1280px) {
  .acf-innerblocks-container.career {
    gap: 75px;
  }
}
.acf-innerblocks-container.article {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (min-width: 1280px) {
  .acf-innerblocks-container.article {
    gap: 75px;
  }
}
.acf-innerblocks-container.article > :first-child {
  margin-top: 75px;
}
@media (min-width: 1024px) {
  .acf-innerblocks-container.article > :first-child {
    margin-top: 8rem;
  }
}
.acf-innerblocks-container.article .block-media-full {
        margin-bottom: -25px;
    }
/* Menu */
.mobile-menu-item-container  a:last-of-type {
  border-bottom-width: 0px;
      
    /* last:border-b-0 */
}
#block-0.block-service-grid {
  margin-top: 120px;
  margin-bottom: 75px;
}
@media (min-width: 1024px) {
  #block-0.block-service-grid {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}
@media (min-width: 1440px) {
  #block-0.block-service-grid {
    margin-top: 11rem;
    margin-bottom: 140px;
  }
}
/* .font-body, p, span, ul, li {
    letter-spacing: 1px;
} */
/* Blur */
.blur-text {
    filter: blur(8px);
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    pointer-events: none;
}
/* Grid text card content - for bullet points */
.grid-text-card-content h1, .grid-text-card-content h2, .grid-text-card-content h3, .grid-text-card-content h4, .grid-text-card-content h5, .grid-text-card-content h6 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.grid-text-card-content h1, .grid-text-card-content h2, .grid-text-card-content h3, .grid-text-card-content h4, .grid-text-card-content h5, .grid-text-card-content h6 {
  font-size: 1rem;
  line-height: 1.5rem;
}
.grid-text-card-content h1, .grid-text-card-content h2, .grid-text-card-content h3, .grid-text-card-content h4, .grid-text-card-content h5, .grid-text-card-content h6 {
  font-weight: 600;
}
@media (min-width: 768px) {
  .grid-text-card-content h1, .grid-text-card-content h2, .grid-text-card-content h3, .grid-text-card-content h4, .grid-text-card-content h5, .grid-text-card-content h6 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1440px) {
  .grid-text-card-content h1, .grid-text-card-content h2, .grid-text-card-content h3, .grid-text-card-content h4, .grid-text-card-content h5, .grid-text-card-content h6 {
    font-size: 20px;
    line-height: 1.1;
  }
}
.grid-text-card-content ul {
      list-style-type: disc;
      padding-left: 20px;
  }
.grid-text-card-content ul li {
          margin-top: 5px;
      }
/* Scroll offset for anchorlinks */
[id] {
    scroll-margin-top: 200px; /* default (mobile/tablet) */
}
@media (min-width: 1600px) {
    [id] {
      scroll-margin-top: 200px; /* desktop */
    }
}
/* Reduce page zoom on laptops */
@media (min-width: 1024px) and (max-width: 1640px) {
  body {
    zoom: 0.8;
  }

  .translate-x-full {
    transform: translateX(calc(100% / 0.8));
  }

  .w-screen {
    width: 125vw !important;
  }
}
.toast-error {
    background: none !important;
    border-radius: 20px;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(178 25 23 / var(--tw-bg-opacity)) !important;
    font-family: "LT Superior", sans-serif;
    font-size: 1.125rem;
    line-height: 1.75rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.card-shadow {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.12);
}
.white-glow {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.40);
}
* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smooth: never;

    scroll-behavior: smooth;
}
/* Components */
@keyframes bp-fadein {
    from {
      opacity: 0.01;
    }
    to {
      opacity: 1;
    }
  }
@keyframes bp-bar {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(0);
    }
  }
@keyframes bp-o {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
.bp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    /* If you're mounting on a portion of the screen and need visible
    overflow on .bp-wrap, change contain to "layout" on that instance */
    contain: strict;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
  }
.bp-wrap > div:first-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    animation: bp-fadein 0.48s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
.bp-vid audio {
    position: absolute;
    left: 14px;
    width: calc(100% - 28px);
    bottom: 14px;
    height: 50px;
  }
.bp-inner {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
  }
.bp-html {
    display: contents;
  }
.bp-html > :first-child {
    margin: auto;
  }
.bp-img-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    contain: strict;
  }
.bp-img-wrap .bp-canzoom {
    cursor: zoom-in;
  }
.bp-img-wrap .bp-drag {
    cursor: grabbing;
  }
.bp-close {
    contain: layout size;
  }
.bp-img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    background-size: 100% 100%;
  }
.bp-img img,
  .bp-img div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.bp-img .bp-o {
    display: none;
  }
.bp-zoomed .bp-img:not(.bp-drag) {
    cursor: grab;
  }
.bp-zoomed .bp-cap {
    opacity: 0;
    animation: none !important;
  }
.bp-zoomed.bp-small .bp-controls {
    opacity: 0;
  }
.bp-zoomed.bp-small .bp-controls button {
    pointer-events: none;
  }
.bp-controls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    text-align: left;
    transition: opacity 0.3s;
    animation: bp-fadein 0.3s;
  }
.bp-controls button {
    pointer-events: auto;
    cursor: pointer;
    position: absolute;
    border: 0;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0.9;
    transition: all 0.1s;
    contain: content;
  }
.bp-controls button:hover {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 1;
  }
.bp-controls svg {
    fill: #fff;
  }
.bp-count {
    position: absolute;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
    margin: 16px;
    height: 50px;
    width: 100px;
  }
.bp-prev,
  .bp-next {
    top: 50%;
    right: 0;
    margin-top: -32px;
    height: 64px;
    width: 58px;
    border-radius: 3px 0 0 3px;
  }
.bp-prev:hover:before,
  .bp-next:hover:before {
    transform: translateX(-2px);
  }
.bp-prev:before,
  .bp-next:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23fff'%3E%3Cpath d='M8.59 16.34l4.58-4.59-4.58-4.59L10 5.75l6 6-6 6z'/%3E%3C/svg%3E");
    position: absolute;
    left: 7px;
    top: 9px;
    width: 46px;
    transition: all 0.2s;
  }
.bp-prev {
    right: auto;
    left: 0;
    transform: scalex(-1);
  }
.bp-x {
    top: 0;
    right: 0;
    height: 55px;
    width: 58px;
    border-radius: 0 0 0 3px;
  }
.bp-x:before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' fill='%23fff'%3E%3Cpath d='M24 10l-2-2-6 6-6-6-2 2 6 6-6 6 2 2 6-6 6 6 2-2-6-6z'/%3E%3C/svg%3E");
    position: absolute;
    width: 37px;
    top: 8px;
    right: 10px;
    display: none;
  }
.bp-if,
  .bp-vid {
    position: relative;
    margin: auto;
    background: #000;
    background-size: 100% 100%;
  }
.bp-if iframe,
  .bp-if video,
  .bp-if div,
  .bp-vid iframe,
  .bp-vid video,
  .bp-vid div {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
  }
.bp-load {
    display: flex;
    background-size: 100% 100%;
    overflow: hidden;
    z-index: 1;
  }
.bp-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    transform: translateX(-100%);
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 3px 3px 0;
    animation: bp-bar 4s both;
  }
.bp-o,
  .bp-o:after {
    border-radius: 50%;
    width: 90px;
    height: 90px;
  }
.bp-o {
    margin: auto;
    border: 10px solid rgba(255, 255, 255, 0.2);
    border-left-color: rgba(255, 255, 255, 0.9);
    animation: bp-o 1s infinite linear;
  }
.bp-cap {
    position: absolute;
    bottom: 2%;
    background: rgba(9, 9, 9, 0.8);
    color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    max-width: 95%;
    line-height: 1.3;
    padding: 0.6em 1.2em;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
    width: -moz-fit-content;
    display: table;
    transition: opacity 0.3s;
    animation: bp-fadein 0.2s;
  }
.bp-cap a {
    color: inherit;
  }
.bp-inline {
    position: absolute;
  }
.bp-lock {
    overflow-y: hidden;
  }
.bp-lock body {
    overflow: scroll;
  }
.bp-noclose .bp-x {
    display: none;
  }
.bp-noclose:not(.bp-zoomed) {
    touch-action: pan-y;
  }
.bp-noclose:not(.bp-zoomed) .bp-img-wrap {
    cursor: zoom-in;
  }
@media (prefers-reduced-motion) {
    .bp-wrap * {
      animation-duration: 0s !important;
    }
  }
@media (max-width: 500px) {
    .bp-x {
      height: 47px;
      width: 47px;
    }
    .bp-x:before {
      width: 34px;
      top: 6px;
      right: 6px;
    }
  
    .bp-prev,
  .bp-next {
      margin-top: -27px;
      height: 54px;
      width: 45px;
    }
    .bp-prev:before,
  .bp-next:before {
      top: 7px;
      left: 2px;
      width: 43px;
    }
  
    .bp-o,
  .bp-o:after {
      border-width: 6px;
      width: 60px;
      height: 60px;
    }
  
    .bp-count {
      margin: 12px 10px;
    }
  }
#bp_vid {
    border-radius: 20px !important;    
  }
@media (min-width: 1024px) {
    #bp_vid {
      border-radius: 40px !important;
    }
  }
#bp_sv {
    border-radius: 40px;
  }
#bp_sv iframe {
      border-radius: 40px;
    }
/* select2 */
.select2-container {
    position: relative;
}
.select2-container:first-of-type .select2-results {
            min-width: 320px;
        }
.select2-container .select2-results__options {
        max-height: 300px !important;
        border-radius: 8px !important;
    }
@media (min-width: 1024px) {
.select2-container .select2-results__options {
            max-height: 520px !important
    }
        }
.select2-container .select2-results__option {
        font-size: 14px;
        font-weight: 500;
        padding: 10px;
    }
@media (min-width: 1024px) {
.select2-container .select2-results__option {
            font-size: 16px
    }
        }
.select2-container .select2-results__option--highlighted.select2-results__option--selectable {
        background-color: #f15946 !important;
    }
.select2-selection--single {
    position: relative;
}
.select2-selection--single::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        background: url('~../../../img/form/dropdown.svg') no-repeat center center;
        background-size: contain;
        height: 24px;
        width: 24px;
    }
.select2-container,
.select2-selection--single {
    /* width: 100% !important; */
    height: 100% !important;
    border: none !important;
    width: 100% !important;
    border-radius: 4px !important
}
@media (min-width: 1024px) {
  .select2-container,
.select2-selection--single {
    width: 13rem !important;
    border-radius: 0.5rem !important;
  }
}
@media (min-width: 1200px) {
  .select2-container,
.select2-selection--single {
    width: 15rem !important;
  }
}
@media (min-width: 1440px) {
  .select2-container,
.select2-selection--single {
    width: 20rem !important;
  }
}
.select2-container .select2-selection__arrow, .select2-selection--single .select2-selection__arrow {
        display: none;
    }
.select2-container .select2-selection__rendered, .select2-selection--single .select2-selection__rendered {
        display: flex !important;
        align-items: center;
        height: 100%;
        padding: 11px 24px 11px 12px !important;
        color: rgba(43, 44, 67, 0.5) !important;
        font-size: 12px;
        font-weight: 500;
    }
@media (min-width: 768px) {
.select2-container .select2-selection__rendered, .select2-selection--single .select2-selection__rendered {
            padding: 11px 32px 11px 14px !important
    }
        }
@media (min-width: 1024px) {
.select2-container .select2-selection__rendered, .select2-selection--single .select2-selection__rendered {
            font-size: 16px;
            padding: 11px 35px 11px 14px !important
    }
        }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #333;
    line-height: 36px;
    padding-left: 12px;
}
.select2-dropdown {
  border-radius: 4px !important;
}
@media (min-width: 1024px) {
  .select2-dropdown {
    border-radius: 0.5rem !important;
  }
}
.select2-dropdown {
    border: 1px solid #ccc;
    min-width: 300px !important;
}
.select2-container--open .select2-dropdown--below {
  border-radius: 4px !important;
}
@media (min-width: 1024px) {
  .select2-container--open .select2-dropdown--below {
    border-radius: 0.5rem !important;
  }
}
input[type='search'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: white;
}
.job-bold {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(178 25 23 / var(--tw-text-opacity));
}
.gform_wrapper {
    --gf-color-primary: #f15946 !important;
    --gf-color-primary-darker: #e2e2e2 !important;
    --gf-color-secondary: var(--gf-color-primary) !important;
    --gf-ctrl-label-font-size-primary: 16px !important;
    --gf-ctrl-label-font-weight-primary: 400 !important;
    --gf-ctrl-label-color-req: var(--gf-color-primary) !important;
    --gf-ctrl-label-color-primary: #16162180 !important;
    --gf-ctrl-label-color-secondary: #16162180 !important;
    --gf-label-req-gap: 0 !important;
    --gf-label-space-primary: 4px !important;
    --gf-ctrl-color: #1a1a1a !important;
    --gf-ctrl-font-size: 16px !important;
    --gf-ctrl-font-weight: 500 !important;
    --gf-ctrl-textarea-height: 140px !important;
    --gf-ctrl-textarea-resize: none !important;
    --gf-ctrl-textarea-padding-y: 12px !important;
    --gf-ctrl-border-width: 1px !important;
    --gf-ctrl-border-color: #ffffff !important;
    --gf-ctrl-size: 60px !important;
    --gf-ctrl-border-color-focus: var(--gf-color-primary) !important;
    --gf-ctrl-btn-radius: 180px !important;
    --gf-ctrl-btn-font-weight: 600 !important;
    --gf-ctrl-btn-size: 50px !important;
    --gf-ctrl-btn-font-size: 16px !important;
    --gf-ctrl-checkbox-check-radius: 4px !important;
    --gf-ctrl-choice-check-color: #fff !important;
    --gf-ctrl-checkbox-check-size: 14px !important;
    --gf-form-gap-x: 16px !important;
    --gf-form-gap-y: 16px !important;
    --gf-form-footer-margin-y-start: 0px !important;
    --gf-ctrl-outline-color-focus: transparent !important;
    --gf-ctrl-shadow: 0 !important;
    --gf-ctrl-checkbox-check-radius: 0 !important;
    --gf-field-choice-gap: 28px !important;
    --gf-label-space-x-secondary: 8px !important;

    --gf-ctrl-padding-x: 15px !important;
    /* --gf-ctrl-padding-y: 10px !important; */
    --gf-ctrl-radius: 100px !important;
    --gf-ctrl-textarea-radius: 30px !important;

    /* --gf-ctrl-shadow-focus: 1 !important; */
    --gf-ctrl-file-zone-radius: 30px !important;
    --gf-ctrl-file-zone-icon-color: #B21917 !important;
    --gf-ctrl-btn-bg-color-ctrl: #B21917 !important;
    --gf-ctrl-btn-bg-color-hover-ctrl: #B21917 !important;
    --gf-local-bg-color: #B21917 !important;
}
.gform_button {
    min-width: 174px !important;
}
@media (max-width: 767px) {
.gform_button {
        min-width: 100% !important
}
    }
.ginput_container_textarea textarea {
        min-block-size: var(--gf-ctrl-textarea-height) !important;
        margin-bottom: 12px !important;
    }
.gchoice > label {
    --gf-ctrl-label-color-primary: #404750 !important;
    --gf-ctrl-label-color-secondary: #404750 !important;
}
.gfield_checkbox {
    flex-direction: row !important;
    margin-bottom: 8px !important;
}
#field_2_1 {
    border: #e2e2e2 solid 1px !important;
}
#field_2_1::before {
        content: 'Which service(s) are you interested in?*';
        display: block;
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 16px;
    }
#field_2_1 {

    background-color: #f8f8f8 !important;
    padding: 14px 16px 12px 16px !important;
    --gf-label-choice-field-space-primary: 0;
}
#field_2_1 .gfield_checkbox {
        flex-direction: row !important;
    }
#field_2_1 legend.gfield_label {
        font-weight: 600;
        display: block !important;
        margin-bottom: 0.5rem;
    }
.gform-field-label > a {
    font-weight: 700 !important;
    text-decoration: underline !important;
}
.gfield_required_text {
    display: none !important;
}
.gfield--type-submit div {
  display: block;
}
@media (min-width: 1024px) {
  .gfield--type-submit div {
    justify-content: flex-end;
  }
}
#field_submit {
  grid-column-start: 1 !important;
  margin-top: 0.25rem !important;
  justify-content: flex-end;
}
@media (min-width: 1024px) {
  #field_submit {
    grid-column: span 4 / span 4 !important;
    grid-column-start: 12 !important;
    margin-top: 0px !important;
    justify-self: end !important;
  }
}
#field_submit {
    grid-column-end: auto !important;
}
.gform-theme ::-moz-placeholder {
        color: rgba(0, 0, 0, 0.4) !important;
    }
.gform-theme ::placeholder {
        color: rgba(0, 0, 0, 0.4) !important;
    }
.gform-theme input[type='checkbox']:hover {
        border-color: var(--gf-color-primary) !important;
    }
.gform-theme input[type='checkbox']:checked {
        background-color: var(--gf-color-primary) !important;
    }
#input_1_11 {
    margin-top: 12px !important;
}
.ginput_container_consent {
  grid-column: span 12 / span 12 !important;
  margin-top: 0px !important;
}
@media (min-width: 1024px) {
  .ginput_container_consent {
    grid-column-start: 8 !important;
    margin-top: 0.75rem !important;
  }
}
.ginput_container_consent a {
  font-weight: 700;
}
.ginput_container_consent a {
  --tw-text-opacity: 1;
  color: rgb(178 25 23 / var(--tw-text-opacity));
}
@media (min-width: 1024px) {
  .gform-field-label {
    white-space: nowrap !important;
  }
}
body .gform_wrapper input:focus,
body .gform_wrapper textarea:focus,
body .gform_wrapper select:focus {
    outline: none;
    transition: all 0.2s ease;

    border: 1px solid #CCC;
    box-shadow: 1px 1px 0 0 rgba(0, 0, 0, 0.05);
}
.gform-field-label {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
  line-height: 1.66 !important;
}
@media (min-width: 1024px) {
  .gform-field-label {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
}
body .gform_wrapper input,
body .gform_wrapper textarea,
body .gform_wrapper select {
  margin-top: 0.25rem;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
@media (min-width: 1024px) {
  body .gform_wrapper input,
body .gform_wrapper textarea,
body .gform_wrapper select {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
}
body .gform_wrapper select {
  padding-top: 1rem;
}
body .gform_wrapper select option:checked {
        color: #16162180 !important; 
    }
.gfield_html {
    padding: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 20px !important;
    font-size: 16px !important;
}
.form-white .gform_wrapper {
        --gf-ctrl-bg-color: #F3F3F1 !important;
        --gf-local-bg-color: #F3F3F1 !important;
    }
.client-type .ginput_container .gfield_radio {
  display: flex !important;
}
.client-type .ginput_container .gfield_radio {
  flex-direction: row !important;
}
.client-type .ginput_container .gfield_radio {
  gap: 1.25rem !important;
}
.client-type .ginput_container .gchoice {
  display: flex !important;
}
.client-type .ginput_container .gchoice {
  width: 100% !important;
}
.client-type .ginput_container .gchoice {
  border-radius: 9999px !important;
}
.client-type .ginput_container .gchoice {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}
@media (min-width: 1024px) {
  .client-type .ginput_container .gchoice {
    width: auto !important;
  }
}
.client-type .ginput_container .gchoice input:checked {
                background-color: red;
            }
.client-type .ginput_container .gchoice label {
  padding: 1.5rem !important;
}
#label_1_1_0,
#label_1_1_1 {
    display: inline-block !important;
    padding: 18px 24px !important;
    border-radius: 80px !important;
    cursor: pointer !important;
    background: #eee !important;
    margin-left: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 1.33 !important;
    font-family: 'LT Superior' !important;
    background-color: white !important;
    transition: background 300ms ease, color 300ms ease;
    text-align: center !important;
    width: 100% !important;
}
#choice_1_1_0:checked + #label_1_1_0,
#choice_1_1_1:checked + #label_1_1_1 {
    background: rgb(178, 25, 23) !important;
    color: white !important;
    
}
#choice_1_1_0, #choice_1_1_1 {
    display: none !important;
    margin-left: 0 !important;
}
/* Additional Form */
.js-form-extra-details .gform-body > #gform_fields_2 {
  max-height: 50dvh;
}
.js-form-extra-details .gform-body > #gform_fields_2 {
  overflow: scroll;
}
@media (min-width: 1024px) {
  .js-form-extra-details .gform-body > #gform_fields_2 {
    max-height: none;
  }
}
@media (min-width: 1024px) {
  .js-form-extra-details .gform-body > #gform_fields_2 {
    overflow: auto;
  }
}
.js-form-extra-details .gfield--type-html > p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 1024px) {
  .js-form-extra-details .gfield--type-html > p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.js-form-extra-details .gform_footer {
  padding-top: 1rem;
}
.js-form-extra-details .gform_validation_errors {
        display: none !important;
    }
/* Previous and next buttons styling */
.custom-pagination .prev,
.custom-pagination .next {
    padding: 16px;
    background-color: #FFF;
    border-radius: 200px;
    text-decoration: none;
    color: rgba(22, 22, 33, 0.40);
}
.custom-pagination .prev:hover,
.custom-pagination .next:hover {
    color: #B21A16;
}
.page-numbers {
    display: inline-block;
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    border-radius: 200px;
    text-decoration: none;
    color: #161621;
    transition: background-color 0.3s ease, color 0.3s ease;
    transition: all 0.3s ease;
    height: 2.25rem;
    width: 2.25rem;
    font-size: 0.75rem;
    line-height: 1rem;
}
@media (min-width: 768px) {
  .page-numbers {
    height: 52px;
    width: 52px;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.page-numbers.current {
    font-weight: 700;
    color: #B21A16;
}
.next,
.prev {
    padding: 0px 6px;
}
.case-study-pagination {
    display: flex;
    gap: 0.125rem}
@media (min-width: 768px) {
  .case-study-pagination {
    gap: 0.5rem;
  }
}
/* Pagination IN A GROUP */
.pagination-in-group .custom-pagination .prev,
    .pagination-in-group .custom-pagination .next {
        background-color: #F3F3F1;
        color: rgba(22, 22, 33, 0.40);
    }
.pagination-in-group .page-numbers { 
        background-color: #F3F3F1;
    }
/* FILTERS */
.custom-checkbox {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}
.custom-checkbox .indicator {
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
}
.custom-checkbox input:checked + .indicator::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: #B21917;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
/* Hover states */
.js-portal-files-pagination-container .page-numbers:hover, .js-portal-files-pagination-container-mobile .page-numbers:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(178 25 23 / var(--tw-bg-opacity));
}
.js-portal-files-pagination-container .page-numbers:hover, .js-portal-files-pagination-container-mobile .page-numbers:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.swiper-button-disabled {
    /* opacity: 0.5; */
    /* border: 1px solid #e3e8ea; */
}
.swiper-button-disabled::before {
    content: none !important;
    border: none !important;
}
.swiper-button-disabled i,
.swiper-button-disabled.group i {
    color: #E0E0DE !important;
}
.swiper-pagination {
    --swiper-theme-color: #fff;
    --swiper-pagination-bullet-inactive-color: #E0E0DE;
    --swiper-pagination-bullet-inactive-opacity: 0.8;
    --swiper-pagination-bullet-width: 12px;
    --swiper-pagination-bullet-height: 12px;
    --swiper-pagination-bullet-horizontal-gap: 0px;
}
.swiper-pagination > .swiper-pagination-bullet {
    /* border: #e3e8ea 1px solid; */
}
.swiper-pagination > .swiper-pagination-bullet-active {
    background-color: #B21A16;
    border: #B21A16 1px solid;
    width: 12px !important;
    height: 12px !important;
}
/* Custom Swiper Pagination */
.dot {
  display: inline-block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(180 191 220 / var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.dot.active {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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(178 25 23 / var(--tw-bg-opacity));
}
.js-logo-carousel {
    overflow: hidden;
    position: relative;
}
.logo-track {
    display: flex;
    flex-wrap: nowrap;
    animation: scroll 80s linear infinite;
}
.logo-track-slide {
    /* Empty placeholder if needed */
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-33.63%);
    }
}
.wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6,
    .mce-content-body h1,
    .mce-content-body h2,
    .mce-content-body h3,
    .mce-content-body h4,
    .mce-content-body h5,
    .mce-content-body h6 {
  font-family: "LT Superior", sans-serif !important;
}
.wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6,
    .mce-content-body h1,
    .mce-content-body h2,
    .mce-content-body h3,
    .mce-content-body h4,
    .mce-content-body h5,
    .mce-content-body h6 {
  font-weight: 600;
}
.wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6,
    .mce-content-body h1,
    .mce-content-body h2,
    .mce-content-body h3,
    .mce-content-body h4,
    .mce-content-body h5,
    .mce-content-body h6 {
  text-transform: capitalize;
}
.wysiwyg h1,
    .wysiwyg h2,
    .wysiwyg h3,
    .wysiwyg h4,
    .wysiwyg h5,
    .wysiwyg h6,
    .mce-content-body h1,
    .mce-content-body h2,
    .mce-content-body h3,
    .mce-content-body h4,
    .mce-content-body h5,
    .mce-content-body h6 {

        /* @apply my-4; */
    }
.wysiwyg h1,
    .wysiwyg h2,
    .mce-content-body h1,
    .mce-content-body h2 {
  font-size: 26px;
}
.wysiwyg h1,
    .wysiwyg h2,
    .mce-content-body h1,
    .mce-content-body h2 {
  font-weight: 600;
}
.wysiwyg h1,
    .wysiwyg h2,
    .mce-content-body h1,
    .mce-content-body h2 {
  line-height: 1.26 !important;
}
@media (min-width: 768px) {
  .wysiwyg h1,
    .wysiwyg h2,
    .mce-content-body h1,
    .mce-content-body h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .wysiwyg h1,
    .wysiwyg h2,
    .mce-content-body h1,
    .mce-content-body h2 {
    font-size: 40px;
  }
}
@media (min-width: 1024px) {
  .wysiwyg h1,
    .wysiwyg h2,
    .mce-content-body h1,
    .mce-content-body h2 {
    line-height: 1.2 !important;
  }
}
.wysiwyg h3, .mce-content-body h3 {
  font-size: 20px;
  line-height: 1.1;
}
.wysiwyg h3, .mce-content-body h3 {
  line-height: 1.4 !important;
}
@media (min-width: 1024px) {
  .wysiwyg h3, .mce-content-body h3 {
    font-size: 28px;
    line-height: 1.1;
  }
}
.wysiwyg h4, .mce-content-body h4 {
  font-size: 20px;
  line-height: 1.1;
}
@media (min-width: 1024px) {
  .wysiwyg h4, .mce-content-body h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.wysiwyg h5, .mce-content-body h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
@media (min-width: 1024px) {
  .wysiwyg h5, .mce-content-body h5 {
    font-size: 20px;
    line-height: 1.1;
  }
}
.wysiwyg h6, .mce-content-body h6 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.wysiwyg p, .mce-content-body p {
        /* @apply my-4; */
    }
.wysiwyg p, .mce-content-body p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.wysiwyg p, .mce-content-body p {
  font-weight: 500;
}
.wysiwyg p, .mce-content-body p {
  line-height: 1.5 !important;
}
@media (min-width: 1024px) {
  .wysiwyg p, .mce-content-body p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.wysiwyg p:last-child, .mce-content-body p:last-child {
  margin-bottom: 0px;
}
.wysiwyg a, .mce-content-body a {
  text-decoration-line: underline;
}
.wysiwyg a, .mce-content-body a {
  text-underline-offset: 2px;
}
.wysiwyg ol, .mce-content-body ol {
  list-style-position: inside;
}
.wysiwyg ol, .mce-content-body ol {
  list-style-type: decimal;
}
.wysiwyg ol, .mce-content-body ol {
  line-height: 1.5;
}
@media not all and (min-width: 1280px) {
  .wysiwyg ol, .mce-content-body ol {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .wysiwyg ol, .mce-content-body ol {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.wysiwyg ul, .mce-content-body ul {
  margin-top: 0.375rem;
}
.wysiwyg ul, .mce-content-body ul {
  list-style-type: disc;
}
.wysiwyg ul, .mce-content-body ul {
  padding-left: 1.25rem;
}
.wysiwyg ul, .mce-content-body ul {
  line-height: 1.5;
}
@media (min-width: 768px) {
  .wysiwyg ul, .mce-content-body ul {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.wysiwyg li, .mce-content-body li {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.wysiwyg li, .mce-content-body li {
  line-height: 1.5;
}
@media (min-width: 1024px) {
  .wysiwyg li, .mce-content-body li {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.wysiwyg li, .mce-content-body li {
        /* ml-4 */
    }
.wysiwyg img, .mce-content-body img {
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img, .mce-content-body img {
  overflow: hidden;
}
.wysiwyg img, .mce-content-body img {
  border-radius: 20px;
}
.wysiwyg iframe, .mce-content-body iframe {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9;
        max-width: 100%;
        display: block;
        margin-top: 12px;
    }
.wysiwyg a, .mce-content-body a {
        color: #B21917;
    }
/* Blocks */
/* Pages */
.legacy-content-wrapper {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500 !important;
    line-height: 1.75;
    color: rgb(22 22 33 / 0.8)
}
@media (min-width: 1024px) {
  .legacy-content-wrapper {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.legacy-content-wrapper > * + * {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .legacy-content-wrapper > * + * {
    margin-bottom: 1.5rem;
  }
}
.legacy-content-wrapper img {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .legacy-content-wrapper img {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }
}
.legacy-content-wrapper b,
    .legacy-content-wrapper strong {
  font-weight: 600 !important;
}
.legacy-content-wrapper h1,
    .legacy-content-wrapper h2,
    .legacy-content-wrapper h3,
    .legacy-content-wrapper h4,
    .legacy-content-wrapper h5,
    .legacy-content-wrapper h6,
    .legacy-content-wrapper h1 > span,
    .legacy-content-wrapper h2 > span,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h4 > span,
    .legacy-content-wrapper h5 > span,
    .legacy-content-wrapper h6 > span {
  font-weight: 600;
}
.legacy-content-wrapper h1,
    .legacy-content-wrapper h2,
    .legacy-content-wrapper h3,
    .legacy-content-wrapper h4,
    .legacy-content-wrapper h5,
    .legacy-content-wrapper h6,
    .legacy-content-wrapper h1 > span,
    .legacy-content-wrapper h2 > span,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h4 > span,
    .legacy-content-wrapper h5 > span,
    .legacy-content-wrapper h6 > span {
  text-transform: capitalize;
}
.legacy-content-wrapper h1,
    .legacy-content-wrapper h2,
    .legacy-content-wrapper h3,
    .legacy-content-wrapper h4,
    .legacy-content-wrapper h5,
    .legacy-content-wrapper h6,
    .legacy-content-wrapper h1 > span,
    .legacy-content-wrapper h2 > span,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h4 > span,
    .legacy-content-wrapper h5 > span,
    .legacy-content-wrapper h6 > span {
  --tw-text-opacity: 1;
  color: rgb(22 22 33 / var(--tw-text-opacity));
}
.legacy-content-wrapper h1,
    .legacy-content-wrapper h2,
    .legacy-content-wrapper h3,
    .legacy-content-wrapper h4,
    .legacy-content-wrapper h5,
    .legacy-content-wrapper h6,
    .legacy-content-wrapper h1 > span,
    .legacy-content-wrapper h2 > span,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h4 > span,
    .legacy-content-wrapper h5 > span,
    .legacy-content-wrapper h6 > span {
  margin-top: 2.25rem;
}
.legacy-content-wrapper h1,
    .legacy-content-wrapper h2,
    .legacy-content-wrapper h3,
    .legacy-content-wrapper h4,
    .legacy-content-wrapper h5,
    .legacy-content-wrapper h6,
    .legacy-content-wrapper h1 > span,
    .legacy-content-wrapper h2 > span,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h4 > span,
    .legacy-content-wrapper h5 > span,
    .legacy-content-wrapper h6 > span {
  margin-bottom: 1rem;
}
.legacy-content-wrapper h1,
    .legacy-content-wrapper h2,
    .legacy-content-wrapper h1 > span,
    .legacy-content-wrapper h2 > span,
    .legacy-content-wrapper h1 > strong > span,
    .legacy-content-wrapper h2 > strong > span {
  font-size: 1.5rem;
  line-height: 2rem;
}
.legacy-content-wrapper h1,
    .legacy-content-wrapper h2,
    .legacy-content-wrapper h1 > span,
    .legacy-content-wrapper h2 > span,
    .legacy-content-wrapper h1 > strong > span,
    .legacy-content-wrapper h2 > strong > span {
  font-weight: 600;
}
@media (min-width: 768px) {
  .legacy-content-wrapper h1,
    .legacy-content-wrapper h2,
    .legacy-content-wrapper h1 > span,
    .legacy-content-wrapper h2 > span,
    .legacy-content-wrapper h1 > strong > span,
    .legacy-content-wrapper h2 > strong > span {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .legacy-content-wrapper h1,
    .legacy-content-wrapper h2,
    .legacy-content-wrapper h1 > span,
    .legacy-content-wrapper h2 > span,
    .legacy-content-wrapper h1 > strong > span,
    .legacy-content-wrapper h2 > strong > span {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.legacy-content-wrapper h3,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h3 > strong > span {
  font-size: 20px;
  line-height: 1.1;
}
.legacy-content-wrapper h3,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h3 > strong > span {
  font-weight: 600;
}
.legacy-content-wrapper h3,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h3 > strong > span {
  line-height: 1.4;
}
.legacy-content-wrapper h3,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h3 > strong > span {
  text-decoration-line: none !important;
}
@media (min-width: 1024px) {
  .legacy-content-wrapper h3,
    .legacy-content-wrapper h3 > span,
    .legacy-content-wrapper h3 > strong > span {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.legacy-content-wrapper h4,
    .legacy-content-wrapper h4 > span,
    .legacy-content-wrapper h4 > strong > span {
  font-size: 20px;
  line-height: 1.1;
}
.legacy-content-wrapper h4,
    .legacy-content-wrapper h4 > span,
    .legacy-content-wrapper h4 > strong > span {
  font-weight: 600;
}
.legacy-content-wrapper h4,
    .legacy-content-wrapper h4 > span,
    .legacy-content-wrapper h4 > strong > span {
  text-decoration-line: none !important;
}
.legacy-content-wrapper h5,
    .legacy-content-wrapper h5 > span,
    .legacy-content-wrapper h5 > strong > span {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.legacy-content-wrapper h5,
    .legacy-content-wrapper h5 > span,
    .legacy-content-wrapper h5 > strong > span {
  font-weight: 600;
}
.legacy-content-wrapper h5,
    .legacy-content-wrapper h5 > span,
    .legacy-content-wrapper h5 > strong > span {
  text-decoration-line: none !important;
}
.legacy-content-wrapper h6,
    .legacy-content-wrapper h6 > span,
    .legacy-content-wrapper h6 > strong > span {
  font-size: 0.75rem;
  line-height: 1rem;
}
.legacy-content-wrapper h6,
    .legacy-content-wrapper h6 > span,
    .legacy-content-wrapper h6 > strong > span {
  font-weight: 600;
}
.legacy-content-wrapper h6,
    .legacy-content-wrapper h6 > span,
    .legacy-content-wrapper h6 > strong > span {
  text-decoration-line: none !important;
}
.legacy-content-wrapper p,
    .legacy-content-wrapper span,
    .legacy-content-wrapper a {
        /* @apply my-4; */
    }
.legacy-content-wrapper p,
    .legacy-content-wrapper span,
    .legacy-content-wrapper a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.legacy-content-wrapper p,
    .legacy-content-wrapper span,
    .legacy-content-wrapper a {
  font-weight: 500 !important;
}
.legacy-content-wrapper p,
    .legacy-content-wrapper span,
    .legacy-content-wrapper a {
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .legacy-content-wrapper p,
    .legacy-content-wrapper span,
    .legacy-content-wrapper a {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.legacy-content-wrapper p:last-child, .legacy-content-wrapper span:last-child, .legacy-content-wrapper a:last-child {
  margin-bottom: 0px;
}
.legacy-content-wrapper a {
  text-decoration-line: underline;
}
.legacy-content-wrapper a {
  text-underline-offset: 2px;
}
.legacy-content-wrapper ol {
  list-style-position: inside;
}
.legacy-content-wrapper ol {
  list-style-type: decimal;
}
.legacy-content-wrapper ol {
  line-height: 1.5;
}
@media not all and (min-width: 1280px) {
  .legacy-content-wrapper ol {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .legacy-content-wrapper ol {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.legacy-content-wrapper ul {
  list-style-type: disc;
}
.legacy-content-wrapper ul {
  line-height: 1.5;
}
@media not all and (min-width: 1280px) {
  .legacy-content-wrapper ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .legacy-content-wrapper ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.legacy-content-wrapper ul {
        padding-left: 0.9em;
    }
.legacy-content-wrapper li {
  margin-left: 1rem;
}
.legacy-content-wrapper li {
  margin-bottom: 0.25rem;
}
.legacy-content-wrapper li {
  line-height: 1.5;
}
.legacy-content-wrapper img {
  overflow: hidden;
}
.legacy-content-wrapper img {
  border-radius: 1.5rem;
}
.legacy-content-wrapper--large h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.legacy-content-wrapper--large h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.legacy-content-wrapper--large h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6 {
  font-weight: 600;
}
.content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6 {
  text-transform: capitalize;
}
.content h1,
    .content h2,
    .content h3,
    .content h4,
    .content h5,
    .content h6 {

        /* @apply my-4; */
    }
.content h1,
    .content h2 {
  font-size: 1.5rem;
  line-height: 2rem;
}
@media (min-width: 768px) {
  .content h1,
    .content h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px) {
  .content h1,
    .content h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}
.content h3 {
  font-size: 20px;
  line-height: 1.1;
}
.content h3 {
  line-height: 1.4;
}
@media (min-width: 1024px) {
  .content h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.content h4 {
  font-size: 20px;
  line-height: 1.1;
}
.content h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.content h6 {
  font-size: 0.75rem;
  line-height: 1rem;
}
.content p {
        /* @apply my-4; */
    }
.content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.content p {
  font-weight: 500 !important;
}
.content p {
  line-height: 1.75;
}
@media (min-width: 1024px) {
  .content p {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.content p:last-child {
  margin-bottom: 0px;
}
.content a {
  text-decoration-line: underline;
}
.content a {
  text-underline-offset: 2px;
}
.content ol {
  list-style-position: inside;
}
.content ol {
  list-style-type: decimal;
}
.content ol {
  line-height: 1.5;
}
@media not all and (min-width: 1280px) {
  .content ol {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .content ol {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.content ul {
  list-style-type: disc;
}
.content ul {
  line-height: 1.5;
}
@media not all and (min-width: 1280px) {
  .content ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media (min-width: 768px) {
  .content ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.content ul {
        padding-left: 0.9em;
    }
.content li {
  margin-left: 1rem;
}
.content li {
  margin-bottom: 0.25rem;
}
.content li {
  line-height: 1.5;
}
.content img {
  overflow: hidden;
}
.content img {
  border-radius: 1.5rem;
}
.content--large h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.content--large h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.content--large h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}
.legacy-content-wrapper:not(:first-of-type),
.legacy-content-wrapper:not(:last-of-type) {
    margin-top: 16px;
    margin-bottom: 16px;
}
.legacy-content-wrapper:first-of-type {
  margin-top: 5rem;
}
@media (min-width: 768px) {
  .legacy-content-wrapper:first-of-type {
    margin-top: 6rem;
  }
}
@media (min-width: 1600px) {
  .legacy-content-wrapper:first-of-type {
    margin-top: 8rem;
  }
}
.legacy-content-wrapper:last-of-type {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .legacy-content-wrapper:last-of-type {
    margin-bottom: 4rem;
  }
}
@media (min-width: 1600px) {
  .legacy-content-wrapper:last-of-type {
    margin-bottom: 5rem;
  }
}
strong {
    color: #161621;
}
.wp-block-heading {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;

    font-size: 32px;
    color: black;
    font-weight: 500;
}
.wp-block-pullquote {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;

    font-size: 28px;
    color: black;
    font-weight: 400;
}
.wp-block-image {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.wp-block-embed {
    width: 90%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.5rem;
}
@media (min-width: 1024px) {
  .wp-block-embed {
    font-size: 20px;
    line-height: 1.1;
  }
}
.wp-block-embed {

    color: black;
    font-weight: 400;
}
.placeholder\:text-brand-blue\/50::-moz-placeholder {
  color: rgb(22 22 33 / 0.5);
}
.placeholder\:text-brand-blue\/50::placeholder {
  color: rgb(22 22 33 / 0.5);
}
.first\:ml-0:first-child {
  margin-left: 0px;
}
.last\:mr-4:last-child {
  margin-right: 1rem;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.hover\:bg-brand-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(178 25 23 / var(--tw-bg-opacity));
}
.hover\:bg-brand-red-dark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(164 23 21 / var(--tw-bg-opacity));
}
.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-brand-red:hover {
  --tw-text-opacity: 1;
  color: rgb(178 25 23 / var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.group\/button:hover .group-hover\/button\:translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}
.group\/button:hover .group-hover\/button\:translate-y-1 {
  --tw-translate-y: 0.25rem;
  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));
}
.group:hover .group-hover\:-translate-x-2 {
  --tw-translate-x: -0.5rem;
  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));
}
.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  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));
}
.group\/nav-card:hover .group-hover\/nav-card\:text-brand-red {
  --tw-text-opacity: 1;
  color: rgb(178 25 23 / var(--tw-text-opacity));
}
.group\/swiper-controls:hover .group-hover\/swiper-controls\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-brand-red {
  --tw-text-opacity: 1;
  color: rgb(178 25 23 / var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group\/nav:hover .group-hover\/nav\:opacity-100 {
  opacity: 1;
}
@media not all and (min-width: 1600px) {
  .max-3xl\:w-\[92\%\] {
    width: 92%;
  }
}
@media not all and (min-width: 1440px) {
  .max-2xl\:w-\[92\%\] {
    width: 92%;
  }
}
@media (max-width: 1240px) {
  .max-\[1240px\]\:hidden {
    display: none;
  }
}
@media (max-width: 1220px) {
  .max-\[1220px\]\:hidden {
    display: none;
  }
}
@media (max-width: 1140px) {
  .max-\[1140px\]\:hidden {
    display: none;
  }
}
@media (max-width: 1130px) {
  .max-\[1130px\]\:hidden {
    display: none;
  }
}
@media (max-width: 1065px) {
  .max-\[1065px\]\:hidden {
    display: none;
  }
}
@media (max-width: 1060px) {
  .max-\[1060px\]\:hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .md\:\!order-1 {
    order: 1 !important;
  }
  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .md\:col-start-4 {
    grid-column-start: 4;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:mb-28 {
    margin-bottom: 7rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:mr-3 {
    margin-right: 0.75rem;
  }
  .md\:mt-10 {
    margin-top: 2.5rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:block {
    display: block;
  }
  .md\:hidden {
    display: none;
  }
  .md\:\!h-\[320px\] {
    height: 320px !important;
  }
  .md\:h-\[160px\] {
    height: 160px;
  }
  .md\:h-\[200px\] {
    height: 200px;
  }
  .md\:h-\[240px\] {
    height: 240px;
  }
  .md\:h-\[280px\] {
    height: 280px;
  }
  .md\:h-\[30dvh\] {
    height: 30dvh;
  }
  .md\:h-\[320px\] {
    height: 320px;
  }
  .md\:h-\[360px\] {
    height: 360px;
  }
  .md\:h-\[460px\] {
    height: 460px;
  }
  .md\:h-\[520px\] {
    height: 520px;
  }
  .md\:max-h-\[180px\] {
    max-height: 180px;
  }
  .md\:max-h-\[360px\] {
    max-height: 360px;
  }
  .md\:max-h-\[400px\] {
    max-height: 400px;
  }
  .md\:min-h-\[240px\] {
    min-height: 240px;
  }
  .md\:min-h-\[180px\] {
    min-height: 180px;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:min-w-\[420px\] {
    min-width: 420px;
  }
  .md\:max-w-none {
    max-width: none;
  }
  .md\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }
  .md\:grid-rows-\[200px_200px\] {
    grid-template-rows: 200px 200px;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-normal {
    justify-content: normal;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-0 {
    gap: 0px;
  }
  .md\:gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
  }
  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }
  .md\:overflow-visible {
    overflow: visible;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:p-5 {
    padding: 1.25rem;
  }
  .md\:p-7 {
    padding: 1.75rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
  .md\:py-25 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md\:pl-10 {
    padding-left: 2.5rem;
  }
  .md\:pr-0 {
    padding-right: 0px;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-5xl {
    font-size: 50px;
    line-height: 1.2;
  }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }
  .lg\:-bottom-7\.5 {
    bottom: -30px;
  }
  .lg\:bottom-12 {
    bottom: 3rem;
  }
  .lg\:left-\[60px\] {
    left: 60px;
  }
  .lg\:right-0 {
    right: 0px;
  }
  .lg\:right-15 {
    right: 60px;
  }
  .lg\:right-3 {
    right: 0.75rem;
  }
  .lg\:top-0 {
    top: 0px;
  }
  .lg\:top-1\/2 {
    top: 50%;
  }
  .lg\:top-15 {
    top: 60px;
  }
  .lg\:order-last {
    order: 9999;
  }
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .lg\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .lg\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .lg\:\!mb-4 {
    margin-bottom: 1rem !important;
  }
  .lg\:\!mb-6 {
    margin-bottom: 1.5rem !important;
  }
  .lg\:-mb-20 {
    margin-bottom: -5rem;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:mb-2\.5 {
    margin-bottom: 0.625rem;
  }
  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:mb-36 {
    margin-bottom: 9rem;
  }
  .lg\:mb-4 {
    margin-bottom: 1rem;
  }
  .lg\:mb-44 {
    margin-bottom: 11rem;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-7\.5 {
    margin-bottom: 30px;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-\[14px\] {
    margin-bottom: 14px;
  }
  .lg\:mb-\[30px\] {
    margin-bottom: 30px;
  }
  .lg\:mb-\[50px\] {
    margin-bottom: 50px;
  }
  .lg\:ml-10 {
    margin-left: 2.5rem;
  }
  .lg\:mr-0 {
    margin-right: 0px;
  }
  .lg\:mr-15 {
    margin-right: 60px;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-10 {
    margin-top: 2.5rem;
  }
  .lg\:mt-11 {
    margin-top: 2.75rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem;
  }
  .lg\:mt-20 {
    margin-top: 5rem;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mt-40 {
    margin-top: 10rem;
  }
  .lg\:mt-5 {
    margin-top: 1.25rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mt-60 {
    margin-top: 15rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:mt-9 {
    margin-top: 2.25rem;
  }
  .lg\:mt-\[106px\] {
    margin-top: 106px;
  }
  .lg\:mt-\[137px\] {
    margin-top: 137px;
  }
  .lg\:mt-\[18px\] {
    margin-top: 18px;
  }
  .lg\:mt-\[226px\] {
    margin-top: 226px;
  }
  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }
  .lg\:mt-\[34px\] {
    margin-top: 34px;
  }
  .lg\:mt-\[40px\] {
    margin-top: 40px;
  }
  .lg\:mt-\[50px\] {
    margin-top: 50px;
  }
  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }
  .lg\:mt-\[69px\] {
    margin-top: 69px;
  }
  .lg\:mt-\[90px\] {
    margin-top: 90px;
  }
  .lg\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .lg\:line-clamp-none {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:\!flex {
    display: flex !important;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:\!h-16 {
    height: 4rem !important;
  }
  .lg\:\!h-20 {
    height: 5rem !important;
  }
  .lg\:\!h-\[385px\] {
    height: 385px !important;
  }
  .lg\:\!h-\[578px\] {
    height: 578px !important;
  }
  .lg\:h-12 {
    height: 3rem;
  }
  .lg\:h-16 {
    height: 4rem;
  }
  .lg\:h-\[13px\] {
    height: 13px;
  }
  .lg\:h-\[180px\] {
    height: 180px;
  }
  .lg\:h-\[228px\] {
    height: 228px;
  }
  .lg\:h-\[240px\] {
    height: 240px;
  }
  .lg\:h-\[254px\] {
    height: 254px;
  }
  .lg\:h-\[333px\] {
    height: 333px;
  }
  .lg\:h-\[358px\] {
    height: 358px;
  }
  .lg\:h-\[380px\] {
    height: 380px;
  }
  .lg\:h-\[400px\] {
    height: 400px;
  }
  .lg\:h-\[45dvh\] {
    height: 45dvh;
  }
  .lg\:h-\[460px\] {
    height: 460px;
  }
  .lg\:h-\[480px\] {
    height: 480px;
  }
  .lg\:h-\[500px\] {
    height: 500px;
  }
  .lg\:h-\[580px\] {
    height: 580px;
  }
  .lg\:h-\[600px\] {
    height: 600px;
  }
  .lg\:h-\[64px\] {
    height: 64px;
  }
  .lg\:h-\[700px\] {
    height: 700px;
  }
  .lg\:h-\[72px\] {
    height: 72px;
  }
  .lg\:h-\[75px\] {
    height: 75px;
  }
  .lg\:h-\[814px\] {
    height: 814px;
  }
  .lg\:h-\[94px\] {
    height: 94px;
  }
  .lg\:h-\[calc\(100\%\+40px\)\] {
    height: calc(100% + 40px);
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-fit {
    height: -moz-fit-content;
    height: fit-content;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:max-h-\[254px\] {
    max-height: 254px;
  }
  .lg\:max-h-\[510px\] {
    max-height: 510px;
  }
  .lg\:max-h-\[650px\] {
    max-height: 650px;
  }
  .lg\:max-h-\[83px\] {
    max-height: 83px;
  }
  .lg\:min-h-96 {
    min-height: 24rem;
  }
  .lg\:min-h-\[200px\] {
    min-height: 200px;
  }
  .lg\:min-h-\[260px\] {
    min-height: 260px;
  }
  .lg\:min-h-\[380px\] {
    min-height: 380px;
  }
  .lg\:min-h-\[420px\] {
    min-height: 420px;
  }
  .lg\:min-h-\[500px\] {
    min-height: 500px;
  }
  .lg\:min-h-\[600px\] {
    min-height: 600px;
  }
  .lg\:min-h-\[700px\] {
    min-height: 700px;
  }
  .lg\:min-h-\[75px\] {
    min-height: 75px;
  }
  .lg\:min-h-\[814px\] {
    min-height: 814px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-12 {
    width: 3rem;
  }
  .lg\:w-16 {
    width: 4rem;
  }
  .lg\:w-4\/5 {
    width: 80%;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-\[13px\] {
    width: 13px;
  }
  .lg\:w-\[185px\] {
    width: 185px;
  }
  .lg\:w-\[212px\] {
    width: 212px;
  }
  .lg\:w-\[272px\] {
    width: 272px;
  }
  .lg\:w-\[30\%\] {
    width: 30%;
  }
  .lg\:w-\[32\%\] {
    width: 32%;
  }
  .lg\:w-\[68\%\] {
    width: 68%;
  }
  .lg\:w-\[80\%\] {
    width: 80%;
  }
  .lg\:w-\[calc\(100\%\+40px\)\] {
    width: calc(100% + 40px);
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:min-w-\[132px\] {
    min-width: 132px;
  }
  .lg\:min-w-\[480px\] {
    min-width: 480px;
  }
  .lg\:max-w-\[1440px\] {
    max-width: 1440px;
  }
  .lg\:max-w-\[360px\] {
    max-width: 360px;
  }
  .lg\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-rows-\[260px\] {
    grid-template-rows: 260px;
  }
  .lg\:\!flex-row {
    flex-direction: row !important;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-end {
    align-items: flex-end;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-normal {
    justify-content: normal;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:gap-0 {
    gap: 0px;
  }
  .lg\:gap-10 {
    gap: 2.5rem;
  }
  .lg\:gap-15 {
    gap: 60px;
  }
  .lg\:gap-16 {
    gap: 4rem;
  }
  .lg\:gap-20 {
    gap: 5rem;
  }
  .lg\:gap-4 {
    gap: 1rem;
  }
  .lg\:gap-5 {
    gap: 1.25rem;
  }
  .lg\:gap-6 {
    gap: 1.5rem;
  }
  .lg\:gap-7 {
    gap: 1.75rem;
  }
  .lg\:gap-7\.5 {
    gap: 30px;
  }
  .lg\:gap-8 {
    gap: 2rem;
  }
  .lg\:gap-\[45px\] {
    gap: 45px;
  }
  .lg\:gap-\[51px\] {
    gap: 51px;
  }
  .lg\:gap-\[54px\] {
    gap: 54px;
  }
  .lg\:gap-\[84px\] {
    gap: 84px;
  }
  .lg\:gap-x-0 {
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }
  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .lg\:gap-x-9 {
    -moz-column-gap: 2.25rem;
         column-gap: 2.25rem;
  }
  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }
  .lg\:gap-y-5 {
    row-gap: 1.25rem;
  }
  .lg\:gap-y-9 {
    row-gap: 2.25rem;
  }
  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }
  .lg\:overflow-auto {
    overflow: auto;
  }
  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }
  .lg\:rounded-2\.5xl {
    border-radius: 20px;
  }
  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .lg\:rounded-\[80px\] {
    border-radius: 80px;
  }
  .lg\:rounded-b-2\.5xl {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  .lg\:rounded-b-\[80px\] {
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .lg\:rounded-t-\[80px\] {
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
  .lg\:border-l-4 {
    border-left-width: 4px;
  }
  .lg\:bg-black\/\[4\%\] {
    background-color: rgb(0 0 0 / 4%);
  }
  .lg\:p-0 {
    padding: 0px;
  }
  .lg\:p-10 {
    padding: 2.5rem;
  }
  .lg\:p-12 {
    padding: 3rem;
  }
  .lg\:p-2 {
    padding: 0.5rem;
  }
  .lg\:p-3 {
    padding: 0.75rem;
  }
  .lg\:p-5 {
    padding: 1.25rem;
  }
  .lg\:p-7 {
    padding: 1.75rem;
  }
  .lg\:p-7\.5 {
    padding: 30px;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:p-\[25px\] {
    padding: 25px;
  }
  .lg\:p-\[50px\] {
    padding: 50px;
  }
  .lg\:p-\[70px\] {
    padding: 70px;
  }
  .lg\:\!px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }
  .lg\:\!py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .lg\:py-25 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .lg\:py-\[200px\] {
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .lg\:py-\[25px\] {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .lg\:\!pb-\[6px\] {
    padding-bottom: 6px !important;
  }
  .lg\:\!pt-\[10px\] {
    padding-top: 10px !important;
  }
  .lg\:pb-0 {
    padding-bottom: 0px;
  }
  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }
  .lg\:pb-16 {
    padding-bottom: 4rem;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pl-15 {
    padding-left: 60px;
  }
  .lg\:pl-\[110px\] {
    padding-left: 110px;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pr-15 {
    padding-right: 60px;
  }
  .lg\:pr-30 {
    padding-right: 120px;
  }
  .lg\:pr-\[110px\] {
    padding-right: 110px;
  }
  .lg\:pt-0 {
    padding-top: 0px;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem;
  }
  .lg\:pt-36 {
    padding-top: 9rem;
  }
  .lg\:pt-40 {
    padding-top: 10rem;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .lg\:pr-4 {
    padding-right: 1rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:font-body {
    font-family: "LT Superior", sans-serif;
  }
  .lg\:\!text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
  }
  .lg\:text-2\.5xl {
    font-size: 28px;
    line-height: 1.1;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl {
    font-size: 50px;
    line-height: 1.2;
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-\[40px\] {
    font-size: 40px;
  }
  .lg\:text-\[48px\] {
    font-size: 48px;
  }
  .lg\:text-\[50px\] {
    font-size: 50px;
  }
  .lg\:text-\[60px\] {
    font-size: 60px;
  }
  .lg\:text-\[96px\] {
    font-size: 96px;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl {
    font-size: 20px;
    line-height: 1.1;
  }
  .lg\:\!text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
  }
  .lg\:text-\[44px\] {
    font-size: 44px;
  }
  .lg\:font-semibold {
    font-weight: 600;
  }
  .lg\:\!leading-\[1\.36\] {
    line-height: 1.36 !important;
  }
  .lg\:\!leading-\[1\.55\] {
    line-height: 1.55 !important;
  }
  .lg\:\!leading-none {
    line-height: 1 !important;
  }
  .lg\:\!leading-relaxed {
    line-height: 1.75 !important;
  }
  .lg\:-tracking-\[0\.4px\] {
    letter-spacing: -0.4px;
  }
  .lg\:opacity-0 {
    opacity: 0;
  }
  .lg\:last\:mr-0:last-child {
    margin-right: 0px;
  }
}
@media (min-width: 1200px) {
  .min-\[1200px\]\:\!w-60 {
    width: 15rem !important;
  }
}
@media (min-width: 1220px) {
  .\31xl\:left-0 {
    left: 0px;
  }
  .\31xl\:right-6 {
    right: 1.5rem;
  }
  .\31xl\:top-30 {
    top: 120px;
  }
  .\31xl\:top-6 {
    top: 1.5rem;
  }
  .\31xl\:top-\[68px\] {
    top: 68px;
  }
  .\31xl\:z-50 {
    z-index: 50;
  }
  .\31xl\:mt-6 {
    margin-top: 1.5rem;
  }
  .\31xl\:block {
    display: block;
  }
  .\31xl\:flex {
    display: flex;
  }
  .\31xl\:hidden {
    display: none;
  }
  .\31xl\:h-\[550px\] {
    height: 550px;
  }
  .\31xl\:max-h-\[280px\] {
    max-height: 280px;
  }
  .\31xl\:w-full {
    width: 100%;
  }
  .\31xl\:rounded-\[40px\] {
    border-radius: 40px;
  }
  .\31xl\:border-b {
    border-bottom-width: 1px;
  }
  .\31xl\:bg-\[\#F0EEE9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 238 233 / var(--tw-bg-opacity));
  }
  .\31xl\:p-16 {
    padding: 4rem;
  }
  .\31xl\:p-4 {
    padding: 1rem;
  }
  .\31xl\:text-5xl {
    font-size: 50px;
    line-height: 1.2;
  }
  .min-\[1220px\]\:mr-2 {
    margin-right: 0.5rem;
  }
  .min-\[1220px\]\:block {
    display: block;
  }
  .min-\[1220px\]\:flex {
    display: flex;
  }
  .min-\[1220px\]\:hidden {
    display: none;
  }
  .min-\[1220px\]\:h-\[52px\] {
    height: 52px;
  }
  .min-\[1220px\]\:w-\[52px\] {
    width: 52px;
  }
  .min-\[1220px\]\:gap-0 {
    gap: 0px;
  }
  .min-\[1220px\]\:rounded-none {
    border-radius: 0px;
  }
  .min-\[1220px\]\:bg-\[\#F0EEE9\] {
    --tw-bg-opacity: 1;
    background-color: rgb(240 238 233 / var(--tw-bg-opacity));
  }
  .min-\[1220px\]\:bg-transparent {
    background-color: transparent;
  }
  .min-\[1220px\]\:p-0 {
    padding: 0px;
  }
  .min-\[1220px\]\:p-4 {
    padding: 1rem;
  }
}
@media (min-width: 1280px) {
  .xl\:static {
    position: static;
  }
  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .xl\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .xl\:row-span-1 {
    grid-row: span 1 / span 1;
  }
  .xl\:row-span-2 {
    grid-row: span 2 / span 2;
  }
  .xl\:row-span-3 {
    grid-row: span 3 / span 3;
  }
  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }
  .xl\:mb-7\.5 {
    margin-bottom: 30px;
  }
  .xl\:mt-0 {
    margin-top: 0px;
  }
  .xl\:mt-12 {
    margin-top: 3rem;
  }
  .xl\:mt-16 {
    margin-top: 4rem;
  }
  .xl\:mt-5 {
    margin-top: 1.25rem;
  }
  .xl\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .xl\:block {
    display: block;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:grid {
    display: grid;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:h-\[420px\] {
    height: 420px;
  }
  .xl\:h-\[480px\] {
    height: 480px;
  }
  .xl\:h-auto {
    height: auto;
  }
  .xl\:h-full {
    height: 100%;
  }
  .xl\:min-h-\[277px\] {
    min-height: 277px;
  }
  .xl\:w-5\/12 {
    width: 41.666667%;
  }
  .xl\:w-7\/12 {
    width: 58.333333%;
  }
  .xl\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:items-center {
    align-items: center;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:gap-0 {
    gap: 0px;
  }
  .xl\:gap-10 {
    gap: 2.5rem;
  }
  .xl\:gap-12 {
    gap: 3rem;
  }
  .xl\:gap-4 {
    gap: 1rem;
  }
  .xl\:gap-6 {
    gap: 1.5rem;
  }
  .xl\:gap-y-8 {
    row-gap: 2rem;
  }
  .xl\:overflow-auto {
    overflow: auto;
  }
  .xl\:bg-transparent {
    background-color: transparent;
  }
  .xl\:p-10 {
    padding: 2.5rem;
  }
  .xl\:p-5 {
    padding: 1.25rem;
  }
  .xl\:\!pb-0 {
    padding-bottom: 0px !important;
  }
  .xl\:pb-0 {
    padding-bottom: 0px;
  }
  .xl\:pt-0 {
    padding-top: 0px;
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-8xl {
    font-size: 90px;
    line-height: 1;
  }
  .xl\:text-\[80px\] {
    font-size: 80px;
  }
  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1320px) {
  .min-\[1320px\]\:flex {
    display: flex;
  }
}
@media (min-width: 1440px) {
  .\32xl\:bottom-20 {
    bottom: 5rem;
  }
  .\32xl\:left-\[100px\] {
    left: 100px;
  }
  .\32xl\:top-7\.5 {
    top: 30px;
  }
  .\32xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .\32xl\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .\32xl\:my-35 {
    margin-top: 140px;
    margin-bottom: 140px;
  }
  .\32xl\:mb-0 {
    margin-bottom: 0px;
  }
  .\32xl\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .\32xl\:mr-30 {
    margin-right: 120px;
  }
  .\32xl\:mt-25 {
    margin-top: 100px;
  }
  .\32xl\:mt-\[70px\] {
    margin-top: 70px;
  }
  .\32xl\:flex {
    display: flex;
  }
  .\32xl\:inline-flex {
    display: inline-flex;
  }
  .\32xl\:hidden {
    display: none;
  }
  .\32xl\:\!h-20 {
    height: 5rem !important;
  }
  .\32xl\:h-25 {
    height: 100px;
  }
  .\32xl\:h-\[277px\] {
    height: 277px;
  }
  .\32xl\:h-\[432px\] {
    height: 432px;
  }
  .\32xl\:h-\[500px\] {
    height: 500px;
  }
  .\32xl\:h-\[640px\] {
    height: 640px;
  }
  .\32xl\:h-\[358px\] {
    height: 358px;
  }
  .\32xl\:\!max-h-none {
    max-height: none !important;
  }
  .\32xl\:min-h-\[277px\] {
    min-height: 277px;
  }
  .\32xl\:w-\[43\%\] {
    width: 43%;
  }
  .\32xl\:w-\[57\%\] {
    width: 57%;
  }
  .\32xl\:w-\[calc\(100\%-80px\)\] {
    width: calc(100% - 80px);
  }
  .\32xl\:w-full {
    width: 100%;
  }
  .\32xl\:min-w-\[460px\] {
    min-width: 460px;
  }
  .\32xl\:max-w-\[460px\] {
    max-width: 460px;
  }
  .\32xl\:flex-row {
    flex-direction: row;
  }
  .\32xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .\32xl\:justify-normal {
    justify-content: normal;
  }
  .\32xl\:gap-16 {
    gap: 4rem;
  }
  .\32xl\:gap-5 {
    gap: 1.25rem;
  }
  .\32xl\:gap-\[45px\] {
    gap: 45px;
  }
  .\32xl\:gap-\[50px\] {
    gap: 50px;
  }
  .\32xl\:gap-y-12 {
    row-gap: 3rem;
  }
  .\32xl\:gap-y-7 {
    row-gap: 1.75rem;
  }
  .\32xl\:p-6 {
    padding: 1.5rem;
  }
  .\32xl\:p-\[35px\] {
    padding: 35px;
  }
  .\32xl\:\!px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
  }
  .\32xl\:\!py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
  .\32xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .\32xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .\32xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .\32xl\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }
  .\32xl\:pl-15 {
    padding-left: 60px;
  }
  .\32xl\:pr-15 {
    padding-right: 60px;
  }
  .\32xl\:pt-\[14px\] {
    padding-top: 14px;
  }
  .\32xl\:\!text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
  }
  .\32xl\:text-2\.5xl {
    font-size: 28px;
    line-height: 1.1;
  }
  .\32xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .\32xl\:text-5xl {
    font-size: 50px;
    line-height: 1.2;
  }
  .\32xl\:text-\[40px\] {
    font-size: 40px;
  }
  .\32xl\:text-\[50px\] {
    font-size: 50px;
  }
  .\32xl\:text-\[56px\] {
    font-size: 56px;
  }
  .\32xl\:text-\[60px\] {
    font-size: 60px;
  }
  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .\32xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .\32xl\:text-xl {
    font-size: 20px;
    line-height: 1.1;
  }
  .\32xl\:font-semibold {
    font-weight: 600;
  }
}
@media (min-width: 1600px) {
  .\33xl\:top-30 {
    top: 120px;
  }
  .\33xl\:mb-\[50px\] {
    margin-bottom: 50px;
  }
  .\33xl\:mt-24 {
    margin-top: 6rem;
  }
  .\33xl\:mt-6 {
    margin-top: 1.5rem;
  }
  .\33xl\:line-clamp-none {
    overflow: visible;
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-line-clamp: none;
  }
  .\33xl\:h-\[333px\] {
    height: 333px;
  }
  .\33xl\:h-\[712px\] {
    height: 712px;
  }
  .\33xl\:h-\[83dvh\] {
    height: 83dvh;
  }
  .\33xl\:max-h-\[400px\] {
    max-height: 400px;
  }
  .\33xl\:gap-x-24 {
    -moz-column-gap: 6rem;
         column-gap: 6rem;
  }
  .\33xl\:gap-y-12 {
    row-gap: 3rem;
  }
  .\33xl\:p-12 {
    padding: 3rem;
  }
  .\33xl\:p-36 {
    padding: 9rem;
  }
  .\33xl\:px-\[25px\] {
    padding-left: 25px;
    padding-right: 25px;
  }
  .\33xl\:py-\[23px\] {
    padding-top: 23px;
    padding-bottom: 23px;
  }
  .\33xl\:text-\[100px\] {
    font-size: 100px;
  }
  .\33xl\:text-\[28px\] {
    font-size: 28px;
  }
  .\33xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .\33xl\:text-xl {
    font-size: 20px;
    line-height: 1.1;
  }
}
@media (min-width: 1900px) {
  .\35xl\:ml-5 {
    margin-left: 1.25rem;
  }
  .\35xl\:w-\[197px\] {
    width: 197px;
  }
  .\35xl\:pl-3 {
    padding-left: 0.75rem;
  }
  .\35xl\:pr-2\.5 {
    padding-right: 0.625rem;
  }
  .\35xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.group\/button:hover .group-hover\/button\:\[\&_\.background-button\]\:bg-brand-red-dark .background-button {
  --tw-bg-opacity: 1;
  background-color: rgb(164 23 21 / var(--tw-bg-opacity));
}
.\[\&_\.uil-angle-right\]\:text-white .uil-angle-right {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.group\/button:hover .group-hover\/button\:\[\&_div\]\:bg-brand-red-dark div {
  --tw-bg-opacity: 1;
  background-color: rgb(164 23 21 / var(--tw-bg-opacity));
}
.group\/button:hover .group-hover\/button\:\[\&_div\]\:transition-colors div {
  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;
}
.group\/button:hover .group-hover\/button\:\[\&_div\]\:duration-300 div {
  transition-duration: 300ms;
}
.\[\&_path\]\:stroke-brand-blue path {
  stroke: #161621;
}
.group:hover .group-hover\:\[\&_path\]\:fill-brand-red path {
  fill: #B21917;
}
.\[\&_span\]\:align-middle span {
  vertical-align: middle;
}
.\[\&_span\]\:tracking-\[1px\] span {
  letter-spacing: 1px;
}

