@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap");

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: 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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

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

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

.collapse{
  visibility: collapse;
}

.static{
  position: static;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

.end-0{
  inset-inline-end: 0px;
}

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

.right-3{
  right: 0.75rem;
}

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

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

.top-28{
  top: 7rem;
}

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

.order-1{
  order: 1;
}

.order-2{
  order: 2;
}

.order-4{
  order: 4;
}

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

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

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

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

.m-0{
  margin: 0px;
}

.m-auto{
  margin: auto;
}

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

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

.mx-5{
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

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

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

.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}

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

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

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

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

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

.my-52{
  margin-top: 13rem;
  margin-bottom: 13rem;
}

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.\!-ml-\[4rem\]{
  margin-left: -4rem !important;
}

.\!mt-0{
  margin-top: 0px !important;
}

.\!mt-5{
  margin-top: 1.25rem !important;
}

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

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

.-mr-\[1rem\]{
  margin-right: -1rem;
}

.-mr-\[5rem\]{
  margin-right: -5rem;
}

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

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

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

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

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

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

.mb-36{
  margin-bottom: 9rem;
}

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

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

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

.mb-7{
  margin-bottom: 1.75rem;
}

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

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

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

.me-1{
  margin-inline-end: 0.25rem;
}

.me-2{
  margin-inline-end: 0.5rem;
}

.me-3{
  margin-inline-end: 0.75rem;
}

.me-4{
  margin-inline-end: 1rem;
}

.me-5{
  margin-inline-end: 1.25rem;
}

.me-9{
  margin-inline-end: 2.25rem;
}

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

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

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

.ms-1{
  margin-inline-start: 0.25rem;
}

.ms-2{
  margin-inline-start: 0.5rem;
}

.ms-4{
  margin-inline-start: 1rem;
}

.ms-5{
  margin-inline-start: 1.25rem;
}

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

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

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

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

.mt-28{
  margin-top: 7rem;
}

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

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

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

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

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

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

.mt-\[2rem\]{
  margin-top: 2rem;
}

.block{
  display: block;
}

.\!flex{
  display: flex !important;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.size-\[35px\]{
  width: 35px;
  height: 35px;
}

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

.\!h-fit{
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.h-5{
  height: 1.25rem;
}

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

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

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

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

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

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

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

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

.h-full{
  height: 100%;
}

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

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

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

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

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

.w-5{
  width: 1.25rem;
}

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

.w-\[13em\]{
  width: 13em;
}

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

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

.w-\[17em\]{
  width: 17em;
}

.w-\[18em\]{
  width: 18em;
}

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

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

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

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

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

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

.w-auto{
  width: auto;
}

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

.w-full{
  width: 100%;
}

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

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

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

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

.min-w-\[calc\(100\%-1rem\)\]{
  min-width: calc(100% - 1rem);
}

.flex-1{
  flex: 1 1 0%;
}

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

.grow{
  flex-grow: 1;
}

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

.-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-y-2\/4{
  --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));
}

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

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

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

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

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

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

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

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

.\!flex-nowrap{
  flex-wrap: nowrap !important;
}

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

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

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

.\!items-stretch{
  align-items: stretch !important;
}

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

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

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

.\!justify-center{
  justify-content: center !important;
}

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

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

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-16{
  gap: 4rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-20{
  gap: 5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-5{
  gap: 1.25rem;
}

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

.gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-y-10{
  row-gap: 2.5rem;
}

.gap-y-2{
  row-gap: 0.5rem;
}

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

.gap-y-5{
  row-gap: 1.25rem;
}

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

.overflow-auto{
  overflow: auto;
}

.overflow-hidden{
  overflow: hidden;
}

.text-nowrap{
  text-wrap: nowrap;
}

.\!rounded-\[21px\]{
  border-radius: 21px !important;
}

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

.rounded{
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.\!border-\[5px\]{
  border-width: 5px !important;
}

.border{
  border-width: 1px;
}

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

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

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

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

.\!border-\[\#e9e9ec\]{
  --tw-border-opacity: 1 !important;
  border-color: rgb(233 233 236 / var(--tw-border-opacity)) !important;
}

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

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}

.border-green-300{
  --tw-border-opacity: 1;
  border-color: rgb(134 239 172 / var(--tw-border-opacity));
}

.border-stone-300{
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}

.border-transparent{
  border-color: transparent;
}

.\!bg-\[\#f6c000\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(246 192 0 / var(--tw-bg-opacity)) !important;
}

.\!bg-\[\#f9fafc\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 252 / var(--tw-bg-opacity)) !important;
}

.\!bg-\[\#fafafa\]{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity)) !important;
}

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

.bg-\[\#324E45\]{
  --tw-bg-opacity: 1;
  background-color: rgb(50 78 69 / var(--tw-bg-opacity));
}

.bg-\[\#55756c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(85 117 108 / var(--tw-bg-opacity));
}

.bg-\[\#56756C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(86 117 108 / var(--tw-bg-opacity));
}

.bg-\[\#d6f1e9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(214 241 233 / var(--tw-bg-opacity));
}

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

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

.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}

.bg-slate-300{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}

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

.\!object-cover{
  -o-object-fit: cover !important;
     object-fit: cover !important;
}

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

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

.p-0{
  padding: 0px;
}

.p-10{
  padding: 2.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-9{
  padding: 2.25rem;
}

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

.\!px-\[32px\]{
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.\!py-16{
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

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

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

.\!py-\[1rem\]{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.py-36{
  padding-top: 9rem;
  padding-bottom: 9rem;
}

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

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

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

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

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

.\!pb-0{
  padding-bottom: 0px !important;
}

.\!pl-0{
  padding-left: 0px !important;
}

.\!pl-10{
  padding-left: 2.5rem !important;
}

.\!pl-\[2rem\]{
  padding-left: 2rem !important;
}

.\!pr-0{
  padding-right: 0px !important;
}

.\!pt-0{
  padding-top: 0px !important;
}

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

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

.pb-5{
  padding-bottom: 1.25rem;
}

.pe-2{
  padding-inline-end: 0.5rem;
}

.pe-3{
  padding-inline-end: 0.75rem;
}

.pe-4{
  padding-inline-end: 1rem;
}

.pl-0{
  padding-left: 0px;
}

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

.pr-10{
  padding-right: 2.5rem;
}

.ps-12{
  padding-inline-start: 3rem;
}

.ps-4{
  padding-inline-start: 1rem;
}

.pt-1{
  padding-top: 0.25rem;
}

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

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

.pt-5{
  padding-top: 1.25rem;
}

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

.pt-7{
  padding-top: 1.75rem;
}

.pt-\[1rem\]{
  padding-top: 1rem;
}

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

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

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

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

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

.align-middle{
  vertical-align: middle;
}

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

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

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

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

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

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

.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-\[20px\]{
  font-size: 20px;
}

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

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

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

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

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

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

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

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

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

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

.\!font-normal{
  font-weight: 400 !important;
}

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

.font-light{
  font-weight: 300;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.\!capitalize{
  text-transform: capitalize !important;
}

.capitalize{
  text-transform: capitalize;
}

.leading-\[1\.2\]{
  line-height: 1.2;
}

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

.\!text-\[\#272525\]{
  --tw-text-opacity: 1 !important;
  color: rgb(39 37 37 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#2d2d5e\]{
  --tw-text-opacity: 1 !important;
  color: rgb(45 45 94 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#515151\]{
  --tw-text-opacity: 1 !important;
  color: rgb(81 81 81 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#55746c\]{
  --tw-text-opacity: 1 !important;
  color: rgb(85 116 108 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#56756c\]{
  --tw-text-opacity: 1 !important;
  color: rgb(86 117 108 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#718096\]{
  --tw-text-opacity: 1 !important;
  color: rgb(113 128 150 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#dc3545\]{
  --tw-text-opacity: 1 !important;
  color: rgb(220 53 69 / var(--tw-text-opacity)) !important;
}

.\!text-\[\#ffc107\]{
  --tw-text-opacity: 1 !important;
  color: rgb(255 193 7 / var(--tw-text-opacity)) !important;
}

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

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

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

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

.text-\[\#121843\]{
  --tw-text-opacity: 1;
  color: rgb(18 24 67 / var(--tw-text-opacity));
}

.text-\[\#161E54\]{
  --tw-text-opacity: 1;
  color: rgb(22 30 84 / var(--tw-text-opacity));
}

.text-\[\#1D1C2B\]{
  --tw-text-opacity: 1;
  color: rgb(29 28 43 / var(--tw-text-opacity));
}

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

.text-\[\#252e72\]{
  --tw-text-opacity: 1;
  color: rgb(37 46 114 / var(--tw-text-opacity));
}

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

.text-\[\#343844\]{
  --tw-text-opacity: 1;
  color: rgb(52 56 68 / var(--tw-text-opacity));
}

.text-\[\#4B4B57\]{
  --tw-text-opacity: 1;
  color: rgb(75 75 87 / var(--tw-text-opacity));
}

.text-\[\#4B5162\]{
  --tw-text-opacity: 1;
  color: rgb(75 81 98 / var(--tw-text-opacity));
}

.text-\[\#4b5565\]{
  --tw-text-opacity: 1;
  color: rgb(75 85 101 / var(--tw-text-opacity));
}

.text-\[\#56756C\]{
  --tw-text-opacity: 1;
  color: rgb(86 117 108 / var(--tw-text-opacity));
}

.text-\[\#56756c\]{
  --tw-text-opacity: 1;
  color: rgb(86 117 108 / var(--tw-text-opacity));
}

.text-\[\#6D6E76\]{
  --tw-text-opacity: 1;
  color: rgb(109 110 118 / var(--tw-text-opacity));
}

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

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

.text-\[\#999EA1\]{
  --tw-text-opacity: 1;
  color: rgb(153 158 161 / var(--tw-text-opacity));
}

.text-\[\#9a9cae\]{
  --tw-text-opacity: 1;
  color: rgb(154 156 174 / var(--tw-text-opacity));
}

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

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

.text-\[\#FB344F\]{
  --tw-text-opacity: 1;
  color: rgb(251 52 79 / var(--tw-text-opacity));
}

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

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

.text-gray-100{
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

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

.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

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

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

.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}

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

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

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

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

.opacity-50{
  opacity: 0.5;
}

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

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

.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

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

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

:root {
  --primary: #56756c;
  --secondary: #324e45;
  --third: #ffffff;
  --accent: #0f0f0f;
  --accent-rgb: 0, 0, 0;
  --bg: #f9f9fb;
  --font-ar: "Cairo", serif;
  --font-en: "Plus Jakarta Sans", sans-serif;
  --font-base-size: 1rem;
  --font-sm-size: 0.8rem;
  --font-xsm-size: 0.7rem;
  --font-lg-size: 1.7rem;
  --font-xlg-size: 2.1rem;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: break-word;
}

html,
body {
  min-height: 100vh;
  color: var(--accent);
  background-color: var(--bg);
  scroll-behavior: smooth;
  transition: all 0.1s ease-in-out;
  font-family: var(--font-en);
  line-height: 1.4;
}

html[dir="rtl"],
body[dir="rtl"] {
  direction: rtl;
  font-family: var(--font-ar);
}

html[dir="rtl"] label.hamburger {
  left: 34px;
  right: unset;
}

.fm-cairo {
  font-family: var(--font-ar) !important;
}

.--sticky-navbar {
  position: fixed;
  top: 2%;
  z-index: 999;
  background-color: var(--bg);
  padding: 1rem;
  left: 50%;
  width: 87%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 66px;
  border: var(--stroke-weight-1, 1px) solid rgba(15, 15, 15, 0.1);
  background: rgba(255, 255, 255, 0.73);
  -webkit-backdrop-filter: blur(5.5px);
          backdrop-filter: blur(5.5px);
  transform: translateX(-50%);
}

.rounded-wrapper {
  border-radius: 16px;
  border: var(--stroke-weight-1, 1px) solid rgba(104, 104, 129, 0.1);
}

body[dir="rtl"] .iti__country-list {
  left: 0 !important;
}

.testimonials-card {
  width: 360.867px;
  padding: 24px 32px 32px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  background: #fff;
}

.feature-icon {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 2px 60px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  width: 60px;
  height: 60px;
  padding: 13px;
  justify-content: center;
  align-items: center;
}

.Track-Card {
  display: flex;
  padding: 40px;
  flex-direction: column;
  border-radius: 32px;
  background: #fff;
  justify-content: center;
  align-items: flex-start;
}

.cs-col {
  padding: 36px 20px 36px 16px;
}

.subscribe-card {
  padding: 24px;
  border-radius: 20px;
  background: #f9fafb;
}

.benfits-card {
  border-radius: 16px;
  background: #fff;
  display: flex;
  padding: 24px 16px;
}

.slide-card {
  padding: 32px 40px;
  border-radius: 20px;
  background: #fff;
  -webkit-backdrop-filter: blur(40px);
          backdrop-filter: blur(40px);
}

.discovered-card {
  border-radius: 32px;
  background: #56756c;
}

.base-input {
  border-radius: 200px;
  border: 1px solid #c6c6c6;
  background: #fff;
}

.switch {
  position: relative;
  margin: 30px auto;
  height: 37px;
  width: 220px;
  background: #f2f2f2;
  border-radius: 20px;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.switch input {
  display: none;
}

.switch label {
  position: relative;
  font-size: 14px;
  width: 50%;
  height: 37px;
  line-height: 37px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
  color: #999ea1;
  font-weight: bold;
}

.switch .label-monthly.active,
.switch .label-yearly.active {
  color: #fff;
}

.selection {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 50%;
  background: #56756c;
  color: #fff;
  height: 37px;
  border-radius: 20px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
        0 2px 4px -1px rgba(0, 0, 0, 0.06);
  z-index: 1;
  transition: 0.3s ease-out;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-links a {
  color: #4b4b57;
  font-weight: normal;
  position: relative;
  text-decoration: none;
  transition: color 0.3s ease-in-out;
}

.nav-links a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 0;
  background-color: #56756c;
  transition: width 0.3s ease-in-out;
}

.nav-links a:dir(ltr)::before {
  left: 0 !important;
}

.nav-links a:dir(rtl)::before {
  right: 0 !important;
}

.nav-links a.active {
  color: #56756c;
  font-weight: bold;
}

.nav-links a:hover::before {
  width: 100%;
}

.nav-links a.active::before {
  width: 100%;
}

.switch input[type="checkbox"]:checked + .selection {
  left: 50%;
}

.drawer-list {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(100vw, 0);
  background: white;
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  pointer-events: none;
  padding-top: 125px;
  transition: width 475ms ease-out, transform 450ms ease,
        border-radius 0.8s 0.1s ease;
  border-bottom-left-radius: 100vw;
}

.drawer-list a.active {
  color: #56756c;
  font-weight: bold;
  border-bottom: 2px solid #56756c;
}

.drawer-list a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  height: 2px;
  width: 0;
  background-color: #56756c;
  transition: width 0.3s ease-in-out;
}

.drawer-list a:dir(ltr)::before {
  left: 0;
}

.drawer-list a:dir(rtl)::before {
  right: 0;
}

.drawer-list a.active {
  color: #56756c;
  font-weight: bold;
}

.drawer-list a:hover::before {
  width: 100%;
}

.drawer-list a.active::before {
  width: 100%;
}

@media (min-width: 768px) {
  .drawer-list {
    width: 40vw;
  }
}

.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
}

.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}

.drawer-list li:last-child {
  margin-bottom: 2em;
}

.drawer-list li a {
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 1rem;
  font-size: calc(24px - 0.5vw);
}

@media (min-width: 768px) {
  .drawer-list li a {
    text-align: center;
    padding: 0.5rem;
  }
}

input.hamburger {
  display: none;
}

input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}

input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
}

input.hamburger:checked ~ .drawer-list li a {
  padding-right: 15px;
}

input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}

input.hamburger:checked ~ label > i:before {
  transform: translate(-50%, -50%) rotate(45deg);
}

input.hamburger:checked ~ label > i:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

input.hamburger:checked ~ label close {
  width: 100%;
}

input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
}

label.hamburger:hover {
  cursor: pointer;
}

label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  font-size: 0.8em;
  position: absolute;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: width 0.25s 0.35s, color 0.45s 0.35s;
}

label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  right: 0;
  width: 0;
}

label.hamburger text open {
  width: 100%;
}

label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  pointer-events: auto;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
  background: #56756c;
}

label.hamburger > i:before,
label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 58%;
  height: 2px;
  left: 50%;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
  background: #56756c;
}

label.hamburger > i:before {
  transform: translate(-50%, -13px);
}

label.hamburger > i:after {
  transform: translate(-50%, 14px);
}

label.hamburger {
  position: fixed;
  top: 15px;
  right: 34px;
}

.mega-menu {
  display: none;
}

.bg-abs {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.counter {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
}

.bg-image {
  width: 100%;
  height: 100%;
}

/* $slider */

.slideshow {
  display: flex;
  height: 80vh;
  width: 80vw;
  max-width: 1240px;
  min-height: 400px;
  max-height: 700px;
  position: relative;
  background-color: #fff;
  padding: 20px;
}

.slideshow__gallery {
  height: 100%;
  width: calc(80% - 20px);
  margin-right: 20px;
}

.slideshow__gallery-wrap {
  will-change: transform;
  transition-timing-function: cubic-bezier(0, 0, 0.3, 0.98);
  transform: translate3d(0, 0, 0);
}

.slideshow__gallery-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 32px;
  color: #fff;
  letter-spacing: 3.2px;
  transform: translate3d(0, 0, 0);
  will-change: font-size;
  transition: font-size 0.3s ease;
}

.slideshow__gallery-slide.active {
  font-size: 36px;
}

.slideshow__thumbs {
  height: 100%;
  width: 20%;
}

.slideshow__thumbs-wrap {
  will-change: transform;
  transition-timing-function: cubic-bezier(0, 0, 0.3, 0.98);
  transform: translate3d(0, 0, 0);
}

.slideshow__thumbs-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  will-change: font-size;
  transition: font-size 0.3s ease;
}

.slideshow__thumbs-slide.active {
  font-size: 26px;
}

.slider {
  padding: 32px;
  color: #fff;
}

.slider .swiper-container {
  width: 100%;
  height: 100%;
}

.slider__flex {
  display: flex;
  justify-content: center;
}

.slider__col {
  display: flex;
  flex-direction: column;
  margin-right: 32px;
}

.slider__prev:focus,
.slider__next:focus {
  outline: none;
}

.slider__thumbs {
  overflow: hidden;
}

.slider__thumbs .slider__image {
  transition: 0.25s;
  filter: grayscale(100%);
  opacity: 0.5;
}

.slider__thumbs .slider__image:hover {
  opacity: 1;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
  filter: grayscale(0%);
  opacity: 1;
}

.slider__images {
  height: 760px;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .slider__images {
    height: 450px;
  }
}

@media (max-width: 767px) {
  .slider__images {
    height: 240px;
  }
}

.slider__images .slider__image img {
  transition: 3s;
}

.swiper-slide-thumb-active {
  background: #f9fafc;
}

.swiper-slide {
  cursor: pointer;
}

.slider__image {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

.slider__image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical
    > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: unset !important;
}

.swiper-pagination-bullet {
  background: #d9d9d9;
  width: 13px !important;
  height: 13px !important;
}

.swiper-pagination-bullet-active {
  width: 13px !important;
  height: 13px !important;
  background: #56756c !important;
  opacity: 1;
}

/* Marque */

.marque-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.marque-wrapper.reverse {
  margin-top: -2rem;
}

.clients-grid.logo-animate {
  grid-column-gap: 3rem;
  opacity: 1;
  flex: none;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 100rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: flex;
}

.logo-animate {
  animation: slide 35s infinite linear;
}

.clients-grid.logo-animate-alt {
  grid-column-gap: 3rem;
  flex: none;
  width: 100rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.logo-animate-alt {
  animation: slidealt 35s infinite linear;
  animation-direction: reverse;
}

@keyframes slide {
  0% {
    transform: translateX(calc(0% + 50px));
  }

  100% {
    transform: translateX(-100%);
  }
}

.logo-animate {
  animation: slide 35s infinite linear;
}

@keyframes slidealt {
  0% {
    transform: translateX(calc(0% + 50px));
  }

  100% {
    transform: translateX(-100%);
  }
}

.logo-animate-alt {
  animation: slidealt 35s infinite linear;
  animation-direction: reverse;
}

/* End */

@media (max-width: 767.98px) {
  .slider__flex {
    flex-direction: column-reverse;
  }

  .swiper-slide-thumb-active,
    .swiper-slide-visible {
    background: transparent;
    border-style: unset;
  }

  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }

  .slider__images {
    width: 100%;
  }

  /* .slider__thumbs {
        height: 100px;
        width: calc(100% - 96px);
        margin: 0 16px;
    } */

  .slider__prev,
    .slider__next {
    height: auto;
    width: 32px;
  }
}

@media (min-width: 320px) {
}

@media (min-width: 480px) {
}

@media (min-width: 600px) {
}

@media (min-width: 801px) {
}

@media (min-width: 1025px) {
}

@media (min-width: 1281px) {
}

@media (max-width: 1291px) {
  .slider__flex {
    flex-direction: column-reverse;
  }

  .cs-col div {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .swiper-pagination {
    display: block !important;
  }

  .swiper-slide-thumb-active,
    .swiper-slide-visible {
    background: transparent;
    border-style: unset;
  }

  .slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }

  .slider__images {
    width: 100%;
  }

  .nav-links,
    .--actions {
    display: none;
  }

  .mega-menu {
    display: block;
  }

  .--sticky-navbar {
    width: 100%;
    top: 0;
    border-radius: 0;
  }

  .feature-description {
    width: 15em !important;
  }
}

@media (min-width: 1024px){
  .lg\:container{
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  @media (min-width: 480px){
    .lg\:container{
      max-width: 480px;
    }
  }

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

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

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

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

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

.hover\:border:hover{
  border-width: 1px;
}

.hover\:border-\[\#55756c\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(85 117 108 / var(--tw-border-opacity));
}

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

.hover\:text-\[\#55756c\]:hover{
  --tw-text-opacity: 1;
  color: rgb(85 117 108 / var(--tw-text-opacity));
}

.hover\:\!underline:hover{
  text-decoration-line: underline !important;
}

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

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

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

.focus\:ring-\[\#8fc1b2\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(143 193 178 / var(--tw-ring-opacity));
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

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

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

  .sm\:col-span-1{
    grid-column: span 1 / span 1;
  }

  .sm\:col-span-12{
    grid-column: span 12 / span 12;
  }

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

  .sm\:hidden{
    display: none;
  }

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

  .sm\:w-\[13em\]{
    width: 13em;
  }

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

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

  .sm\:w-\[18em\]{
    width: 18em;
  }

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

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

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

  .sm\:min-w-\[calc\(100\%-1rem\)\]{
    min-width: calc(100% - 1rem);
  }

  .sm\:min-w-\[calc\(50\%-1rem\)\]{
    min-width: calc(50% - 1rem);
  }

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

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

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

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

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

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

  .sm\:\!py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

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

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

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

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

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

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

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

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

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

  .md\:order-4{
    order: 4;
  }

  .md\:col-span-12{
    grid-column: span 12 / span 12;
  }

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

  .md\:m-0{
    margin: 0px;
  }

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

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

  .md\:mt-5{
    margin-top: 1.25rem;
  }

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

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

  .md\:w-\[22em\]{
    width: 22em;
  }

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

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

  .md\:w-\[31em\]{
    width: 31em;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-2{
    gap: 0.5rem;
  }

  .md\:gap-y-8{
    row-gap: 2rem;
  }

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

  .md\:\!py-16{
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

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

  .md\:py-36{
    padding-top: 9rem;
    padding-bottom: 9rem;
  }

  .md\:pl-5{
    padding-left: 1.25rem;
  }

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

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

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

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

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

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

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

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

  .md\:text-\[46\.375px\]{
    font-size: 46.375px;
  }

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

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

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

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

  .lg\:order-1{
    order: 1;
  }

  .lg\:order-2{
    order: 2;
  }

  .lg\:order-\[unset\]{
    order: unset;
  }

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

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

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

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

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

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

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

  .lg\:m-\[unset\]{
    margin: unset;
  }

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

  .lg\:w-\[11em\]{
    width: 11em;
  }

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

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

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

  .lg\:w-\[18em\]{
    width: 18em;
  }

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

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

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

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

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

  .lg\:w-\[62\.666667\%\]{
    width: 62.666667%;
  }

  .lg\:min-w-\[calc\(33\.333\%-1rem\)\]{
    min-width: calc(33.333% - 1rem);
  }

  .lg\:min-w-\[calc\(50\%-1rem\)\]{
    min-width: calc(50% - 1rem);
  }

  .lg\:basis-1\/2{
    flex-basis: 50%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-3{
    gap: 0.75rem;
  }

  .lg\:gap-36{
    gap: 9rem;
  }

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

  .lg\:object-right{
    -o-object-position: right;
       object-position: right;
  }

  .lg\:p-6{
    padding: 1.5rem;
  }

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

  .lg\:py-56{
    padding-top: 14rem;
    padding-bottom: 14rem;
  }

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

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

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

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

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

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

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

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

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

.ltr\:text-right:where([dir="ltr"], [dir="ltr"] *){
  text-align: right;
}

.rtl\:left-3:where([dir="rtl"], [dir="rtl"] *){
  left: 0.75rem;
}

.rtl\:right-\[unset\]:where([dir="rtl"], [dir="rtl"] *){
  right: unset;
}

.rtl\:\!-mr-\[3rem\]:where([dir="rtl"], [dir="rtl"] *){
  margin-right: -3rem !important;
}

.rtl\:-mr-\[2rem\]:where([dir="rtl"], [dir="rtl"] *){
  margin-right: -2rem;
}

.rtl\:ml-16:where([dir="rtl"], [dir="rtl"] *){
  margin-left: 4rem;
}

.rtl\:mr-0:where([dir="rtl"], [dir="rtl"] *){
  margin-right: 0px;
}

.rtl\:\!rotate-180:where([dir="rtl"], [dir="rtl"] *){
  --tw-rotate: 180deg !important;
  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)) !important;
}

.rtl\:rotate-\[266deg\]:where([dir="rtl"], [dir="rtl"] *){
  --tw-rotate: 266deg;
  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));
}

.rtl\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *){
  flex-direction: row-reverse;
}

.rtl\:\!gap-\[30px\]:where([dir="rtl"], [dir="rtl"] *){
  gap: 30px !important;
}

.rtl\:\!pr-10:where([dir="rtl"], [dir="rtl"] *){
  padding-right: 2.5rem !important;
}

.rtl\:text-left:where([dir="rtl"], [dir="rtl"] *){
  text-align: left;
}

.rtl\:text-center:where([dir="rtl"], [dir="rtl"] *){
  text-align: center;
}

.rtl\:\!text-right:where([dir="rtl"], [dir="rtl"] *){
  text-align: right !important;
}

@media (min-width: 1024px){
  .rtl\:lg\:text-right:where([dir="rtl"], [dir="rtl"] *){
    text-align: right;
  }
}

@media (prefers-color-scheme: dark){
  .dark\:text-\[\#fff\]{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

.\[\&\:last-child\]\:border-r-0:last-child{
  border-right-width: 0px;
}
