/*
! tailwindcss v3.3.7 | 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. 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 */
  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;
}

*, ::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:  ;
}

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

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

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-32 {
  bottom: 8rem;
}

.left-0 {
  left: 0px;
}

.left-7 {
  left: 1.75rem;
}

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

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

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

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

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

.top-10 {
  top: 2.5rem;
}

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

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

.top-full {
  top: 100%;
}

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

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

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

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

.order-last {
  order: 9999;
}

.m-0 {
  margin: 0px;
}

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

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

.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-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-\[10px\] {
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-5 {
  margin-left: 1.25rem;
}

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0px;
}

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

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

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

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

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

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

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

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

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

.h-screen {
  height: 100vh;
}

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

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

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

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

.w-0 {
  width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.cursor-text {
  cursor: text;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

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

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

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

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

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

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

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

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

.gap-x-\[126px\] {
  -moz-column-gap: 126px;
       column-gap: 126px;
}

.gap-x-\[135px\] {
  -moz-column-gap: 135px;
       column-gap: 135px;
}

.gap-x-\[141px\] {
  -moz-column-gap: 141px;
       column-gap: 141px;
}

.gap-x-\[186px\] {
  -moz-column-gap: 186px;
       column-gap: 186px;
}

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

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

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

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

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

.gap-x-\[65px\] {
  -moz-column-gap: 65px;
       column-gap: 65px;
}

.gap-x-\[98px\] {
  -moz-column-gap: 98px;
       column-gap: 98px;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

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

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

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

.border-\[rgba\(255\2c 255\2c 255\2c 0\.20\)\] {
  border-color: rgba(255,255,255,0.20);
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.70\)\] {
  border-color: rgba(255,255,255,0.70);
}

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

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

.bg-\[\#0058FF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 88 255 / var(--tw-bg-opacity));
}

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

.bg-\[\#1C1D1E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 29 30 / var(--tw-bg-opacity));
}

.bg-\[\#23272C\] {
  --tw-bg-opacity: 1;
  background-color: rgb(35 39 44 / var(--tw-bg-opacity));
}

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

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

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

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

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

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

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

.bg-\[url\(\'https\:\/\/besnik-space\.fra1\.cdn\.digitaloceanspaces\.com\/ezytor\/theme\/vtqpQPVScyHXgc4I9Lyc1694758820\.webp\'\)\] {
  background-image: url('https://besnik-space.fra1.cdn.digitaloceanspaces.com/ezytor/theme/vtqpQPVScyHXgc4I9Lyc1694758820.webp');
}

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

.from-\[\#0058FF\] {
  --tw-gradient-from: #0058FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 88 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#0095FF\] {
  --tw-gradient-from: #0095FF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 149 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#1c91bf\] {
  --tw-gradient-from: #1c91bf var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(28 145 191 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#722FFF\] {
  --tw-gradient-from: #722FFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(114 47 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#AC2EF8\] {
  --tw-gradient-from: #AC2EF8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(172 46 248 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.from-\[\#B12EFF\] {
  --tw-gradient-from: #B12EFF var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(177 46 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#FF5993\] {
  --tw-gradient-from: #FF5993 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 89 147 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#FF5E8D\] {
  --tw-gradient-from: #FF5E8D var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 94 141 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#FFCB01\] {
  --tw-gradient-from: #FFCB01 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 203 1 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

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

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

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

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

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

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

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

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

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

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

.p-0 {
  padding: 0px;
}

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-7 {
  padding: 1.75rem;
}

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

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

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

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

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.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-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-7 {
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.leading-4 {
  line-height: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-transparent {
  color: transparent;
}

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

.placeholder-\[\#5D5D5D\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(93 93 93 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#5D5D5D\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(93 93 93 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#E8E8E8\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 232 232 / var(--tw-placeholder-opacity));
}

.placeholder-\[\#E8E8E8\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(232 232 232 / var(--tw-placeholder-opacity));
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

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

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

.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-200 {
  transition-duration: 200ms;
}

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

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

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

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

/* for navbar........................................................................... */

.mobile-menu {
  left: -150%;
  transition: 0.5s;
}

.mobile-menu.active {
  left: 0;
}

.dropmenu {
  overflow: hidden;
  max-height: 0px;
  transition: max-height 0.9s;
}

.dropmenu.openmenu {
  max-height: 200px;
}

.hidden1 {
  display: none;
  transform: translateY(-100%);
  transition: transform 0.5s ease;
}

/* Show the element when the 'active' class is applied */

.active {
  display: block;
  transform: translateY(0);
}

/* for partners section........................................................................... */

/* credit goes to @mhdzaid */

li {
  list-style-type: none;
}

/* Marquee styles */

.marquee {
  --gap: 0rem;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  gap: var(--gap);
  width: 100%;
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: -moz-fit-content;
  min-width: fit-content;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}

/* Enable animation */

.enable-animation .marquee__content {
  animation: scroll 15s linear infinite;
}

/* Other page demo styles */

.marquee__content > * {
  flex: 0 0 auto;
  color: #1f1f1f;
  font-size: 26px;
  font-weight: 600;
  margin: 2px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 0.25rem;
  text-align: center;
}

/* For Review section........................................................................ */

.swiper .swiper-pagination{
  bottom: 100px;
}

span.swiper-pagination-bullet {
  width: 20px;
  height: 6px;
  border-radius: 12px;
  background-color: white;
}

/*For faq section.............................................................................. */

.faq-container .question .faq-plus-icon {
  display: none;
}

.faq-container .question.active .faq-plus-icon {
  display: block;
}

.faq-container .question .faq-minus-icon {
  display: block;
}

.faq-container .question.active .faq-minus-icon {
  display: none;
}

/*For Pricing section.............................................................................. */

.slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 4px;
  bottom: 6px;
  background-color: #D9D9D9;
  transition: 0.4s;
}

input:checked + .slider {
  background-color: #0058FF;
}

input:focus + .slider {
  box-shadow: 0 0 1px #0058FF;
}

input:checked + .slider:before {
  transform: translateX(46px);
}

.slider.round:before {
  border-radius: 50%;
}

/*For Login section.............................................................................. */

/* slide the switch box from right to left */

.switches-container input:nth-of-type(1):checked~.switch-wrapper {
  transform: translateX(0%);
}

/* slide the switch box from left to right */

.switches-container input:nth-of-type(2):checked~.switch-wrapper {
  transform: translateX(100%);
}

/* toggle the switch box labels - first checkbox:checked - show first switch div */

.switches-container input:nth-of-type(1):checked~.switch-wrapper .switch div:nth-of-type(1) {
  opacity: 1;
}

/* toggle the switch box labels - second checkbox:checked - show second switch div */

.switches-container input:nth-of-type(2):checked~.switch-wrapper .switch div:nth-of-type(2) {
  opacity: 1;
}

/* for eye icon button */

.input-with-icon input[type="password"] {
  padding-right: 2.5rem;
}

.input-with-icon .eye-icon {
  position: absolute;
  top: 50%;
  right: 0.75rem;
  transform: translateY(-50%);
  cursor: pointer;
}

.hover\:border-\[\#0058FF\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 88 255 / var(--tw-border-opacity));
}

.hover\:bg-\[\#0058FF\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 88 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#0059ffc7\]:hover {
  background-color: #0059ffc7;
}

.hover\:bg-\[\#0059ffdc\]:hover {
  background-color: #0059ffdc;
}

.hover\:bg-\[\#162238\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(22 34 56 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#557cc4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(85 124 196 / var(--tw-bg-opacity));
}

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

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

.hover\:fill-white:hover {
  fill: #fff;
}

.hover\:font-\[\#1A1A1A\]:hover {
  font-family: #1A1A1A;
}

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

.hover\:text-\[\#00000063\]:hover {
  color: #00000063;
}

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

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

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

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

.focus\:border-\[\#0058FF\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 88 255 / var(--tw-border-opacity));
}

.focus\:border-\[\#ffffff44\]:focus {
  border-color: #ffffff44;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:p-0 {
    padding: 0px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:leading-4 {
    line-height: 1rem;
  }

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

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

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

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

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

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

@media (min-width: 768px) {
  .md\:mb-\[18px\] {
    margin-bottom: 18px;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:hover\:bg-\[url\(\'https\:\/\/besnik-space\.fra1\.cdn\.digitaloceanspaces\.com\/ezytor\/theme\/tTluy7KPokRrugWM2d0z1695023596\.webp\'\)\]:hover {
    background-image: url('https://besnik-space.fra1.cdn.digitaloceanspaces.com/ezytor/theme/tTluy7KPokRrugWM2d0z1695023596.webp');
  }
}

@media (min-width: 1024px) {
  .lg\:order-first {
    order: -9999;
  }

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

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

  .lg\:block {
    display: block;
  }

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

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

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

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

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

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

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

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

  .lg\:gap-x-\[399px\] {
    -moz-column-gap: 399px;
         column-gap: 399px;
  }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
  .xl\:order-first {
    order: -9999;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:-ml-24 {
    margin-left: -6rem;
  }

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

  .xl\:ml-\[219px\] {
    margin-left: 219px;
  }

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

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

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

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .xl\:hover\:bg-\[url\(\'https\:\/\/besnik-space\.fra1\.cdn\.digitaloceanspaces\.com\/ezytor\/theme\/n72ifZdJBliYntoW58YG1694951216\.webp\'\)\]:hover {
    background-image: url('https://besnik-space.fra1.cdn.digitaloceanspaces.com/ezytor/theme/n72ifZdJBliYntoW58YG1694951216.webp');
  }
}