body.hasrtl header .nav_holder .nav_bg {
  transform: scaleX(-1);
}

body.hasrtl header .nav_holder nav .logo_holder {
  flex-basis: 17.3%;
}

body.hasrtl header .account_nav a.register_btn i {
  transform: scaleX(-1);
}

body.hasrtl header .nav_holder nav .navgations_holder .navgations .main_nav ul li a.active::before {
  border-radius: 72% 28% 61% 39%/37% 27% 73% 63%;
}

body.hasrtl .slider_holder .slide .s_content .slid_action a.register_btn i {
  transform: scaleX(-1);
}

body.hasrtl .slider_holder .slide .s_content p::before {
  left: auto;
  right: 0;
}

body.hasrtl .slider_holder .slide .s_figure img {
  right: auto;
  left: 70px;
}

body.hasrtl .slider_holder .slide .s_figure .figure_utilities .bg_circles .bg_c.c_1 {
  left: auto;
  right: 0;
}

body.hasrtl .slider_holder .slide .s_figure .figure_utilities .bg_circles .bg_c.c_2 {
  left: auto;
  right: 0;
}

body.hasrtl .slider_holder .slide .s_figure .figure_utilities .u_circles .u_c.u_1 {
  right: auto;
  left: 0;
}

body.hasrtl .slider_holder .slide .s_figure .figure_utilities .u_circles .u_c.u_2 {
  left: auto;
  right: 0;
}

body.hasrtl .slider_holder .slide .s_figure .figure_utilities .u_circles .u_c.u_3 {
  left: auto;
  right: 40px;
}

body.hasrtl .slider_holder .slide .s_figure .figure_utilities .u_circles .u_c.u_4 {
  right: auto;
  left: 90px;
}

body.hasrtl .slider_holder .slide .s_figure img {
  transform: scaleX(-1);
}

body.hasrtl .ages_holder .age_item .age_img .age_content i {
  transform: scaleX(-1);
}

body.hasrtl .main_btn i {
  transform: scaleX(-1);
}

body.hasrtl .ages_holder .age_item strong {
  right: auto;
  left: 10px;
}

body.hasrtl .mobile_header .mobile-menu .mobile-menu-ext a.register_btn i {
  transform: scaleX(-1);
}

body.hasrtl header .nav_holder nav .navgations_holder .navgations .account_nav button.register_btn i {
  transition: transform 0.8s ease-in-out;
  /* Add smooth transition */
  transform: scaleX(-1);
  /* Flip the "i" horizontally */
}

body.hasrtl header .nav_holder nav .navgations_holder .navgations .account_nav button.register_btn:hover i {
  animation: moveRightToLeft 0.8s infinite alternate;
  /* Use alternate animation */
  transform: scaleX(-1);
  /* Flip the "i" horizontally */
}

@keyframes moveRightToLeft {
}

