/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/
a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  
  
}

a:hover {
  background-color: #ddd;
  color: black;
}

.previous {
  background-color: #eee7e7;
  color: black;
  top:50%;
  left: 2%;
  display:block; 
  position:fixed; 
}

.next {
  background-color: #04AA6D;
  color: white;
  top:50%;
  left: 96%;
  display:block; 
  position:fixed; 
}

.round {
  border-radius: 50%;
}
/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

:-moz-focusring {
  outline: auto;
}

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
}

@font-face {
  font-family: "AraEtabAlMonieRegular";

  src: url("./font/AraEtabAlMonieRegular.ttf");

  font-display: swap;
}

@font-face {
  font-family: "GeHili";

  src: url("./font/ge-hili-light.otf");

  font-display: swap;
}

@font-face {
  font-family: "KhalidArt";

  src: url("./font/KhalidArtBoldRegular.ttf");

  font-display: swap;
}

@font-face {
  font-family: "BoutrosAsma";

  src: url("./font/BoutrosAsmaRegular.ttf");

  font-display: swap;
}

@font-face {
  font-family: "SwissraLight";

  src: url("./font/SwissraLight.ttf");

  font-display: swap;
}

@font-face {
  font-family: "HelveticaNeueLT";

  src: url("./font/HelveticaNeueLT.ttf");

  font-display: swap;
}

@font-face {
  font-family: "GESSUniqueBold";

  src: url("./font/GESSUniqueBold.otf");

  font-display: swap;
}

@font-face {
  font-family: "SwissraMedium";

  src: url("./font/SwissraMedium.ttf");

  font-display: swap;
}

@font-face {
  font-family: "Ae_AlMohanadRegular";

  src: url("./font/ae_AlMohanadRegular.ttf");

  font-display: swap;
}

@font-face {
  font-family: "GESSTextLight";

  src: url("./font/GESSTextLight.otf");

  font-display: swap;
}

