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

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

/*
! tailwindcss v3.4.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: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

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

body {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
}

html {
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
  font-family: 'Inter 18pt', sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

ul {
  list-style: none;
}

a {
  display: inline;
  text-decoration: none;
  transition: .5s;
}

a:hover {
  text-decoration: none;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px !important;
}

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

@media (min-width: 300px) and (max-width: 576px) {
  .container {
    max-width: 100% !important;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  transition: .3s;
  border-radius: 50px;
  background-color: rgba(10, 10, 10, 0.25);
  margin: 0 !important;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  width: 32px;
  background-color: #1D4ED8;
}

.hero-marquee, .footer-marquee {
  color: #ffffff;
}

.marquee-list span {
  width: -moz-max-content;
  width: max-content;
}

.cta-marquee2 .marquee-list span {
  width: auto;
}

.cta-marquee2 .marquee-list span:nth-child(2) {
  width: 24px;
  height: 24px;
  @media(min-width: 769px) {
    width: 32px;

    height: 32px;
  }
}

.about-marquee ul, .services-marquee ul {
  gap: 16px;
}

.about-marquee li:hover span, .services-marquee li:hover span {
  color: black;
  -webkit-text-stroke: 1px rgba(10, 10, 10, 0.5);
  text-stroke: 1px rgba(10, 10, 10, 0.5);
}

.about-marquee li span, .services-marquee li span {
  font-size: 128px;
  line-height: 100%;
  color: transparent;
  letter-spacing: -0.03em;
  transition-duration: 0.5s;
  -webkit-text-stroke: 1px rgba(10, 10, 10, 0.25);
  text-stroke: 1px rgba(10, 10, 10, 0.25);
}

.about-marquee li:hover svg, .services-marquee li:hover svg {
  color: black;
}

.about-marquee svg, .services-marquee svg {
  color: rgba(10, 10, 10, 0.25);
  transition-duration: 0.5s;
}

.project-card .project-card-content {
  width: calc(100% - 32px);
}

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.\!top-auto {
  top: auto !important;
}

.-left-full {
  left: -100%;
}

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

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

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

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

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

.left-0 {
  left: 0px;
}

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

.left-4 {
  left: 1rem;
}

.left-8 {
  left: 2rem;
}

.top-0 {
  top: 0px;
}

.top-6 {
  top: 1.5rem;
}

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

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

.top-\[400px\] {
  top: 400px;
}

.top-\[74px\] {
  top: 74px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.\!hidden {
  display: none !important;
}

.hidden {
  display: none;
}

.aspect-\[5\/3\] {
  aspect-ratio: 5/3;
}

.aspect-\[6\/4\] {
  aspect-ratio: 6/4;
}

.aspect-\[7\/4\] {
  aspect-ratio: 7/4;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

.h-1 {
  height: 0.25rem;
}

.h-1\.5 {
  height: 0.375rem;
}

.h-14 {
  height: 3.5rem;
}

.h-4 {
  height: 1rem;
}

.h-8 {
  height: 2rem;
}

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-dvh {
  max-height: 100dvh;
}

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

.w-1\.5 {
  width: 0.375rem;
}

.w-1\/4 {
  width: 25%;
}

.w-14 {
  width: 3.5rem;
}

.w-4\/5 {
  width: 80%;
}

.w-96 {
  width: 24rem;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.rounded-12 {
  border-radius: 12px;
}

.rounded-16 {
  border-radius: 16px;
}

.rounded-24 {
  border-radius: 24px;
}

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

.rounded-50 {
  border-radius: 50px;
}

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

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

.border {
  border-width: 1px;
}

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

.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

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

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

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

.bg-black\/10 {
  background-color: rgb(10 10 10 / 0.1);
}

.bg-black\/5 {
  background-color: rgb(10 10 10 / 0.05);
}

.bg-black5 {
  background-color: rgba(10, 10, 10, 5%);
}

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

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

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / 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-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

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

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

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

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

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

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

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

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

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

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

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

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

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

.leading-\[110\%\] {
  line-height: 110%;
}

.tracking-\[-0\.01em\] {
  letter-spacing: -0.01em;
}

.\!text-black\/75 {
  color: rgb(10 10 10 / 0.75) !important;
}

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

.text-black\/15 {
  color: rgb(10 10 10 / 0.15);
}

.text-black\/50 {
  color: rgb(10 10 10 / 0.5);
}

.text-black\/75 {
  color: rgb(10 10 10 / 0.75);
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

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

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

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.opacity-0 {
  opacity: 0;
}

.opacity-75 {
  opacity: 0.75;
}

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

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

.backdrop-blur-\[25px\] {
  --tw-backdrop-blur: blur(25px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-\[50px\] {
  --tw-backdrop-blur: blur(50px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  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);
}

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

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

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

.heading-h1 {
  font-weight: bold;
  line-height: 100%;
  letter-spacing: -0.03em;
  font-size: 44px;
}

/**
 * ============================================================================
 * HEADING ANIMATIONS - CHARACTER WRAPPING
 * Purpose: Styles for character-by-character text animations
 * Used by: animation.js wrapCharacters() and animateText()
 * ============================================================================
 */

