/*
! tailwindcss v3.4.10 | 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: #E4E7EC;
  /* 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: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

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

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -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: #98A2B3;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #98A2B3;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::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(46 144 250 / 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(46 144 250 / 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:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.-bottom-1 {
  bottom: -.4rem;
}

.-left-1 {
  left: -.4rem;
}

.-left-\[2px\] {
  left: -2px;
}

.-left-\[55px\] {
  left: -55px;
}

.-right-\[55px\] {
  right: -55px;
}

.-top-1 {
  top: -.4rem;
}

.-top-6 {
  top: -2.4rem;
}

.-top-\[15px\] {
  top: -15px;
}

.bottom-0 {
  bottom: 0;
}

.bottom-80 {
  bottom: 32rem;
}

.bottom-\[40px\] {
  bottom: 40px;
}

.bottom-\[7px\] {
  bottom: 7px;
}

.left-0 {
  left: 0;
}

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

.left-10 {
  left: 4rem;
}

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

.left-3 {
  left: 1.2rem;
}

.left-5 {
  left: 2rem;
}

.left-8 {
  left: 3.2rem;
}

.left-\[50\%\] {
  left: 50%;
}

.left-\[9px\] {
  left: 9px;
}

.right-0 {
  right: 0;
}

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

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

.right-4 {
  right: 1.6rem;
}

.right-5 {
  right: 2rem;
}

.right-\[50\%\] {
  right: 50%;
}

.right-\[8px\] {
  right: 8px;
}

.right-\[9px\] {
  right: 9px;
}

.top-0 {
  top: 0;
}

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

.top-16 {
  top: 6.4rem;
}

.top-2 {
  top: .8rem;
}

.top-2\/3 {
  top: 66.666667%;
}

.top-3 {
  top: 1.2rem;
}

.top-\[16px\] {
  top: 16px;
}

.top-\[198px\] {
  top: 198px;
}

.top-\[24px\] {
  top: 24px;
}

.top-\[27rem\] {
  top: 27rem;
}

.top-\[32px\] {
  top: 32px;
}

.top-\[40px\] {
  top: 40px;
}

.top-\[40rem\] {
  top: 40rem;
}

.top-\[42\%\] {
  top: 42%;
}

.top-\[47\%\] {
  top: 47%;
}

.top-\[50\%\] {
  top: 50%;
}

.top-\[74rem\] {
  top: 74rem;
}

.top-\[9px\] {
  top: 9px;
}

.isolate {
  isolation: isolate;
}

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

.-z-50 {
  z-index: -50;
}

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

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

.z-30 {
  z-index: 30;
}

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

.z-50 {
  z-index: 50;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0;
}

.m-5 {
  margin: 2rem;
}

.m-auto {
  margin: auto;
}

.\!my-2 {
  margin-top: .8rem !important;
  margin-bottom: .8rem !important;
}

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

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

.mx-4 {
  margin-left: 1.6rem;
  margin-right: 1.6rem;
}

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

.my-1 {
  margin-top: .4rem;
  margin-bottom: .4rem;
}

.my-12 {
  margin-top: 4.8rem;
  margin-bottom: 4.8rem;
}

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

.my-3 {
  margin-top: 1.2rem;
  margin-bottom: 1.2rem;
}

.my-4 {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}

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

.my-8 {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}

.-ml-4 {
  margin-left: -1.6rem;
}

.-mr-4 {
  margin-right: -1.6rem;
}

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

.-mt-16 {
  margin-top: -6.4rem;
}

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

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

.mb-10 {
  margin-bottom: 4rem;
}

.mb-12 {
  margin-bottom: 4.8rem;
}

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

.mb-3 {
  margin-bottom: 1.2rem;
}

.mb-4 {
  margin-bottom: 1.6rem;
}

.mb-5 {
  margin-bottom: 2rem;
}

.mb-6 {
  margin-bottom: 2.4rem;
}

.mb-8 {
  margin-bottom: 3.2rem;
}

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

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

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

.ml-1\.5 {
  margin-left: .6rem;
}

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

.ml-3 {
  margin-left: 1.2rem;
}

.ml-auto {
  margin-left: auto;
}

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

.mr-7 {
  margin-right: 2.8rem;
}

.mr-8 {
  margin-right: 3.2rem;
}

.mt-10 {
  margin-top: 4rem;
}

.mt-11 {
  margin-top: 4.4rem;
}

.mt-2 {
  margin-top: .8rem;
}

.mt-20 {
  margin-top: 8rem;
}

.mt-3 {
  margin-top: 1.2rem;
}

.mt-3\.5 {
  margin-top: 1.4rem;
}

.mt-4 {
  margin-top: 1.6rem;
}

.mt-5 {
  margin-top: 2rem;
}

.mt-6 {
  margin-top: 2.4rem;
}

.mt-8 {
  margin-top: 3.2rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 4rem;
}

.h-11 {
  height: 4.4rem;
}

.h-12 {
  height: 4.8rem;
}

.h-14 {
  height: 5.6rem;
}

.h-16 {
  height: 6.4rem;
}

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

.h-3 {
  height: 1.2rem;
}

.h-32 {
  height: 12.8rem;
}

.h-4 {
  height: 1.6rem;
}

.h-7 {
  height: 2.8rem;
}

.h-8 {
  height: 3.2rem;
}

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

.h-\[16\.5px\] {
  height: 16.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[calc\(100\%-30px\)\] {
  height: calc(100% - 30px);
}

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.min-h-56 {
  min-height: 22.4rem;
}

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

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

.w-10 {
  width: 4rem;
}

.w-11 {
  width: 4.4rem;
}

.w-12 {
  width: 4.8rem;
}

.w-16 {
  width: 6.4rem;
}

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

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

.w-3 {
  width: 1.2rem;
}

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

.w-4 {
  width: 1.6rem;
}

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

.w-56 {
  width: 22.4rem;
}

.w-7 {
  width: 2.8rem;
}

.w-8 {
  width: 3.2rem;
}

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

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

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

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

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

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

.w-\[16\.5px\] {
  width: 16.5px;
}

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(50\%-9px\)\] {
  width: calc(50% - 9px);
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

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

.max-w-md {
  max-width: 28rem;
}

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

.shrink {
  flex-shrink: 1;
}

.flex-grow {
  flex-grow: 1;
}

.grow {
  flex-grow: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.origin-center {
  transform-origin: center;
}

.-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-x-4 {
  --tw-translate-x: -1.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-x-\[100\%\] {
  --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-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: -9.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-5 {
  --tw-translate-y: -2rem;
  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-\[100\%\] {
  --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-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-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-x-4 {
  --tw-translate-x: 1.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-x-\[-50\%\] {
  --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-x-\[100\%\] {
  --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-\[50\%\] {
  --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-\[16px\] {
  --tw-translate-y: 16px;
  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-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-\[1\.4\] {
  --tw-scale-x: 1.4;
  --tw-scale-y: 1.4;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

.list-none {
  list-style-type: none;
}

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

.items-start {
  align-items: flex-start;
}

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

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

.justify-start {
  justify-content: flex-start;
}

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

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

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

.justify-around {
  justify-content: space-around;
}

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

.gap-10 {
  gap: 4rem;
}

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

.gap-4 {
  gap: 1.6rem;
}

.gap-8 {
  gap: 3.2rem;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-\[18px\] {
  gap: 18px;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-y-auto {
  overflow-y: auto;
}

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: .4rem;
}

.rounded-2xl {
  border-radius: 1.6rem;
}

.rounded-\[16px\] {
  border-radius: 16px;
}

.rounded-\[22px\] {
  border-radius: 22px;
}

.rounded-\[32px\] {
  border-radius: 32px;
}

.rounded-\[45px\] {
  border-radius: 45px;
}

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

.rounded-lg {
  border-radius: .8rem;
}

.rounded-md {
  border-radius: .6rem;
}

.rounded-xl {
  border-radius: 1.2rem;
}

.\!rounded-b-none {
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
}

.rounded-b-2xl {
  border-bottom-right-radius: 1.6rem;
  border-bottom-left-radius: 1.6rem;
}

.rounded-b-\[20px\] {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.rounded-b-md {
  border-bottom-right-radius: .6rem;
  border-bottom-left-radius: .6rem;
}

.rounded-l-sm {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem;
}

.rounded-r-sm {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem;
}

.rounded-s-md {
  border-start-start-radius: .6rem;
  border-end-start-radius: .6rem;
}

.rounded-t-\[24px\] {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1.6rem;
}

.rounded-bl-\[22px\] {
  border-bottom-left-radius: 22px;
}

.rounded-bl-\[32px\] {
  border-bottom-left-radius: 32px;
}

.rounded-bl-lg {
  border-bottom-left-radius: .8rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1.6rem;
}

.rounded-br-\[22px\] {
  border-bottom-right-radius: 22px;
}

.rounded-br-\[30px\] {
  border-bottom-right-radius: 30px;
}

.rounded-br-lg {
  border-bottom-right-radius: .8rem;
}

.rounded-tl-\[70px\] {
  border-top-left-radius: 70px;
}

.rounded-tl-md {
  border-top-left-radius: .6rem;
}

.rounded-tr-\[20px\] {
  border-top-right-radius: 20px;
}

.rounded-tr-\[32px\] {
  border-top-right-radius: 32px;
}

.rounded-tr-md {
  border-top-right-radius: .6rem;
}

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

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

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

.border-none {
  border-style: none;
}

.border-\[\#F0F5FF\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 245 255 / var(--tw-border-opacity));
}

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(242 244 247 / var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(228 231 236 / var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(152 162 179 / var(--tw-border-opacity));
}

.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.border-red-400 {
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-b-gray-300 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(208 213 221 / var(--tw-border-opacity));
}

.border-l-gray-200 {
  --tw-border-opacity: 1;
  border-left-color: rgb(228 231 236 / var(--tw-border-opacity));
}

.border-t-gray-200 {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 231 236 / var(--tw-border-opacity));
}

.border-t-gray-300 {
  --tw-border-opacity: 1;
  border-top-color: rgb(208 213 221 / var(--tw-border-opacity));
}

.bg-\[\#13B45D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 180 93 / var(--tw-bg-opacity));
}

.bg-\[\#6F49E8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(111 73 232 / var(--tw-bg-opacity));
}

.bg-\[\#E6EDF9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 237 249 / var(--tw-bg-opacity));
}

.bg-\[\#F4F1F8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 241 248 / var(--tw-bg-opacity));
}

.bg-\[\#F9F9F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

.bg-\[\#ffffff99\] {
  background-color: #ffffff99;
}

.bg-\[rgba\(0\2c 0\2c 0\2c \.5\)\] {
  background-color: rgba(0,0,0,.5);
}

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

.bg-blue-25 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 250 255 / var(--tw-bg-opacity));
}

.bg-blue-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(24 73 169 / var(--tw-bg-opacity));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(25 65 133 / var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 244 247 / var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(228 231 236 / var(--tw-bg-opacity));
}

.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}

.bg-purple-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(244 243 255 / var(--tw-bg-opacity));
}

.bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(122 90 248 / var(--tw-bg-opacity));
}

.bg-purple-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(62 28 150 / 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-opacity-75 {
  --tw-bg-opacity: 0.75;
}

.bg-\[url\(\'\.\/assets\/images\/contact-us-mobile\.jpg\'\)\] {
  background-image: url('./assets/images/contact-us-mobile.jpg');
}

.bg-\[url\(\'\.\/assets\/images\/header\.png\'\)\] {
  background-image: url('./assets/images/header.png');
}

.bg-\[url\(\'\/src\/images\/bg-pattern\.svg\'\)\] {
  background-image: url('/src/images/bg-pattern.svg');
}

.from-\[\#001650\] {
  --tw-gradient-from: #001650 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 22 80 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#4B4A98\] {
  --tw-gradient-from: #4B4A98 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(75 74 152 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#001650\] {
  --tw-gradient-to: #001650 var(--tw-gradient-to-position);
}

.to-\[\#01001a\] {
  --tw-gradient-to: #01001a var(--tw-gradient-to-position);
}

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

.bg-bottom {
  background-position: bottom;
}

.bg-center {
  background-position: center;
}

.bg-top {
  background-position: top;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-blue-600 {
  fill: #1570EF;
}

.fill-red-600 {
  fill: #dc2626;
}

.p-0 {
  padding: 0;
}

.p-1\.5 {
  padding: .6rem;
}

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

.p-2\.5 {
  padding: 1rem;
}

.p-3 {
  padding: 1.2rem;
}

.p-4 {
  padding: 1.6rem;
}

.p-\[12px\] {
  padding: 12px;
}

.p-\[9px\] {
  padding: 9px;
}

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

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

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

.px-14 {
  padding-left: 5.6rem;
  padding-right: 5.6rem;
}

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

.px-2\.5 {
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.px-3\.5 {
  padding-left: 1.4rem;
  padding-right: 1.4rem;
}

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

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

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

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

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

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

.py-12 {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

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

.py-2\.5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

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

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

.py-6 {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}

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

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

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

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

.pb-1\.5 {
  padding-bottom: .6rem;
}

.pb-2 {
  padding-bottom: .8rem;
}

.pb-2\.5 {
  padding-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 1.2rem;
}

.pb-4 {
  padding-bottom: 1.6rem;
}

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

.pl-1 {
  padding-left: .4rem;
}

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

.pl-5 {
  padding-left: 2rem;
}

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

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

.pr-3 {
  padding-right: 1.2rem;
}

.pr-5 {
  padding-right: 2rem;
}

.pr-8 {
  padding-right: 3.2rem;
}

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

.pt-10 {
  padding-top: 4rem;
}

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

.pt-28 {
  padding-top: 11.2rem;
}

.pt-3 {
  padding-top: 1.2rem;
}

.pt-6 {
  padding-top: 2.4rem;
}

.pt-8 {
  padding-top: 3.2rem;
}

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

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

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

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

.\!text-center {
  text-align: center !important;
}

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

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

.text-justify {
  text-align: justify;
}

.text-start {
  text-align: start;
}

.text-end {
  text-align: end;
}

.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: 3rem;
  line-height: 1;
}

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

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

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

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

.text-lg16 {
  font-size: 16px;
  font-weight: 700;
}

.text-lg18 {
  font-size: 18px;
  font-weight: 700;
}

.text-lg20 {
  font-size: 20px;
  font-weight: 700;
}

.text-lg30 {
  font-size: 30px;
  font-weight: 700;
}

.text-md10 {
  font-size: 10px;
  font-weight: 600;
}

.text-md12 {
  font-size: 12px;
  font-weight: 600;
}

.text-md16 {
  font-size: 16px;
  font-weight: 600;
}

.text-md18 {
  font-size: 18px;
  font-weight: 600;
}

.text-md20 {
  font-size: 20px;
  font-weight: 600;
}

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

.text-sm10 {
  font-size: 10px;
  font-weight: 500;
}

.text-sm12 {
  font-size: 12px;
  font-weight: 500;
}

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

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

.text-xs12 {
  font-size: 12px;
  font-weight: 400;
}

.text-xs14 {
  font-size: 14px;
  font-weight: 400;
}

.text-xs16 {
  font-size: 16px;
  font-weight: 400;
}

.font-black {
  font-weight: 900;
}

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

.font-extrabold {
  font-weight: 800;
}

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

.font-normal {
  font-weight: 400;
}

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

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.italic {
  font-style: italic;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

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

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

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

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

.text-\[\#111827\] {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-\[\#13B45D\] {
  --tw-text-opacity: 1;
  color: rgb(19 180 93 / var(--tw-text-opacity));
}

.text-\[\#161B40\] {
  --tw-text-opacity: 1;
  color: rgb(22 27 64 / var(--tw-text-opacity));
}

.text-\[\#3A81F4\] {
  --tw-text-opacity: 1;
  color: rgb(58 129 244 / var(--tw-text-opacity));
}

.text-\[\#6F49E8\] {
  --tw-text-opacity: 1;
  color: rgb(111 73 232 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(24 73 169 / var(--tw-text-opacity));
}

.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(25 65 133 / var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(228 231 236 / var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(152 162 179 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(102 112 133 / var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(71 84 103 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(52 64 84 / var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(29 41 57 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(16 24 40 / var(--tw-text-opacity));
}

.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}

.text-purple-900 {
  --tw-text-opacity: 1;
  color: rgb(62 28 150 / var(--tw-text-opacity));
}

.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

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

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.opacity-0 {
  opacity: 0;
}

.shadow-\[0_1\.5px_3px_0_rgba\(79\2c 79\2c 79\2c 0\.1\)\] {
  --tw-shadow: 0 1.5px 3px 0 rgba(79,79,79,0.1);
  --tw-shadow-colored: 0 1.5px 3px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_10px_20px_0_rgba\(137\2c 137\2c 137\2c 0\.1\)\] {
  --tw-shadow: 0 10px 20px 0 rgba(137,137,137,0.1);
  --tw-shadow-colored: 0 10px 20px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_20px_20px_-12px_rgba\(254\2c 92\2c 4\2c 0\.3\)\] {
  --tw-shadow: 0 20px 20px -12px rgba(254,92,4,0.3);
  --tw-shadow-colored: 0 20px 20px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_20px_35px_-12px_rgba\(0\2c 0\2c 0\2c 0\.1\)\] {
  --tw-shadow: 0 20px 35px -12px rgba(0,0,0,0.1);
  --tw-shadow-colored: 0 20px 35px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_20px_35px_-12px_rgba\(19\2c 180\2c 93\2c 0\.3\)\] {
  --tw-shadow: 0 20px 35px -12px rgba(19,180,93,0.3);
  --tw-shadow-colored: 0 20px 35px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_3px_8px_0_rgba\(79\2c 79\2c 79\2c 0\.1\)\] {
  --tw-shadow: 0 3px 8px 0 rgba(79,79,79,0.1);
  --tw-shadow-colored: 0 3px 8px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.outline {
  outline-style: solid;
}

.outline-0 {
  outline-width: 0px;
}

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

.blur-\[1px\] {
  --tw-blur: blur(1px);
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  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);
}

.invert {
  --tw-invert: invert(100%);
  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);
}

.sepia {
  --tw-sepia: sepia(100%);
  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-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.duration-500 {
  transition-duration: 500ms;
}

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

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

.\[u\:loc\=\'\$search\'\] {
  u: loc='$search';
}

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:-bottom-\[2px\]::before {
  content: var(--tw-content);
  bottom: -2px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0;
}

.before\:h-\[9px\]::before {
  content: var(--tw-content);
  height: 9px;
}

.before\:w-\[9px\]::before {
  content: var(--tw-content);
  width: 9px;
}

.before\:bg-\[\#E6EDF9\]::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(230 237 249 / var(--tw-bg-opacity));
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:-bottom-\[2px\]::after {
  content: var(--tw-content);
  bottom: -2px;
}

.after\:right-0::after {
  content: var(--tw-content);
  right: 0;
}

.after\:h-\[9px\]::after {
  content: var(--tw-content);
  height: 9px;
}

.after\:w-\[9px\]::after {
  content: var(--tw-content);
  width: 9px;
}

.after\:bg-\[\#E6EDF9\]::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(230 237 249 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#6F49E8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(111 73 232 / var(--tw-bg-opacity));
}

.hover\:bg-purple-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 31 184 / var(--tw-bg-opacity));
}

.hover\:bg-red-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}

.hover\:text-\[\#194185\]:hover {
  --tw-text-opacity: 1;
  color: rgb(25 65 133 / var(--tw-text-opacity));
}

.hover\:text-\[\#6F49E8\]:hover {
  --tw-text-opacity: 1;
  color: rgb(111 73 232 / var(--tw-text-opacity));
}

.hover\:text-red-600:hover {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}

.focus\:border-blue-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(46 144 250 / var(--tw-border-opacity));
}

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

.focus\:ring-4: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(4px + 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\:ring-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(46 144 250 / var(--tw-ring-opacity));
}

.focus\:ring-purple-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(189 180 254 / var(--tw-ring-opacity));
}

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

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

@media (min-width: 640px) {
  .sm\:mb-16 {
    margin-bottom: 6.4rem;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-20 {
    height: 8rem;
  }

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

  .sm\:w-96 {
    width: 38.4rem;
  }

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

  .sm\:rounded-lg {
    border-radius: .8rem;
  }

  .sm\:border-8 {
    border-width: 8px;
  }

  .sm\:bg-transparent {
    background-color: transparent;
  }

  .sm\:px-4 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .sm\:pr-\[20px\] {
    padding-right: 20px;
  }

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

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

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

  .sm\:ring-\[15px\] {
    --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(15px + 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);
  }

  .sm\:ring-\[20px\] {
    --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(20px + 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);
  }

  .sm\:ring-orange-600 {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(234 88 12 / var(--tw-ring-opacity));
  }
}

@media (min-width: 768px) {
  .md\:inset-0 {
    inset: 0;
  }

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

  .md\:h-full {
    height: 100%;
  }

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

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

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

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

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

  .md\:scale-110 {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

  .md\:rounded-3xl {
    border-radius: 2.4rem;
  }

  .md\:rounded-xl {
    border-radius: 1.2rem;
  }

  .md\:bg-\[url\(\'\.\/assets\/images\/contact-us\.png\'\)\] {
    background-image: url('./assets/images/contact-us.png');
  }

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

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

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

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

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

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

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

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

  .md\:text-md16 {
    font-size: 16px;
    font-weight: 600;
  }

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

  .md\:leading-10 {
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

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

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

  .lg\:left-4 {
    left: 1.6rem;
  }

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

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

  .lg\:top-\[14px\] {
    top: 14px;
  }

  .lg\:top-\[24px\] {
    top: 24px;
  }

  .lg\:top-\[32px\] {
    top: 32px;
  }

  .lg\:top-\[42px\] {
    top: 42px;
  }

  .lg\:top-\[50px\] {
    top: 50px;
  }

  .lg\:z-10 {
    z-index: 10;
  }

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

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

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

  .lg\:my-20 {
    margin-top: 8rem;
    margin-bottom: 8rem;
  }

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

  .lg\:mb-4 {
    margin-bottom: 1.6rem;
  }

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

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

  .lg\:mt-11 {
    margin-top: 4.4rem;
  }

  .lg\:mt-2 {
    margin-top: .8rem;
  }

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

  .lg\:mt-\[140px\] {
    margin-top: 140px;
  }

  .lg\:mt-\[24px\] {
    margin-top: 24px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-10 {
    height: 4rem;
  }

  .lg\:h-20 {
    height: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:min-h-72 {
    min-height: 28.8rem;
  }

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

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

  .lg\:w-10 {
    width: 4rem;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

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

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

  .lg\:w-4\/5 {
    width: 80%;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

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

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

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

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

  .lg\:translate-y-\[54px\] {
    --tw-translate-y: 54px;
    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\:scale-150 {
    --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));
  }

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

  .lg\:grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }

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

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

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

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

  .lg\:items-start {
    align-items: flex-start;
  }

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

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

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

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

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

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

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

  .lg\:gap-\[16px\] {
    gap: 16px;
  }

  .lg\:rounded-2xl {
    border-radius: 1.6rem;
  }

  .lg\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .lg\:rounded-\[32px\] {
    border-radius: 32px;
  }

  .lg\:rounded-t-\[30px\] {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }

  .lg\:rounded-bl-\[32px\] {
    border-bottom-left-radius: 32px;
  }

  .lg\:rounded-br-\[32px\] {
    border-bottom-right-radius: 32px;
  }

  .lg\:rounded-tl-\[94px\] {
    border-top-left-radius: 94px;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0px;
  }

  .lg\:p-0 {
    padding: 0;
  }

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

  .lg\:p-\[24px\] {
    padding: 24px;
  }

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

  .lg\:px-3 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

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

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

  .lg\:py-\[14\.5px\] {
    padding-top: 14.5px;
    padding-bottom: 14.5px;
  }

  .lg\:py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .lg\:pl-3 {
    padding-left: 1.2rem;
  }

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

  .lg\:pl-\[30px\] {
    padding-left: 30px;
  }

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

  .lg\:pr-48 {
    padding-right: 19.2rem;
  }

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

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

  .lg\:pt-\[16px\] {
    padding-top: 16px;
  }

  .lg\:pt-\[30px\] {
    padding-top: 30px;
  }

  .lg\:pt-\[71px\] {
    padding-top: 71px;
  }

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

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

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

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

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

  .lg\:text-lg18 {
    font-size: 18px;
    font-weight: 700;
  }

  .lg\:text-lg20 {
    font-size: 20px;
    font-weight: 700;
  }

  .lg\:text-md16 {
    font-size: 16px;
    font-weight: 600;
  }

  .lg\:text-md32 {
    font-size: 32px;
    font-weight: 600;
  }

  .lg\:text-sm16 {
    font-size: 16px;
    font-weight: 500;
  }

  .lg\:text-sm18 {
    font-size: 18px;
    font-weight: 500;
  }

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

  .lg\:text-xs16 {
    font-size: 16px;
    font-weight: 400;
  }

  .lg\:text-xs18 {
    font-size: 18px;
    font-weight: 400;
  }

  .lg\:font-black {
    font-weight: 900;
  }

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

  .lg\:leading-8 {
    line-height: 2rem;
  }

  .lg\:leading-\[30px\] {
    line-height: 30px;
  }

  .lg\:leading-\[70px\] {
    line-height: 70px;
  }

  .lg\:leading-\[72px\] {
    line-height: 72px;
  }

  .lg\:before\:hidden::before {
    content: var(--tw-content);
    display: none;
  }

  .lg\:after\:hidden::after {
    content: var(--tw-content);
    display: none;
  }
}

@media (min-width: 1280px) {
  .xl\:bottom-\[-15px\] {
    bottom: -15px;
  }

  .xl\:left-\[-31px\] {
    left: -31px;
  }

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

@media (min-width: 1536px) {
  .\32xl\:block {
    display: block;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-gray-500 {
    --tw-border-opacity: 1;
    border-color: rgb(102 112 133 / var(--tw-border-opacity));
  }

  .dark\:bg-gray-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(71 84 103 / var(--tw-bg-opacity));
  }

  .dark\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgb(208 213 221 / var(--tw-text-opacity));
  }

  .dark\:text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(71 84 103 / var(--tw-text-opacity));
  }

  .dark\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }

  .dark\:placeholder-gray-400::-moz-placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(152 162 179 / var(--tw-placeholder-opacity));
  }

  .dark\:placeholder-gray-400::placeholder {
    --tw-placeholder-opacity: 1;
    color: rgb(152 162 179 / var(--tw-placeholder-opacity));
  }

  .dark\:hover\:bg-gray-600:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(71 84 103 / var(--tw-bg-opacity));
  }

  .dark\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
