*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: 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: #9ca3af;
  /* 2 */
}

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

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

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.\!absolute {
  position: absolute !important;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

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

.\!end-\[-15px\] {
  inset-inline-end: -15px !important;
}

.\!left-\[-15px\] {
  left: -15px !important;
}

.bottom-0 {
  bottom: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.bottom-\[0\] {
  bottom: 0;
}

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

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

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

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

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

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

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

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

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

.bottom-\[36\%\] {
  bottom: 36%;
}

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

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

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

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

.end-\[-20px\] {
  inset-inline-end: -20px;
}

.end-\[-22px\] {
  inset-inline-end: -22px;
}

.end-\[-28px\] {
  inset-inline-end: -28px;
}

.end-\[-31px\] {
  inset-inline-end: -31px;
}

.end-\[-35px\] {
  inset-inline-end: -35px;
}

.end-\[-39px\] {
  inset-inline-end: -39px;
}

.end-\[-50\%\] {
  inset-inline-end: -50%;
}

.end-\[-8px\] {
  inset-inline-end: -8px;
}

.end-\[0\] {
  inset-inline-end: 0;
}

.end-\[0px\] {
  inset-inline-end: 0px;
}

.end-\[10px\] {
  inset-inline-end: 10px;
}

.end-\[14px\] {
  inset-inline-end: 14px;
}

.end-\[150px\] {
  inset-inline-end: 150px;
}

.end-\[18px\] {
  inset-inline-end: 18px;
}

.end-\[20px\] {
  inset-inline-end: 20px;
}

.end-\[25px\] {
  inset-inline-end: 25px;
}

.end-\[270px\] {
  inset-inline-end: 270px;
}

.end-\[29px\] {
  inset-inline-end: 29px;
}

.end-\[30px\] {
  inset-inline-end: 30px;
}

.end-\[33px\] {
  inset-inline-end: 33px;
}

.end-\[4px\] {
  inset-inline-end: 4px;
}

.end-\[50\%\] {
  inset-inline-end: 50%;
}

.end-\[95px\] {
  inset-inline-end: 95px;
}

.left-0 {
  left: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.right-0 {
  right: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.right-\[48\.5\%\] {
  right: 48.5%;
}

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

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

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

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

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

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

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

.start-\[-10px\] {
  inset-inline-start: -10px;
}

.start-\[-11px\] {
  inset-inline-start: -11px;
}

.start-\[-20px\] {
  inset-inline-start: -20px;
}

.start-\[-31px\] {
  inset-inline-start: -31px;
}

.start-\[-39px\] {
  inset-inline-start: -39px;
}

.start-\[-50\%\] {
  inset-inline-start: -50%;
}

.start-\[-8px\] {
  inset-inline-start: -8px;
}

.start-\[0px\] {
  inset-inline-start: 0px;
}

.start-\[10px\] {
  inset-inline-start: 10px;
}

.start-\[15px\] {
  inset-inline-start: 15px;
}

.start-\[19px\] {
  inset-inline-start: 19px;
}

.start-\[20px\] {
  inset-inline-start: 20px;
}

.start-\[21px\] {
  inset-inline-start: 21px;
}

.start-\[25\%\] {
  inset-inline-start: 25%;
}

.start-\[25px\] {
  inset-inline-start: 25px;
}

.start-\[29px\] {
  inset-inline-start: 29px;
}

.start-\[33px\] {
  inset-inline-start: 33px;
}

.start-\[406px\] {
  inset-inline-start: 406px;
}

.start-\[48px\] {
  inset-inline-start: 48px;
}

.start-\[50\%\] {
  inset-inline-start: 50%;
}

.start-\[57px\] {
  inset-inline-start: 57px;
}

.start-\[5px\] {
  inset-inline-start: 5px;
}

.start-\[60px\] {
  inset-inline-start: 60px;
}

.start-\[62px\] {
  inset-inline-start: 62px;
}

.start-\[70px\] {
  inset-inline-start: 70px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-full {
  top: 100%;
}

.isolate {
  isolation: isolate;
}

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

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

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

.-z-\[10\] {
  z-index: -10;
}

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

.z-\[9999\] {
  z-index: 9999;
}

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

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

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

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

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

.\!mb-\[150px\] {
  margin-bottom: 150px !important;
}

.\!mb-\[30px\] {
  margin-bottom: 30px !important;
}

.\!ms-\[15px\] {
  margin-inline-start: 15px !important;
}

.\!mt-\[-80px\] {
  margin-top: -80px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.mb-\[16\.5px\] {
  margin-bottom: 16.5px;
}

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

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

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

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

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

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

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

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

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

.mb-\[37\.5px\] {
  margin-bottom: 37.5px;
}

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

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

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

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

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

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

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

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

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

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

.me-\[-45px\] {
  margin-inline-end: -45px;
}

.me-\[13px\] {
  margin-inline-end: 13px;
}

.me-\[15px\] {
  margin-inline-end: 15px;
}

.me-\[60px\] {
  margin-inline-end: 60px;
}

.me-\[90px\] {
  margin-inline-end: 90px;
}

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

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

.mr-\[40px\] {
  margin-right: 40px;
}

.mr-\[78px\] {
  margin-right: 78px;
}

.ms-\[-54px\] {
  margin-inline-start: -54px;
}

.ms-\[10px\] {
  margin-inline-start: 10px;
}

.ms-\[15px\] {
  margin-inline-start: 15px;
}

.ms-\[62px\] {
  margin-inline-start: 62px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-\[16\.5px\] {
  margin-top: 16.5px;
}

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

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

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

.mt-\[19\.4px\] {
  margin-top: 19.4px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-12 {
  height: 3rem;
}

.h-4 {
  height: 1rem;
}

.h-\[100\%\] {
  height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[auto\] {
  height: auto;
}

.h-\[inherit\] {
  height: inherit;
}

.h-auto {
  height: auto;
}

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

.\!w-\[100\%\] {
  width: 100% !important;
}

.w-12 {
  width: 3rem;
}

.w-4 {
  width: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.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-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

.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: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

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

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

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

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

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

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

.gap-\[13\.5px\] {
  gap: 13.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-\[3\.5px\] {
  gap: 3.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-\[8\.5px\] {
  gap: 8.5px;
}

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

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

.gap-y-\[19px\] {
  row-gap: 19px;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-\[12\.5px\] {
  border-radius: 12.5px;
}

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

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

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

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

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

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

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

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

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

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

.rounded-\[50\%\] {
  border-radius: 50%;
}

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

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

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

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

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

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

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

.rounded-s-\[35px\] {
  border-start-start-radius: 35px;
  border-end-start-radius: 35px;
}

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

.border {
  border-width: 1px;
}

.border-\[1\.5px\] {
  border-width: 1.5px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-\[2px\] {
  border-width: 2px;
}

.border-y-\[1px\] {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-b-\[3px\] {
  border-bottom-width: 3px;
}

.border-b-\[4px\] {
  border-bottom-width: 4px;
}

.border-\[\#000000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-\[\#000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-\[\#0F295D\] {
  --tw-border-opacity: 1;
  border-color: rgb(15 41 93 / var(--tw-border-opacity, 1));
}

.border-\[\#212121\] {
  --tw-border-opacity: 1;
  border-color: rgb(33 33 33 / var(--tw-border-opacity, 1));
}

.border-\[\#212341\] {
  --tw-border-opacity: 1;
  border-color: rgb(33 35 65 / var(--tw-border-opacity, 1));
}

.border-\[\#707070\] {
  --tw-border-opacity: 1;
  border-color: rgb(112 112 112 / var(--tw-border-opacity, 1));
}

.border-\[\#E7EBEE\] {
  --tw-border-opacity: 1;
  border-color: rgb(231 235 238 / var(--tw-border-opacity, 1));
}

.border-\[\#F1F3F8\] {
  --tw-border-opacity: 1;
  border-color: rgb(241 243 248 / var(--tw-border-opacity, 1));
}

.border-\[\#F5F3FC\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 243 252 / var(--tw-border-opacity, 1));
}

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

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(74 222 128 / var(--tw-border-opacity, 1));
}

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

.border-y-\[\#273380\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(39 51 128 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(39 51 128 / var(--tw-border-opacity, 1));
}

.border-y-\[\#F5F3FC\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 243 252 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(245 243 252 / var(--tw-border-opacity, 1));
}

.border-y-\[\#F8F9FB\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(248 249 251 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(248 249 251 / var(--tw-border-opacity, 1));
}

.border-y-\[\#FFB035\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 176 53 / var(--tw-border-opacity, 1));
  border-bottom-color: rgb(255 176 53 / var(--tw-border-opacity, 1));
}

.border-b-\[\#000744\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 7 68 / var(--tw-border-opacity, 1));
}

.border-b-\[\#0B165B\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(11 22 91 / var(--tw-border-opacity, 1));
}

.border-b-\[\#2A6B28\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(42 107 40 / var(--tw-border-opacity, 1));
}

.border-b-\[\#2A9B58\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(42 155 88 / var(--tw-border-opacity, 1));
}

.border-b-\[\#F5F3FC\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 243 252 / var(--tw-border-opacity, 1));
}

.border-b-\[\#F8F9FB\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(248 249 251 / var(--tw-border-opacity, 1));
}

.bg-\[\#000733\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 7 51 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#0F295D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 41 93 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#212341\] {
  --tw-bg-opacity: 1;
  background-color: rgb(33 35 65 / var(--tw-bg-opacity, 1));
}

.bg-\[\#273380\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 51 128 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#353D83\] {
  --tw-bg-opacity: 1;
  background-color: rgb(53 61 131 / var(--tw-bg-opacity, 1));
}

.bg-\[\#3A8C38\] {
  --tw-bg-opacity: 1;
  background-color: rgb(58 140 56 / var(--tw-bg-opacity, 1));
}

.bg-\[\#49BE78\] {
  --tw-bg-opacity: 1;
  background-color: rgb(73 190 120 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#6B708D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(107 112 141 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B0B7C3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(176 183 195 / var(--tw-bg-opacity, 1));
}

.bg-\[\#B3BBC7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(179 187 199 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DE0036\] {
  --tw-bg-opacity: 1;
  background-color: rgb(222 0 54 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E7EBEE\] {
  --tw-bg-opacity: 1;
  background-color: rgb(231 235 238 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ECFCFC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 252 252 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F5F3FC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 252 / var(--tw-bg-opacity, 1));
}

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

.bg-\[\#FFA500\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFF3F0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 240 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[\#ff1b1b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 27 27 / var(--tw-bg-opacity, 1));
}

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

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

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

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}

.bg-slate-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
}

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

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.from-\[\#273380\] {
  --tw-gradient-from: #273380 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(39 51 128 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.p-4 {
  padding: 1rem;
}

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

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

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

.p-\[6\.5px\] {
  padding: 6.5px;
}

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

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

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

.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[11px\] {
  padding-left: 11px;
  padding-right: 11px;
}

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

.px-\[13px\] {
  padding-left: 13px;
  padding-right: 13px;
}

.px-\[14\.5px\] {
  padding-left: 14.5px;
  padding-right: 14.5px;
}

.px-\[14px\] {
  padding-left: 14px;
  padding-right: 14px;
}

.px-\[15px\] {
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[17px\] {
  padding-left: 17px;
  padding-right: 17px;
}

.px-\[18px\] {
  padding-left: 18px;
  padding-right: 18px;
}

.px-\[19px\] {
  padding-left: 19px;
  padding-right: 19px;
}

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

.px-\[22px\] {
  padding-left: 22px;
  padding-right: 22px;
}

.px-\[25px\] {
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[26px\] {
  padding-left: 26px;
  padding-right: 26px;
}

.px-\[27px\] {
  padding-left: 27px;
  padding-right: 27px;
}

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

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

.px-\[33px\] {
  padding-left: 33px;
  padding-right: 33px;
}

.px-\[37px\] {
  padding-left: 37px;
  padding-right: 37px;
}

.px-\[3px\] {
  padding-left: 3px;
  padding-right: 3px;
}

.px-\[40px\] {
  padding-left: 40px;
  padding-right: 40px;
}

.px-\[4px\] {
  padding-left: 4px;
  padding-right: 4px;
}

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

.px-\[52px\] {
  padding-left: 52px;
  padding-right: 52px;
}

.px-\[5px\] {
  padding-left: 5px;
  padding-right: 5px;
}

.px-\[6px\] {
  padding-left: 6px;
  padding-right: 6px;
}

.px-\[7px\] {
  padding-left: 7px;
  padding-right: 7px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.\!ps-\[15px\] {
  padding-inline-start: 15px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[68\.5px\] {
  padding-bottom: 68.5px;
}

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

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

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

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

.pb-\[9\.5px\] {
  padding-bottom: 9.5px;
}

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

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

.pe-\[12px\] {
  padding-inline-end: 12px;
}

.pe-\[140px\] {
  padding-inline-end: 140px;
}

.pe-\[15px\] {
  padding-inline-end: 15px;
}

.pe-\[20px\] {
  padding-inline-end: 20px;
}

.pe-\[30px\] {
  padding-inline-end: 30px;
}

.pe-\[37px\] {
  padding-inline-end: 37px;
}

.pe-\[3px\] {
  padding-inline-end: 3px;
}

.pe-\[9px\] {
  padding-inline-end: 9px;
}

.ps-\[10px\] {
  padding-inline-start: 10px;
}

.ps-\[12px\] {
  padding-inline-start: 12px;
}

.ps-\[17px\] {
  padding-inline-start: 17px;
}

.ps-\[18px\] {
  padding-inline-start: 18px;
}

.ps-\[19px\] {
  padding-inline-start: 19px;
}

.ps-\[20px\] {
  padding-inline-start: 20px;
}

.ps-\[21px\] {
  padding-inline-start: 21px;
}

.ps-\[24px\] {
  padding-inline-start: 24px;
}

.ps-\[31px\] {
  padding-inline-start: 31px;
}

.ps-\[40px\] {
  padding-inline-start: 40px;
}

.ps-\[9px\] {
  padding-inline-start: 9px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-\[9\.5px\] {
  padding-top: 9.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#014087\] {
  --tw-text-opacity: 1;
  color: rgb(1 64 135 / var(--tw-text-opacity, 1));
}

.text-\[\#0F295D\] {
  --tw-text-opacity: 1;
  color: rgb(15 41 93 / var(--tw-text-opacity, 1));
}

.text-\[\#212121\] {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.text-\[\#212341\] {
  --tw-text-opacity: 1;
  color: rgb(33 35 65 / var(--tw-text-opacity, 1));
}

.text-\[\#273380\] {
  --tw-text-opacity: 1;
  color: rgb(39 51 128 / var(--tw-text-opacity, 1));
}

.text-\[\#2D365D\] {
  --tw-text-opacity: 1;
  color: rgb(45 54 93 / var(--tw-text-opacity, 1));
}

.text-\[\#39D4DF\] {
  --tw-text-opacity: 1;
  color: rgb(57 212 223 / var(--tw-text-opacity, 1));
}

.text-\[\#3A8C38\] {
  --tw-text-opacity: 1;
  color: rgb(58 140 56 / var(--tw-text-opacity, 1));
}

.text-\[\#516086\] {
  --tw-text-opacity: 1;
  color: rgb(81 96 134 / var(--tw-text-opacity, 1));
}

.text-\[\#666\] {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}

.text-\[\#6B708D\] {
  --tw-text-opacity: 1;
  color: rgb(107 112 141 / var(--tw-text-opacity, 1));
}

.text-\[\#6C7BA1\] {
  --tw-text-opacity: 1;
  color: rgb(108 123 161 / var(--tw-text-opacity, 1));
}

.text-\[\#6F7CCE\] {
  --tw-text-opacity: 1;
  color: rgb(111 124 206 / var(--tw-text-opacity, 1));
}

.text-\[\#939AA4\] {
  --tw-text-opacity: 1;
  color: rgb(147 154 164 / var(--tw-text-opacity, 1));
}

.text-\[\#ADB3BF\] {
  --tw-text-opacity: 1;
  color: rgb(173 179 191 / var(--tw-text-opacity, 1));
}

.text-\[\#B3BBC7\] {
  --tw-text-opacity: 1;
  color: rgb(179 187 199 / var(--tw-text-opacity, 1));
}

.text-\[\#D0D4DC\] {
  --tw-text-opacity: 1;
  color: rgb(208 212 220 / var(--tw-text-opacity, 1));
}

.text-\[\#DE0036\] {
  --tw-text-opacity: 1;
  color: rgb(222 0 54 / var(--tw-text-opacity, 1));
}

.text-\[\#E8EBF1\] {
  --tw-text-opacity: 1;
  color: rgb(232 235 241 / var(--tw-text-opacity, 1));
}

.text-\[\#ED1D26\] {
  --tw-text-opacity: 1;
  color: rgb(237 29 38 / var(--tw-text-opacity, 1));
}

.text-\[\#EE273A\] {
  --tw-text-opacity: 1;
  color: rgb(238 39 58 / var(--tw-text-opacity, 1));
}

.text-\[\#FF8A66\] {
  --tw-text-opacity: 1;
  color: rgb(255 138 102 / var(--tw-text-opacity, 1));
}

.text-\[\#FFA500\] {
  --tw-text-opacity: 1;
  color: rgb(255 165 0 / var(--tw-text-opacity, 1));
}

.text-\[\#FFB035\] {
  --tw-text-opacity: 1;
  color: rgb(255 176 53 / var(--tw-text-opacity, 1));
}

.text-\[\#FFFFFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[13\] {
  color: 13;
}

.text-\[14\] {
  color: 14;
}

.text-\[20\] {
  color: 20;
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}

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

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

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

.no-underline {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}

.placeholder-\[\#939AA4\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 154 164 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#939AA4\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(147 154 164 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#D7DBDE\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(215 219 222 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#D7DBDE\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(215 219 222 / var(--tw-placeholder-opacity, 1));
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-\[0\.8\] {
  opacity: 0.8;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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_5px_40px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0 5px 40px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 5px 40px 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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px 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;
}

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

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

.backdrop-blur-\[20px\] {
  --tw-backdrop-blur: blur(20px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[5px\] {
  --tw-backdrop-blur: blur(5px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -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-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  box-shadow: none;
}

@font-face {
  font-family: peyda;

  font-style: normal;

  font-weight: 100;

  src: url("../fonts/woff/PeydaWebFaNum-Thin.woff") format("woff"),
    url("../fonts/ttf/PeydaFaNum-Thin.ttf") format("truetype");
}

@font-face {
  font-family: peyda;

  font-style: normal;

  font-weight: 200;

  src: url("../fonts/woff/PeydaWebFaNum-ExtraLight.woff") format("woff"),
    url("../fonts/ttf/PeydaFaNum-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: peyda;

  font-style: normal;

  font-weight: 300;

  src: url("../fonts/woff/PeydaWebFaNum-Light.woff") format("woff"),
    url("../fonts/ttf/PeydaFaNum-Light.ttf") format("truetype");
}

@font-face {
  font-family: peyda;

  font-style: normal;

  font-weight: 400;

  src: url("../fonts/woff/PeydaWebFaNum-Regular.woff") format("woff"),
    url("../fonts/ttf/PeydaFaNum-Regular.ttf") format("truetype");
}

@font-face {
  font-family: peyda;

  font-style: normal;

  font-weight: 500;

  src: url("../fonts/woff/PeydaWebFaNum-Medium.woff") format("woff"),
    url("../fonts/ttf/PeydaFaNum-Medium.ttf") format("truetype");
}

@font-face {
  font-family: peyda;

  font-style: normal;

  font-weight: 600;

  src: url("../fonts/woff/PeydaWebFaNum-SemiBold.woff") format("woff"),
    url("../fonts/ttf/PeydaFaNum-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: peyda;

  font-style: normal;

  font-weight: 700;

  src: url("../fonts/woff/PeydaWebFaNum-Bold.woff") format("woff"),
    url("../fonts/ttf/PeydaFaNum-Bold.ttf") format("truetype");
}

@font-face {
  font-family: peyda;

  font-style: normal;

  font-weight: 800;

  src: url("../fonts/woff/PeydaWebFaNum-ExtraBold.woff") format("woff"),
    url("../fonts/ttf/PeydaFaNum-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: peydaen;

  font-style: normal;

  font-weight: 100;

  src: url("../fonts/woff/PeydaWeb-Thin.woff") format("woff"),
    url("../fonts/ttf/Peyda-Thin.ttf") format("truetype");
}

@font-face {
  font-family: peydaen;

  font-style: normal;

  font-weight: 200;

  src: url("../fonts/woff/peydaWeb-extralight.woff") format("woff"),
    url("../fonts/ttf/peyda-extralight.ttf") format("truetype");
}

@font-face {
  font-family: peydaen;

  font-style: normal;

  font-weight: 300;

  src: url("../fonts/woff/peydaWeb-light.woff") format("woff"),
    url("../fonts/ttf/peyda-light.ttf") format("truetype");
}

@font-face {
  font-family: peydaen;

  font-style: normal;

  font-weight: 400;

  src: url("../fonts/woff/PeydaWeb-Regular.woff") format("woff"),
    url("../fonts/ttf/Peyda-Regular.ttf") format("truetype");
}

@font-face {
  font-family: peydaen;

  font-style: normal;

  font-weight: 500;

  src: url("../fonts/woff/PeydaWeb-Medium.woff") format("woff"),
    url("../fonts/ttf/Peyda-Medium.ttf") format("truetype");
}

@font-face {
  font-family: peydaen;

  font-style: normal;

  font-weight: 600;

  src: url("../fonts/woff/PeydaWeb-SemiBold.woff") format("woff"),
    url("../fonts/ttf/Peyda-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: peydaen;

  font-style: normal;

  font-weight: 700;

  src: url("../fonts/woff/PeydaWeb-Bold.woff") format("woff"),
    url("../fonts/ttf/Peyda-Bold.ttf") format("truetype");
}

@font-face {
  font-family: peydaen;

  font-style: normal;

  font-weight: 800;

  src: url("../fonts/woff/PeydaWeb-ExtraBold.woff") format("woff"),
    url("../fonts/ttf/Peyda-ExtraBold.ttf") format("truetype");
}

body {
  font-family: 'peyda' !important;
}

.peydaen {
  font-family: 'peydaen' !important;
}

a {
  text-decoration: none !important;
}

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

.font-wei200 {
  font-weight: 200;
}

.font-wei300 {
  font-weight: 300;
}

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

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

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

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

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

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

button {
  outline: none;
  border: none;
}

.Autalents-header__desktop-gradiant {
  background: linear-gradient(239deg, #FFF3F0 15.38%, rgba(255, 243, 240, 0.00) 70.59%);
}

.at-ltr .Autalents-header__desktop-gradiant {
  background: linear-gradient(-239deg, #FFF3F0 15.38%, rgba(255, 243, 240, 0.00) 70.59%);
}

.banner-bg-faded {
  position: relative;
}

.banner-bg-faded::before {
  position: absolute;
  content: '';
  top: -5px;
  right: 10px;
  left: 10px;
  bottom: 0;
  opacity: 0.2;
  background-color: #273380;
  border-radius: 35px;
}

.banner-bg-faded::after {
  position: absolute;
  content: '';
  top: -10px;
  right: 20px;
  left: 20px;
  bottom: 0;
  opacity: 0.08;
  background-color: #273380;
  border-radius: 35px;
}

.banner-bg-faded-desktop {
  position: relative;
}

.banner-bg-faded-desktop::before {
  position: absolute;
  content: '';
  top: -5px;
  right: 10px;
  left: 10px;
  bottom: 0;
  opacity: 0.2;
  background-color: #273380;
  border-radius: 75px;
  z-index: -1;
}

.banner-bg-faded-desktop::after {
  position: absolute;
  content: '';
  top: -10px;
  right: 20px;
  left: 20px;
  bottom: 0;
  opacity: 0.08;
  background-color: #273380;
  border-radius: 75px;
  z-index: -1;
}

.autalent-slider-two-bg {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(176, 183, 195, 1) 50%, rgba(33, 33, 33, 1) 100%), url(../images/slider-pattern.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.desktop-card-bg {
  background-image: url(../images/Group\ 5397.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}

.blog-card-overlay::after {
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), 30%, rgba(0, 0, 0, 0.888) 100%);
  opacity: 1;
  transition: all 0.1s;
}

.blog-card-overlay:hover::after {
  opacity: 0;
}

.blog-card-overlay::before {
  position: absolute;
  top: 40%;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background-image: linear-gradient(180deg, #21212100, 30%, #de0038d0 100%);
  opacity: 0;
  transition: all 0.1s;
}

.blog-card-overlay:hover::before {
  opacity: 1;
}

.background-image-707 {
  background-image: linear-gradient(165deg, rgba(222, 0, 54, 0.00) -35.88%, #DE0036 114.59%);
}

.background-image-808 {
  background-image: linear-gradient(165deg, rgba(222, 0, 54, 0.00) -35.88%, #DE0036 114.59%);
}

.background-905 {
  background: linear-gradient(152deg, #FFF3F0 -10.85%, #F8F9FB 92.36%);
}

.background-804 {
  background: linear-gradient(152deg, #FFF3F0 -10.85%, #F8F9FB 92.36%);
}

.contact-iframe-fixer iframe {
  width: 100%;
  height: 586px;
  border-radius: 35px;
}

.font-wei300 {
  font-weight: 300;
}

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

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

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

.textr-20px {
  font-size: 20px;
}

/* Radio button styles */

.radio-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ADB3BF;
  border-radius: 50%;
  margin-left: 7px;
  position: relative;
}

.radio-input:checked {
  border-color: #273380;
  background-color: #273380;
}

.radio-input:checked::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Checkbox styles */

.checkbox-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #ADB3BF;
  border-radius: 3px;
  margin-left: 5px;
}

.checkbox-input:checked {
  border-color: #273380;
  background-color: #273380;
}

.checkbox-input:checked::after {
  content: '✓';
  color: white;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.loading {
  display: none;
}

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

.error-message {
  color: #EE273A;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

.success-message {
  color: #22c55e;
  font-size: 14px;
  text-align: center;
  padding: 10px;
  background-color: #f0fdf4;
  border: 1px solid #22c55e;
  border-radius: 8px;
  margin-bottom: 20px;
  display: none;
}

.desktop-bg-B2B {
  background: linear-gradient(rgba(10, 50, 109, 0.952), rgba(10, 50, 109, 0.941)), url("../images/tttrrr.png");
}

.mobile-bg-B2B {
  background: linear-gradient(rgba(10, 50, 109, 0.90), rgba(10, 50, 109, 0.90)), url("../images/tttrrr.png");
}

.bg-mobile-button {
  background: linear-gradient(to right, rgba(231, 235, 238, 0) 0%, rgba(231, 235, 238, 1) 100%);
}

.sfdgnfdgsgn {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.ioytjtrht {
  background-image: url("../images/Group\ 5422.svg");
  background-size: cover;
  background-repeat: repeat-x;
  background-position: bottom;
}

.search-box-active input {
  width: 200px;
}

.tydnfghndfhb h1 {
  font-size: 26px;
  font-weight: 700;
  color: #014087;
}

.tydnfghndfhb h2 {
  font-size: 26px;
  font-weight: 700;
  color: #014087;
}

.tydnfghndfhb h3 {
  font-size: 26px;
  font-weight: 700;
  color: #014087;
}

.tydnfghndfhb h4 {
  font-size: 26px;
  font-weight: 700;
  color: #014087;
}

.tydnfghndfhb h5 {
  font-size: 26px;
  font-weight: 700;
  color: #014087;
}

.tydnfghndfhb h6 {
  font-size: 26px;
  font-weight: 700;
  color: #014087;
}

.tydnfghndfhb h1::before,
.tydnfghndfhb h2::before,
.tydnfghndfhb h3::before,
.tydnfghndfhb h4::before,
.tydnfghndfhb h5::before,
.tydnfghndfhb h6::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%227%22%20height%3D%227%22%20viewBox%3D%220%200%207%207%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M6.5%200.5H0.5V6.5H6.5V0.5Z%22%20stroke%3D%22%23DE0036%22/%3E%3C/svg%3E");
  background-size: cover;
  margin-left: 5px;
}

.faq-container-wrapper.active {
  border-bottom: 3px solid #DE0036;
  background-color: #F8F9FB;
}

.ghjdriririii {
  background-image: url("../images/Group\ 5422.svg");
  background-size: cover;
  background-position: center;
  background-repeat: repeat-x;
}

#Iconly_Bulk_Search {
  cursor: pointer;
}

.kkkdllook {
  filter: blur(3px);
}

.dropdown-toggle::after {
  display: none !important;
}

.notifBar {
  position: fixed;
  top: -25px;
  right: 25px;
  z-index: 999999999999999;
  background: #fff;
  border-radius: 35px;
  padding: 12px 40px;
  font-size: 16px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  font-weight: 700;
}

.notifBar.active {
  opacity: 1;
  top: 25px;
  visibility: visible;
}

.notifBar.success {
  background: green;
  color: #fff !important;
  box-shadow: 0 6px 15px 0 rgba(0, 255, 0, 0.23);
}

.notifBar.error {
  background: red;
  color: #fff !important;
  box-shadow: 0 6px 15px 0 rgba(255, 0, 0, 0.23);
}

.select2-container {
  display: inline-block;
  width: 100% !important;
}

/* 2. Remove the default focus outline */

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:focus .select2-selection__rendered {
  outline: none;
  box-shadow: none;
}

/* 3. Reset the box & border */

.select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

/* 4. Let your input text styles apply */

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
  font: inherit;
  line-height: inherit;
  padding-right: 8px !important;
  padding-left: 30px !important;
  padding-top: 2px !important;
}

/* 7. Options list reset */

.select2-container--default .select2-results__option {
  padding: .5em .5em;
  /* adjust as needed */
}

/* 8. On hover/selection, keep your bg/text utility classes */

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: transparent;
  color: inherit;
}

.placeholder\:text-end::-moz-placeholder {
  text-align: end;
}

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

.placeholder\:text-\[12px\]::-moz-placeholder {
  font-size: 12px;
}

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

.placeholder\:text-\[13px\]::-moz-placeholder {
  font-size: 13px;
}

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

.placeholder\:text-\[14px\]::-moz-placeholder {
  font-size: 14px;
}

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

.placeholder\:font-\[300\]::-moz-placeholder {
  font-weight: 300;
}

.placeholder\:font-\[300\]::placeholder {
  font-weight: 300;
}

.placeholder\:font-\[700\]::-moz-placeholder {
  font-weight: 700;
}

.placeholder\:font-\[700\]::placeholder {
  font-weight: 700;
}

.hover\:gap-\[10px\]:hover {
  gap: 10px;
}

.hover\:gap-\[12px\]:hover {
  gap: 12px;
}

.hover\:gap-\[25px\]:hover {
  gap: 25px;
}

.hover\:gap-\[38px\]:hover {
  gap: 38px;
}

.hover\:gap-\[8px\]:hover {
  gap: 8px;
}

.hover\:border-\[\#212121\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(33 33 33 / var(--tw-border-opacity, 1));
}

.hover\:border-\[\#616161\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(97 97 97 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#0F295D\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(15 41 93 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#2A6B28\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(42 107 40 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#323f94\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(50 63 148 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#324099\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(50 64 153 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#334098\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(51 64 152 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#5bc786\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 199 134 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#5bcc88\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(91 204 136 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#5cd28b\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(92 210 139 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#60df93\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(96 223 147 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#c70031\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(199 0 49 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#f3f3f3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#ff254a\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 37 74 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#212121\]:hover {
  --tw-text-opacity: 1;
  color: rgb(33 33 33 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#DE0036\]:hover {
  --tw-text-opacity: 1;
  color: rgb(222 0 54 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#FFFFFF\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#dedede\]:hover {
  --tw-text-opacity: 1;
  color: rgb(222 222 222 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#fff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-70:hover {
  opacity: 0.7;
}

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

.group:hover .group-hover\:block {
  display: block;
}

.group:hover .group-hover\:stroke-\[\#DE0036\] {
  stroke: #DE0036;
}

.group:hover .group-hover\:text-\[\#DE0036\] {
  --tw-text-opacity: 1;
  color: rgb(222 0 54 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .md\:top-\[-56px\] {
    top: -56px;
  }

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

  .md\:gap-\[0px\] {
    gap: 0px;
  }

  .md\:gap-\[15px\] {
    gap: 15px;
  }

  .md\:gap-\[20px\] {
    gap: 20px;
  }
}

@media (min-width: 1024px) {
  .lg\:bottom-\[-44px\] {
    bottom: -44px;
  }

  .lg\:end-\[-12px\] {
    inset-inline-end: -12px;
  }

  .lg\:end-\[35px\] {
    inset-inline-end: 35px;
  }

  .lg\:end-\[90px\] {
    inset-inline-end: 90px;
  }

  .lg\:left-\[-12px\] {
    left: -12px;
  }

  .lg\:left-\[35px\] {
    left: 35px;
  }

  .lg\:left-\[68px\] {
    left: 68px;
  }

  .lg\:left-\[90px\] {
    left: 90px;
  }

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

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

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

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

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

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

  .lg\:me-\[50px\] {
    margin-inline-end: 50px;
  }

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

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .lg\:px-\[37px\] {
    padding-left: 37px;
    padding-right: 37px;
  }

  .lg\:px-\[60px\] {
    padding-left: 60px;
    padding-right: 60px;
  }

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

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

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

  .lg\:ps-\[40\] {
    padding-inline-start: 40;
  }

  .lg\:ps-\[50px\] {
    padding-inline-start: 50px;
  }

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

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

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

.ltr\:rotate-180:where([dir="ltr"], [dir="ltr"] *) {
  --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));
}

.ltr\:flex-row-reverse:where([dir="ltr"], [dir="ltr"] *) {
  flex-direction: row-reverse;
}

.ltr\:items-start:where([dir="ltr"], [dir="ltr"] *) {
  align-items: flex-start;
}

.ltr\:font-peydaen:where([dir="ltr"], [dir="ltr"] *) {
  font-family: 'peydaen' !important;
}