
@font-face {
  font-family: pitch-sans-semibold;
  src: url(pitch-sans-semibold.otf);
}
.sticky_header{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.bold-pretext{
  font-weight: 600;
}

.spacer{
  margin-top: 20vh!important;
}


@media (max-width: 640px) {
  .spacer{
    margin-top: 15vh!important;
  }
}
.maze-section{
  position: relative!important;
  width: 100%;
}
#mazeCanvas {
  position: absolute;
  opacity: 0.1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.abovemaze{
z-index: 10;
}



#videoPopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.9);
  padding: 10px;
  z-index: 1000;
}

#videoPopup video {
  display: block;
  width: 100%;
  max-width: 600px;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
#special {
  color:#314898!important;
  text-shadow: 0 0 10px #314898, 0 0 20px rgba(255, 255, 255, 0.2), 0 0 30px rgba(255, 255, 255, 0.2), 0 0 40px rgba(255, 255, 255, 0.2), 0 0 50px rgba(255, 255, 255, 0.2), 0 0 60px rgba(255, 255, 255, 0.2), 0 0 70px rgba(255, 255, 255, 0.2);
  font-weight: bold;
  position: relative;
  z-index: 10;
}
.particle {
  z-index: 9999999999999;
  position: fixed;
  background-color: transparent;
  opacity: 0.8;
  pointer-events: none;
  animation: particle-animation 4s linear forwards;
}
@keyframes particle-animation {
  from {
    opacity: 0.8;
    transform: translateY(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateY(-80px) translateX(var(--x-random)) scale(0.5);
  }
}
.animation {

  width: 100%;
  height: 520px;

 margin-right: 10vw;

}

*{
scroll-behavior: smooth;
}
.animation {

  width: 100%;
  height: 520px;

 margin-right: 10vw;

}

*{
scroll-behavior: smooth;
}
/*
! tailwindcss v3.1.4 | 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: #e2e8f0; /* 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.
*/

html {
line-height: 1.5; /* 1 */
-webkit-text-size-adjust: 100%; /* 2 */
-moz-tab-size: 4; /* 3 */
-o-tab-size: 4;
   tab-size: 4; /* 3 */
font-family:  pitch-sans-semibold; /* 4 */
}

/*
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.
*/
.referral{
display: none!important;
}
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;
}


#Layer_2{
  width: 75%;
}
/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
font-family:  'pitch-sans-semibold', ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
font-size: 1em; /* 2 */
}

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

small {
font-size: 80%;
}

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

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

sub {
bottom: -0.25em;
}

sup {
top: -0.5em;
}

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

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

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

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

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

button,
select {
text-transform: none;
}

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

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

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

:-moz-focusring {
outline: auto;
}

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

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

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

progress {
vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
display: list-item;
}

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

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

fieldset {
margin: 0;
padding: 0;
}

legend {
padding: 0;
}

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

/*
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: #94a3b8; /* 2 */
}

input::placeholder,
textarea::placeholder {
opacity: 1; /* 1 */
color: #94a3b8; /* 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;
}
body{
  font-family: "Poppins";
}
blockquote{
 font-style: italic;
}
*, ::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-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:  ;
}

::-webkit-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-ordinal:  ;
--tw-slashed-zero:  ;
--tw-numeric-figure:  ;
--tw-numeric-spacing:  ;
--tw-numeric-fraction:  ;
--tw-ring-inset:  ;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-color: rgb(59 130 246 / 0.5);
--tw-ring-offset-shadow: 0 0 #0000;
--tw-ring-shadow: 0 0 #0000;
--tw-shadow: 0 0 #0000;
--tw-shadow-colored: 0 0 #0000;
--tw-blur:  ;
--tw-brightness:  ;
--tw-contrast:  ;
--tw-grayscale:  ;
--tw-hue-rotate:  ;
--tw-invert:  ;
--tw-saturate:  ;
--tw-sepia:  ;
--tw-drop-shadow:  ;
--tw-backdrop-blur:  ;
--tw-backdrop-brightness:  ;
--tw-backdrop-contrast:  ;
--tw-backdrop-grayscale:  ;
--tw-backdrop-hue-rotate:  ;
--tw-backdrop-invert:  ;
--tw-backdrop-opacity:  ;
--tw-backdrop-saturate:  ;
--tw-backdrop-sepia:  ;
}