body.hasrtl .main_btn:hover i {
  transform: scaleX(-1);
  animation-name: moovertl;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes moovertl {
  0% {
    transform: translate3d(0px, 0, 0);
    transform: scaleX(-1);
  }

  50% {
    transform: translate3d(-10px, 0, 0);
    transform: scaleX(-1);
  }

  100% {
    transform: translate3d(0px, 0, 0);
    transform: scaleX(-1);
  }
}

/* ! tailwindcss v3.3.3 | 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.
*/

html {
  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, -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";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

/*
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 */
  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,
[type='button'],
[type='reset'],
[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] {
  display: none;
}

.tooltip-arrow,.tooltip-arrow:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

.tooltip-arrow {
  visibility: hidden;
}

.tooltip-arrow:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-tooltip-style^='light'] + .tooltip > .tooltip-arrow:before {
  border-style: solid;
  border-color: #e5e7eb;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='top'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='right'] > .tooltip-arrow:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='bottom'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-tooltip-style^='light'] + .tooltip[data-popper-placement^='left'] > .tooltip-arrow:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

.tooltip[data-popper-placement^='top'] > .tooltip-arrow {
  bottom: -4px;
}

.tooltip[data-popper-placement^='bottom'] > .tooltip-arrow {
  top: -4px;
}

.tooltip[data-popper-placement^='left'] > .tooltip-arrow {
  right: -4px;
}

.tooltip[data-popper-placement^='right'] > .tooltip-arrow {
  left: -4px;
}

.tooltip.invisible > .tooltip-arrow:before {
  visibility: hidden;
}

[data-popper-arrow],[data-popper-arrow]:before {
  position: absolute;
  width: 8px;
  height: 8px;
  background: inherit;
}

[data-popper-arrow] {
  visibility: hidden;
}

[data-popper-arrow]:before {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
}

[data-popper-arrow]:after {
  content: "";
  visibility: visible;
  transform: rotate(45deg);
  position: absolute;
  width: 9px;
  height: 9px;
  background: inherit;
}

[role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:before {
  border-style: solid;
  border-color: #4b5563;
}

[role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #e5e7eb;
}

.dark [role="tooltip"] > [data-popper-arrow]:after {
  border-style: solid;
  border-color: #4b5563;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:before {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow]:after {
  border-bottom-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-left-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:before {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow]:after {
  border-top-width: 1px;
  border-right-width: 1px;
}

[data-popover][role="tooltip"][data-popper-placement^='top'] > [data-popper-arrow] {
  bottom: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='bottom'] > [data-popper-arrow] {
  top: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='left'] > [data-popper-arrow] {
  right: -5px;
}

[data-popover][role="tooltip"][data-popper-placement^='right'] > [data-popper-arrow] {
  left: -5px;
}

[role="tooltip"].invisible > [data-popper-arrow]:before {
  visibility: hidden;
}

[role="tooltip"].invisible > [data-popper-arrow]:after {
  visibility: hidden;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #1C64F2;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6B7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6B7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

select:not([size]) {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 10 6'%3e %3cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1 1 4 4 4-4'/%3e %3c/svg%3e");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 0.75em 0.75em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

:is([dir=rtl]) select:not([size]) {
  background-position: left 0.75rem center;
  padding-right: 0.75rem;
  padding-left: 0;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #1C64F2;
  background-color: #fff;
  border-color: #6B7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #1C64F2;
  --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);
}

[type='checkbox']:checked,[type='radio']:checked,.dark [type='checkbox']:checked,.dark [type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 0.55em 0.55em;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}

.dark [type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  background-size: 1em 1em;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 12'%3e %3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M1 5.917 5.724 10.5 15 1.5'/%3e %3c/svg%3e");
  background-color: currentColor;
  border-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.55em 0.55em;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto inherit;
}

input[type=file]::file-selector-button {
  color: white;
  background: #1F2937;
  border: 0;
  font-weight: 500;
  font-size: 0.875rem;
  cursor: pointer;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 2rem;
  padding-right: 1rem;
  -webkit-margin-start: -1rem;
          margin-inline-start: -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

input[type=file]::file-selector-button:hover {
  background: #374151;
}

:is([dir=rtl]) input[type=file]::file-selector-button {
  padding-right: 2rem;
  padding-left: 1rem;
}

.dark input[type=file]::file-selector-button {
  color: white;
  background: #4B5563;
}

.dark input[type=file]::file-selector-button:hover {
  background: #6B7280;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb {
  background: #6B7280;
}

input[type="range"]:focus::-webkit-slider-thumb {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --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);
  --tw-ring-opacity: 1px;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

input[type="range"]::-moz-range-thumb {
  height: 1.25rem;
  width: 1.25rem;
  background: #1C64F2;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #9CA3AF;
}

.dark input[type="range"]:disabled::-moz-range-thumb {
  background: #6B7280;
}

input[type="range"]::-moz-range-progress {
  background: #3F83F8;
}

input[type="range"]::-ms-fill-lower {
  background: #3F83F8;
}

.toggle-bg:after {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  background: white;
  border-color: #D1D5DB;
  border-width: 1px;
  border-radius: 9999px;
  height: 1.25rem;
  width: 1.25rem;
  transition-property: background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;
  transition-duration: .15s;
  box-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}

input:checked + .toggle-bg:after {
  transform: translateX(100%);;
  border-color: white;
}

input:checked + .toggle-bg {
  background: #1C64F2;
  border-color: #1C64F2;
}

*, ::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(63 131 248 / 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:  ;
}

::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(63 131 248 / 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:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-20 {
  left: 5rem;
  right: 5rem;
}

.-bottom-20 {
  bottom: -5rem;
}

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

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

.-top-36 {
  top: -9rem;
}

.bottom-0 {
  bottom: 0px;
}

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

.end-2 {
  inset-inline-end: 0.5rem;
}

.end-2\.5 {
  inset-inline-end: 0.625rem;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-auto {
  top: auto;
}

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

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

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

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

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

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

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

.float-right {
  float: right;
}

.m-5 {
  margin: 1.25rem;
}

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

.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}

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

.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}

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

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

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

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

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

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

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

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

.\!mb-14 {
  margin-bottom: 3.5rem !important;
}

.\!mt-6 {
  margin-top: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.ms-0 {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}

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

.ms-3 {
  -webkit-margin-start: 0.75rem;
          margin-inline-start: 0.75rem;
}

.ms-auto {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-10 {
  height: 2.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

.h-full {
  height: 100%;
}

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

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

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

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

.w-full {
  width: 100%;
}

.w-5 {
  width: 1.25rem;
}

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

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

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

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

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

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

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

.max-w-2xl {
  max-width: 42rem;
}

.max-w-screen-xl {
  max-width: 1280px;
}

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

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

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

.basis-1\/3 {
  flex-basis: 33.333333%;
}

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

.basis-3\/4 {
  flex-basis: 75%;
}

.basis-4\/5 {
  flex-basis: 80%;
}

.basis-\[19\.3\%\] {
  flex-basis: 19.3%;
}

.basis-\[63\%\] {
  flex-basis: 63%;
}

.basis-full {
  flex-basis: 100%;
}

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

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

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

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

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

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

.transform-none {
  transform: none;
}

.cursor-default {
  cursor: default;
}

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

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-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)));
}

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

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

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

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

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

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

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

.border-blue-200 {
  --tw-border-opacity: 1;
  border-color: rgb(195 221 253 / var(--tw-border-opacity));
}

.border-blue-600 {
  --tw-border-opacity: 1;
  border-color: rgb(28 100 242 / var(--tw-border-opacity));
}

.border-blue-700 {
  --tw-border-opacity: 1;
  border-color: rgb(26 86 219 / var(--tw-border-opacity));
}

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

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

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

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

.border-opacity-20 {
  --tw-border-opacity: 0.2;
}

.border-opacity-70 {
  --tw-border-opacity: 0.7;
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(225 239 254 / var(--tw-bg-opacity));
}

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

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

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

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

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

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

.bg-gray-900\/50 {
  background-color: rgb(17 24 39 / 0.5);
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 250 247 / var(--tw-bg-opacity));
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(14 159 110 / var(--tw-bg-opacity));
}

.bg-purple-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 235 254 / var(--tw-bg-opacity));
}

.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 242 242 / var(--tw-bg-opacity));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

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

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

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-xprimary {
  --tw-bg-opacity: 1;
  background-color: rgb(147 81 148 / var(--tw-bg-opacity));
}

.bg-xsecondry {
  --tw-bg-opacity: 1;
  background-color: rgb(248 212 71 / var(--tw-bg-opacity));
}

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 253 234 / var(--tw-bg-opacity));
}

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity));
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-100 {
  --tw-bg-opacity: 1;
}

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