@font-face {
  font-family: "GEThameenDemiBold";

  src: url("./font/GEThameenDemiBold.ttf");

  font-display: swap;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.top-16 {
  top: 4rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.top-1\/2 {
  top: 50%;
}

.right-1\/2 {
  right: 50%;
}

.-top-2 {
  top: -0.5rem;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-12 {
  bottom: 3rem;
}

.-right-5p {
  right: -5%;
}

.bottom-1 {
  bottom: 0.25rem;
}

.right-5 {
  right: 1.25rem;
}

.top-2 {
  top: 0.5rem;
}

.right-1 {
  right: 0.25rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.top-5 {
  top: 1.25rem;
}

.-right-4 {
  right: -1rem;
}

.top-4 {
  top: 1rem;
}

.left-10p {
  left: 10%;
}

.bottom-1\/3 {
  bottom: 33.333333%;
}

.left-5p {
  left: 5%;
}

.-bottom-5 {
  bottom: -1.25rem;
}

.-top-15p {
  top: -15%;
}

.top-5p {
  top: 5%;
}

.-top-5p {
  top: -5%;
}

.bottom-8p {
  bottom: 8%;
}

.left-15p {
  left: 15%;
}

.bottom-10p {
  bottom: 10%;
}

.right-10p {
  right: 10%;
}

.top-1\/4 {
  top: 25%;
}

.-top-3 {
  top: -0.75rem;
}

.top-15p {
  top: 15%;
}

.right-1\/4 {
  right: 25%;
}

.top-1\/3 {
  top: 33.333333%;
}

.top-3 {
  top: 0.75rem;
}

.right-2 {
  right: 0.5rem;
}

.-bottom-8 {
  bottom: -2rem;
}

.-z-10 {
  z-index: -10;
}

.z-50 {
  z-index: 50;
}

.z-10 {
  z-index: 10;
}

.z-40 {
  z-index: 40;
}

.m-auto {
  margin: auto;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-15p {
  margin-top: 15%;
  margin-bottom: 15%;
}

.mx-8p {
  margin-left: 8%;
  margin-right: 8%;
}

.my-8p {
  margin-top: 8%;
  margin-bottom: 8%;
}

.my-5p {
  margin-top: 5%;
  margin-bottom: 5%;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mt-4 {
  margin-top: 1rem;
}

.ml-12p {
  margin-left: 12%;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-8p {
  margin-bottom: 8%;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-auto {
  margin-left: auto;
}

.mr-15p {
  margin-right: 15%;
}

.mr-5p {
  margin-right: 5%;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.ml-10p {
  margin-left: 10%;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mr-8p {
  margin-right: 8%;
}

.ml-8p {
  margin-left: 8%;
}

.-mt-20 {
  margin-top: -5rem;
}

.mt-20p {
  margin-top: 20%;
}

.ml-15p {
  margin-left: 15%;
}

.mt-10p {
  margin-top: 10%;
}

.mb-5p {
  margin-bottom: 5%;
}

.mt-5p {
  margin-top: 5%;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.h-full {
  width: 70%;
  margin: auto;
  height: 100%;
}

.h-24 {
  height: 6rem;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-auto {
  height: auto;
}

.h-20 {
  height: 5rem;
}

.h-28 {
  height: 7rem;
}

.h-1\/2 {
  height: 50%;
}

.h-3\/5 {
  height: 60%;
}

.h-3\/4 {
  height: 75%;
}

.h-16 {
  height: 4rem;
}

.h-700p {
  height: 700px;
}

.h-1 {
  height: 0.25rem;
}

.h-3 {
  height: 0.75rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-32 {
  height: 8rem;
}

.h-2 {
  height: 0.5rem;
}

.h-8 {
  height: 2rem;
}

.h-70p {
  height: 70%;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-0 {
  height: 0px;
}

.h-48 {
  height: 12rem;
}

.h-96 {
  height: 24rem;
}

.h-56 {
  height: 14rem;
}

.h-14 {
  height: 3.5rem;
}

.h-40 {
  height: 10rem;
}

.h-6 {
  height: 1.5rem;
}

.w-full {
  width: 100%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-1\/4 {
  width: 25%;
}

.w-96 {
  width: 24rem;
}

.w-1\/2 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-4\/5 {
  width: 80%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-8 {
  width: 2rem;
}

.w-9\/12 {
  width: 75%;
}

.w-16 {
  width: 4rem;
}

.w-95per {
  width: 95%;
}

.w-90per {
  width: 90%;
}

.w-2\/3 {
  width: 66.666667%;
}

.w-75per {
  width: 75%;
}

.w-3 {
  width: 0.75rem;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-10 {
  width: 2.5rem;
}

.w-1 {
  width: 0.25rem;
}

.w-14 {
  width: 3.5rem;
}

.w-85per {
  width: 85%;
}

.w-2 {
  width: 0.5rem;
}

.w-30per {
  width: 30%;
}

.w-1\/5 {
  width: 20%;
}

.w-98per {
  width: 98%;
}

.w-3\/5 {
  width: 60%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/4 {
  width: 75%;
}

.w-5 {
  width: 1.25rem;
}

.w-20 {
  width: 5rem;
}

.w-40 {
  width: 10rem;
}

.w-36 {
  width: 9rem;
}

.w-6 {
  width: 1.5rem;
}

.w-32 {
  width: 8rem;
}

.w-28 {
  width: 7rem;
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.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-2 {
  gap: 0.5rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-20 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

.space-y-14 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

.space-x-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-9 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}

.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.divide-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(2px * var(--tw-divide-x-reverse));
  border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-dotted > :not([hidden]) ~ :not([hidden]) {
  border-style: dotted;
}

.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-divide-opacity));
}

.divide-gray-500 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-divide-opacity));
}

.divide-gray-400 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-b-3xl {
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.border-2 {
  border-width: 2px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-dotted {
  border-style: dotted;
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}

.border-theme-twenty-nine {
  --tw-border-opacity: 1;
  border-color: rgba(100, 111, 19, var(--tw-border-opacity));
}

.border-yellow-200 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 230, 138, var(--tw-border-opacity));
}

.border-pink-200 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 207, 232, var(--tw-border-opacity));
}

.border-yellow-400 {
  --tw-border-opacity: 1;
  border-color: rgba(251, 191, 36, var(--tw-border-opacity));
}

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgba(191, 219, 254, var(--tw-border-opacity));
}

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}

.border-theme-46-one {
  --tw-border-opacity: 1;
  border-color: rgba(218, 173, 88, var(--tw-border-opacity));
}

.bg-theme-one {
  --tw-bg-opacity: 1;
  background-color: rgba(184, 134, 56, var(--tw-bg-opacity));
}

.bg-theme-five {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 255, 204, var(--tw-bg-opacity));
}

.bg-theme-six {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 243, 243, var(--tw-bg-opacity));
}

.bg-theme-eight {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 255, 224, var(--tw-bg-opacity));
}

.bg-theme-nine {
  --tw-bg-opacity: 1;
  background-color: rgba(189, 252, 255, var(--tw-bg-opacity));
}

.bg-theme-ten {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 242, 206, var(--tw-bg-opacity));
}

.bg-theme-eleven {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 230, 224, var(--tw-bg-opacity));
}

.bg-theme-twelve {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 215, 240, var(--tw-bg-opacity));
}

.bg-theme-thirteen {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 195, 255, var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}

.bg-theme-seventeen {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 234, 255, var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.bg-theme-ninteen {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 203, 255, var(--tw-bg-opacity));
}

.bg-theme-twenty {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 233, 199, var(--tw-bg-opacity));
}

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(31, 41, 55, var(--tw-bg-opacity));
}

.bg-theme-twenty-two {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 244, 207, var(--tw-bg-opacity));
}

