@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family: system-ui, -apple-system,
    /* Firefox supports this but not yet `system-ui` */ "Segoe UI", Roboto,
    Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}

/*
Grouping content
================
*/

/**
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)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

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

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo,
    monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
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)
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
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 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

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;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x))
    translateY(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-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-blur: var(--tw-empty, /*!*/ /*!*/);
  --tw-brightness: var(--tw-empty, /*!*/ /*!*/);
  --tw-contrast: var(--tw-empty, /*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty, /*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty, /*!*/ /*!*/);
  --tw-invert: var(--tw-empty, /*!*/ /*!*/);
  --tw-saturate: var(--tw-empty, /*!*/ /*!*/);
  --tw-sepia: var(--tw-empty, /*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty, /*!*/ /*!*/);
  --tw-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);
}

.ud-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 16px;
  padding-left: 16px;
}

@media (min-width: 540px) {
  .ud-container {
    max-width: 540px;
  }
}

@media (min-width: 720px) {
  .ud-container {
    max-width: 720px;
  }
}

@media (min-width: 960px) {
  .ud-container {
    max-width: 960px;
  }
}

@media (min-width: 1140px) {
  .ud-container {
    max-width: 1140px;
  }
}

@media (min-width: 1320px) {
  .ud-container {
    max-width: 1320px;
  }
}

.ud-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;
}

.ud-fixed {
  position: fixed;
}

.ud-absolute {
  position: absolute;
}

.ud-relative {
  position: relative;
}

.ud-top-0 {
  top: 0px;
}

.ud-left-0 {
  left: 0px;
}

.ud-right-4 {
  right: 1rem;
}

.ud-top-1\/2 {
  top: 50%;
}

.ud-top-full {
  top: 100%;
}

.ud-top-16 {
  top: 4rem;
}

.ud-right-0 {
  right: 0px;
}

.ud-bottom-8 {
  bottom: 2rem;
}

.ud-right-8 {
  right: 2rem;
}

.ud-left-auto {
  left: auto;
}

.ud-bottom-0 {
  bottom: 0px;
}

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

.ud-right-\[-16px\] {
  right: -16px;
}

.ud-bottom-\[-16px\] {
  bottom: -16px;
}

.ud-top-24 {
  top: 6rem;
}

.ud-z-10 {
  z-index: 10;
}

.ud-z-40 {
  z-index: 40;
}

.ud-z-\[-1\] {
  z-index: -1;
}

.ud-z-\[999\] {
  z-index: 999;
}

.ud-z-20 {
  z-index: 20;
}

.ud-m-0 {
  margin: 0px;
}

.ud-mx-\[-16px\] {
  margin-left: -16px;
  margin-right: -16px;
}

.ud-my-\[6px\] {
  margin-top: 6px;
  margin-bottom: 6px;
}

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

.ud-mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.ud-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.ud-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.ud-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.ud-mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

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

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

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

.ud-mr-8 {
  margin-right: 2rem;
}

.ud-ml-6 {
  margin-left: 1.5rem;
}

.ud-mt-\[6px\] {
  margin-top: 6px;
}

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

.ud-mr-3 {
  margin-right: 0.75rem;
}

.ud-mb-2 {
  margin-bottom: 0.5rem;
}

.ud-mb-\[60px\] {
  margin-bottom: 60px;
}

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

.ud-mb-\[70px\] {
  margin-bottom: 70px;
}

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

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

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

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

.ud-mb-1 {
  margin-bottom: 0.25rem;
}

.ud-mr-5 {
  margin-right: 1.25rem;
}

.ud-mb-3 {
  margin-bottom: 0.75rem;
}

.ud-ml-3 {
  margin-left: 0.75rem;
}

.ud-mb-\[100px\] {
  margin-bottom: 100px;
}

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

.ud-mt-2 {
  margin-top: 0.5rem;
}

.ud-mr-1 {
  margin-right: 0.25rem;
}

.ud-mt-6 {
  margin-top: 1.5rem;
}

.ud-mb-11 {
  margin-bottom: 2.75rem;
}

.ud-mt-1 {
  margin-top: 0.25rem;
}

.ud-block {
  display: block;
}

.ud-inline-block {
  display: inline-block;
}

.ud-flex {
  display: flex;
}

