/* =================================================================== */

/* Developed By - MegamindIT, www.megamindit.com */

/* =================================================================== */

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

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

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

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

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

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

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

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Graphik, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

[type='text'],input:where(:not([type])),[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, input:where(:not([type])):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: #2563eb;
  --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: #2563eb;
}

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;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  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: #2563eb;
  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: #2563eb;
  --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 {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

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

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[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 solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

@media (min-width: 640px) {
  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.bottom-10 {
  bottom: 2.5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.right-2 {
  right: 0.5rem;
}

.top-0 {
  top: 0;
}

.top-2 {
  top: 0.5rem;
}

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

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

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

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

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

.col-start-1 {
  grid-column-start: 1;
}

.col-end-7 {
  grid-column-end: 7;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.row-span-2 {
  grid-row: span 2 / span 2;
}

.m-2 {
  margin: 0.5rem;
}

.m-auto {
  margin: auto;
}

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

.mx-0\.5 {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}

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

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

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

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

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

.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-8 {
  margin-bottom: 2rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

.table {
  display: table;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-0 {
  height: 0;
}

.h-10 {
  height: 2.5rem;
}

.h-115 {
  height: 115px;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-28 {
  height: 7rem;
}

.h-6 {
  height: 1.5rem;
}

.h-600 {
  height: 600px;
}

.h-8 {
  height: 2rem;
}

.h-80 {
  height: 20rem;
}

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

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

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

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

.h-\[75vh\] {
  height: 75vh;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.min-h-500 {
  min-height: 500px;
}

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

.min-h-screen {
  min-height: 100vh;
}

.w-2 {
  width: 0.5rem;
}

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

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

.w-24 {
  width: 6rem;
}

.w-28 {
  width: 7rem;
}

.w-4 {
  width: 1rem;
}

.w-6 {
  width: 1.5rem;
}

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

.w-full {
  width: 100%;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

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

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

.rounded-none {
  border-radius: 0px;
}

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

.border {
  border-width: 1px;
}

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

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

.border-x-2 {
  border-left-width: 2px;
  border-right-width: 2px;
}

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

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

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

.border-t-\[3px\] {
  border-top-width: 3px;
}

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

.border-\[\#662a08\] {
  --tw-border-opacity: 1;
  border-color: rgb(102 42 8 / var(--tw-border-opacity, 1));
}

.border-brand-uber {
  --tw-border-opacity: 1;
  border-color: rgb(9 9 26 / var(--tw-border-opacity, 1));
}

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

.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
}

.border-x-\[\#30003c\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(48 0 60 / var(--tw-border-opacity, 1));
  border-right-color: rgb(48 0 60 / var(--tw-border-opacity, 1));
}

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

.border-t-\[\#e4ab0c\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(228 171 12 / var(--tw-border-opacity, 1));
}

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

.bg-\[\#50113d\] {
  --tw-bg-opacity: 1;
  background-color: rgb(80 17 61 / var(--tw-bg-opacity, 1));
}

.bg-\[\#662a08\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 42 8 / var(--tw-bg-opacity, 1));
}

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

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

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}

.bg-brand-algolia {
  --tw-bg-opacity: 1;
  background-color: rgb(5 15 44 / var(--tw-bg-opacity, 1));
}

.bg-brand-amazon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 153 0 / var(--tw-bg-opacity, 1));
}

.bg-brand-vimeo {
  --tw-bg-opacity: 1;
  background-color: rgb(22 34 33 / var(--tw-bg-opacity, 1));
}

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

.bg-gray-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 7 18 / var(--tw-bg-opacity, 1));
}

.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity, 1));
}

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

.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity, 1));
}

.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}

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

.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

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

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

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1));
}

.bg-yellow-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity, 1));
}

.bg-yellow-900\/50 {
  background-color: rgb(113 63 18 / 0.5);
}

.bg-yellow-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

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

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

.bg-hero {
  background-image: url('../images/background-img-1.jpg');
}

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