.bg-\[url\(\'\.\.\/imgs\/insider_header_bg\.png\'\)\] {
  background-image: url('../imgs/insider_header_bg.png');
}

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

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

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

.p-1 {
  padding: 0.25rem;
}

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

.p-2 {
  padding: 0.5rem;
}

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

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-24 {
  padding-bottom: 6rem;
}

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

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

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

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

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

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

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

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

.pt-64 {
  padding-top: 16rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

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

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

.tracking-widest {
  letter-spacing: 0.1em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(26 86 219 / var(--tw-text-opacity));
}

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 66 159 / 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-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(14 159 110 / var(--tw-text-opacity));
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(3 84 63 / var(--tw-text-opacity));
}

.text-neutral-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}

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

.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(155 28 28 / var(--tw-text-opacity));
}

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

.text-xprimary {
  --tw-text-opacity: 1;
  color: rgb(147 81 148 / var(--tw-text-opacity));
}

.text-xsecondry {
  --tw-text-opacity: 1;
  color: rgb(248 212 71 / var(--tw-text-opacity));
}

.text-xtextcolor {
  --tw-text-opacity: 1;
  color: rgb(64 57 31 / var(--tw-text-opacity));
}

.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(194 120 3 / var(--tw-text-opacity));
}

.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(114 59 19 / var(--tw-text-opacity));
}

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

.text-opacity-80 {
  --tw-text-opacity: 0.8;
}

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

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

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

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-80 {
  opacity: 0.8;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-blue-600 {
  --tw-shadow-color: #1C64F2;
  --tw-shadow: var(--tw-shadow-colored);
}

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

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

.outline {
  outline-style: solid;
}

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

.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  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);
}

