@import url(https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&display=swap);

  /*
! tailwindcss v3.4.1 | 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: Inter, sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}


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


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


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


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


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


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


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


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


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


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


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


b,
strong {
  font-weight: bolder;
}


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


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


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


small {
  font-size: 80%;
}


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


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


sub {
  bottom: -0.25em;
}


sup {
  top: -0.5em;
}


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


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


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


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


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


button,
select {
  text-transform: none;
}


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


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


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


:-moz-focusring {
  outline: auto;
}


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


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


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


progress {
  vertical-align: baseline;
}


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


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


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


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


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


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


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


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


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


summary {
  display: list-item;
}


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


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


fieldset {
  margin: 0;
  padding: 0;
}


legend {
  padding: 0;
}


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


/*
Reset default styling for dialogs.
*/


dialog {
  padding: 0;
}


/*
Prevent resizing textareas horizontally by default.
*/


textarea {
  resize: vertical;
}


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


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


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


/*
Set the default cursor for buttons.
*/


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


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


:disabled {
  cursor: default;
}


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


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


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


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


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


[hidden] {
  display: none;
}


*{
  scrollbar-color: initial;
  scrollbar-width: initial;
  box-sizing: border-box;
  outline: 2px solid transparent;
  outline-offset: 2px;
}


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


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


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


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


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


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


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


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


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


  .container{
    max-width: 1920px;
  }
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.left-\[50\%\]{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-\[-50vw\]{
  right: -50vw;
}
.top-0{
  top: 0px;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-\[1\.1562rem\]{
  margin-left: 1.1562rem;
  margin-right: 1.1562rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mb-\[-100px\]{
  margin-bottom: -100px;
}
.mb-\[1px\]{
  margin-bottom: 1px;
}
.mt-\[-60px\]{
  margin-top: -60px;
}
.mt-\[100px\]{
  margin-top: 100px;
}
.block{
  display: block;
}
.flex{
  display: flex;
}
.hidden{
  display: none;
}
.h-6{
  height: 1.5rem;
}
.h-\[1\.5rem\]{
  height: 1.5rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[220px\]{
  height: 220px;
}
.h-\[221\.63px\]{
  height: 221.63px;
}
.h-\[259px\]{
  height: 259px;
}
.h-\[269\.45px\]{
  height: 269.45px;
}
.h-\[380px\]{
  height: 380px;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[479px\]{
  height: 479px;
}
.h-\[60px\]{
  height: 60px;
}
.h-\[61\.886px\]{
  height: 61.886px;
}
.h-\[750px\]{
  height: 750px;
}
.h-\[812px\]{
  height: 812px;
}
.h-auto{
  height: auto;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.w-6{
  width: 1.5rem;
}
.w-\[1\.5rem\]{
  width: 1.5rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-\[103\.5px\]{
  width: 103.5px;
}
.w-\[107\.7px\]{
  width: 107.7px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[167\.52px\]{
  width: 167.52px;
}
.w-\[225\.67px\]{
  width: 225.67px;
}
.w-\[266px\]{
  width: 266px;
}
.w-\[284px\]{
  width: 284px;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[60px\]{
  width: 60px;
}
.w-\[736px\]{
  width: 736px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-\[306px\]{
  min-width: 306px;
}
.max-w-\[103\.5px\]{
  max-width: 103.5px;
}
.max-w-\[1440px\]{
  max-width: 1440px;
}
.max-w-\[500px\]{
  max-width: 500px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.translate-x-0{
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-50\%\]{
  --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-\[100\%\]{
  --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));
}
.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.cursor-pointer{
  cursor: pointer;
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.\!flex-col{
  flex-direction: column !important;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.\!items-start{
  align-items: flex-start !important;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.\!gap-4{
  gap: 1rem !important;
}
.gap-1{
  gap: 0.25rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-11{
  gap: 2.75rem;
}
.gap-16{
  gap: 4rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-52{
  gap: 13rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[10px\]{
  gap: 10px;
}
.gap-\[14\.897px\]{
  gap: 14.897px;
}
.gap-\[21px\]{
  gap: 21px;
}
.gap-\[24px\]{
  gap: 24px;
}
.gap-\[29\.793px\]{
  gap: 29.793px;
}
.gap-\[4px\]{
  gap: 4px;
}
.gap-\[60px\]{
  gap: 60px;
}
.gap-\[7px\]{
  gap: 7px;
}
.gap-\[9\.6px\]{
  gap: 9.6px;
}
.self-stretch{
  align-self: stretch;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-t-\[12px\]{
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
.border-l-\[1px\]{
  border-left-width: 1px;
}
.border-l-\[\#4177EC\]{
  --tw-border-opacity: 1;
  border-left-color: rgb(65 119 236 / var(--tw-border-opacity));
}
.border-l-\[\#4177ec\]{
  --tw-border-opacity: 1;
  border-left-color: rgb(65 119 236 / var(--tw-border-opacity));
}
.border-l-\[\#fff200\]{
  --tw-border-opacity: 1;
  border-left-color: rgb(255 242 0 / var(--tw-border-opacity));
}
.bg-\[\#07215A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(7 33 90 / var(--tw-bg-opacity));
}
.bg-\[\#4177ec\]{
  --tw-bg-opacity: 1;
  background-color: rgb(65 119 236 / var(--tw-bg-opacity));
}
.bg-\[\#fff200\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 0 / var(--tw-bg-opacity));
}
.bg-dark-blue{
  --tw-bg-opacity: 1;
  background-color: rgb(14 43 108 / var(--tw-bg-opacity));
}
.bg-dark-blue\/\[\.9\]{
  background-color: rgb(14 43 108 / .9);
}
.bg-mainBlue{
  --tw-bg-opacity: 1;
  background-color: rgb(65 119 236 / var(--tw-bg-opacity));
}
.bg-myYellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 242 0 / var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-opacity-0{
  --tw-bg-opacity: 0;
}
.bg-opacity-90{
  --tw-bg-opacity: 0.9;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-8{
  padding: 2rem;
}
.\!px-8{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[21px\]{
  padding-top: 21px;
  padding-bottom: 21px;
}
.py-\[48px\]{
  padding-top: 48px;
  padding-bottom: 48px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-4{
  padding-left: 1rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[130px\]{
  padding-top: 130px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.font-sans{
  font-family: Inter, sans-serif;
}
.font-serif{
  font-family: Playfair Display, serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[34px\]{
  font-size: 34px;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.font-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.not-italic{
  font-style: normal;
}
.leading-4{
  line-height: 1rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-\[12px\]{
  line-height: 12px;
}
.leading-\[19\.2px\]{
  line-height: 19.2px;
}
.leading-\[23\.4px\]{
  line-height: 23.4px;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-\[27px\]{
  line-height: 27px;
}
.leading-\[33\.6px\]{
  line-height: 33.6px;
}
.leading-\[47\.6px\]{
  line-height: 47.6px;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-tight{
  letter-spacing: -0.025em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-\[\#000E30\]{
  --tw-text-opacity: 1;
  color: rgb(0 14 48 / var(--tw-text-opacity));
}
.text-\[\#000e30\]{
  --tw-text-opacity: 1;
  color: rgb(0 14 48 / var(--tw-text-opacity));
}
.text-\[\#1c1c1c\]{
  --tw-text-opacity: 1;
  color: rgb(28 28 28 / var(--tw-text-opacity));
}
.text-\[\#3F424B\]{
  --tw-text-opacity: 1;
  color: rgb(63 66 75 / var(--tw-text-opacity));
}
.text-\[\#3f424b\]{
  --tw-text-opacity: 1;
  color: rgb(63 66 75 / var(--tw-text-opacity));
}
.text-\[\#4177ec\]{
  --tw-text-opacity: 1;
  color: rgb(65 119 236 / var(--tw-text-opacity));
}
.text-\[\#9AAAD7\]{
  --tw-text-opacity: 1;
  color: rgb(154 170 215 / var(--tw-text-opacity));
}
.text-\[\#9aaad7\]{
  --tw-text-opacity: 1;
  color: rgb(154 170 215 / var(--tw-text-opacity));
}
.text-\[\#fff200\]{
  --tw-text-opacity: 1;
  color: rgb(255 242 0 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.opacity-\[\.95\]{
  opacity: .95;
}
.shadow-cardShadow{
  --tw-shadow: -2px 28px 68px 0px rgba(0, 0, 0, 0.05);
  --tw-shadow-colored: -2px 28px 68px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-\[2px\]{
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-\[1500ms\]{
  transition-duration: 1500ms;
}
html {
  font-size: 100%;
}
#root {
  max-width: 100vw;

  position: relative;

}




span{padding: 0px;}

/* delete arrows   */
/* For chrome, Safari, Edge, Opera : */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* For firefox : */

input[type="number"] {
  -moz-appearance: textfield;
}

.activeLink, .link:hover {
  color: white;
  font-weight: 600;
  border-bottom: 1px solid #FFF200;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.hover\:scale-110:hover{
  --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));
}

.hover\:scale-150:hover{
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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));
}

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

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

@media (max-width: 1024px){


  .max-\[1024px\]\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 640px){


  .sm\:flex-col-reverse{
    flex-direction: column-reverse;
  }


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


  .sm\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }


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


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


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


  .sm\:leading-\[27\.5px\]{
    line-height: 27.5px;
  }


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


  .sm\:leading-\[59\.8px\]{
    line-height: 59.8px;
  }
}

@media (min-width: 768px){


  .md\:order-1{
    order: 1;
  }


  .md\:order-2{
    order: 2;
  }


  .md\:order-3{
    order: 3;
  }


  .md\:block{
    display: block;
  }


  .md\:flex{
    display: flex;
  }


  .md\:h-\[356\.45px\]{
    height: 356.45px;
  }


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


  .md\:h-\[433\.94px\]{
    height: 433.94px;
  }


  .md\:h-\[448\.82px\]{
    height: 448.82px;
  }


  .md\:h-\[546\.39px\]{
    height: 546.39px;
  }


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


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


  .md\:max-h-\[433\.945px\]{
    max-height: 433.945px;
  }


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


  .md\:w-\[313\.36px\]{
    width: 313.36px;
  }


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


  .md\:w-\[457\.61px\]{
    width: 457.61px;
  }


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


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


  .md\:max-w-\[457\.42px\]{
    max-width: 457.42px;
  }


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


  .md\:max-w-\[96\.64px\]{
    max-width: 96.64px;
  }


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


  .md\:flex-col-reverse{
    flex-direction: column-reverse;
  }


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


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


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


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


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


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


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


  .md\:gap-8{
    gap: 2rem;
  }


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


  .md\:gap-\[60px\]{
    gap: 60px;
  }


  .md\:gap-\[72px\]{
    gap: 72px;
  }


  .md\:gap-\[88px\]{
    gap: 88px;
  }


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


  .md\:whitespace-normal{
    white-space: normal;
  }


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


  .md\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }


  .md\:px-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }


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


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


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


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


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


  .md\:pl-9{
    padding-left: 2.25rem;
  }


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


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


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


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


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


  .md\:leading-\[50\.4px\]{
    line-height: 50.4px;
  }


  .md\:leading-\[67\.2px\]{
    line-height: 67.2px;
  }
}

@media (min-width: 900px){


  .betweenMDLG\:right-\[-30vw\]{
    right: -30vw;
  }
}

@media (min-width: 1024px){


  .lg\:right-\[-25vw\]{
    right: -25vw;
  }


  .lg\:ml-6{
    margin-left: 1.5rem;
  }


  .lg\:flex{
    display: flex;
  }


  .lg\:hidden{
    display: none;
  }


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


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


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


  .lg\:min-h-full{
    min-height: 100%;
  }


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


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


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


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


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


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


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


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


  .lg\:max-w-\[287\.86px\]{
    max-width: 287.86px;
  }


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


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


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


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


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


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


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


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


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


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


  .lg\:gap-\[60px\]{
    gap: 60px;
  }


  .lg\:px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }


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


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


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


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


  .lg\:pl-11{
    padding-left: 2.75rem;
  }


  .lg\:pr-11{
    padding-right: 2.75rem;
  }


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


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


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

@media (min-width: 1280px){


  .xl\:right-\[-5vw\]{
    right: -5vw;
  }


  .xl\:h-full{
    height: 100%;
  }


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


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


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


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


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


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


  .xl\:max-w-\[406\.15px\]{
    max-width: 406.15px;
  }


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


  .xl\:max-w-\[85\.81px\]{
    max-width: 85.81px;
  }


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


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


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


  .xl\:justify-around{
    justify-content: space-around;
  }


  .xl\:gap-\[110px\]{
    gap: 110px;
  }


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


  .xl\:pl-\[72px\]{
    padding-left: 72px;
  }


  .xl\:pr-\[72px\]{
    padding-right: 72px;
  }


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

@media (min-width: 1400px){


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

@media (min-width: 1536px){


  .\32xl\:right-\[0vw\]{
    right: 0vw;
  }


  .\32xl\:w-\[45vw\]{
    width: 45vw;
  }


  .\32xl\:pl-\[10vw\]{
    padding-left: 10vw;
  }
}

@media (min-width: 1920px){


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