/**
 * Heading 1 animation setup
 * Purpose: Ensures word and character spans display correctly
 */

[data-animate="heading1"] span.word,
[data-animate="heading1"] span.char {
  display: inline-block;
  font-weight: bold;
}

.heading-h2 {
  font-weight: bold;
  line-height: 100%;
  letter-spacing: -0.03em;
  font-size: 32px;
}

.heading-h3 {
  font-weight: bold;
  line-height: 115%;
  letter-spacing: -0.02em;
  font-size: 32px;
}

/**
 * Color change animation text
 * Purpose: Ensures characters are visible and properly styled
 */

[data-animate="color-change"] span {
  font-weight: bold;
  line-height: 100%;
  overflow: visible;
  letter-spacing: -0.03em;
  opacity: 1 !important;
}

.heading-h1 sub,
.heading-h3 sub {
  font-size: 50%;
  opacity: 25%;
  text-transform: lowercase;
  top: auto !important;
  bottom: 0.4em;
  font-weight: bold;
}

.heading-h1 sup,
.heading-h3 sup {
  font-size: 60%;
  opacity: 25%;
  text-transform: lowercase;
  top: -0.8em;
  font-weight: bold;
}

.heading-h1 sup {
  top: -0.2em;
  text-transform: uppercase;
}

.heading-h4 {
  font-weight: bold;
  line-height: 125%;
  letter-spacing: -0.02em;
  font-size: 24px;
}

.heading-h5 {
  font-weight: bold;
  line-height: 130%;
  letter-spacing: -0.01em;
  font-size: 20px;
}

.heading-h6 {
  font-weight: bold;
  line-height: 135%;
  letter-spacing: -0.01em;
  font-size: 20px;
}

p {
  line-height: 150%;
  font-size: 14px;
}

.extra-small {
  line-height: 150%;
  font-size: 12px;
}

.small {
  line-height: 150%;
  font-size: 14px;
}

.base {
  line-height: 150%;
  font-size: 16px;
}

.large {
  line-height: 150%;
  font-size: 16px;
}

.extra-large {
  line-height: 150%;
  font-size: 16px;
}

@media (min-width: 576px) {
  .heading-h1 {
    font-size: 56px;
  }

  .heading-h2 {
    font-size: 40px;
  }

  .large {
    font-size: 18px;
  }

  .extra-large {
    font-size: 20px;
  }

  .heading-h5 {
    font-size: 24px;
  }
}

@media (min-width: 769px) {
  .heading-h1 {
    font-size: 72px;
  }

  .heading-h2 {
    font-size: 48px;
  }

  .heading-h3 {
    font-size: 40px;
  }

  .heading-h5 {
    font-size: 32px;
  }
}

@media (min-width: 993px) {
  .heading-h1 {
    font-size: 100px;
  }

  .heading-h2 {
    font-size: 48px;
  }

  .heading-h3 {
    font-size: 40px;
  }

  .heading-h4 {
    font-size: 48px;
  }

  .heading-h5 {
    font-size: 32px;
  }

  .heading-h6 {
    font-size: 24px;
  }
}

@media (min-width: 1280px) {
  .heading-h1 {
    font-size: 100px;
  }

  .heading-h2 {
    font-size: 96px;
  }

  .heading-h3 {
    font-size: 64px;
  }
}

@media (min-width: 1536px) {
  .heading-h1 {
    font-size: 128px;
  }
}

.theme-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  line-height: 130%;
  font-weight: bold;
  background-color: #1d4ed8;
  color: #ffffff;
  overflow: hidden;
  border-radius: 50px;
  transition: 0.4s;
}