.drop-shadow-sm {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

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

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

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

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

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

.ms-0 {
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
}

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

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

.ms-3 {
  -webkit-margin-start: 0.75rem;
          margin-inline-start: 0.75rem;
}

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

.ms-auto {
  -webkit-margin-start: auto;
          margin-inline-start: auto;
}

[dir="rtl"] .end-2 {
  left: 0.5rem;
}

[dir="ltr"] .end-2 {
  right: 0.5rem;
}

[dir="rtl"] .end-2\.5 {
  left: 0.625rem;
}

[dir="ltr"] .end-2\.5 {
  right: 0.625rem;
}

[dir="ltr"] .rounded-e-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

[dir="ltr"] .rounded-s-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

[dir="rtl"] .rounded-e-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

[dir="rtl"] .rounded-s-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

html {
  background-color: #FCF4FC;
}

html p {
  color: #40391F;
}

.overlay {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: rgba(147, 81, 148, 0.7);
}

header {
  margin-top: 50px;
}

header .nav_holder {
  max-width: 1180px;
  min-height: 129px;
  margin-bottom: 4px;
}

header .nav_holder nav {
  color: #935194;
  font-weight: 500;
}

header .nav_holder nav .logo_holder a img {
  width: 100%;
  max-width: 111px;
  height: auto;
  max-inline-size: 111px;
  block-size: auto;
}

header .nav_holder nav .navgations_holder {
  height: 100%;
}

header .nav_holder nav .navgations_holder .navgations {
  position: relative;
  top: 48%;
}

header .nav_holder nav .navgations_holder .navgations .main_nav ul li a {
  position: relative;
  z-index: 1;
  text-transform: capitalize;
  padding: 0 1rem;
  transition: opacity 1s ease 0s;
}

header .nav_holder nav .navgations_holder .navgations .main_nav ul li a.active::before {
  content: "";
  display: block;
  position: absolute;
  inset: -110% 0 0 0;
  z-index: -1;
  background-color: #F8D447;
  border-radius: 30% 70% 61% 39%/39% 30% 70% 61%;
  width: 100%;
  height: 60px;
}

header .nav_holder nav .navgations_holder .navgations .change_lang a {
  font-size: 16px;
  font-weight: 900;
}

header .nav_holder nav .navgations_holder .navgations .change_lang a img {
  width: 25px;
  height: auto;
  border-radius: 4px;
}

header .nav_holder nav .navgations_holder .navgations .change_lang a span {
  color: #005430;
}

header .nav_holder nav .navgations_holder .navgations .account_nav .sub_nav_holder .sub_nav_trigger {
  width: 40px;
  height: 40px;
}

header .nav_holder nav .navgations_holder .navgations .account_nav .sub_nav_holder .sub_nav {
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-in-out;
}

header .nav_holder nav .navgations_holder .navgations .account_nav .sub_nav_holder .sub_nav ul li {
  padding: 5px 0;
}

header .nav_holder nav .navgations_holder .navgations .account_nav .sub_nav_holder:hover .sub_nav {
  opacity: 1;
  visibility: visible;
}

header .nav_holder nav .navgations_holder .navgations .account_nav button {
  font-size: 14px;
}

header .nav_holder nav .navgations_holder .navgations .account_nav button.register_btn {
  border-radius: 50%;
  border-radius: 40px;
  background: linear-gradient(141deg, #935194 0%, #703671 100%);
  box-shadow: 1px 1px 8px 2px #BF95BF inset;
  padding: 0 20px;
  color: #fff;
  height: 60px;
  min-width: 140px;
}

header .nav_holder nav .navgations_holder .navgations .account_nav button.register_btn i {
  font-size: 30px;
}

header .nav_holder nav .navgations_holder .navgations .account_nav button.register_btn:hover i {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes moove {
  0% {
    transform: translate3d(0px, 0, 0);
  }

  50% {
    transform: translate3d(10px, 0, 0);
  }

  100% {
    transform: translate3d(0px, 0, 0);
  }
}

@media (max-width: 1024px) {
  .mobile_header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 45;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 20px;
  }
}

.mobile_header .logo {
  width: 40%;
}

.mobile_header .mobile-menu {
  margin-top: 20px;
}

.mobile_header .mobile-menu ul li {
  margin-bottom: 8px;
}

.mobile_header .mobile-menu ul li a {
  color: #935194;
}

.mobile_header .mobile-menu ul li.active a {
  background-color: #f8d447;
}

.mobile_header .mobile-menu .mobile-menu-ext {
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mobile_header .mobile-menu .mobile-menu-ext a, .mobile_header .mobile-menu .mobile-menu-ext button {
  background-color: white;
  width: 100%;
  min-height: 60px;
}

.mobile_header .mobile-menu .mobile-menu-ext a.change_lang_btn, .mobile_header .mobile-menu .mobile-menu-ext button.change_lang_btn {
  font-size: 16px;
  font-weight: 900;
  margin: 0 20px;
}

.mobile_header .mobile-menu .mobile-menu-ext a.change_lang_btn img, .mobile_header .mobile-menu .mobile-menu-ext button.change_lang_btn img {
  width: 25px;
  height: auto;
  border-radius: 4px;
}

.mobile_header .mobile-menu .mobile-menu-ext a.change_lang_btn span, .mobile_header .mobile-menu .mobile-menu-ext button.change_lang_btn span {
  color: #005430;
}

.mobile_header .mobile-menu .mobile-menu-ext a.login_btn, .mobile_header .mobile-menu .mobile-menu-ext button.login_btn {
  color: #935194;
}

.mobile_header .mobile-menu .mobile-menu-ext a.register_btn, .mobile_header .mobile-menu .mobile-menu-ext button.register_btn {
  background: linear-gradient(141deg, #935194 0%, #703671 100%);
  box-shadow: 1px 1px 8px 2px #BF95BF inset;
  padding: 0 20px;
  color: #fff;
}

@media (max-width: 1024px) {
  .content {
    margin-top: 80px;
  }
}

.slider_holder {
  position: relative;
  z-index: 1;
  background-color: #F8D447;
}

.slider_holder::before {
  content: "";
  display: block;
  background-image: url(../imgs/slider_bg.svg);
  width: 100%;
  height: 100px;
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  z-index: 60;
  overflow: hidden;
  transform: scale(-1, -1);
}

.slider_holder::after {
  content: "";
  display: block;
  background-image: url(../imgs/slider_bg.svg);
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -58px;
  left: 0;
  right: 0;
  z-index: 60;
  overflow: hidden;
}

.slider_holder .slider-container {
  overflow: hidden;
  position: relative;
}

.slider_holder .slides {
  display: flex;
  transition: all 0.3s ease;
  position: relative;
}

.slider_holder .slide {
  flex: 0 0 100%;
}

.slider_holder .slide .s_content p {
  position: relative;
}

.slider_holder .slide .s_content p::before {
  content: "";
  display: block;
  background-color: #935194;
  width: 8px;
  height: 100%;
  border-radius: 20px;
  position: absolute;
  left: 0;
  top: 0;
}

.slider_holder .slide .s_figure {
  position: relative;
  justify-content: end;
}

.slider_holder .slide .s_figure img.lead {
  position: relative;
  right: 70px;
  --tw-drop-shadow: drop-shadow(0 0px 25px rgb(0 0 0 / 0.5));
  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);
}

.slider_holder .slide .s_figure .figure_utilities {
  position: absolute;
  width: 100%;
}

.slider_holder .slide .s_figure .figure_utilities .bg_circles {
  position: relative;
}

.slider_holder .slide .s_figure .figure_utilities .bg_circles .bg_c {
  position: absolute;
  width: 400px;
  height: 400px;
  border-radius: 400px;
  filter: blur(50px);
  opacity: 0.5;
  display: none;
}

.slider_holder .slide .s_figure .figure_utilities .bg_circles .bg_c.c_1 {
  background: #935194;
  left: 0;
  top: 10px;
}

.slider_holder .slide .s_figure .figure_utilities .bg_circles .bg_c.c_2 {
  background: #935194;
  left: 0;
  bottom: -730px;
  width: 500px;
  height: 500px;
  border-radius: 500px;
}

.slider_holder .slide .s_figure .figure_utilities .u_circles {
  position: relative;
}

.slider_holder .slide .s_figure .figure_utilities .u_circles .u_c {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  transition: transform 0.3s ease-out;
}

.slider_holder .slide .s_figure .figure_utilities .u_circles .u_c.u_1 {
  width: 310px;
  height: 310px;
  top: 220px;
  right: 4px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.slider_holder .slide .s_figure .figure_utilities .u_circles .u_c.u_2 {
  width: 180px;
  height: 180px;
  top: 136px;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.slider_holder .slide .s_figure .figure_utilities .u_circles .u_c.u_3 {
  width: 120px;
  height: 120px;
  top: 336px;
  left: 10px;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.slider_holder .slide .s_figure .figure_utilities .u_circles .u_c.u_4 {
  top: 100px;
  right: 90px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.slider_holder .dots {
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: relative;
  z-index: 20;
  bottom: 100px;
}

@media (max-width: 1024px) {
  .slider_holder .dots {
    bottom: 60;
  }
}

.slider_holder .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 5px;
  cursor: pointer;
  opacity: 0.5;
}

.slider_holder .dot.active {
  background-color: #ffffff;
  width: 60px;
  border-radius: 70px;
  opacity: 1;
}

.inner_head_holder {
  position: relative;
  z-index: 1;
  background-color: #F8D447;
}

.inner_head_holder::before {
  content: "";
  display: block;
  background-image: url(../imgs/slider_bg.svg);
  width: 100%;
  height: 100px;
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  z-index: 60;
  overflow: hidden;
  transform: scale(-1, -1);
}

.inner_head_holder::after {
  content: "";
  display: block;
  background-image: url(../imgs/slider_bg.svg);
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: -58px;
  left: 0;
  right: 0;
  z-index: 60;
  overflow: hidden;
}

.inner_head_holder .inner_head_container {
  overflow: hidden;
  position: relative;
}

.inner_head_holder .inner_head_wrapper {
  display: flex;
  transition: all 0.3s ease;
  position: relative;
}

.inner_head_holder .inner_head_content {
  flex: 0 0 100%;
}

.cat_holder .cat_item {
  margin-bottom: 30px;
}

.cat_holder .cat_item .cat_img {
  min-width: 270px;
  min-height: 270px;
  background-color: white;
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
  transition: 0.2s all ease-in-out;
  margin-bottom: 20px;
}

.cat_holder .cat_item .cat_img:hover {
  border-radius: 100% !important;
}

.cat_holder .cat_item .cat_img:hover img {
  transform: scale(0.8, 0.8);
}

.cat_holder .cat_item .cat_img img {
  transition: 0.2s all ease-in-out;
}

.cat_holder .cat_item span {
  max-width: 180px;
  text-align: center;
}

.cat_holder .cat_item:nth-of-type(1) .cat_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.cat_holder .cat_item:nth-of-type(2) .cat_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.cat_holder .cat_item:nth-of-type(3) .cat_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.cat_holder .cat_item:nth-of-type(4) .cat_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.cat_holder .cat_item:nth-of-type(5) .cat_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.cat_holder .cat_item:nth-of-type(6) .cat_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.cat_holder .cat_item:nth-of-type(7) .cat_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.cat_holder .cat_item:nth-of-type(8) .cat_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.cat_holder .cat_item:nth-of-type(9) .cat_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.cat_holder .cat_item:nth-of-type(10) .cat_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.cat_holder .cat_item:nth-of-type(11) .cat_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.cat_holder .cat_item:nth-of-type(12) .cat_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.cat_holder .cat_item:nth-of-type(13) .cat_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.cat_holder .cat_item:nth-of-type(14) .cat_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.cat_holder .cat_item:nth-of-type(15) .cat_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.cat_holder .cat_item:nth-of-type(16) .cat_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.cat_holder .cat_item:nth-of-type(17) .cat_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.cat_holder .cat_item:nth-of-type(18) .cat_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.cat_holder .cat_item:nth-of-type(19) .cat_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.cat_holder .cat_item:nth-of-type(20) .cat_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.cat_holder .cat_item:nth-of-type(21) .cat_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.cat_holder .cat_item:nth-of-type(22) .cat_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.cat_holder .cat_item:nth-of-type(23) .cat_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.cat_holder .cat_item:nth-of-type(24) .cat_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.cat_holder .cat_item:nth-of-type(25) .cat_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.cat_holder .cat_item:nth-of-type(26) .cat_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.cat_holder .cat_item:nth-of-type(27) .cat_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.cat_holder .cat_item:nth-of-type(28) .cat_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.cat_holder .cat_item:nth-of-type(29) .cat_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.cat_holder .cat_item:nth-of-type(30) .cat_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.cat_holder .cat_item:nth-of-type(31) .cat_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.cat_holder .cat_item:nth-of-type(32) .cat_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.cat_holder .cat_item:nth-of-type(33) .cat_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.cat_holder .cat_item:nth-of-type(34) .cat_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.cat_holder .cat_item:nth-of-type(35) .cat_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.cat_holder .cat_item:nth-of-type(36) .cat_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.cat_holder .cat_item:nth-of-type(37) .cat_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.cat_holder .cat_item:nth-of-type(38) .cat_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.cat_holder .cat_item:nth-of-type(39) .cat_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.cat_holder .cat_item:nth-of-type(40) .cat_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.cat_holder .cat_item:nth-of-type(41) .cat_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.cat_holder .cat_item:nth-of-type(42) .cat_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.cat_holder .cat_item:nth-of-type(43) .cat_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.cat_holder .cat_item:nth-of-type(44) .cat_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.cat_holder .cat_item:nth-of-type(45) .cat_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.cat_holder .cat_item:nth-of-type(44) .cat_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.cat_holder .cat_item:nth-of-type(45) .cat_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.cat_holder .cat_item:nth-of-type(46) .cat_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.cat_holder .cat_item:nth-of-type(47) .cat_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.cat_holder .cat_item:nth-of-type(48) .cat_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.cat_holder .cat_item:nth-of-type(49) .cat_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.cat_holder .cat_item:nth-of-type(50) .cat_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.cat_holder .cat_item:nth-of-type(51) .cat_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.cat_holder .cat_item:nth-of-type(52) .cat_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.fancy_section {
  position: relative;
  width: 100%;
  min-height: 400px;
  background-color: #F8D447;
}

.fancy_section::before {
  content: "";
  display: block;
  background-image: url(../imgs/ftop.svg);
  background-position: center center;
  width: 100%;
  height: 84px;
  position: absolute;
  top: -83px;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}

.fancy_section::after {
  content: "";
  display: block;
  background-image: url(../imgs/fbottom.svg);
  background-position: center center;
  width: 100%;
  height: 130px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  overflow: hidden;
}

.fancy_section.has_pushup {
  margin-top: 200px !important;
}

.section_video {
  background-color: white;
  height: 400px;
  border-radius: 30px;
  margin: 0 auto;
}

.ages_holder .age_item {
  position: relative;
}

.ages_holder .age_item .age_img {
  min-width: 220;
  max-height: 200px;
  background-color: white;
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
  transition: 0.2s all ease-in-out;
}

.ages_holder .age_item .age_img:hover {
  border-radius: 100% !important;
}

.ages_holder .age_item .age_img img {
  position: relative;
  transition: 0.2s all ease-in-out;
}

.ages_holder .age_item .age_img .age_content {
  position: relative;
}

.ages_holder .age_item .age_img .age_content span {
  max-width: 180px;
  text-align: center;
  padding-top: 10px;
}

.ages_holder .age_item.soon {
  opacity: 0.7;
  cursor: not-allowed;
}

.ages_holder .age_item strong {
  position: absolute;
  top: 20px;
  right: 10px;
  color: #BC2F2D;
  font-size: 12px;
  text-transform: uppercase;
  background-color: #FF9C9C;
  border-radius: 20px;
  padding: 2px 10px;
}

.ages_holder .age_item:hover img {
  transform: scale(1.2, 1.2);
}

.ages_holder .age_item:nth-of-type(1) .age_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.ages_holder .age_item:nth-of-type(2) .age_img {
  border-radius: 61% 39% 58% 42%/47% 41% 59% 53%;
}

.ages_holder .age_item:nth-of-type(3) .age_img {
  border-radius: 42% 58% 57% 43%/42% 64% 36% 58%;
}

.ages_holder .age_item:nth-of-type(4) .age_img {
  border-radius: 54% 46% 42% 58%/64% 57% 43% 36%;
}

.ages_holder .age_item:nth-of-type(5) .age_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.main_btn {
  position: relative;
  border-radius: 50%;
  border-radius: 40px;
  background: linear-gradient(141deg, #935194 0%, #703671 100%);
  box-shadow: 1px 1px 8px 2px #BF95BF inset;
  padding: 0 20px;
  color: #fff;
  height: 60px;
  min-width: 250px;
  overflow: hidden;
  transition: 0.2s all ease-in-out;
}

.main_btn i {
  font-size: 30px;
}

.main_btn:hover i {
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
}

@keyframes moove {
  0% {
    transform: translate3d(0px, 0, 0);
  }

  50% {
    transform: translate3d(10px, 0, 0);
  }

  100% {
    transform: translate3d(0px, 0, 0);
  }
}

.unit_tuts_sequance a {
  opacity: 0.5;
}

.unit_tuts_sequance a.active {
  opacity: 1;
}

.item .item_img {
  min-width: 270px;
  min-height: 270px;
  background-color: white;
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
  transition: 0.2s all ease-in-out;
}

.item .item_img img {
  transition: 0.2s all ease-in-out;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item i {
  font-size: 16px;
}

.item:nth-of-type(1) .item_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.item:nth-of-type(2) .item_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.item:nth-of-type(3) .item_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.item:nth-of-type(4) .item_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.item:nth-of-type(5) .item_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.item:nth-of-type(6) .item_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.item:nth-of-type(7) .item_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.item:nth-of-type(8) .item_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.item:nth-of-type(9) .item_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.item:nth-of-type(10) .item_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.item:nth-of-type(11) .item_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.item:nth-of-type(12) .item_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.item:nth-of-type(13) .item_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.item:nth-of-type(14) .item_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.item:nth-of-type(15) .item_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.item:nth-of-type(16) .item_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.item:nth-of-type(17) .item_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.item:nth-of-type(18) .item_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.item:nth-of-type(19) .item_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.item:nth-of-type(20) .item_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.item:nth-of-type(21) .item_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.item:nth-of-type(22) .item_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.item:nth-of-type(23) .item_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.item:nth-of-type(24) .item_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.item:nth-of-type(25) .item_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.item:nth-of-type(26) .item_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.item:nth-of-type(27) .item_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.item:nth-of-type(28) .item_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.item:nth-of-type(29) .item_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.item:nth-of-type(30) .item_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.item:nth-of-type(31) .item_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.item:nth-of-type(32) .item_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.item:nth-of-type(33) .item_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.item:nth-of-type(34) .item_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.item:nth-of-type(35) .item_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.item:nth-of-type(36) .item_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.item:nth-of-type(37) .item_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.item:nth-of-type(38) .item_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.item:nth-of-type(39) .item_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.item:nth-of-type(40) .item_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.item:nth-of-type(41) .item_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.item:nth-of-type(42) .item_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.item:nth-of-type(43) .item_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.item:nth-of-type(44) .item_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.item:nth-of-type(45) .item_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.item:nth-of-type(44) .item_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.item:nth-of-type(45) .item_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.item:nth-of-type(46) .item_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

.item:nth-of-type(47) .item_img {
  border-radius: 34% 66% 42% 58%/37% 52% 48% 63%;
}

.item:nth-of-type(48) .item_img {
  border-radius: 33% 67% 69% 31%/50% 30% 70% 50%;
}

.item:nth-of-type(49) .item_img {
  border-radius: 50% 50% 34% 66%/60% 56% 44% 40%;
}

.item:nth-of-type(50) .item_img {
  border-radius: 72% 28% 70% 30%/33% 33% 67% 67%;
}

.item:nth-of-type(51) .item_img {
  border-radius: 51% 49% 63% 37%/50% 39% 61% 50%;
}

.item:nth-of-type(52) .item_img {
  border-radius: 56% 44% 47% 53%/33% 49% 51% 67%;
}

ul.pagination li {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

ul.pagination li:hover {
  background-color: rgba(147, 81, 148, 0.1);
  border-color: rgba(147, 81, 148, 0.3);
}

ul.pagination li.active {
  background: #935194;
  color: white;
  border-color: #935194;
}

ul.pagination li.active:hover {
  background: #935194;
  color: white;
  border-color: #935194;
}

footer {
  position: relative;
  z-index: 1;
  background-color: #935194;
}

footer::before {
  content: "";
  display: block;
  background-image: url(../imgs/footer_bg.svg);
  width: 100%;
  height: 100px;
  position: absolute;
  top: -58px;
  left: 0;
  right: 0;
  z-index: 60;
  overflow: hidden;
}

.marker\:content-none *::marker {
  --tw-content: none;
  content: var(--tw-content);
}

.marker\:content-none::marker {
  --tw-content: none;
  content: var(--tw-content);
}

.hover\:cursor-pointer:hover {
  cursor: pointer;
}

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

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(195 221 253 / var(--tw-bg-opacity));
}

.hover\:bg-blue-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 66 159 / var(--tw-bg-opacity));
}

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

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(188 240 218 / var(--tw-bg-opacity));
}

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

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

.hover\:bg-xprimary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(147 81 148 / var(--tw-bg-opacity));
}

.hover\:bg-yellow-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(252 233 106 / var(--tw-bg-opacity));
}

.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgb(28 100 242 / var(--tw-text-opacity));
}

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

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

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

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

.hover\:text-xsecondry:hover {
  --tw-text-opacity: 1;
  color: rgb(248 212 71 / var(--tw-text-opacity));
}

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

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

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

.hover\:drop-shadow-sm:hover {
  --tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
  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);
}

.focus\:border-xprimary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(147 81 148 / var(--tw-border-opacity));
}