.bg-theme-twenty-three {
  --tw-bg-opacity: 1;
  background-color: rgba(216, 255, 214, var(--tw-bg-opacity));
}

.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}

.bg-theme-twenty-four {
  --tw-bg-opacity: 1;
  background-color: rgba(197, 251, 255, var(--tw-bg-opacity));
}

.bg-theme-twenty-five {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 226, 210, var(--tw-bg-opacity));
}

.bg-theme-twenty-six {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 214, 229, var(--tw-bg-opacity));
}

.bg-theme-twenty-seven {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 246, 200, var(--tw-bg-opacity));
}

.bg-theme-twenty-eight {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 92, 128, var(--tw-bg-opacity));
}

.bg-pink-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(251, 207, 232, var(--tw-bg-opacity));
}

.bg-indigo-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 210, 254, var(--tw-bg-opacity));
}

.bg-theme-two {
  --tw-bg-opacity: 1;
  background-color: rgba(183, 150, 97, var(--tw-bg-opacity));
}

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}

.bg-theme-thirty {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 130, var(--tw-bg-opacity));
}

.bg-theme-thirty-one {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 205, 72, var(--tw-bg-opacity));
}

.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}

.bg-theme-thirty-four {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 241, 189, var(--tw-bg-opacity));
}

.bg-theme-thirty-three {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 248, 223, var(--tw-bg-opacity));
}

.bg-theme-thirty-six {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 155, 192, var(--tw-bg-opacity));
}

.bg-theme-thirty-seven {
  --tw-bg-opacity: 1;
  background-color: rgba(165, 218, 255, var(--tw-bg-opacity));
}

.bg-theme-thirty-eight {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 228, 78, var(--tw-bg-opacity));
}

.bg-theme-thirty-nine {
  --tw-bg-opacity: 1;
  background-color: rgba(195, 252, 255, var(--tw-bg-opacity));
}

.bg-theme-fourty {
  --tw-bg-opacity: 1;
  background-color: rgba(247, 255, 215, var(--tw-bg-opacity));
}

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}

.bg-theme-three {
  --tw-bg-opacity: 1;
  background-color: rgba(198, 170, 120, var(--tw-bg-opacity));
}

.bg-theme-fourty-one {
  --tw-bg-opacity: 1;
  background-color: rgba(145, 239, 246, var(--tw-bg-opacity));
}

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity));
}

.bg-theme-35-one {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 229, var(--tw-bg-opacity));
}

.bg-theme-36-one {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 220, 227, var(--tw-bg-opacity));
}

.bg-theme-37-one {
  --tw-bg-opacity: 1;
  background-color: rgba(223, 250, 255, var(--tw-bg-opacity));
}

.bg-theme-38-one {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 217, 247, var(--tw-bg-opacity));
}

.bg-theme-39-one {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 229, 255, var(--tw-bg-opacity));
}

.bg-theme-40-one {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 245, 230, var(--tw-bg-opacity));
}

.bg-theme-41-one {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 243, 215, var(--tw-bg-opacity));
}

.bg-theme-42-one {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 225, 234, var(--tw-bg-opacity));
}

.bg-theme-43-one {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 229, 255, var(--tw-bg-opacity));
}

.bg-theme-44-one {
  --tw-bg-opacity: 1;
  background-color: rgba(211, 251, 255, var(--tw-bg-opacity));
}