.from-\[\#030737\] {
  --tw-gradient-from: #030737 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(3 7 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#0e0c18\] {
  --tw-gradient-from: #0e0c18 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 12 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#0e167e\] {
  --tw-gradient-from: #0e167e var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 22 126 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#131212\] {
  --tw-gradient-from: #131212 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 18 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#662a08\] {
  --tw-gradient-from: #662a08 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 42 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

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

.from-brand-algolia {
  --tw-gradient-from: #050f2c var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(5 15 44 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-brand-youtube {
  --tw-gradient-from: #ff0000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#1f0b01\] {
  --tw-gradient-to: rgb(31 11 1 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1f0b01 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.via-gray-700 {
  --tw-gradient-to: rgb(55 65 81 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #374151 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

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

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

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

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

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

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

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

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

.to-brand-adobe {
  --tw-gradient-to: #ff0000 var(--tw-gradient-to-position);
}

.to-brand-ubuntu {
  --tw-gradient-to: #dd4814 var(--tw-gradient-to-position);
}

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

.bg-fixed {
  background-attachment: fixed;
}

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

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

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

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.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-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

.pl-8 {
  padding-left: 2rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pt-0 {
  padding-top: 0;
}

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

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

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

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

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

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

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

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

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

.font-g_montserrat {
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.font-sans {
  font-family: Graphik, sans-serif;
}

.font-serif {
  font-family: Merriweather, serif;
}

.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-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

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

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

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

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

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

.italic {
  font-style: italic;
}

.leading-normal {
  line-height: 1.5;
}

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

.tracking-\[1px\] {
  letter-spacing: 1px;
}

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

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

.text-\[\#75ce4f\] {
  --tw-text-opacity: 1;
  color: rgb(117 206 79 / var(--tw-text-opacity, 1));
}

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

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

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

.text-brand-airbnb {
  --tw-text-opacity: 1;
  color: rgb(253 92 99 / var(--tw-text-opacity, 1));
}

.text-brand-algolia {
  --tw-text-opacity: 1;
  color: rgb(5 15 44 / var(--tw-text-opacity, 1));
}

.text-brand-atlassian {
  --tw-text-opacity: 1;
  color: rgb(0 51 102 / var(--tw-text-opacity, 1));
}

.text-brand-deviantart {
  --tw-text-opacity: 1;
  color: rgb(5 204 71 / var(--tw-text-opacity, 1));
}

.text-brand-uber {
  --tw-text-opacity: 1;
  color: rgb(9 9 26 / var(--tw-text-opacity, 1));
}

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

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

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

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

.text-indigo-300 {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.text-indigo-400 {
  --tw-text-opacity: 1;
  color: rgb(129 140 248 / var(--tw-text-opacity, 1));
}

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

.text-m1-blackColor2 {
  --tw-text-opacity: 1;
  color: rgb(8 14 28 / var(--tw-text-opacity, 1));
}

.text-m1-lightColor {
  --tw-text-opacity: 1;
  color: rgb(114 132 155 / var(--tw-text-opacity, 1));
}

.text-m1-smokeColor {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity, 1));
}

.text-m1-smokeColor2 {
  --tw-text-opacity: 1;
  color: rgb(226 232 250 / var(--tw-text-opacity, 1));
}

.text-m1-smokeColor3 {
  --tw-text-opacity: 1;
  color: rgb(239 241 249 / var(--tw-text-opacity, 1));
}

.text-m1-successColor {
  --tw-text-opacity: 1;
  color: rgb(40 167 69 / var(--tw-text-opacity, 1));
}

.text-m1-titleColor {
  --tw-text-opacity: 1;
  color: rgb(20 29 56 / var(--tw-text-opacity, 1));
}

.text-m1-yellowColor {
  --tw-text-opacity: 1;
  color: rgb(255 181 57 / var(--tw-text-opacity, 1));
}

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

.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}

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

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

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

.text-yellow-300 {
  --tw-text-opacity: 1;
  color: rgb(253 224 71 / var(--tw-text-opacity, 1));
}

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}

.text-yellow-50 {
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
}

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

.underline-offset-2 {
  text-underline-offset: 2px;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-95 {
  opacity: 0.95;
}

.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-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px 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-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 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-brand-vue {
  --tw-shadow-color: #42b883;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-gray-500 {
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-m1-titleColor {
  --tw-shadow-color: #141D38;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-m2-white {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-orange-400 {
  --tw-shadow-color: #fb923c;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-white {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

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

.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-md {
  --tw-backdrop-blur: blur(12px);
  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 {
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.duration-\[0\.5s\] {
  transition-duration: 0.5s;
}

.ease-\[ease-in-out\] {
  transition-timing-function: ease-in-out;
}

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

.content-\[\'\'\] {
  --tw-content: '';
  content: var(--tw-content);
}

.scrollbar-hide {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;
}

.scrollbar-default {
  -ms-overflow-style: auto;
  scrollbar-width: auto;
}

.scrollbar-default::-webkit-scrollbar {
  display: block;
}

.bleed-bg {
  -o-border-image: linear-gradient(var(--tw-full-bleed-color) 0 0) 0/ /0 9999vw 0 9999vw;
     border-image: linear-gradient(var(--tw-full-bleed-color) 0 0) fill 0/ /0 9999vw 0 9999vw;
}

.bleed-bg-r {
  -o-border-image: linear-gradient(var(--tw-full-bleed-color) 0 0) 0/ /0 9999vw 0 0;
     border-image: linear-gradient(var(--tw-full-bleed-color) 0 0) fill 0/ /0 9999vw 0 0;
}

.bleed-blue-200 {
  --tw-full-bleed-color: #bfdbfe;
}

.bleed-red-200 {
  --tw-full-bleed-color: #fecaca;
}

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

/* =================================================================== */

/* Custom Local Fonts */

/* =================================================================== */

/* @font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
} */

/* Custom Google Fonts */

/* =============0. Layout Grid Style Start============ */

.grid-col-2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 768px) {
  .grid-col-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

.row-c {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.banner-row-c {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .banner-row-c {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .banner-row-c {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.game-row-c {
  grid-column: span 1 / span 1;
  grid-column-end: 7;
}

.row-res-3 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .row-res-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .row-res-3 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

.game-row-res-3 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
}

@media (min-width: 640px) {
  .game-row-res-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .game-row-res-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .game-row-res-3 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.game-row-res-1 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .game-row-res-1 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.footer-row-res-1 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.game-row-res-2 {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  row-gap: 3rem;
}

@media (min-width: 768px) {
  .game-row-res-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .game-row-res-2 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.row {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
}

.col-2 {
  grid-column-start: 1;
  grid-column-end: 7;
}

@media (min-width: 1024px) {
  .col-2 {
    grid-column: span 4 / span 4;
  }
}

.col-1 {
  grid-column-start: 1;
  grid-column-end: 7;
}

@media (min-width: 1024px) {
  .col-1 {
    grid-column: span 2 / span 2;
  }
}

/* =============Layout Grid Style End============ */

/* =============1. Global Common Style Start============ */

html {
  scroll-behavior: smooth;
}

section.body-section {
  padding-bottom: 0px;
  padding-top: 0;
}

.container-r {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

@media (min-width: 640px) {
  .container-r {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

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

@media (min-width: 1024px) {
  .container-r {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px) {
  .container-r {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1536px) {
  .container-r {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

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

.container-r {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 768px) {
  .container-r {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 1024px) {
  .container-r {
    padding-left: 8rem;
    padding-right: 8rem;
  }
}

.main {
  padding-bottom: 0;
}

.g-grid {
  display: flow-root;
  flex-direction: row-reverse;
}

@media (min-width: 640px) {
  .g-grid {
    display: flex;
    justify-content: space-between;
  }
}

/* .g-grid {
  @apply flow-root sm:flex sm:justify-between;
} */

.logo {
  grid-column-start: 1;
  grid-column-end: 7;
}

@media (min-width: 1024px) {
  .logo {
    grid-column: span 1 / span 1;
  }
}

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

#contents {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#contents h2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

#contents p {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* #contents .section-title {
  @apply mb-4;
} */

.svg-icon {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  width: 6rem;
}

div#contents li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

div#contents h2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(254 252 232 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

div#contents p > strong {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 4px;
}

button:focus {
  outline: none;
}

/* =============Global Common Style End============ */

/* =============2. Navigation Bar Style Start============ */

.main-menu {
  grid-column-start: 1;
  grid-column-end: 7;
}

@media (min-width: 1024px) {
  .main-menu {
    grid-column: span 2 / span 2;
  }
}

.main-menu {
  padding: 1rem;
  text-align: center;
}

.menu-area {
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .menus-class-1 {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.menus-class-2 {
  grid-column-start: 1;
  grid-column-end: 7;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .menus-class-2 {
    grid-column: span 1 / span 1;
  }
}

.logo-link {
  border-radius: 0.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.toggle-btn {
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .toggle-btn {
    display: none;
  }
}

.nav {
  grid-column-start: 1;
  grid-column-end: 7;
  display: none;
  flex-grow: 1;
  flex-direction: column;
  padding-bottom: 1rem;
}

@media (min-width: 768px) {
  .nav {
    grid-column: span 2 / span 2;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-bottom: 0;
  }
}

.hamburger-icon {
  display: none;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 0.9;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #cac9c9 var(--tw-gradient-to-position);
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --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);
  --tw-shadow-color: #1f2937;
  --tw-shadow: var(--tw-shadow-colored);
  --tw-backdrop-blur: blur(12px);
  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);
}

header a {
  --tw-text-opacity: 1;
  color: rgb(255 252 0 / var(--tw-text-opacity, 1));
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.logo-text {
  display: flex;
  justify-content: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hamburger-icon {
  border-style: none;
  background-color: transparent;
}

.hamburger-icon .fa-bars,
.hamburger-icon .fa-x {
  height: 2rem;
  cursor: pointer;
}

.hamburger-icon input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.navigation {
  display: flex;
  align-items: center;
  gap: 1rem;
}

ul {
  text-align: center;
}

ul li {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  ul li {
    display: inline-block;
  }
}

ul li a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.g-play {
  display: none;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
}

@media (min-width: 1280px) {
  .g-play {
    visibility: visible;
    display: flex;
  }
}

.g-play{
  a {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  a {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
  a {
    --tw-gradient-from: #050f2c var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(5 15 44 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  a {
    --tw-gradient-to: #dd4814 var(--tw-gradient-to-position);
  }
  a {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  a {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  a {
    font-family: Graphik, sans-serif;
  }
  a {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  a {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  a {
    transition-duration: 500ms;
  }
  a:hover {
    --tw-gradient-from: #dd4814 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(221 72 20 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  }
  a:hover {
    --tw-gradient-to: #e60023 var(--tw-gradient-to-position);
  }
  a:hover {
    --tw-text-opacity: 1;
    color: rgb(0 170 255 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 475px) {
    a {
      margin-top: 1rem;
      margin-bottom: 1rem;
    }
  }
  @media (min-width: 640px) {
    a {
      padding-left: 0.25rem;
      padding-right: 0.25rem;
    }
  }
  @media (min-width: 640px) {
    a {
      font-size: 13px;
    }
  }
  @media (min-width: 1024px) {
    a {
      padding-left: 0.5rem;
      padding-right: 0.5rem;
    }
  }
  @media (min-width: 1024px) {
    a {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
  }
  @media (min-width: 1280px) {
    a {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }
  }
  @media (min-width: 1280px) {
    a {
      font-size: 1.25rem;
      line-height: 1.75rem;
    }
  }
}

.menu-link {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
  margin-top: 0.5rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-link:hover {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 255 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {
  .menu-link {
    font-size: 12px;
  }
}

@media (min-width: 768px) {
  .menu-link {
    margin-top: 0;
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .menu-link {
    font-size: 14px;
  }
}

@media (min-width: 1280px) {
  .menu-link {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

.active {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(5 15 44 / var(--tw-text-opacity, 1));
}

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

a.logo-link img {
  height: 3.5rem;
}

@media (min-width: 640px) {
  a.logo-link img {
    height: 2.5rem;
  }
}

@media (min-width: 768px) {
  a.logo-link img {
    height: 4rem;
  }
}

@media (min-width: 1024px) {
  a.logo-link img {
    height: 75px;
  }
}

/* Header & Responsive Top Menu Section */

@media screen and (max-width: 600px) {
  header {
    display: block;
  }

  .navigation {
    height: 0;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 0.5s;
    transition-timing-function: ease-in-out;
  }

  .logo {
    display: flex;
    justify-content: space-between;
  }

  .hamburger-icon {
    display: flex;
    align-items: center;
  }

  .fa-x {
    display: none;
  }

  header:has(.hamburger-icon input[type="checkbox"]:checked) .navigation {
    margin-top: 1rem;
    height: auto;
    min-height: 100px;
  }

  header:has(.hamburger-icon input[type="checkbox"]:checked) .fa-bars {
    display: none;
  }

  header:has(.hamburger-icon input[type="checkbox"]:checked) .fa-x {
    display: inline-block;
  }
}

/* =============Navigation Bar Style End============ */

/* =============3. Hero / Banner Style Start============ */

.banner {
  position: relative;
  display: grid;
  height: 75vh;
  place-items: center;
  background-image: url('../images/background-img-1.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}

@media (min-width: 1024px) {
  .banner {
    height: 100vh;
  }
}

.banner::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  display: grid;
  height: 75vh;
  place-items: center;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #000000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #1a0123 var(--tw-gradient-to-position);
  opacity: 0.9;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-content: '';
  content: var(--tw-content);
}

.banner:hover::before {
  opacity: 0.9;
}

@media (min-width: 1024px) {
  .banner::before {
    height: 100vh;
  }
}

.banner-info {
  position: relative;
  text-align: center;
}

.banner-info h1 {
  z-index: -50;
  margin-bottom: 0.75rem;
  font-family: Montserrat, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(117 206 79 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.banner-info h1::first-letter {
  background-color: inherit;
  font-size: 4.5rem;
  line-height: 1;
}

@media (min-width: 768px) {
  .banner-info h1 {
    font-size: 3rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  .banner-info h1 {
    font-size: 3.75rem;
    line-height: 1.25;
  }
}

.banner-info h2 {
  z-index: -50;
  margin-bottom: 0.75rem;
  font-family: Merriweather, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 768px) {
  .banner-info h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    line-height: 1.25;
  }
}

@media (min-width: 1024px) {
  .banner-info h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    line-height: 1.25;
  }
}

.banner-info p {
  z-index: -50;
  margin: auto;
  margin-bottom: 2.5rem;
  width: 100%;
  background-color: #0000008e;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Merriweather, serif;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(117 206 79 / var(--tw-text-opacity, 1));
  opacity: 0.6;
}

@media (min-width: 1280px) {
  .banner-info p {
    width: 66.666667%;
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.banner-info p {
  strong {
    --tw-text-opacity: 1;
    color: rgb(244 244 245 / var(--tw-text-opacity, 1));
  }
  strong{
    span {
      font-weight: 800;
    }
    span {
      --tw-text-opacity: 1;
      color: rgb(5 204 71 / var(--tw-text-opacity, 1));
    }
  }
}

.banner-info a {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.5rem;
  border-radius: 9999px;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #f00 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #f00 var(--tw-gradient-to-position);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
  --tw-shadow-color: #42b883;
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.banner-info a:hover {
  border-left-width: 8px;
  border-right-width: 8px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 51 102 / var(--tw-border-opacity, 1));
  border-right-color: rgb(0 51 102 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(29 185 84 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(5 204 71 / var(--tw-text-opacity, 1));
}

/* =============Hero / Banner Style End============ */

/* =============4. About Us Section Style Start============ */

.about-us {
  position: relative;
  height: auto;
  min-height: 500px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 6rem;
  padding-bottom: 6rem;
}

/* .about-style {
@apply flex flex-row-reverse;
} */

.about-title {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: left;
  font-family: Merriweather, serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(9 9 26 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
  text-underline-offset: 2px;
}

.about-title::first-letter {
  font-size: 3.75rem;
  line-height: 1;
  font-weight: 800;
}

@media (min-width: 475px) {
  .about-title {
    font-size: 3rem;
    line-height: 1;
  }
}

.about-left {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  vertical-align: middle;
  img {
    height: 600px;
  }
  img {
    width: 500px;
  }
  img {
    border-radius: 1.5rem;
  }
  img {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  img {
    --tw-shadow-color: #f1f5f9;
    --tw-shadow: var(--tw-shadow-colored);
  }
}

.about-right {
  p {
    padding-bottom: 1.5rem;
  }
  p {
    text-align: left;
  }
  p {
    font-size: 16px;
  }
  p {
    line-height: 1.5;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
  h3 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  h3 {
    font-weight: 700;
  }
  h3 {
    --tw-text-opacity: 1;
    color: rgb(97 31 105 / var(--tw-text-opacity, 1));
  }
  h4 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  h4 {
    font-weight: 700;
  }
  h4 {
    --tw-text-opacity: 1;
    color: rgb(0 51 102 / var(--tw-text-opacity, 1));
  }
}

/* ============= About Us Section Style Start============ */

/* =============4.1 Four Box Section Style Start============ */

.box-area {
  --tw-bg-opacity: 1;
  background-color: rgb(20 29 56 / var(--tw-bg-opacity, 1));
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.box-section-info {
  margin-bottom: 2rem;
  text-align: center;
  h1 {
    margin-bottom: 1rem;
  }
  h1 {
    font-family: Merriweather, serif;
  }
  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  h1 {
    font-weight: 700;
  }
  h1 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  h1::first-letter {
    font-size: 3.75rem;
    line-height: 1;
  }
  @media (min-width: 1024px) {
    h1 {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }
  p {
    margin-left: auto;
    margin-right: auto;
  }
  p {
    margin-bottom: 1rem;
  }
  p {
    width: 100%;
  }
  p {
    text-align: center;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1280px) {
    p {
      width: 66.666667%;
    }
  }
}

.box-2 {
  position: relative;
  display: flex;
  height: auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(80 17 61 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
  --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);
  --tw-shadow-color: #6b7280;
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.box-2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(108 34 86 / var(--tw-bg-opacity, 1));
}

.box-2 {
  img {
    bottom: 1rem;
  }
  img {
    height: 100px;
  }
  img {
    border-radius: 9999px;
  }
  img {
    border-width: 4px;
  }
  img {
    padding: 1rem;
  }
  p {
    margin-bottom: 1.25rem;
  }
  p {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  h5 {
    text-align: right;
  }
  h5 {
    font-weight: 700;
  }
  h5 {
    font-style: italic;
  }
  h5 {
    --tw-text-opacity: 1;
    color: rgb(255 181 57 / var(--tw-text-opacity, 1));
  }
}

.box-2 h1 {
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(114 132 155 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .box-2 h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.box-2 a {
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(5 15 44 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
  --tw-shadow-color: #fb923c;
  --tw-shadow: var(--tw-shadow-colored);
}

.box-2 a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1280px) {
  .box-2 a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.box-2 i {
  position: relative;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/* =============Four Box Section Style End============ */

/* =============4.2 Hot Features Section Style Start============ */

.hot-features-area {
  --tw-bg-opacity: 1;
  background-color: rgb(2 6 23 / var(--tw-bg-opacity, 1));
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hot-area-grid-box {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 640px) {
  .hot-area-grid-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .hot-area-grid-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  @media (min-width: 768px) {
    .hot-area-grid-box {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
}

@media (min-width: 1280px) {
  @media (min-width: 768px) {
    .hot-area-grid-box {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}

.hot-box-2 p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hot-box-section-info {
  margin-bottom: 2rem;
  text-align: center;
  h1 {
    margin-bottom: 1rem;
  }
  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  h1 {
    font-weight: 700;
  }
  h1 {
    --tw-text-opacity: 1;
    color: rgb(245 245 245 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1024px) {
    h1 {
      font-size: 2.25rem;
      line-height: 2.5rem;
    }
  }
  h1 {
    span {
      --tw-text-opacity: 1;
      color: rgb(255 0 0 / var(--tw-text-opacity, 1));
    }
  }
  p {
    margin-left: auto;
    margin-right: auto;
  }
  p {
    margin-bottom: 1rem;
  }
  p {
    width: 100%;
  }
  p {
    text-align: center;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1280px) {
    p {
      width: 66.666667%;
    }
  }
}

.hot-box-2 {
  position: relative;
  height: auto;
  border-left-width: 2px;
  border-right-width: 2px;
  --tw-border-opacity: 1;
  border-left-color: rgb(48 0 60 / var(--tw-border-opacity, 1));
  border-right-color: rgb(48 0 60 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #0e0c18 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 12 24 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #080300 var(--tw-gradient-to-position);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
  --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);
  --tw-shadow-color: #141D38;
  --tw-shadow: var(--tw-shadow-colored);
  transition-property: all;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hot-box-2:hover {
  --tw-border-opacity: 1;
  border-color: rgb(97 31 105 / var(--tw-border-opacity, 1));
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #0e023a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 2 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #0b0199 var(--tw-gradient-to-position);
}

.hot-box-2 h1 {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 475px) {
  .hot-box-2 h1 {
    max-width: 475px;
  }
}

@media (min-width: 640px) {
  .hot-box-2 h1 {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

@media (min-width: 768px) {
  .hot-box-2 h1 {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .hot-box-2 h1 {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}

@media (min-width: 1280px) {
  .hot-box-2 h1 {
    max-width: 1280px;
    padding-right: 5rem;
    padding-left: 5rem;
  }
}

@media (min-width: 1536px) {
  .hot-box-2 h1 {
    max-width: 1536px;
    padding-right: 6rem;
    padding-left: 6rem;
  }
}

@media (min-width: 1600px) {
  .hot-box-2 h1 {
    max-width: 1600px;
  }
}

.hot-box-2 h1 {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .hot-box-2 h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}

.hotbox-2 p {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hot-box-2 img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
  height: 7rem;
  width: 7rem;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(9 9 26 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

.hot-box-2 a {
  bottom: 2.5rem;
  margin-bottom: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(66 32 6 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
  --tw-shadow-color: #fb923c;
  --tw-shadow: var(--tw-shadow-colored);
}

.hot-box-2 a:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

@media (min-width: 1280px) {
  .hot-box-2 a {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

.hot-box-2 i {
  position: relative;
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/* =============Hot Features Section Style End============ */

/* =============5. Why Choose Us Style Start============ */

#why-choose-area {
  height: auto;
  min-height: 500px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.why-choose {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 640px) {
  .why-choose {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1024px) {
  .why-choose {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.why-choose-item {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  text-align: center;
}

.why-choose-icon {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  padding: 1rem;
  img {
    height: 100%;
  }
}

.why-choose-info {
  display: flex;
  flex-direction: column;
  h3 {
    margin-bottom: 1.5rem;
  }
  h3 {
    padding-left: 2rem;
  }
  h3 {
    text-align: start;
  }
  h3 {
    font-family: Merriweather, serif;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  h3 {
    text-transform: capitalize;
  }
  h3 {
    --tw-text-opacity: 1;
    color: rgb(20 29 56 / var(--tw-text-opacity, 1));
  }
  h3::first-letter {
    font-size: 3.75rem;
    line-height: 1;
  }
  h3::first-letter {
    font-weight: 700;
  }
  @media (min-width: 1280px) {
    h3 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  @media (min-width: 1280px) {
    h3 {
      line-height: 1.25;
    }
  }
  p {
    margin-bottom: 1.5rem;
  }
  p {
    text-align: left;
  }
  p {
    font-size: 16px;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 1280px) {
    p {
      font-size: 1.125rem;
      line-height: 1.75rem;
    }
  }
  .choose-item {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .choose-item {
    display: inline-block;
  }
  .choose-item {
    text-align: center;
  }
  .choose-item {
    img {
      margin-left: auto;
      margin-right: auto;
    }
    img {
      margin-bottom: 0.5rem;
    }
    img {
      height: 115px;
    }
    img {
      border-radius: 1rem;
    }
    img {
      transition-property: all;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
    }
    img {
      transition-duration: 500ms;
    }
    img {
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }
    @media (min-width: 1280px) {
      img {
        height: 120px;
      }
    }
    p.why-choose-text {
      font-size: 0.875rem;
      line-height: 1.25rem;
    }
    p.why-choose-text {
      font-weight: 700;
    }
    p.why-choose-text {
      --tw-text-opacity: 1;
      color: rgb(0 0 0 / var(--tw-text-opacity, 1));
    }
    @media (min-width: 1280px) {
      p.why-choose-text {
        font-size: 1.125rem;
        line-height: 1.75rem;
      }
    }
  }
}

/* =============Why Choose Us Style End============ */

/* =============6. Games Area Style Start============ */

#game-play {
  height: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(1 5 30 / var(--tw-bg-opacity, 1));
}

.game-info-style {
  width: 100%;
}

/* .game-item {
  @apply p-4 text-center shadow-lg shadow-m2-white bg-gradient-to-r from-[#030737] to-[#030737];
} */

.game-item {
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(102 42 8 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
  text-align: center;
}

.bg-game-img {
  position: relative;
  height: 300px;
  overflow: hidden;
  --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);
}

.bg-game-img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.game-info {
  position: absolute;
  inset: 0;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #662a08 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(102 42 8 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #351402 var(--tw-gradient-to-position);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  vertical-align: bottom;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

.game-info:hover {
  opacity: 0.95;
}

.game-info {
  h3.game-title {
    margin-bottom: 7px;
  }
  h3.game-title {
    display: inline-block;
  }
  h3.game-title {
    width: 100%;
  }
  h3.game-title {
    padding-left: 0;
    padding-right: 0;
  }
  h3.game-title {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  h3.game-title {
    text-align: center;
  }
  h3.game-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  h3.game-title {
    font-weight: 600;
  }
  h3.game-title {
    text-transform: capitalize;
  }
  h3.game-title {
    letter-spacing: 1px;
  }
  h3.game-title {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.game-info-bottom {
  display: none;
  /* @apply flex flex-col items-center justify-center invisible px-1 py-4 align-bottom transition-opacity duration-500 bg-gradient-to-l from-[#0e167e] to-[#232542] hover:opacity-90;
  h3.game-title {
    @apply mb-[7px] inline-block w-full px-0 py-2 text-center text-sm font-semibold capitalize tracking-[1px] text-white;
  } */
}

.game-info p {
  display: block;
  text-align: justify;
}

.section-title {
  grid-column-start: 1;
  grid-column-end: 7;
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}

.single-game .section-title {
  padding: 0;
}

.single-game .section-title h1,
#contents .section-title h1 {
  padding: 0.25rem;
  text-align: center;
}

.games {
  padding: 0.25rem;
  text-align: center;
}

@media (min-width: 640px) {
  .games {
    height: 600px;
  }
}

@media (min-width: 768px) {
  .games {
    height: 96px;
  }
}

.games_row_2 {
  grid-row: span 1 / span 1;
}

@media (min-width: 768px) {
  .games_row_2 {
    grid-row: span 2 / span 2;
    height: 480px;
  }
}

.game-bottom-3box {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

@media (min-width: 640px) {
  .game-bottom-3box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .game-bottom-3box {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.games img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.section-title {
  h1 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  h1 {
    font-family: Merriweather, serif;
  }
  h1 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  h1 {
    font-weight: 800;
  }
  h1 {
    --tw-text-opacity: 1;
    color: rgb(226 232 250 / var(--tw-text-opacity, 1));
  }
  h1::first-letter {
    font-size: 3.75rem;
    line-height: 1;
  }
  @media (min-width: 1024px) {
    h1 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  p {
    margin-left: auto;
    margin-right: auto;
  }
  p {
    width: 66.666667%;
  }
  p {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}

.new-game-img {
  position: relative;
  height: 450px;
}

.new-game-img img {
  position: absolute;
  left: 0;
  width: 20%;
}

.new-game-block {
  display: block;
}

@media (min-width: 768px) {
  .new-game-block {
    display: none;
  }
}

@media (min-width: 1024px) {
  .new-game-block {
    display: block;
  }
}

.game-play-box {
  margin-bottom: 1rem;
}

p.release-date {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1024px) {
  p.release-date {
    padding-top: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

a.play-btn {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(102 42 8 / var(--tw-bg-opacity, 1));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  --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);
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

a.play-btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.game-play-box {
  height: 100vh;
  width: 100%;
}

.game-img::before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  --tw-content: '';
  content: var(--tw-content);
}

.more {
  border-radius: 5px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 21px;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

button.toggle-btn i {
  font-size: 35px;
}

.border-t {
  border-radius: 30px 30px 0px 0px;
  border-top-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-top-color: rgb(228 171 12 / var(--tw-border-opacity, 1));
}

.border-b {
  border-radius: 0px 0px 30px 30px;
  border-bottom-width: 3px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
  --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);
  --tw-shadow-color: #fc6d26;
  --tw-shadow: var(--tw-shadow-colored);
}

.game-info-style img {
  height: 100%;
  width: 100%;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

p.release-date {
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 1rem;
  font-weight: 500;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 133 3 / var(--tw-text-opacity, 1));
  font-family: system-ui;
}

h4.game-title {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  --tw-text-opacity: 1;
  color: rgb(255 196 31 / var(--tw-text-opacity, 1));
  font-family: fantasy;
}

/* =============Games Area Style End============ */

/* =============7. Responsible Play Style Start============ */

/* =============Responsible Play Style End============ */

/* =============8. Footer Style Start============ */

.footer {
  grid-column: span 1 / span 1;
  grid-column-start: 1;
}

.footer-menu hr {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  width: 50%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(254 240 138 / var(--tw-border-opacity, 1));
}

.footer-section {
  display: flex;
  height: auto;
  min-height: 500px;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
  --tw-gradient-from: #131212 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(19 18 18 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: rgb(31 11 1 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #1f0b01 var(--tw-gradient-via-position), var(--tw-gradient-to);
  --tw-gradient-to: #131212 var(--tw-gradient-to-position);
  vertical-align: middle;
  img {
    height: 2.5rem;
  }
  @media (min-width: 768px) {
    img {
      height: 5rem;
    }
  }
  ul {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.f-disclaimer {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  h2 {
    margin-bottom: 1rem;
  }
  h2 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  h2 {
    font-weight: 700;
  }
  h2 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  h2 {
    text-decoration-line: underline;
  }
  h2 {
    text-underline-offset: 4px;
  }
}

.footer-section ul li {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  a {
    --tw-text-opacity: 1;
    color: rgb(22 163 74 / var(--tw-text-opacity, 1));
  }
  a:hover {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity, 1));
  }
}

.footer-section img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 15px;
}

.disclaimer {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: justify;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 768px) {
  .disclaimer {
    text-align: center;
  }
}

.gamble-18plus {
  a {
    margin: 0.5rem;
  }
  a {
    display: inline-block;
  }
  a {
    font-weight: 700;
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  a {
    text-decoration-line: underline;
  }
  a {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
  a {
    --webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  a:hover {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }
  a:hover {
    --tw-translate-y: -0.5rem;
    --webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective));
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective));
  }
  img {
    height: 2.5rem;
  }
}

.desc-style {
  h2 {
    padding-bottom: 4rem;
  }
  h2 {
    text-align: center;
  }
  h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  h2 {
    font-weight: 700;
  }
  h2 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
  @media (min-width: 475px) {
    h2 {
      font-size: 3rem;
      line-height: 1;
    }
  }
  p {
    padding-bottom: 1.5rem;
  }
  p {
    text-align: center;
  }
  p {
    line-height: 1.5;
  }
  a {
    font-weight: 700;
  }
  a {
    --tw-text-opacity: 1;
    color: rgb(253 92 99 / var(--tw-text-opacity, 1));
  }
  a {
    text-decoration-line: underline;
  }
  a:hover {
    --tw-text-opacity: 1;
    color: rgb(185 28 28 / var(--tw-text-opacity, 1));
  }
}

.copyright {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  strong {
    --tw-text-opacity: 1;
    color: rgb(254 240 138 / var(--tw-text-opacity, 1));
  }
}

.desc-style img {
  height: 55px;
}

/* =============Footer Style End============ */

.first-letter\:bg-inherit::first-letter {
  background-color: inherit;
}

.first-letter\:text-6xl::first-letter {
  font-size: 3.75rem;
  line-height: 1;
}

.first-letter\:text-7xl::first-letter {
  font-size: 4.5rem;
  line-height: 1;
}

.first-letter\:font-bold::first-letter {
  font-weight: 700;
}

.first-letter\:font-extrabold::first-letter {
  font-weight: 800;
}

.hover\:border-x-8:hover {
  border-left-width: 8px;
  border-right-width: 8px;
}

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

.hover\:border-brand-slack:hover {
  --tw-border-opacity: 1;
  border-color: rgb(97 31 105 / var(--tw-border-opacity, 1));
}

.hover\:border-indigo-950:hover {
  --tw-border-opacity: 1;
  border-color: rgb(30 27 75 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#5e0183\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(94 1 131 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#6c2256\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(108 34 86 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-atlassian:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 51 102 / var(--tw-bg-opacity, 1));
}

.hover\:bg-brand-spotify:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 185 84 / var(--tw-bg-opacity, 1));
}

.hover\:bg-indigo-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gradient-to-l:hover {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.hover\:from-\[\#0e023a\]:hover {
  --tw-gradient-from: #0e023a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 2 58 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:from-brand-ubuntu:hover {
  --tw-gradient-from: #dd4814 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(221 72 20 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

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

.hover\:to-brand-pinterest:hover {
  --tw-gradient-to: #e60023 var(--tw-gradient-to-position);
}

.hover\:text-brand-dailymotion:hover {
  --tw-text-opacity: 1;
  color: rgb(0 170 255 / var(--tw-text-opacity, 1));
}

.hover\:text-brand-deviantart:hover {
  --tw-text-opacity: 1;
  color: rgb(5 204 71 / var(--tw-text-opacity, 1));
}

.hover\:text-indigo-300:hover {
  --tw-text-opacity: 1;
  color: rgb(165 180 252 / var(--tw-text-opacity, 1));
}

.hover\:text-m3-info:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 255 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:scale-\[1\.03\]:hover {
  --tw-scale-x: 1.03;
  --tw-scale-y: 1.03;
  --webkit-transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective));
  transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), var(--tw-translate-z)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) perspective(var(--tw-perspective));
}

@media (min-width: 475px) {
  .xs\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

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

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-600 {
    height: 600px;
  }

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

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

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

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

@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:row-span-2 {
    grid-row: span 2 / span 2;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-16 {
    height: 4rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:scrollbar-default {
    -ms-overflow-style: auto;
    scrollbar-width: auto;
  }

  .md\:scrollbar-default::-webkit-scrollbar {
    display: block;
  }
}

@media (min-width: 1024px) {
  @media (min-width: 768px) {
    .lg\:md\:grid-cols-2 {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  .lg\:block {
    display: block;
  }

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

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

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

  .lg\:pt-0 {
    padding-top: 0;
  }

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

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

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

@media (min-width: 1280px) {
  .xl\:visible {
    visibility: visible;
  }

  .xl\:flex {
    display: flex;
  }

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

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

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

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

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

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

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