.ud-inline-flex {
  display: inline-flex;
}

.ud-hidden {
  display: none;
}

.ud-h-\[2px\] {
  height: 2px;
}

.ud-h-9 {
  height: 2.25rem;
}

.ud-h-10 {
  height: 2.5rem;
}

.ud-h-3 {
  height: 0.75rem;
}

.ud-h-2 {
  height: 0.5rem;
}

.ud-h-\[40px\] {
  height: 40px;
}

.ud-h-full {
  height: 100%;
}

.ud-h-\[60px\] {
  height: 60px;
}

.ud-h-\[1px\] {
  height: 1px;
}

.ud-h-5 {
  height: 1.25rem;
}

.ud-w-full {
  width: 100%;
}

.ud-w-60 {
  width: 15rem;
}

.ud-w-\[30px\] {
  width: 30px;
}

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

.ud-w-10 {
  width: 2.5rem;
}

.ud-w-3 {
  width: 0.75rem;
}

.ud-w-2 {
  width: 0.5rem;
}

.ud-w-9 {
  width: 2.25rem;
}

.ud-w-\[60px\] {
  width: 60px;
}

.ud-w-5 {
  width: 1.25rem;
}

.ud-min-w-\[36px\] {
  min-width: 36px;
}

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

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

.ud-max-w-\[530px\] {
  max-width: 530px;
}

.ud-max-w-\[570px\] {
  max-width: 570px;
}

.ud-max-w-\[655px\] {
  max-width: 655px;
}

.ud-max-w-\[40px\] {
  max-width: 40px;
}

.ud-max-w-\[720px\] {
  max-width: 720px;
}

.ud-max-w-\[150px\] {
  max-width: 150px;
}

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

.ud-max-w-\[70px\] {
  max-width: 70px;
}

.ud-max-w-\[60px\] {
  max-width: 60px;
}

.ud-translate-y-\[-50\%\] {
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.ud-rotate-45 {
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
}

.ud-rotate-180 {
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}

.ud-cursor-not-allowed {
  cursor: not-allowed;
}

.ud-cursor-pointer {
  cursor: pointer;
}

.ud-select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ud-resize-none {
  resize: none;
}

.ud-list-inside {
  list-style-position: inside;
}

.ud-list-disc {
  list-style-type: disc;
}

.ud-flex-wrap {
  flex-wrap: wrap;
}

.ud-items-end {
  align-items: flex-end;
}

.ud-items-center {
  align-items: center;
}

.ud-justify-end {
  justify-content: flex-end;
}

.ud-justify-center {
  justify-content: center;
}

.ud-justify-between {
  justify-content: space-between;
}

.ud-overflow-hidden {
  overflow: hidden;
}

.ud-overflow-x-hidden {
  overflow-x: hidden;
}

.ud-rounded-lg {
  border-radius: 0.5rem;
}

.ud-rounded-sm {
  border-radius: 0.125rem;
}

.ud-rounded {
  border-radius: 0.25rem;
}

.ud-rounded-full {
  border-radius: 9999px;
}

.ud-border {
  border-width: 1px;
}

.ud-border-t {
  border-top-width: 1px;
}

.ud-border-l {
  border-left-width: 1px;
}

.ud-border-t-2 {
  border-top-width: 2px;
}

.ud-border-r-2 {
  border-right-width: 2px;
}

.ud-border-r {
  border-right-width: 1px;
}

.ud-border-b {
  border-bottom-width: 1px;
}

.ud-border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}

.ud-border-body-color {
  --tw-border-opacity: 1;
  border-color: rgba(149, 156, 177, var(--tw-border-opacity));
}

.ud-border-\[\#E9ECF8\] {
  --tw-border-opacity: 1;
  border-color: rgba(233, 236, 248, var(--tw-border-opacity));
}

.ud-border-\[\#DEE3F7\] {
  --tw-border-opacity: 1;
  border-color: rgba(222, 227, 247, var(--tw-border-opacity));
}

.ud-border-\[\#eee\] {
  --tw-border-opacity: 1;
  border-color: rgba(238, 238, 238, var(--tw-border-opacity));
}

.ud-border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.ud-border-opacity-40 {
  --tw-border-opacity: 0.4;
}

.ud-bg-transparent {
  background-color: transparent;
}