.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-4:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-blue-300:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(164 202 254 / var(--tw-ring-opacity));
}

.focus\:ring-blue-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(118 169 250 / var(--tw-ring-opacity));
}

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

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

.focus\:ring-green-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(49 196 141 / var(--tw-ring-opacity));
}

.focus\:ring-red-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(249 128 128 / var(--tw-ring-opacity));
}

.focus\:ring-xprimary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 81 148 / var(--tw-ring-opacity));
}

.focus\:ring-yellow-400:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(227 160 8 / var(--tw-ring-opacity));
}

.group[open] .group-open\:rotate-90 {
  --tw-rotate: 90deg;
  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));
}

.group:hover .group-hover\:block {
  display: block;
}

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

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

:is([dir="ltr"] .ltr\:-left-2) {
  left: -0.5rem;
}

:is([dir="ltr"] .ltr\:me-2) {
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

:is([dir="ltr"] .ltr\:border-l) {
  border-left-width: 1px;
}

:is([dir="ltr"] .ltr\:pl-4) {
  padding-left: 1rem;
}

:is([dir="ltr"] .ltr\:pl-6) {
  padding-left: 1.5rem;
}

:is([dir="ltr"] .ltr\:pr-4) {
  padding-right: 1rem;
}

:is([dir="ltr"] .ltr\:me-2) {
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

:is([dir="rtl"] .rtl\:-right-2) {
  right: -0.5rem;
}

:is([dir="rtl"] .rtl\:ms-2) {
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
}

:is([dir="rtl"] .rtl\: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));
}