.theme-btn:hover {
  box-shadow: 0px 8px 50px rgba(29, 78, 216, 0.5);
}

.theme-btn-outline {
  background-color: transparent;
  border: 1px solid #1d4ed8;
  color: #1d4ed8;
}

.theme-btn-outline:hover {
  color: #ffffff;
  border: 1px solid #0a0a0a;
}

.btn-small {
  font-size: 14px;
  padding: 12px 16px;
}

.btn-large {
  font-size: 20px;
  padding: 17px 32px;
}

.tag-black {
  display: flex;
  background: transparent;
  border: 1px solid #0a0a0a;
  padding: 5.5px 12px 4.5px 12px;
  border-radius: 50px;
  transition: all 0.5s ease;
  cursor: pointer;
}

.tag-black p {
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  text-transform: uppercase;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tag-black:hover {
  background-color: #0a0a0a;
}

.tag-black:hover p {
  color: #ffffff;
}

.tag-white {
  display: flex;
  background: transparent;
  border: 1px solid #ffffff;
  padding: 5.5px 12px 4.5px 12px;
  border-radius: 50px;
  transition: all 0.5s ease;
  cursor: pointer;
}

.tag-white p {
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  transition: all 0.5s ease;
}

.tag-white:hover {
  background-color: #ffffff;
}

.tag-white:hover p {
  color: #0a0a0a;
}

.mobile-overlay details[open] summary {
  color: #1d4ed8;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #18181b;
}

::-webkit-scrollbar-thumb {
  background: #3f3f46;
  border-radius: 8px;
}

.mobile-overlay {
  max-height: calc(100svh - 142px);
}

.footer-menu:hover .menu-item:not(:hover) {
  opacity: 0.5;
}

.review-progress {
  width: 0%;
  animation: progressBar 8s linear forwards;
}

.loader-container .percentage-text {
  transition: left 0.2s linear;
}

.loader-container .progress-bar {
  transition: width 0.2s linear;
}

@keyframes progressBar {
  from {
    width: 0%;
  }

  to {
    width: 100%;
  }
}

/**
 * ============================================================================
 * HEADER ANIMATIONS
 * Purpose: Header visibility and theme transitions
 * ============================================================================
 */

/**
 * Header loading state
 * Purpose: Hide header during initial page load
 */

header.loading {
  opacity: 0;
}

/**
 * Header loaded state
 * Purpose: Fade in header after page loads
 */

header.loaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/**
 * Header hide on scroll
 * Purpose: Moves header up off-screen when scrolling down
 * Exception: Doesn't hide when .active (menu open)
 */

header.header-hide:not(.active) {
  transform: translateY(-200%);
}

/**
 * Logo visibility toggle based on menu state
 * Purpose: Shows different logos for normal vs. menu-open states
 */

/* When menu is open (.active): Show overlay logo, hide simple logo */

header.active .simple-logo {
  display: none !important;
}

header.active .overlay-logo {
  display: flex !important;
}

/* When menu is closed: Show simple logo, hide overlay logo */

header:not(.active) .overlay-logo {
  display: none !important;
}

header:not(.active) .simple-logo {
  display: flex !important;
}

/**
 * ============================================================================
 * REVIEW SECTION ACTIVE STATE
 * Purpose: Changes review section styling when it enters viewport
 * Triggered by: review-section-animation.js ScrollTrigger
 * ============================================================================
 */

/**
 * Active section heading color
 * Purpose: White text for dark background
 */

.review1-main.active-section h2 {
  color: white;
}

.review1-main.active-section .slide-inr {
  background-color: rgba(255, 255, 255, 0.1);
}

.review1-main.active-section .slide-inr .review-progress {
  background-color: rgba(255, 255, 255, 0.1);
}

.review1-main.active-section .slide-inr h3,
.review1-main.active-section .slide-inr p {
  color: white;
}

.review1-main.active-section .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.25);
}

.review1-main.active-section
  .swiper-pagination
  .swiper-pagination-bullet-active {
  background-color: #1d4ed8;
}

.overlay-active {
  background-color: #2f2f2f !important;
}

.placeholder\:text-white\/50::-moz-placeholder {
  color: rgb(255 255 255 / 0.5);
}

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

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:left-0::after {
  content: var(--tw-content);
  left: 0px;
}

.after\:top-0::after {
  content: var(--tw-content);
  top: 0px;
}