.ud-bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 33, 68, var(--tw-bg-opacity));
}

.ud-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.ud-bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(9, 14, 52, var(--tw-bg-opacity));
}

.ud-bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgba(8, 145, 178, var(--tw-bg-opacity));
}

.ud-bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(194, 65, 12, var(--tw-bg-opacity));
}

.ud-bg-body-color {
  --tw-bg-opacity: 1;
  background-color: rgba(149, 156, 177, var(--tw-bg-opacity));
}

.ud-bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.ud-bg-opacity-\[15\%\] {
  --tw-bg-opacity: 15%;
}

.ud-bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}

.ud-bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.ud-bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.ud-from-blue-50 {
  --tw-gradient-from: #eff6ff;
  --tw-gradient-stops: var(--tw-gradient-from),
    var(--tw-gradient-to, rgba(239, 246, 255, 0));
}

.ud-to-white {
  --tw-gradient-to: #fff;
}

.ud-fill-current {
  fill: currentColor;
}

.ud-object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.ud-object-center {
  -o-object-position: center;
  object-position: center;
}

.ud-p-4 {
  padding: 1rem;
}

.ud-p-8 {
  padding: 2rem;
}

.ud-p-3 {
  padding: 0.75rem;
}

.ud-p-6 {
  padding: 1.5rem;
}

.ud-p-10 {
  padding: 2.5rem;
}

.ud-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.ud-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.ud-py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.ud-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.ud-py-\[10px\] {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.ud-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.ud-py-\[120px\] {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

.ud-px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.ud-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.ud-py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

.ud-px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.ud-px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.ud-px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.ud-pr-16 {
  padding-right: 4rem;
}

.ud-pt-\[150px\] {
  padding-top: 150px;
}

.ud-pb-\[120px\] {
  padding-bottom: 120px;
}

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

.ud-pb-12 {
  padding-bottom: 3rem;
}

.ud-pb-\[90px\] {
  padding-bottom: 90px;
}

.ud-pr-1 {
  padding-right: 0.25rem;
}

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

.ud-pt-\[100px\] {
  padding-top: 100px;
}

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

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

.ud-pb-0 {
  padding-bottom: 0px;
}

.ud-pb-6 {
  padding-bottom: 1.5rem;
}

.ud-pr-5 {
  padding-right: 1.25rem;
}

.ud-pt-4 {
  padding-top: 1rem;
}


.ud-pt-8 {
  padding-top: 2rem;
}

.ud-pt-\[120px\] {
  padding-top: 120px;
}

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

.ud-pb-9 {
  padding-bottom: 2.25rem;
}

.ud-pt-\[180px\] {
  padding-top: 180px;
}

.ud-text-center {
  text-align: center;
}

.ud-text-base2 {
  font-size: 1.2rem;
  line-height: 1.5rem;
}

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

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

.ud-text-\[100px\] {
  font-size: 100px;
}

.ud-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

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

.ud-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.ud-text-\[42px\] {
  font-size: 42px;
}

.ud-font-semibold {
  font-weight: 600;
}

.ud-font-bold {
  font-weight: 700;
}

.ud-font-medium {
  font-weight: 500;
}

.ud-italic {
  font-style: italic;
}

.ud-leading-relaxed {
  line-height: 1.625;
}

.ud-leading-tight {
  line-height: 1.25;
}

.ud-leading-snug {
  line-height: 1.375;
}

.ud-text-black {
  --tw-text-opacity: 1;
  color: rgba(9, 14, 52, var(--tw-text-opacity));
}

.ud-text-body-color {
  --tw-text-opacity: 1;
  color: rgba(149, 156, 177, var(--tw-text-opacity));
}

.ud-text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.ud-text-primary {
  --tw-text-opacity: 1;
  color: rgba(74, 108, 247, var(--tw-text-opacity));
}

.ud-text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}

.ud-text-yellow {
  --tw-text-opacity: 1;
  color: rgba(251, 176, 64, var(--tw-text-opacity));
}

.ud-underline {
  text-decoration: underline;
}

.ud-placeholder-body-color::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(149, 156, 177, var(--tw-placeholder-opacity));
}

.ud-placeholder-body-color:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(149, 156, 177, var(--tw-placeholder-opacity));
}