:is([dir="rtl"] .rtl\:scale-x-\[-1\]) {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

:is([dir="rtl"] .rtl\:space-x-reverse) > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 1;
}

:is([dir="rtl"] .rtl\:border-r) {
  border-right-width: 1px;
}

:is([dir="rtl"] .rtl\:pl-4) {
  padding-left: 1rem;
}

:is([dir="rtl"] .rtl\:pr-4) {
  padding-right: 1rem;
}

:is([dir="rtl"] .rtl\:pr-6) {
  padding-right: 1.5rem;
}

:is([dir="rtl"] .rtl\:ms-2) {
  -webkit-margin-start: 0.5rem;
          margin-inline-start: 0.5rem;
}

:is(.dark .dark\:border-blue-500) {
  --tw-border-opacity: 1;
  border-color: rgb(63 131 248 / var(--tw-border-opacity));
}

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

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

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

:is(.dark .dark\:border-transparent) {
  border-color: transparent;
}

:is(.dark .dark\:bg-blue-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(28 100 242 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-600) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-700) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-800) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-800\/50) {
  background-color: rgb(31 41 55 / 0.5);
}

:is(.dark .dark\:bg-gray-900\/80) {
  background-color: rgb(17 24 39 / 0.8);
}

:is(.dark .dark\:bg-xprimary) {
  --tw-bg-opacity: 1;
  background-color: rgb(147 81 148 / var(--tw-bg-opacity));
}