.bg-theme-45-one {
  --tw-bg-opacity: 1;
  background-color: rgba(241, 255, 207, var(--tw-bg-opacity));
}

.bg-theme-46-two {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 244, 207, var(--tw-bg-opacity));
}

.bg-theme-46-one {
  --tw-bg-opacity: 1;
  background-color: rgba(218, 173, 88, var(--tw-bg-opacity));
}

.bg-repeat {
  background-repeat: repeat;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
     object-fit: fill;
}

.p-2 {
  padding: 0.5rem;
}

.p-5 {
  padding: 1.25rem;
}

.py-24p {
  padding-top: 24%;
  padding-bottom: 24%;
}

.px-5p {
  padding-left: 5%;
  padding-right: 5%;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-5p {
  padding-top: 5%;
  padding-bottom: 5%;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-10p {
  padding-top: 10%;
  padding-bottom: 10%;
}

.py-8p {
  padding-top: 8%;
  padding-bottom: 8%;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12p {
  padding-top: 12%;
  padding-bottom: 12%;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-10p {
  padding-left: 10%;
  padding-right: 10%;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pt-65p {
  padding-top: 65%;
}

.pb-65p {
  padding-bottom: 65%;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pt-5p {
  padding-top: 5%;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-5p {
  padding-bottom: 5%;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-15p {
  padding-right: 15%;
}

.pt-0 {
  padding-top: 0px;
}

.pt-15p {
  padding-top: 15%;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pt-60p {
  padding-top: 60%;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.align-top {
  vertical-align: top;
}

.font-GeHili {
  font-family: GeHili, sans-serif;
}

.font-AraEtabAlMonie {
  font-family: AraEtabAlMonieRegular, sans-serif;
}

.font-KhalidArt {
  font-family: KhalidArt, sans-serif;
}

.font-BoutrosAsma {
  font-family: BoutrosAsma, sans-serif;
}

.font-SwissraLight {
  font-family: SwissraLight, sans-serif;
}

.font-HelveticaNeueLT {
  font-family: HelveticaNeueLT, sans-serif;
}

.font-GESSUniqueBold {
  font-family: GESSUniqueBold, sans-serif;
}

.font-GEThameenDemiBold {
  font-family: GEThameenDemiBold, sans-serif;
}

.font-GESSTextLight {
  font-family: GESSTextLight, sans-serif;
}

.font-AeAlMohanadRegular {
  font-family: Ae_AlMohanadRegular, sans-serif;
}

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.text-8xl {
  font-size: 6rem;
  line-height: 1;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-none {
  line-height: 1;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-theme-one {
  --tw-text-opacity: 1;
  color: rgba(184, 134, 56, var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.text-theme-three {
  --tw-text-opacity: 1;
  color: rgba(198, 170, 120, var(--tw-text-opacity));
}

.text-theme-two {
  --tw-text-opacity: 1;
  color: rgba(183, 150, 97, var(--tw-text-opacity));
}

.text-theme-seven {
  --tw-text-opacity: 1;
  color: rgba(254, 48, 0, var(--tw-text-opacity));
}

.text-theme-fifteen {
  --tw-text-opacity: 1;
  color: rgba(46, 179, 154, var(--tw-text-opacity));
}

.text-theme-fourteen {
  --tw-text-opacity: 1;
  color: rgba(255, 142, 42, var(--tw-text-opacity));
}

.text-theme-sixteen {
  --tw-text-opacity: 1;
  color: rgba(92, 92, 92, var(--tw-text-opacity));
}

.text-theme-eighteen {
  --tw-text-opacity: 1;
  color: rgba(0, 98, 126, var(--tw-text-opacity));
}

.text-theme-twenty-one {
  --tw-text-opacity: 1;
  color: rgba(255, 148, 0, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}

.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}

.text-theme-thirty-two {
  --tw-text-opacity: 1;
  color: rgba(139, 112, 69, var(--tw-text-opacity));
}

.text-theme-thirty-five {
  --tw-text-opacity: 1;
  color: rgba(255, 114, 0, var(--tw-text-opacity));
}

.text-theme-48-one {
  --tw-text-opacity: 1;
  color: rgba(107, 51, 60, var(--tw-text-opacity));
}

.text-theme-46-one {
  --tw-text-opacity: 1;
  color: rgba(218, 173, 88, var(--tw-text-opacity));
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.ring-2 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.ring-4 {
  --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);
}

.ring-gray-50 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(249, 250, 251, var(--tw-ring-opacity));
}

.ring-white {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity));
}

[dir="ltr"] .ltr\:ml-5 {
  margin-left: 1.25rem;
}

[dir="ltr"] .ltr\:ml-3 {
  margin-left: 0.75rem;
}

[dir="rtl"] .rtl\:mr-5 {
  margin-right: 1.25rem;
}

[dir="rtl"] .rtl\:mr-3 {
  margin-right: 0.75rem;
}

@media (min-width: 640px) {
  .sm\:top-24 {
    top: 6rem;
  }

  .sm\:right-1\/3 {
    right: 33.333333%;
  }

  .sm\:right-16 {
    right: 4rem;
  }

  .sm\:left-10p {
    left: 10%;
  }

  .sm\:left-1\/4 {
    left: 25%;
  }

  .sm\:bottom-8p {
    bottom: 8%;
  }

  .sm\:top-1\/3 {
    top: 33.333333%;
  }

  .sm\:top-4 {
    top: 1rem;
  }

  .sm\:top-3 {
    top: 0.75rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mt-24 {
    margin-top: 6rem;
  }

  .sm\:mb-24 {
    margin-bottom: 6rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:mr-8p {
    margin-right: 8%;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mt-0 {
    margin-top: 0px;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mr-auto {
    margin-right: auto;
  }

  .sm\:h-28 {
    height: 7rem;
  }

  .sm\:h-40 {
    height: 10rem;
  }

  .sm\:h-36 {
    height: 9rem;
  }

  .sm\:h-3\/5 {
    height: 60%;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-24 {
    height: 6rem;
  }

  .sm\:h-32 {
    height: 8rem;
  }

  .sm\:h-48 {
    height: 12rem;
  }

  .sm\:h-44 {
    height: 11rem;
  }

  .sm\:h-20 {
    height: 5rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:w-4\/6 {
    width: 66.666667%;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-20 {
    width: 5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-1\/4 {
    width: 25%;
  }

  .sm\:w-3\/5 {
    width: 60%;
  }

  .sm\:w-5\/12 {
    width: 41.666667%;
  }

  .sm\:w-3\/4 {
    width: 75%;
  }

  .sm\:w-1\/5 {
    width: 20%;
  }

  .sm\:w-85per {
    width: 85%;
  }

  .sm\:w-4\/5 {
    width: 80%;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-1\/3 {
    width: 33.333333%;
  }

  .sm\:w-2\/5 {
    width: 40%;
  }

  .sm\:w-24 {
    width: 6rem;
  }

  .sm\:w-40 {
    width: 10rem;
  }

  .sm\:w-56 {
    width: 14rem;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:justify-start {
    justify-content: flex-start;
  }

  .sm\:gap-5 {
    gap: 1.25rem;
  }

  .sm\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .sm\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .sm\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:pt-20 {
    padding-top: 5rem;
  }

  .sm\:pt-24 {
    padding-top: 6rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pt-32 {
    padding-top: 8rem;
  }

  .sm\:pb-40 {
    padding-bottom: 10rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pt-55p {
    padding-top: 55%;
  }

  .sm\:text-right {
    text-align: right;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-10xl {
    font-size: 10rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:leading-3 {
    line-height: 3rem;
  }
}

@media (min-width: 768px) {
  .md\:right-1\/4 {
    right: 25%;
  }

  .md\:-top-5 {
    top: -1.25rem;
  }

  .md\:top-2 {
    top: 0.5rem;
  }

  .md\:right-12 {
    right: 3rem;
  }

  .md\:-right-5 {
    right: -1.25rem;
  }

  .md\:top-5 {
    top: 1.25rem;
  }

  .md\:bottom-15p {
    bottom: 15%;
  }

  .md\:right-15p {
    right: 15%;
  }

  .md\:-top-10p {
    top: -10%;
  }

  .md\:top-3 {
    top: 0.75rem;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:top-6 {
    top: 1.5rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-10p {
    margin-top: 10%;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-3\/5 {
    height: 60%;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-70p {
    height: 70%;
  }

  .md\:h-52 {
    height: 13rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:h-44 {
    height: 11rem;
  }

  .md\:h-60 {
    height: 15rem;
  }

  .md\:h-56 {
    height: 14rem;
  }

  .md\:h-20 {
    height: 5rem;
  }

  .md\:w-3\/5 {
    width: 60%;
  }

  .md\:w-3\/4 {
    width: 75%;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-20 {
    width: 5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-1\/3 {
    width: 33.333333%;
  }

  .md\:w-24 {
    width: 6rem;
  }

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-1\/5 {
    width: 20%;
  }

  .md\:w-85per {
    width: 85%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-36 {
    width: 9rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\:space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .md\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-15p {
    padding-top: 15%;
    padding-bottom: 15%;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:pt-32 {
    padding-top: 8rem;
  }

  .md\:pb-32 {
    padding-bottom: 8rem;
  }

  .md\:pt-44 {
    padding-top: 11rem;
  }

  .md\:pb-56 {
    padding-bottom: 14rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .lg\:top-40 {
    top: 10rem;
  }

  .lg\:right-2\/4 {
    right: 50%;
  }

  .lg\:bottom-36 {
    bottom: 9rem;
  }

  .lg\:bottom-28 {
    bottom: 7rem;
  }

  .lg\:bottom-5 {
    bottom: 1.25rem;
  }

  .lg\:right-28 {
    right: 7rem;
  }

  .lg\:right-2\.5 {
    right: 0.625rem;
  }

  .lg\:right-2 {
    right: 0.5rem;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:right-16 {
    right: 4rem;
  }

  .lg\:bottom-14 {
    bottom: 3.5rem;
  }

  .lg\:top-9 {
    top: 2.25rem;
  }

  .lg\:-right-8 {
    right: -2rem;
  }

  .lg\:-right-12 {
    right: -3rem;
  }

  .lg\:top-6 {
    top: 1.5rem;
  }

  .lg\:bottom-2 {
    bottom: 0.5rem;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem;
  }

  .lg\:left-10p {
    left: 10%;
  }

  .lg\:bottom-20p {
    bottom: 20%;
  }

  .lg\:right-10p {
    right: 10%;
  }

  .lg\:top-7 {
    top: 1.75rem;
  }

  .lg\:top-1 {
    top: 0.25rem;
  }

  .lg\:right-1\/3 {
    right: 33.333333%;
  }

  .lg\:top-24 {
    top: 6rem;
  }

  .lg\:-right-6 {
    right: -1.5rem;
  }

  .lg\:mt-36 {
    margin-top: 9rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mr-10p {
    margin-right: 10%;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:h-200p {
    height: 200px;
  }

  .lg\:h-320p {
    height: 320px;
  }

  .lg\:h-480p {
    height: 480px;
  }

  .lg\:h-1\/2 {
    height: 50%;
  }

  .lg\:h-400p {
    height: 400px;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-52 {
    height: 13rem;
  }

  .lg\:h-28 {
    height: 7rem;
  }

  .lg\:h-40 {
    height: 10rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-72 {
    height: 18rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-44 {
    height: 11rem;
  }

  .lg\:h-4\/6 {
    height: 66.666667%;
  }

  .lg\:h-24 {
    height: 6rem;
  }

  .lg\:h-20 {
    height: 5rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-520p {
    height: 520px;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:w-14per {
    width: 14%;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:w-4\/5 {
    width: 80%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-3\/5 {
    width: 60%;
  }

  .lg\:w-28 {
    width: 7rem;
  }

  .lg\:w-40 {
    width: 10rem;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-72per {
    width: 72%;
  }

  .lg\:w-35per {
    width: 35%;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-3\/4 {
    width: 75%;
  }

  .lg\:w-30per {
    width: 30%;
  }

  .lg\:w-90per {
    width: 90%;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/4 {
    width: 25%;
  }

  .lg\:w-72 {
    width: 18rem;
  }

  .lg\:w-64 {
    width: 16rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-96 {
    width: 24rem;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-28 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(7rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(7rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-9 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
  }

  .lg\:space-y-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px * var(--tw-space-x-reverse));
    margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-32 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(8rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(8rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:py-16p {
    padding-top: 16%;
    padding-bottom: 16%;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-20p {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .lg\:pt-44 {
    padding-top: 11rem;
  }

  .lg\:pt-330p {
    padding-top: 330px;
  }

  .lg\:pb-72 {
    padding-bottom: 18rem;
  }

  .lg\:pt-72 {
    padding-top: 18rem;
  }

  .lg\:pb-80 {
    padding-bottom: 20rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-36 {
    padding-bottom: 9rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-280p {
    font-size: 280px;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:leading-6 {
    line-height: 6rem;
  }

  .lg\:leading-4 {
    line-height: 4rem;
  }

  .lg\:leading-3 {
    line-height: 3rem;
  }

  [dir="ltr"] .lg\:ltr\:ml-24 {
    margin-left: 6rem;
  }

  [dir="rtl"] .lg\:rtl\:mr-24 {
    margin-right: 6rem;
  }
}

@media (min-width: 1280px) {
  .xl\:right-1\/3 {
    right: 33.333333%;
  }

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:right-28 {
    right: 7rem;
  }

  .xl\:left-5p {
    left: 5%;
  }

  .xl\:-bottom-16 {
    bottom: -4rem;
  }

  .xl\:left-15p {
    left: 15%;
  }

  .xl\:bottom-10p {
    bottom: 10%;
  }

  .xl\:top-14 {
    top: 3.5rem;
  }

  .xl\:top-1\/3 {
    top: 33.333333%;
  }

  .xl\:top-8 {
    top: 2rem;
  }

  .xl\:mt-52 {
    margin-top: 13rem;
  }

  .xl\:mb-96 {
    margin-bottom: 24rem;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-320p {
    height: 320px;
  }

  .xl\:h-400p {
    height: 400px;
  }

  .xl\:h-520p {
    height: 520px;
  }

  .xl\:h-200p {
    height: 200px;
  }

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:h-48 {
    height: 12rem;
  }

  .xl\:h-80 {
    height: 20rem;
  }

  .xl\:h-700p {
    height: 700px;
  }

  .xl\:h-480p {
    height: 480px;
  }

  .xl\:h-36 {
    height: 9rem;
  }

  .xl\:w-15per {
    width: 15%;
  }

  .xl\:w-60r {
    width: 60rem;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-3\/5 {
    width: 60%;
  }

  .xl\:w-2\/5 {
    width: 40%;
  }

  .xl\:w-85per {
    width: 85%;
  }

  .xl\:w-44 {
    width: 11rem;
  }

  .xl\:w-90per {
    width: 90%;
  }

  .xl\:space-y-24 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(6rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(6rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:py-52 {
    padding-top: 13rem;
    padding-bottom: 13rem;
  }

  .xl\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .xl\:pt-230p {
    padding-top: 230px;
  }

  .xl\:pb-80 {
    padding-bottom: 20rem;
  }

  .xl\:pt-72 {
    padding-top: 18rem;
  }

  .xl\:pb-96 {
    padding-bottom: 24rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pb-52 {
    padding-bottom: 13rem;
  }

  .xl\:pr-10p {
    padding-right: 10%;
  }

  .xl\:pt-60p {
    padding-top: 60%;
  }

  .xl\:text-100p {
    font-size: 100px;
  }

  .xl\:text-350p {
    font-size: 350px;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-8xl {
    font-size: 6rem;
    line-height: 1;
  }

  .xl\:text-10xl {
    font-size: 10rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:leading-7 {
    line-height: 7rem;
  }

  .xl\:leading-6 {
    line-height: 6rem;
  }

  .xl\:leading-4 {
    line-height: 4rem;
  }
}

.MyAlert{
  margin: auto;
  display: inline;
  width: 20%;
  text-align: center;
}
.loader {
  display: none;
  top: 50%;
  left: 50%;
  position: fixed;
  z-index: 4;
  transform: translate(-50%, -50%);
}
.SaveError {
  display: none;
  top: 50%;
  left: 50%;
  /* margin: auto; */
  /* width: 50%; */
  /* text-align: center; */
  position: fixed;
  z-index: 4;
}

.loading {
  border: 4px solid #ccc;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  /* border-top-color: #1ecd97;
  border-left-color: #1ecd97; */
  border-top-color: RGB(255, 214, 229);
  border-left-color: rgba(255, 246, 200);
  border-right-color:rgba(199, 210, 254);
  border-bottom-color:rgba(197, 251, 255); 
  animation: spin 1s infinite ease-in;
}
.loaderText{
    text-align: center;
    font-size: large;
    font-weight: bolder;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.one-line{
  white-space: nowrap;
}