::backdrop {
--tw-border-spacing-x: 0;
--tw-border-spacing-y: 0;
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-rotate: 0;
--tw-skew-x: 0;
--tw-skew-y: 0;
--tw-scale-x: 1;
--tw-scale-y: 1;
--tw-pan-x:  ;
--tw-pan-y:  ;
--tw-pinch-zoom:  ;
--tw-scroll-snap-strictness: proximity;
--tw-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:  ;
}
.hero-a,
.hero-b,
.hero-c,
.hero-d,
.hero-e,
.hero-f,
.hero-g,
.hero-h,
.hero-i,
.hero-j,
.hero-k,
.hero-l,
.hero-m,
.hero-n,
.hero-o,
.hero-p {
position: relative;
padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.hero-a > *,
.hero-b > *,
.hero-c > *,
.hero-d > *,
.hero-e > *,
.hero-f > *,
.hero-g > *,
.hero-h > *,
.hero-i > *,
.hero-j > *,
.hero-k > *,
.hero-l > *,
.hero-m > *,
.hero-n > *,
.hero-o > *,
.hero-p > * {
position: absolute;
height: 100%;
width: 100%;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.hero-p {
--tw-aspect-w: 16;
}
.hero-q {
--tw-aspect-h: 9;
}
.hero-r {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.hero-s {
position: absolute;
}
.hero-t {
position: relative;
}
.hero-u {
top: 0px;
right: 0px;
bottom: 0px;
left: 0px;
}
.hero-v {
top: 0px;
bottom: 0px;
}
.hero-w {
bottom: 0px;
}
.hero-x {
left: 0px;
}
.hero-y {
left: 50%;
}
.hero-z {
top: 0px;
}
.hero-ab {
right: 0px;
}
.hero-bb {
top: auto;
}
.hero-cb {
z-index: 0;
}
.hero-db {
z-index: 10;
}
.hero-eb {
z-index: 30;
}
.hero-fb {
grid-column: span 2 / span 2;
}
.hero-gb {
margin-left: auto;
margin-right: auto;
}
.hero-hb {
margin-top: -2.5rem;
margin-bottom: -2.5rem;
}
.hero-ib {
margin-top: 1.25rem;
margin-bottom: 1.25rem;
}
.hero-jb {
margin-top: -3rem;
margin-bottom: -3rem;
}
.hero-kb {
margin-top: -2rem;
margin-bottom: -2rem;
}
.hero-lb {
margin-top: 1rem;
}
.hero-mb {
margin-top: 2rem;
}
.hero-nb {
margin-right: 0.75rem;
}
.hero-ob {
margin-bottom: -18rem;
}
.hero-pb {
margin-top: 3rem;
}
.hero-qb {
margin-top: 0.75rem;
}
.hero-rb {
margin-left: -1rem;
}
.hero-sb {
margin-top: 2.5rem;
}
.hero-tb {
margin-bottom: -6rem;
}
.hero-ub {
margin-top: 0.5rem;
}
.hero-vb {
margin-bottom: -12rem;
}
.hero-wb {
margin-left: 0.625rem;
}
.hero-xb {
margin-left: 0.5rem;
}
.hero-yb {
margin-right: 0.625rem;
}
.hero-zb {
margin-right: 0.5rem;
}
.hero-ac {
margin-left: 0.25rem;
}
.hero-bc {
margin-top: 0.5rem;
}
.hero-cc {
margin-left: 1rem;
}
.hero-dc {
margin-bottom: -3rem;
}
.hero-ec {
margin-top: 1.25rem;
}
.hero-fc {
margin-left: -6rem;
}
.hero-gc {
margin-top: -7rem;
}
.hero-hc {
margin-bottom: -8rem;
}
.hero-ic {
margin-right: -1.5rem;
}
.hero-jc {
margin-right: -6rem;
}
.hero-kc {
margin-bottom: -1.5rem;
}
.hero-lc {
margin-left: -1.5rem;
}
.hero-mc {
margin-top: 4rem;
}
.hero-nc {
margin-left: 1.5rem;
}
.hero-oc {
margin-right: -2.5rem;
}
.hero-pc {
margin-top: 0.25rem;
}
.hero-qc {
margin-bottom: -4rem;
}
.hero-rc {
margin-left: -0.25rem;
}
.hero-sc {
margin-left: 1.25rem;
}
.hero-tc {
margin-left: 2rem;
}
.hero-uc {
margin-left: 0.75rem;
}
.hero-vc {
margin-bottom: -2rem;
}
.hero-wc {
margin-left: auto;
}
.hero-xc {
margin-right: -10rem;
}
.hero-yc {
margin-top: 5rem;
}
.hero-zc {
margin-top: -1rem;
}
.hero-bd {
margin-bottom: 3rem;
}
.hero-cd {
margin-left: -0.5rem;
}
.hero-dd {
display: block;
}
.hero-ed {
display: inline-block;
}
.hero-fd {
/* display: flex;*/ 
margin:  auto 0;
}

.hero-fd .hero-mg {
margin:  auto!important;
}
.hero-gd {
display: inline-flex;
}
.hero-hd {
display: flow-root;
}
.hero-id {
display: flex;
}
.hero-jd {
display: inline-grid;
}
.hero-kd {
display: none;
}
.hero-ld {
height: 1.5rem;
}
.hero-md {
height: 100%;
}
.hero-nd {
height: 4rem;
}
.hero-od {
height: 1.25rem;
}
.hero-pd {
height: 11rem;
}
.hero-qd {
height: 1.75rem;
}
.hero-rd {
height: 20rem;
}
.hero-sd {
height: 18rem;
}
.hero-td {
height: 10rem;
}
.hero-ud {
height: 24rem;
}
.hero-vd {
height: 2.75rem;
}
.hero-wd {
height: 6rem;
}
.hero-xd {
height: 1px;
}
.hero-yd {
height: 80%;
}
.hero-zd {
height: 2.5rem;
}
.hero-ae {
height: 1rem;
}
.hero-be {
height: 3rem;
}
.hero-ce {
height: 2rem;
}
.hero-de {
height: 3.5rem;
}
.hero-ee {
height: 2.25rem;
}
.hero-fe {
width: 1.5rem;
}
.hero-ge {
width: 100%;
}
.hero-he {
width: auto;
}
.hero-ie {
width: 1.25rem;
}
.hero-je {
width: 1.75rem;
}
.hero-ke {
width: 8rem;
}
.hero-le {
width: 20rem;
}
.hero-me {
width: 10rem;
}
.hero-ne {
width: 24rem;
}
.hero-oe {
width: 2.75rem;
}
.hero-pe {
width: 6rem;
}
.hero-qe {
width: 5rem;
}
.hero-re {
width: 60%;
}
.hero-se {
width: 2.5rem;
}
.hero-te {
width: 1rem;
}
.hero-ue {
width: 11rem;
}
.hero-ve {
width: 4rem;
}
.hero-we {
width: 3.5rem;
}
.hero-xe {
width: 50%;
}
.hero-ye {
width: 2rem;
}
.hero-ze {
width: 100vw;
}
.hero-af {
width: 18rem;
}
.hero-bf {
width: 2.25rem;
}
.hero-cf {
max-width: 80rem;
}
.hero-df {
max-width: 28rem;
}
.hero-ef {
max-width: 36rem;
}
.hero-ff {
max-width: 42rem;
}
.hero-gf {
max-width: 32rem;
}
.hero-hf {
max-width: 20rem;
}
.hero-if {
max-width: 64rem;
}
.hero-jf {
max-width: 100%;
}
.hero-kf {
max-width: 24rem;
}
.hero-lf {
max-width: 56rem;
}
.hero-mf {
max-width: 48rem;
}
.hero-nf {
max-width: 72rem;
}
.hero-of {
flex: 1 1 0%;
}


        /* Keyframes for floating animation */
        @keyframes float {
          0% {
              transform: translateY(0px);
          }
          50% {
              transform: translateY(-10px);
          }
          100% {
              transform: translateY(0px);
          }
      }

      /* Animating each letter */
      .cls-1 {
          animation: float 3s ease-in-out infinite;
          transform-origin: center;
      }

      /* Adding delay to each letter */
      .cls-1:nth-child(odd) {
          animation-delay: 0.5s;
      }

      .cls-1:nth-child(even) {
          animation-delay: 1s;
      }
/*
.hero-yj  {
  background-image: url("bg.png");
  background-size: 75%;
  background-repeat: no-repeat;
  background-position: 40vw;
  margin: 10vh 0;
}*/
.hero-pf {
flex-shrink: 0;
}
.hero-qf {
flex-grow: 1;
}
.hero-rf {
transform-origin: bottom;
}
.hero-sf {
transform-origin: bottom left;
}
.hero-tf {
--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));
}
.hero-uf {
--tw-translate-x: -66.666667%;
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));
}
.hero-vf {
--tw-translate-y: -75%;
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));
}
.hero-wf {
--tw-translate-x: 33.333333%;
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));
}
.hero-xf {
--tw-translate-y: 85%;
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));
}
.hero-yf {
--tw-translate-x: -60%;
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));
}
.hero-zf {
--tw-translate-x: 25%;
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));
}
.hero-ag {
--tw-translate-y: 75%;
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));
}
.hero-bg {
--tw-translate-y: 5rem;
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));
}
.hero-cg {
--tw-translate-x: -1.25rem;
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));
}
.hero-dg {
--tw-translate-y: -1rem;
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));
}
.hero-eg {
--tw-rotate: -3deg;
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));
}
.hero-fg {
--tw-scale-x: 1.1;
--tw-scale-y: 1.1;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hero-gg {
--tw-scale-x: .75;
--tw-scale-y: .75;
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));
}
.hero-hg {
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));
}
.hero-ig {
resize: vertical;
}
.hero-jg {
grid-auto-flow: row dense;
}
.hero-kg {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.hero-lg {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.hero-mg {
flex-direction: column;
}
.hero-ng {
flex-wrap: wrap;
}
.hero-og {
place-items: end;
}
.hero-pg {
place-items: center;
}
.hero-qg {
align-items: flex-start;
}
.hero-rg {
align-items: flex-end;
}
.hero-sg {
align-items: center;
}
.hero-tg {
align-items: stretch;
}
.hero-ug {
justify-content: flex-start;
}
.hero-vg {
justify-content: flex-end;
}
.hero-wg {
justify-content: center;
}
.hero-xg {
justify-content: space-between;
}
.hero-yg {
gap: 3rem;
}
.hero-zg {
gap: 1rem;
}
.hero-ah {
gap: 1.5rem;
}
.hero-bh {
gap: 2rem;
}
.hero-ch {
gap: 1.25rem;
}

.hero-eh {
-moz-column-gap: 4rem;
     column-gap: 4rem;
}
.hero-fh {
row-gap: 2rem;
}
.hero-gh {
row-gap: 2.5rem;
}
#mazeSection{
  margin-bottom: 4rem;
}
.hero-hh {
-moz-column-gap: 12rem;
     column-gap: 12rem;
}
.hero-ih {
row-gap: 1rem;
}
.hero-jh {
-moz-column-gap: 2rem;
     column-gap: 2rem;
}
.hero-kh {
-moz-column-gap: 9rem;
     column-gap: 9rem;
}
.hero-lh {
row-gap: 1.5rem;
}
.hero-mh {
-moz-column-gap: 6rem;
     column-gap: 6rem;
}
.hero-nh {
-moz-column-gap: 5rem;
     column-gap: 5rem;
}
.hero-oh > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.hero-ph > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.hero-qh > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.5rem * var(--tw-space-x-reverse));
margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.hero-rh > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.hero-sh > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(1.5rem * var(--tw-space-x-reverse));
margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.hero-th > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.hero-uh > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.hero-vh > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(-0.5rem * var(--tw-space-x-reverse));
margin-left: calc(-0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.hero-wh > :not([hidden]) ~ :not([hidden]) {
--tw-space-y-reverse: 0;
margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.hero-xh > :not([hidden]) ~ :not([hidden]) {
--tw-space-x-reverse: 0;
margin-right: calc(0.75rem * var(--tw-space-x-reverse));
margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.hero-yh > :not([hidden]) ~ :not([hidden]) {
--tw-divide-y-reverse: 0;
border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.hero-zh > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(30 41 59 / var(--tw-divide-opacity));
}
.hero-ai > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(51 65 85 / var(--tw-divide-opacity));
}
.hero-bi > :not([hidden]) ~ :not([hidden]) {
--tw-divide-opacity: 1;
border-color: rgb(226 232 240 / var(--tw-divide-opacity));
}
.hero-ci {
align-self: stretch;
}
.hero-di {
overflow: hidden;
}
.hero-ei {
border-radius: 9999px;
}
.hero-fi {
border-radius: 1.5rem;
}
.hero-gi {
border-radius: 0.75rem;
}
.hero-hi {
border-radius: 1rem;
}
.hero-ii {
border-top-right-radius: 1.5rem;
}
.hero-ji {
border-top-right-radius: 1rem;
}
.hero-ki {
border-bottom-right-radius: 0px;
}
.hero-li {
border-width: 1px;
}
.hero-mi {
border-width: 8px;
}
.hero-ni {
border-width: 6px;
}
.hero-oi {
border-top-width: 1px;
}
.hero-pi {
border-bottom-width: 2px;
}
.hero-qi {
border-left-width: 1px;
}
.hero-ri {
border-bottom-width: 1px;
}
.hero-si {
border-color: transparent;
}
.hero-ti {
--tw-border-opacity: 1;
border-color: rgb(51 65 85 / var(--tw-border-opacity));
}
.hero-ui {
--tw-border-opacity: 1;
border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.hero-vi {
--tw-border-opacity: 1;
border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.hero-wi {
--tw-border-opacity: 1;
border-color: rgb(203 213 225 / var(--tw-border-opacity));
}
.hero-xi {
--tw-border-opacity: 1;
border-color: rgb(15 23 42 / var(--tw-border-opacity));
}
.hero-yi {
--tw-border-opacity: 1;
border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.hero-zi {
--tw-bg-opacity: 1;
background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.hero-aj {
--tw-bg-opacity: 1;
background-color: white;
}
.hero-bj {
--tw-bg-opacity: 1;
background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.hero-cj {
--tw-bg-opacity: 1;
background-color: #FFFFFF;
}
.hero-dj {
--tw-bg-opacity: 1;
background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.hero-ej {
background-color: transparent;
}
.hero-fj {
--tw-bg-opacity: 1;
background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.hero-gj {
--tw-bg-opacity: 1;
background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.hero-hj {
--tw-bg-opacity: 1;
background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.hero-ij {
--tw-bg-opacity: 1;
background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.hero-jj {
--tw-bg-opacity: 1;
background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.hero-kj {
background-color: rgb(255 255 255 / 0.1);
}
.hero-lj {
--tw-bg-opacity: 1;
background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.hero-mj {
-o-object-fit: contain;
   object-fit: contain;
}
.hero-nj {
-o-object-fit: cover;
   object-fit: cover;
}
.hero-oj {
-o-object-position: top;
   object-position: top;
}
.hero-pj {
padding: 1.5rem;
}
.hero-qj {
padding: 3rem;
}
.hero-rj {
padding: 2rem;
}
.hero-sj {
padding: 0.625rem;
}
.hero-tj {
padding: 0.5rem;
}
.hero-uj {
padding-left: 1rem;
padding-right: 1rem;
}
.hero-vj {
padding-left: 1.5rem;
padding-right: 1.5rem;
}
.hero-wj {
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
.hero-xj {
padding-left: 3rem;
padding-right: 3rem;
}
.hero-yj {
padding-top: 3rem;

}
.hero-zj {
padding-left: 2rem;
padding-right: 2rem;
}
.hero-ak {
padding-top: 2.5rem;
padding-bottom: 2.5rem;
}
.hero-bk {
padding-top: 1rem;
padding-bottom: 1rem;
background-color: #fff;
color: black;
}
.hero-ck {
padding-left: 1px;
padding-right: 1px;
}
.hero-dk {
padding-top: 1.25rem;
padding-bottom: 1.25rem;
}
.hero-ek {
padding-top: 4rem;
padding-bottom: 4rem;
}
.hero-fk {
padding-top: 1.5rem;
padding-bottom: 1.5rem;
}
.hero-gk {
padding-left: 2.5rem;
padding-right: 2.5rem;
}
.hero-hk {
padding-top: 0.625rem;
padding-bottom: 0.625rem;
}
.hero-ik {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
.hero-jk {
padding-left: 0.75rem;
padding-right: 0.75rem;
}
.hero-kk {
padding-top: 3rem;
}
.hero-lk {
padding-right: 2rem;
}
.hero-mk {
padding-top: 2.5rem;
}
.hero-nk {
padding-left: 1.5rem;
}
.hero-ok {
padding-top: 1rem;
}
.hero-pk {
padding-bottom: 2rem;
}
.hero-qk {
padding-left: 2rem;
}
.hero-rk {
padding-top: 2rem;
}
.hero-sk {
padding-bottom: 1rem;
}
.hero-tk {
padding-bottom: 1.5rem;
}
.hero-uk {
padding-bottom: 0.5rem;
}
.hero-vk {
padding-top: 1.5rem;
}
.hero-wk {
padding-left: 2.5rem;
}
.hero-xk {
padding-bottom: 12rem;
}
.hero-yk {
text-align: left;
}
.hero-zk {
text-align: center;
}
.hero-al {
font-size: 1.875rem;
line-height: 2.25rem;
}
.hero-bl {
font-size: 1rem;
line-height: 1.5rem;
}
.hero-cl {
font-size: 1.1rem;
margin-top: 2vh;
line-height: 1.75rem;
}
.hero-dl {
font-size: 0.875rem;
line-height: 1.25rem;
}
.hero-el {
font-size: 1.25rem;
line-height: 1.75rem;
}
.hero-fl {
font-size: 0.75rem;
line-height: 1rem;
}
.hero-gl {
font-size: 1.5rem;
line-height: 2rem;
}
.hero-hl {
font-size: 3rem;
line-height: 1;
}
.hero-il {
font-size: 2.25rem;
line-height: 2.5rem;
}
.hero-jl {
font-weight: 600;
}
.hero-kl {
font-weight: 400;
}
.hero-ll {
font-weight: 500;
}
.hero-ml {
text-transform: uppercase;
}
.hero-nl {
line-height: 1.75rem;
}
.hero-ol {
line-height: 1.25;
}
.hero-pl {
line-height: 1.5rem;
}
.hero-ql {
letter-spacing: -0.025em;
}
.hero-rl {
letter-spacing: 0.1em;
}
.hero-sl {
--tw-text-opacity: 1;
color: rgb(15 23 42 / var(--tw-text-opacity));
}
.hero-tl {
--tw-text-opacity: 1;
color: rgb(71 85 105 / var(--tw-text-opacity));
}
.hero-ul {
--tw-text-opacity: 1;
color: rgb(30 41 59 / var(--tw-text-opacity));
}
.hero-vl {
--tw-text-opacity: 1;
color: #324796;
}
.hero-wl {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero-xl {
--tw-text-opacity: 1;
color: rgb(148 163 184 / var(--tw-text-opacity));
}
.hero-yl {
--tw-text-opacity: 1;
color: rgb(248 250 252 / var(--tw-text-opacity));
}
.hero-zl {
--tw-text-opacity: 1;
color: rgb(250 204 21 / var(--tw-text-opacity));
}
.hero-am {
--tw-text-opacity: 1;
color: rgb(203 213 225 / var(--tw-text-opacity));
}
.hero-bm {
--tw-text-opacity: 1;
color: rgb(100 116 139 / var(--tw-text-opacity));
}
.hero-cm {
--tw-text-opacity: 1;
color: rgb(253 224 71 / var(--tw-text-opacity));
}
.hero-dm {
--tw-text-opacity: 1;
color: rgb(226 232 240 / var(--tw-text-opacity));
}
.hero-em {
--tw-text-opacity: 1;
color: rgb(191 219 254 / var(--tw-text-opacity));
}
.hero-fm {
--tw-text-opacity: 1;
color: rgb(241 245 249 / var(--tw-text-opacity));
}
.hero-gm {
--tw-text-opacity: 1;
color: rgb(147 197 253 / var(--tw-text-opacity));
}
.hero-hm {
--tw-text-opacity: 1;
color: rgb(51 65 85 / var(--tw-text-opacity));
}
.hero-im::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgb(71 85 105 / var(--tw-placeholder-opacity));
}
.hero-im::placeholder {
--tw-placeholder-opacity: 1;
color: rgb(71 85 105 / var(--tw-placeholder-opacity));
}
.hero-jm::-moz-placeholder {
--tw-placeholder-opacity: 1;
color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.hero-jm::placeholder {
--tw-placeholder-opacity: 1;
color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.hero-km {
opacity: 0.2;
}
.hero-lm {
--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);
}
.hero-mm {
--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.hero-nm {
--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);
}
.hero-om {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(4px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hero-pm {
--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(24px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hero-qm {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(241 245 249 / var(--tw-ring-opacity));
}
.hero-rm {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(219 234 254 / var(--tw-ring-opacity));
}
.hero-sm {
--tw-backdrop-blur: blur(16px);
-webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
        backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.hero-tm {
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
.hero-um {
transition-duration: 200ms;
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
.hero-vm:hover {
--tw-translate-y: -0.25rem;
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));
}
.hero-wm:hover {
--tw-translate-x: 0.25rem;
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));
}
.hero-xm:hover {
--tw-border-opacity: 1;
border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.hero-ym:hover {
--tw-bg-opacity: 1;
background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.hero-zm:hover {
--tw-bg-opacity: 1;
background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.hero-an:hover {
--tw-bg-opacity: 1;
background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.hero-bn:hover {
--tw-bg-opacity: 1;
background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.hero-cn:hover {
--tw-bg-opacity: 1;
background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.hero-dn:hover {
--tw-bg-opacity: 1;
background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.hero-en:hover {
--tw-bg-opacity: 1;
background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
.hero-fn:hover {
--tw-bg-opacity: 1;
background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}
.hero-gn:hover {
--tw-bg-opacity: 1;
background-color: rgb(51 65 85 / var(--tw-bg-opacity));
}
.hero-hn:hover {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hero-in:hover {
background-color: rgb(255 255 255 / 0.2);
}
.hero-jn:hover {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero-kn:hover {
--tw-text-opacity: 1;
color: rgb(15 23 42 / var(--tw-text-opacity));
}
.hero-ln:hover {
--tw-text-opacity: 1;
color: rgb(226 232 240 / var(--tw-text-opacity));
}
.hero-mn:hover {
--tw-text-opacity: 1;
color: rgb(239 246 255 / var(--tw-text-opacity));
}
.hero-nn:hover {
--tw-text-opacity: 1;
color: rgb(30 64 175 / var(--tw-text-opacity));
}
.hero-on:hover {
--tw-text-opacity: 1;
color: #324796;
}
.hero-pn:hover {
-webkit-text-decoration-line: underline;
        text-decoration-line: underline;
}
.hero-qn:hover {
--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);
}
.hero-rn:focus {
--tw-border-opacity: 1;
border-color: rgb(37 99 235 / var(--tw-border-opacity));
}
.hero-sn:focus {
--tw-bg-opacity: 1;
background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.hero-tn:focus {
background-color: rgb(255 255 255 / 0.1);
}
.hero-un:focus {
--tw-bg-opacity: 1;
background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.hero-vn:focus {
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity));
}
.hero-wn:focus {
outline: 2px solid transparent;
outline-offset: 2px;
}
.hero-xn:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hero-yn:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hero-zn:focus {
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.hero-ao:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(29 78 216 / var(--tw-ring-opacity));
}
.hero-bo:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}
.hero-co:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(15 23 42 / var(--tw-ring-opacity));
}
.hero-do:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.hero-eo:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(203 213 225 / var(--tw-ring-opacity));
}
.hero-fo:focus {
--tw-ring-opacity: 1;
--tw-ring-color: rgb(30 41 59 / var(--tw-ring-opacity));
}
.hero-go:focus {
--tw-ring-offset-width: 2px;
}
.hero-ho:focus {
--tw-ring-offset-color: #324796;
}
.hero-io:focus {
--tw-ring-offset-color: #0f172a;
}
.hero-jo:hover .hero-ko {
--tw-translate-x: 0.125rem;
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));
}
.hero-jo:hover .hero-lo {
--tw-translate-y: -0.125rem;
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));
}
.hero-jo:hover .hero-mo {
--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));
}
.hero-jo:hover .hero-no {
--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));
}
.hero-jo:hover .hero-oo {
--tw-rotate: -3deg;
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));
}
.hero-jo:hover .hero-po {
--tw-rotate: 3deg;
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));
}
.hero-jo:hover .hero-qo {
--tw-scale-x: 1.1;
--tw-scale-y: 1.1;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.hero-jo:hover .hero-ro {
--tw-text-opacity: 1;
color: rgb(71 85 105 / var(--tw-text-opacity));
}
.hero-jo:hover .hero-so {
--tw-text-opacity: 1;
color: rgb(226 232 240 / var(--tw-text-opacity));
}


@media (max-width: 640px) {
  .mobile-flip{
    display: flex!important;
    flex-direction: column-reverse;
    


  }

  .particle{
    display: none;
  }


  .hero-yj {
    padding-top: 0rem;
    
    }

  .hero-dh {
    margin-bottom: 10vh;
    }

  #Layer_2{
    width: 100%;
  }

  .co-founder-modal-content{
    width: 98vw!important;
  }
}

@media (min-width: 640px) {



 
  .animation {

  width: 100%;
  margin: 0 auto;
  margin-right:0!important;


}
  .mobile_container{
      justify-content: space-between!important;
     width: 90%!important;
margin: 0 auto;
  }
.hero-to {
  position: relative;
}

.hero-uo {
  grid-column: span 3 / span 3;
}

.hero-vo {
  grid-column: span 1 / span 1;
}

.hero-wo {
  margin-left: auto;
  margin-right: auto;
}

.hero-xo {
  margin-top: 3rem;
}

.hero-yo {
  margin-top: 4rem;
}

.hero-zo {
  margin-left: -1.5rem;
}

.hero-ap {
  margin-bottom: -8rem;
}

.hero-bp {
  margin-top: 0px;
}

.hero-cp {
  margin-left: 1.5rem;
}

.hero-dp {
  margin-left: 2rem;
}

.hero-ep {
  margin-bottom: -4rem;
}

.hero-fp {
  margin-bottom: -2rem;
}

.hero-gp {
  margin-left: -2rem;
}

.hero-hp {
  margin-top: 5rem;
}

.hero-ip {
  margin-bottom: -14rem;
}

.hero-jp {
  margin-top: 2.5rem;
}

.hero-kp {
  margin-top: 2rem;
}

.hero-lp {
  margin-left: auto;
}

.hero-mp {
  margin-top: 9rem;
}

.hero-np {
  margin-top: -4rem;
}

.hero-op {
  margin-bottom: 6rem;
}

.hero-pp {
  margin-left: -6rem;
}

.hero-qp {
  display: flex;
}

.hero-rp {
  display: none;
}

.hero-sp {
  height: 8rem;
}

.hero-tp {
  height: 2rem;
}

.hero-up {
  height: 24rem;
}

.hero-vp {
  height: 16rem;
}

.hero-wp {
  height: 12rem;
}

.hero-xp {
  height: 3.5rem;
}

.hero-yp {
  height: 5rem;
}

.hero-zp {
  height: 2.5rem;
}

.hero-aq {
  width: auto;
}

.hero-bq {
  width: 11rem;
}

.hero-cq {
  width: 10rem;
}

.hero-dq {
  width: 16rem;
}

.hero-eq {
  width: 12rem;
}

.hero-fq {
  max-width: 28rem;
}

.hero-gq {
  max-width: 20rem;
}

.hero-hq {
  max-width: 48rem;
}

.hero-iq {
  max-width: 32rem;
}

.hero-jq {
  max-width: 24rem;
}

.hero-kq {
  --tw-translate-x: -4rem;
  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));
}

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

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

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

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

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

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

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

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

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

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

.hero-vq {
  gap: 1.5rem;
}

.hero-wq {
  gap: 3rem;
}

.hero-xq {
  row-gap: 3rem;
}

.hero-yq {
  row-gap: 4rem;
}

.hero-zq {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.hero-ar {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.hero-br {
  row-gap: 2.5rem;
}

.hero-cr > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.hero-dr > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

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

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

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

.hero-hr > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3.5rem * var(--tw-space-y-reverse));
}

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

.hero-jr {
  border-left-width: 1px;
}

.hero-kr {
  padding: 2.5rem;
}

.hero-lr {
  padding: 3rem;
}

.hero-mr {
  padding: 1.5rem;
}

.hero-nr {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

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

.hero-pr {
  padding-top: 4rem;

}

.hero-qr {
  padding-left: 4rem;
  padding-right: 4rem;
}

.hero-rr {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hero-sr {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hero-tr {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.hero-ur {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.hero-vr {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero-wr {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.hero-xr {
  padding-top: 4rem;
}

.hero-yr {
  padding-top: 5rem;
}

.hero-zr {
  padding-left: 2rem;
}

.hero-as {
  padding-left: 3.5rem;
}

.hero-bs {
  padding-right: 3rem;
}

.hero-cs {
  padding-bottom: 3rem;
}

.hero-ds {
  padding-left: 1rem;
}

.hero-es {
  padding-left: 3rem;
}

.hero-fs {
  padding-right: 1rem;
}

.hero-gs {
  padding-top: 3rem;
}

.hero-hs {
  padding-bottom: 20rem;
}

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

.hero-js {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.hero-ks {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.hero-ls {
  font-size: 3rem;
  line-height: 1;
}

.hero-ms {
  letter-spacing: -0.025em;
}

.hero-ns {
  opacity: 1;
}
}
@media (min-width: 768px) {

.hero-os {
  margin-bottom: -16rem;
}

.hero-ps {
  margin-top: 10rem;
}

.hero-qs {
  margin-top: 6rem;
}

.hero-rs {
  margin-left: 1rem;
}

.hero-ss {
  margin-top: 0px;
}

.hero-ts {
  margin-top: 3rem;
}

.hero-us {
  margin-top: 4rem;
}

.hero-vs {
  margin-top: -8rem;
}

.hero-ws {
  display: flex;
}

.hero-xs {
  display: none;
}

.hero-ys {
  height: 2.5rem;
}

.hero-zs {
  height: 2.25rem;
}

.hero-at {
  width: 6rem;
}

.hero-bt {
  max-width: 32rem;
}

.hero-ct {
  max-width: 64rem;
}

.hero-dt {
  max-width: 20rem;
}

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

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

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

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

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

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

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

.hero-lt {
  gap: 4rem;
}

.hero-mt {
  gap: 3rem;
}

.hero-nt {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.hero-ot {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

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

.hero-qt > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

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

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

.hero-tt {
  align-self: flex-end;
}

.hero-ut {
  align-self: center;
}

.hero-vt {
  padding: 4rem;
}

.hero-wt {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

@media (min-width: 1024px) {
 
  .mobile_container{
      justify-content: space-between!important;
     width: 90%!important;
margin: 0 auto;
  }
.hero-yt {
  position: absolute;
}

.hero-zt {
  position: relative;
}

.hero-au {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

.hero-bu {
  top: 0px;
  bottom: 0px;
}

.hero-cu {
  left: 0px;
}

.hero-du {
  right: 0px;
}

.hero-eu {
  left: 8rem;
}

.hero-fu {
  order: 2;
}

.hero-gu {
  order: 1;
}

.hero-hu {
  order: 3;
}

.hero-iu {
  grid-column: span 3 / span 3;
}

.hero-ju {
  grid-column: span 2 / span 2;
}

.hero-ku {
  grid-column: span 4 / span 4;
}

.hero-lu {
  grid-column: span 5 / span 5;
}

.hero-mu {
  grid-column: span 1 / span 1;
}

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

.hero-ou {
  grid-row: span 3 / span 3;
}

.hero-pu {
  margin-left: 0px;
  margin-right: 0px;
}

.hero-qu {
  margin-top: 1.5rem;
}

.hero-ru {
  margin-bottom: -12rem;
}

.hero-su {
  margin-left: -8rem;
}

.hero-tu {
  margin-top: 5rem;
}

.hero-uu {
  margin-top: 2rem;
}

.hero-vu {
  margin-bottom: 0px;
}

.hero-wu {
  margin-top: -3rem;
}

.hero-xu {
  margin-left: -1rem;
}

.hero-yu {
  margin-left: 2rem;
}

.hero-zu {
  margin-top: auto;
}

.hero-av {
  margin-top: 0px;
}

.hero-bv {
  margin-left: -10rem;
}

.hero-cv {
  margin-top: -6rem;
}

.hero-dv {
  margin-bottom: -18rem;
}

.hero-ev {
  margin-left: 5rem;
}

.hero-fv {
  margin-top: 3rem;
}

.hero-gv {
  margin-left: -12rem;
}

.hero-hv {
  margin-bottom: -2rem;
}

.hero-iv {
  margin-top: 6rem;
}

.hero-jv {
  margin-right: auto;
}

.hero-kv {
  margin-left: 3rem;
}

.hero-lv {
  margin-left: auto;
}

.hero-mv {
  margin-left: 1rem;
}

.hero-nv {
  margin-left: 0px;
}

.hero-ov {
  margin-top: 4rem;
}

.hero-pv {
  margin-top: 10rem;
}

.hero-qv {
  margin-left: -3rem;
}

.hero-rv {
  display: block;
}

.hero-sv {
  display: flex;
}

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

.hero-uv {
  display: grid;
}

.hero-vv {
  display: none;
}

.hero-wv {
  height: 75%;
}

.hero-xv {
  height: 18rem;
}

.hero-yv {
  height: 24rem;
}

.hero-zv {
  height: 100%;
}

.hero-aw {
  height: 1.25rem;
}

.hero-bw {
  width: 50%;
}

.hero-cw {
  width: 18rem;
}

.hero-dw {
  width: 24rem;
}

.hero-ew {
  width: 50%;
}

.hero-fw {
  width: 16rem;
}

.hero-gw {
  width: 8rem;
}

.hero-hw {
  width: auto;
}

.hero-iw {
  max-width: none;
}

.hero-jw {
  max-width: 36rem;
}

.hero-kw {
  max-width: 42rem;
}

.hero-lw {
  max-width: 28rem;
}

.hero-mw {
  max-width: 48rem;
}

.hero-nw {
  max-width: 72rem;
}

.hero-ow {
  max-width: 80rem;
}
.centerdis{
  width: 60%;
  margin-right: 4vw;
}

.hero-pw {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex: 1;
}

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

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

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

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

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

.hero-vw {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

.hero-fx {
  gap: 2rem;
}

.hero-gx {
  gap: 6rem;
}

.hero-hx {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.hero-ix {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

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

.hero-kx > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

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

.hero-mx {
  border-radius: 1rem;
}

.hero-nx {
  border-left-width: 1px;
}

.hero-ox {
  border-top-width: 0px !important;
}

.hero-px {
  padding: 5rem;
}

.hero-qx {
  padding-left: 2rem;
  padding-right: 2rem;
}

.hero-rx {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.hero-sx {
  padding-top: 8rem;

}

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

.hero-ux {
  padding-left: 6rem;
  padding-right: 6rem;
}

.hero-vx {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.hero-wx {
  padding-left: 1rem;
  padding-right: 1rem;
}

.hero-xx {
  padding-left: 3rem;
  padding-right: 3rem;
}

.hero-yx {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.hero-zx {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.hero-ay {
  padding-top: 5rem;
}

.hero-by {
  padding-right: 2rem;
}

.hero-cy {
  padding-left: 2rem;
}

.hero-dy {
  padding-right: 6rem;
}

.hero-ey {
  padding-left: 3rem;
}

.hero-fy {
  padding-bottom: 3rem;
}

.hero-gy {
  padding-left: 6rem;
}

.hero-hy {
  padding-bottom: 5rem;
}

.hero-iy {
  padding-bottom: 24rem;
}

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

.hero-ky {
  font-size: 3rem;
  line-height: 1;
}

.hero-ly {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.hero-my {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.hero-ny {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

.hero-oy {
  font-size: 1rem;
  line-height: 1.5rem;
}

.hero-py {
  line-height: 2rem;
}

.hero-qy {
  opacity: 1;
}

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

@media not screen and (min-width:40em) { 

  .hero-pw{
    flex-direction: column-reverse!important;
  }
   .mobile_container{
      justify-content: space-between!important;
     width: 90%!important;
margin: 0 auto;
  }
}
@media (min-width: 1280px) {


  .mobile_container{
      justify-content: space-between!important;
     width: 90%!important;
margin: 0 auto;
  }
.hero-sy {
  margin-bottom: -16rem;
}

.hero-ty {
  margin-left: 0px;
}

.hero-uy {
  margin-bottom: 0px;
}

.hero-vy {
  margin-top: 5rem;
}

.hero-wy {
  margin-top: 6rem;
}

.hero-xy {
  margin-top: 3rem;
}

.hero-yy {
  margin-top: 11rem;
}

.hero-zy {
  margin-left: -6rem;
}

.hero-az {
  height: 100%;
}

.hero-bz {
  width: 45%;
}

.hero-cz {
  width: auto;
}

.hero-dz {
  width: 100%;
}

.hero-ez {
  max-width: none;
}

.hero-fz {
  max-width: 36rem;
}

.hero-gz {
  max-width: 20rem;
}

.hero-hz {
  --tw-translate-x: -6rem;
  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));
}

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

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

.hero-kz {
  gap: 4rem;
}

.hero-lz {
  gap: 1.5rem;
}

.hero-mz {
  gap: 2rem;
}

.hero-nz {
  -moz-column-gap: 6rem;
       column-gap: 6rem;
}

.hero-oz {
  -moz-column-gap: 9rem;
       column-gap: 9rem;
}

.hero-pz {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.hero-qz {
  -moz-column-gap: 8rem;
       column-gap: 8rem;
}

.hero-rz {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

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

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

.hero-uz {
  padding: 5rem;
}

.hero-vz {
  padding: 6rem;
}

.hero-wz {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.hero-xz {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.hero-yz {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.hero-zz {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.hero-a1 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.hero-b1 {
  padding-top: 5rem;
}

.hero-c1 {
  padding-left: 2rem;
}

.hero-d1 {
  padding-right: 3.5rem;
}

.hero-e1 {
  padding-left: 3.5rem;
}

.hero-f1 {
  padding-left: 3rem;
}

.hero-g1 {
  padding-right: 6rem;
}

.hero-h1 {
  padding-right: 2rem;
}

.hero-i1 {
  padding-top: 6rem;
}

.hero-j1 {
  padding-bottom: 24rem;
}

.hero-k1 {
  padding-bottom: 12rem;
}

.hero-l1 {
  padding-bottom: 18rem;
}

.hero-m1 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.hero-n1 {
  font-size: 4.5rem;
  line-height: 1;
}

.hero-o1 {
  font-size: 3.75rem;
  line-height: 1;
}
}
@media (min-width: 1536px) {

.hero-p1 {
  margin-bottom: -4rem;
}

.hero-q1 {
  margin-left: -2.5rem;
}

.hero-r1 {
  margin-bottom: -2.5rem;
}

.hero-s1 {
  max-width: 42rem;
}

.hero-t1 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.hero-u1 {
  padding-left: 8rem;
  padding-right: 8rem;
}



}

.info_btn{
  justify-self: end;
}

#nav-content{
  margin: 6vh auto;
  width: 90%;
}


      .linkedinimg:hover {
          background-position:10px -10px;
          
      }

      .linkedinimg{
          transition: background-position 0.3s ease;
          background-position: center;
          background-size: cover;
          width: 8rem!important;
          height: 8rem!important;
      }

      

/* general styling */
@font-face {
  font-family: "SanFrancisco";
  src:
    url("https://cdn.rawgit.com/AllThingsSmitty/fonts/25983b71/SanFrancisco/sanfranciscodisplay-regular-webfont.woff2") format("woff2"),
    url("https://cdn.rawgit.com/AllThingsSmitty/fonts/25983b71/SanFrancisco/sanfranciscodisplay-regular-webfont.woff") format("woff");
}




.chat-container {
  overflow: hidden;
  position: fixed;
   translate:  -70px 60px;


}

.chat-bubble {
  position: relative;
  background: #e5e5ea; /* iOS grey bubble */
  color: black;
  border-radius: 17px;
  padding: 8px 12px;
  margin: 10px;
  display: inline-block;
  max-width: 80%;
  font-family: "SanFrancisco", sans-serif;
  z-index:5;
}

.chat-bubble.right {
  float: right;
  margin-right: 20px;
}




#egg{
color:#324796!important;
}


.help_pop{
  position: fixed;
  display: none;
  right:0;
  bottom: 0;
  height: 300px;
  width: 200px;




  
 

}  

@media (max-width: 640px) {
  .help_pop{
    position: fixed;
    display: none;
    right: -60px !important;
    bottom: -20px!important;
    height: 300px;
    width: 200px;
    transform: scale(0.85)!important;

  
  }  

}
#display{
  width: 100%;
  height: 100%;
}





.co-founder-modal {
  opacity: 0; 
  display: none; 
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.5s ease;
}

.co-founder-modal.show {
  display: flex;
  opacity: 1; /* Ensure it fades in */
}

.co-founder-modal.hide {
  opacity: 0;
}

.co-founder-modal-content {
  background-color: white;
  margin: 15% auto;
  padding: 20px;
  border-radius: 10px;
  width: 60%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(5px);
  max-height: 80vh;
  overflow-y: auto;
}

.alignment-custom-image-wrapper {
position: relative;
}

.alignment-dots-pattern {
position: absolute;
right: -1rem;
bottom: -3rem;
}

.alignment-quote {
margin-left: -1.25rem;
margin-top: -5rem;
width: 80%;
}

.alignment-quote p {
color: white;
font-size: 1em;
line-height: 120%;
}

.co-founder h4 {
font-weight: 500 !important;
font-size: 1.3em;
}

.co-founder-section {
position: relative;
max-width: 800px;
margin: auto;
}

.co-founder-text-wrapper {
position: relative;
max-height: 15em;
overflow: hidden;
}

.co-founder-text-content {
position: relative;
}

.co-founder-fade-overlay {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 4em;
background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #FFFFFF);
pointer-events: none;
}

.co-founder-read-more-btn {
position: relative;
background-color: transparent;
border: none;
cursor: pointer;
margin-top: 1em;
}

.co-founder-modal {
display: none;
justify-content: center;
align-items: center;
position: fixed;
z-index: 100;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
transition: opacity 0.5s ease;
}

.co-founder-modal.show {
display: flex;
opacity: 1;
}

.co-founder-modal.hide {
opacity: 0;
}

.co-founder-modal-content {
background-color: white;
margin: 15% auto;
padding: 20px;
border-radius: 10px;
width: 60%;
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
backdrop-filter: blur(5px);
max-height: 80vh;
overflow-y: auto;
}

.co-founder-close {
color: #333;
float: right;
font-size: 1.5rem;
font-weight: bold;
cursor: pointer;
transition: color 0.3s ease;
}

.co-founder-close:hover {
color: #ff5f5f;
}

.co-founder-full-text-content {
font-family: 'Arial', sans-serif;
font-size: 1.1rem;
color: #333;
line-height: 1.8;
}

.co-founder-full-text-content h4 {
margin-top: 1.5em;
font-size: 1.4rem;
font-weight: bold;
color: black;
}

.co-founder-full-text-content p {
margin-bottom: 1.2em;
}

.IN-widget {
margin: 20px auto !important;
width: 50%;
display: block !important;
}

.hover-jump {
transition: all 0.5s;
cursor: pointer;
color:#324796!important;
background-color: rgba(50,71,150,0.2)!important;
}
.quote-card{
  background-color: #324796;
}
.text-blue-500{
  color:#324796!important;
}
.hover-jump:hover {
transform: scale(1.1);
}

.modal-blur {
position: absolute;
top: 0;
background-color: rgba(255, 255, 255, 0.2);
z-index: -1;
width: 100%;
height: 100%;
backdrop-filter: blur(5px);
}


.co-founder-close {
color: #333;
float: right;
font-size: 1.5rem;
font-weight: bold;
cursor: pointer;
transition: color 0.3s ease;
}

.co-founder-close:hover {
color: #ff5f5f;
}

.co-founder-full-text-content {
font-family: 'Arial', sans-serif;
font-size: 1.1rem;
color: #333;
line-height: 1.8;
}

.co-founder-full-text-content h4 {
margin-top: 1.5em;
font-size: 1.4rem;
font-weight: bold;
color: black;
}

.co-founder-full-text-content p {
margin-bottom: 1.2em;
}

.IN-widget {
margin: 20px auto !important;
width: 50%;
display: block !important;
}

.hover-jump {
transition: all 0.5s;
cursor: pointer;
}

.hover-jump:hover {
transform: scale(1.1);
}

.modal-blur {
position: absolute;
top: 0;
background-color: rgba(255, 255, 255, 0.2);
z-index: -1;
width: 100%;
height: 100%;
backdrop-filter: blur(5px);
}

.scale-ups-container{
  width: 85%;
  margin: 10vh auto;
}

.scale-ups-container h1{
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}

.scale-ups-items{
  margin-top: 10vh;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 16px;
}

.scale-ups-item{
  flex: 1 1 calc(20% - 12px); /* 25% width minus half the gap to evenly space 4 items per row */
  box-sizing: border-box;
  aspect-ratio: 1 / 1; /* Maintain a square shape */
  background-color: #e0e0e0; /* Example background color */
  display: flex;
  justify-content: center;
  align-items: center;
}


.logo-invert{
  
  filter: brightness(0) invert(1);
}

.contact-btn{
  color:white;
  font-weight: 400;
  background-color: #314898;
}


#assist{
  color:white;
  background-color: #324796;
}


@media (max-width: 768px) {
  .scale-ups-item{ {
    flex: 1 1 calc(50% - 8px); /* 50% width minus half the gap to space 2 items per row */
  }

}