:is(.dark .dark\:bg-gray-900) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}

:is(.dark .dark\:text-blue-400) {
  --tw-text-opacity: 1;
  color: rgb(118 169 250 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-blue-500) {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

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

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

:is(.dark .dark\:text-green-400) {
  --tw-text-opacity: 1;
  color: rgb(49 196 141 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-neutral-300) {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-red-400) {
  --tw-text-opacity: 1;
  color: rgb(249 128 128 / var(--tw-text-opacity));
}

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

:is(.dark .dark\:text-xprimary) {
  --tw-text-opacity: 1;
  color: rgb(147 81 148 / var(--tw-text-opacity));
}

:is(.dark .dark\:text-yellow-300) {
  --tw-text-opacity: 1;
  color: rgb(250 202 21 / var(--tw-text-opacity));
}

:is(.dark .dark\:placeholder-gray-400)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}

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

:is(.dark .dark\:ring-offset-gray-800) {
  --tw-ring-offset-color: #1F2937;
}

:is(.dark .dark\:hover\:bg-blue-500:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(63 131 248 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-blue-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(26 86 219 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-gray-600:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-gray-700:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-gray-800:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:bg-xprimary:hover) {
  --tw-bg-opacity: 1;
  background-color: rgb(147 81 148 / var(--tw-bg-opacity));
}

:is(.dark .dark\:hover\:text-blue-500:hover) {
  --tw-text-opacity: 1;
  color: rgb(63 131 248 / var(--tw-text-opacity));
}

:is(.dark .dark\:hover\:text-gray-300:hover) {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

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

:is(.dark .dark\:focus\:ring-blue-800:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(30 66 159 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-xprimary:focus) {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(147 81 148 / var(--tw-ring-opacity));
}

:is(.dark .dark\:focus\:ring-offset-gray-800:focus) {
  --tw-ring-offset-color: #1F2937;
}

@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

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

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

  .md\:-bottom-20 {
    bottom: -5rem;
  }

  .md\:-bottom-40 {
    bottom: -10rem;
  }

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

  .md\:-top-12 {
    top: -3rem;
  }

  .md\:-top-20 {
    top: -5rem;
  }

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

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:\!mb-0 {
    margin-bottom: 0px !important;
  }

  .md\:\!mb-24 {
    margin-bottom: 6rem !important;
  }

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

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

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

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

  .md\:mt-24 {
    margin-top: 6rem;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

  .md\:basis-1\/3 {
    flex-basis: 33.333333%;
  }

  .md\:basis-2\/3 {
    flex-basis: 66.666667%;
  }

  .md\:basis-2\/4 {
    flex-basis: 50%;
  }

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

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

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

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

  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

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

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