.ud-placeholder-body-color::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(149, 156, 177, var(--tw-placeholder-opacity));
}

.ud-opacity-90 {
  opacity: 0.9;
}

.ud-opacity-0 {
  opacity: 0;
}

.ud-opacity-20 {
  opacity: 0.2;
}

.ud-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ud-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ud-shadow-image {
  --tw-shadow: 0px 3px 30px rgba(9, 14, 52, 0.1);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ud-shadow-pricing {
  --tw-shadow: 0px 7px 35px rgba(180, 189, 223, 0.4);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ud-outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.ud-ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(74, 108, 247, var(--tw-ring-opacity));
}

.ud-grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-filter);
}

.ud-transition {
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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;
}

.ud-duration-300 {
  transition-duration: 300ms;
}

.ud-ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

body {
  font-family: "Inter", sans-serif;
}

.sticky {
  position: fixed;
  z-index: 9999;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.8;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke,
    opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, 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;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
}

.sticky .header-logo {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

@media (min-width: 960px) {
  .sticky .header-logo {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

.sticky .menu-scroll.active {
  --tw-text-opacity: 1;
  color: rgba(74, 108, 247, var(--tw-text-opacity));
}

.navbarTogglerActive > span:nth-child(1) {
  top: 7px;
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
}

.navbarTogglerActive > span:nth-child(2) {
  opacity: 0;
}

.navbarTogglerActive > span:nth-child(3) {
  top: -8px;
  --tw-rotate: 135deg;
  transform: var(--tw-transform);
}

input#checkboxLabel:checked ~ .box span {
  opacity: 1;
}

.after\:ud-absolute::after {
  content: "";
  position: absolute;
}

.after\:ud-right-1::after {
  content: "";
  right: 0.25rem;
}

.after\:ud-top-1\/2::after {
  content: "";
  top: 50%;
}

.after\:ud-mt-\[-2px\]::after {
  content: "";
  margin-top: -2px;
}

.after\:ud-h-2::after {
  content: "";
  height: 0.5rem;
}

.after\:ud-w-2::after {
  content: "";
  width: 0.5rem;
}

.after\:ud-translate-y-\[-50\%\]::after {
  content: "";
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.after\:ud-rotate-45::after {
  content: "";
  --tw-rotate: 45deg;
  transform: var(--tw-transform);
}

.after\:ud-border-b-2::after {
  content: "";
  border-bottom-width: 2px;
}

.after\:ud-border-r-2::after {
  content: "";
  border-right-width: 2px;
}

.after\:ud-border-current::after {
  content: "";
  border-color: currentColor;
}

.hover\:ud-bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(74, 108, 247, var(--tw-bg-opacity));
}

.hover\:ud-bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}

.hover\:ud-text-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(74, 108, 247, var(--tw-text-opacity));
}

.hover\:ud-text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:ud-underline:hover {
  text-decoration: underline;
}

.hover\:ud-shadow-signUp:hover {
  --tw-shadow: 0px 5px 10px rgba(4, 10, 34, 0.2);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:ud-grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-filter);
}

.focus\:ud-border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(74, 108, 247, var(--tw-border-opacity));
}

.focus\:ud-ring-2:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0
    var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0
    calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow),
    var(--tw-shadow, 0 0 #0000);
}