.after\:z-\[2\]::after {
  content: var(--tw-content);
  z-index: 2;
}

.after\:h-\[300px\]::after {
  content: var(--tw-content);
  height: 300px;
}

.after\:w-\[300px\]::after {
  content: var(--tw-content);
  width: 300px;
}

.after\:rounded-full::after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-primary::after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.after\:blur-\[120px\]::after {
  content: var(--tw-content);
  --tw-blur: blur(120px);
  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);
}

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

.hover\:\!bg-black\/10:hover {
  background-color: rgb(10 10 10 / 0.1) !important;
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-75:hover {
  opacity: 0.75;
}

.focus\:bg-white\/25:focus {
  background-color: rgb(255 255 255 / 0.25);
}

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

.group:hover .group-hover\:visible {
  visibility: visible;
}

.group:hover .group-hover\:left-0 {
  left: 0px;
}

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

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

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

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

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

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

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

@media (min-width: 390px) {
  .xs\:bottom-\[150px\] {
    bottom: 150px;
  }
}

@media (min-width: 450px) {
  .\32xs\:bottom-\[168px\] {
    bottom: 168px;
  }

  .\32xs\:bottom-\[246px\] {
    bottom: 246px;
  }
}

@media (min-width: 576px) {
  .sm\:bottom-6 {
    bottom: 1.5rem;
  }

  .sm\:bottom-\[136px\] {
    bottom: 136px;
  }

  .sm\:bottom-\[410px\] {
    bottom: 410px;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:top-\[-90px\] {
    top: -90px;
  }

  .sm\:top-\[410px\] {
    top: 410px;
  }

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

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

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:aspect-auto {
    aspect-ratio: auto;
  }

  .sm\:h-auto {
    height: auto;
  }

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

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

  .sm\:w-\[37\.5\%\] {
    width: 37.5%;
  }

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

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

  .sm\:w-\[62\.5\%\] {
    width: 62.5%;
  }

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

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

  .sm\:gap-10 {
    gap: 2.5rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

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

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

  .sm\:pb-20 {
    padding-bottom: 5rem;
  }

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

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

@media (min-width: 769px) {
  .md\:bottom-\[123px\] {
    bottom: 123px;
  }

  .md\:bottom-\[440px\] {
    bottom: 440px;
  }

  .md\:top-4 {
    top: 1rem;
  }

  .md\:top-\[144px\] {
    top: 144px;
  }

  .md\:top-\[442px\] {
    top: 442px;
  }

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

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

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

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

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

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

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:size-8 {
    width: 2rem;
    height: 2rem;
  }

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

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

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

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

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

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

  .md\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

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

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

  .md\:gap-0 {
    gap: 0px;
  }

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-y-20 {
    row-gap: 5rem;
  }

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

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

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

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

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

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

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

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

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

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

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

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

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

  .md\:leading-8 {
    line-height: 2rem;
  }

  .after\:md\:h-\[512px\]::after {
    content: var(--tw-content);
    height: 512px;
  }

  .after\:md\:w-\[512px\]::after {
    content: var(--tw-content);
    width: 512px;
  }

  .after\:md\:blur-\[200px\]::after {
    content: var(--tw-content);
    --tw-blur: blur(200px);
    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);
  }

  .group:hover .md\:group-hover\:text-primary {
    --tw-text-opacity: 1;
    color: rgb(29 78 216 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 993px) {
  .lg\:invisible {
    visibility: hidden;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:-bottom-full {
    bottom: -100%;
  }

  .lg\:bottom-\[154px\] {
    bottom: 154px;
  }

  .lg\:bottom-\[345px\] {
    bottom: 345px;
  }

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

  .lg\:top-auto {
    top: auto;
  }

  .lg\:top-full {
    top: 100%;
  }

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

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

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

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

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

  .lg\:h-screen {
    height: 100vh;
  }

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

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

  .lg\:w-1\/4 {
    width: 25%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(10 10 10 / var(--tw-bg-opacity, 1));
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

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

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

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

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

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

  .lg\:text-white\/75 {
    color: rgb(255 255 255 / 0.75);
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .group:hover .lg\:group-hover\:visible {
    visibility: visible;
  }

  .group:hover .lg\:group-hover\:bottom-0 {
    bottom: 0px;
  }

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

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

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

  .xl\:bottom-\[408px\] {
    bottom: 408px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:bottom-\[374px\] {
    bottom: 374px;
  }

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