.focus-visible\:ud-shadow-none:focus-visible {
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
    var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ud-group:hover .group-hover\:ud-text-primary {
  --tw-text-opacity: 1;
  color: rgba(74, 108, 247, var(--tw-text-opacity));
}

.ud-group:hover .group-hover\:ud-opacity-100 {
  opacity: 1;
}

@media (min-width: 540px) {
  .sm\:ud-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:ud-ml-3 {
    margin-left: 0.75rem;
  }

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

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

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

  .sm\:ud-flex {
    display: flex;
  }

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

  .sm\:ud-justify-end {
    justify-content: flex-end;
  }

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

  .sm\:ud-p-\[60px\] {
    padding: 60px;
  }

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

  .sm\:ud-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:ud-text-right {
    text-align: right;
  }

  .sm\:ud-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

  .sm\:ud-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

  .sm\:ud-leading-relaxed {
    line-height: 1.625;
  }

  .sm\:ud-leading-tight {
    line-height: 1.25;
  }

  .sm\:ud-leading-snug {
    line-height: 1.375;
  }
}

@media (min-width: 720px) {
  .md\:ud-mb-0 {
    margin-bottom: 0px;
  }

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

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

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

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

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

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

  .md\:ud-p-9 {
    padding: 2.25rem;
  }

  .md\:ud-px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

  .md\:ud-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:ud-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:ud-py-\[40px\] {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:ud-px-\[50px\] {
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .md\:ud-pt-\[150px\] {
    padding-top: 150px;
  }

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

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

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

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

  .md\:ud-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

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

  .md\:ud-leading-relaxed {
    line-height: 1.625;
  }

  .md\:ud-leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 960px) {
  .lg\:ud-invisible {
    visibility: hidden;
  }

  .lg\:ud-static {
    position: static;
  }

  .lg\:ud-absolute {
    position: absolute;
  }

  .lg\:ud-top-\[110\%\] {
    top: 110%;
  }

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

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

  .lg\:ud-mt-14 {
    margin-top: 3.5rem;
  }

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

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

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

  .lg\:ud-block {
    display: block;
  }

  .lg\:ud-flex {
    display: flex;
  }

  .lg\:ud-inline-flex {
    display: inline-flex;
  }

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

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

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

  .lg\:ud-w-5\/12 {
    width: 41.666667%;
  }

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

  .lg\:ud-w-7\/12 {
    width: 58.333333%;
  }

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

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

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

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

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

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

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

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

  .lg\:ud-justify-start {
    justify-content: flex-start;
  }

  .lg\:ud-bg-transparent {
    background-color: transparent;
  }

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

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

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

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

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

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

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

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

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

  .lg\:ud-pr-4 {
    padding-right: 1rem;
  }

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

  .lg\:ud-pb-6 {
    padding-bottom: 1.5rem;
  }

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

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

  .lg\:ud-leading-relaxed {
    line-height: 1.625;
  }

  .lg\:ud-leading-tight {
    line-height: 1.25;
  }

  .lg\:ud-opacity-0 {
    opacity: 0;
  }

  .lg\:ud-shadow-none {
    --tw-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:ud-shadow-lg {
    --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
      0 4px 6px -2px rgba(0, 0, 0, 0.05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000),
      var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:after\:ud-right-0::after {
    content: "";
    right: 0px;
  }

  .ud-group:hover .lg\:group-hover\:ud-visible {
    visibility: visible;
  }

  .ud-group:hover .lg\:group-hover\:ud-top-full {
    top: 100%;
  }
}

@media (min-width: 1140px) {
  .xl\:ud-mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:ud-ml-12 {
    margin-left: 3rem;
  }

  .xl\:ud-mr-3 {
    margin-right: 0.75rem;
  }

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

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

  .xl\:ud-flex {
    display: flex;
  }

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

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

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

  .xl\:ud-justify-end {
    justify-content: flex-end;
  }

  .xl\:ud-p-9 {
    padding: 2.25rem;
  }

  .xl\:ud-p-10 {
    padding: 2.5rem;
  }

  .xl\:ud-p-\[50px\] {
    padding: 50px;
  }

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

  .xl\:ud-px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:ud-py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:ud-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:ud-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:ud-pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:ud-pt-\[180px\] {
    padding-top: 180px;
  }

  .xl\:ud-pb-9 {
    padding-bottom: 2.25rem;
  }

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

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

  .xl\:ud-leading-relaxed {
    line-height: 1.625;
  }

  .xl\:ud-leading-tight {
    line-height: 1.25;
  }
}

@media (min-width: 1320px) {
  .\32xl\:ud-mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:ud-mr-5 {
    margin-right: 1.25rem;
  }

  .\32xl\:ud-w-5\/12 {
    width: 41.666667%;
  }

  .\32xl\:ud-w-2\/12 {
    width: 16.666667%;
  }

  .\32xl\:ud-max-w-\[160px\] {
    max-width: 160px;
  }

  .\32xl\:ud-p-8 {
    padding: 2rem;
  }

  .\32xl\:ud-px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:ud-px-\[70px\] {
    padding-left: 70px;
    padding-right: 70px;
  }

  .\32xl\:ud-pr-5 {
    padding-right: 1.25rem;
  }
}
