/*
! tailwindcss v3.3.3 | 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: #6C6B79; /* 2 */
}

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. 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-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-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;
}
    @keyframes crescendo {
        0% {
            transform: scale(1);
        }
        50% {
            transform: scale(1.1);
        }
        100% {
            transform: scale(1);
        }
    }
    @font-face {
        font-family: 'Rubik';
        src: url("/assets/fonts/Rubik-Black.ttf") format('truetype');
        font-weight: 900; 
    }
    @font-face {
        font-family: 'Rubik';
        src: url("/assets/fonts/Rubik-Regular.ttf") format('truetype');
        font-weight: 400; 
    }
    #__bs_notify__ {
        display: none !important;
    }

*, ::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:  ;
}
.vfm--overlay {
        background-color: rgba(0, 0, 0, 0.7) !important;
    }
.inactive-modal{
    display: none !important;
}
/*.form {*/
/*    @apply tw-px-4 tw-py-6 tw-bg-white tw-bg-opacity-[0.08] tw-rounded-xl tw-flex tw-flex-col tw-gap-y-4;*/
/*    @apply lg:tw-px-14 lg:tw-py-12;*/
/*}*/
.error-message{
    margin-top: 0.25rem;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(239 68 68 / var(--tw-text-opacity));
}
/*.copy-success {*/
/*    @apply tw-absolute tw-right-[-20px] tw-top-[-20px] tw-text-mobile-small-paragraph tw-text-blue-500 tw-bg-blue-100 tw-px-2 tw-py-1 tw-rounded tw-border tw-border-blue-500;*/
/*}*/
.input-with-copy{
    position: relative;
}
.input-with-copy .copy-success{
    position: absolute;
    right: 0.25rem;
    bottom: 0.375rem;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    background-color: rgb(190 216 93 / var(--tw-bg-opacity));
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.text-input{
    width: 100%;
    border-radius: 0.25rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(108 107 121 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity));
    padding: 1rem;
    text-align: center;
    font-size: 14px;
    --tw-text-opacity: 1;
    color: rgb(30 58 138 / var(--tw-text-opacity));
}
.headerInfo.swiper-wrapper{
    display: flex;
    align-items: center;
    -moz-column-gap: 1rem;
         column-gap: 1rem;
    row-gap: 0.5rem;
}
.vfm--fixed{position:fixed}
.vfm--absolute{position:absolute}
.vfm--inset{top:0;right:0;bottom:0;left:0}
.vfm--overlay{z-index:-1;background-color:#00000080}
.vfm--prevent-none{pointer-events:none}
.vfm--prevent-auto{pointer-events:auto}
.vfm--outline-none:focus{outline:none}
@keyframes fade-in{0%{opacity:0}to{opacity:1}}
@keyframes fade-out{0%{opacity:1}to{opacity:0}}
.vfm-fade-enter-active{animation:fade-in .3s ease}
.vfm-fade-leave-active{animation:fade-out .3s ease}
.vfm-bounce-back{transition-property:transform;transition-duration:.3s}
.vfm-slide-up-enter-active,.vfm-slide-up-leave-active,.vfm-slide-down-enter-active,.vfm-slide-down-leave-active{transition:transform .3s ease}
.vfm-slide-down-enter-from,.vfm-slide-down-leave-to{transform:translateY(100vh)!important}
.vfm-slide-up-enter-from,.vfm-slide-up-leave-to{transform:translateY(-100vh)!important}
.vfm-slide-right-enter-active,.vfm-slide-right-leave-active,.vfm-slide-left-enter-active,.vfm-slide-left-leave-active{transition:transform .3s ease}
.vfm-slide-right-enter-from,.vfm-slide-right-leave-to{transform:translate(100vw)!important}
.vfm-slide-left-enter-from,.vfm-slide-left-leave-to{transform:translate(-100vw)!important}
.vfm-swipe-banner-back,.vfm-swipe-banner-forward{position:fixed;top:0;bottom:0;width:27px;z-index:10}
.vfm-swipe-banner-back{left:0}
.vfm-swipe-banner-forward{right:0}
.chicken-visible-hearts rect {
        display: none;
    }
.chicken-visible-hearts-1 rect:nth-of-type(1) {
        display: inline;
    }
.chicken-visible-hearts-2 rect:nth-of-type(1),
    .chicken-visible-hearts-2 rect:nth-of-type(2) {
        display: inline;
    }
.chicken-visible-hearts-3 rect:nth-of-type(1),
    .chicken-visible-hearts-3 rect:nth-of-type(2),
    .chicken-visible-hearts-3 rect:nth-of-type(3) {
        display: inline;
    }
.chicken-visible-hearts-4 rect:nth-of-type(1),
    .chicken-visible-hearts-4 rect:nth-of-type(2),
    .chicken-visible-hearts-4 rect:nth-of-type(3),
    .chicken-visible-hearts-4 rect:nth-of-type(8) {
        display: inline;
    }
.chicken-visible-hearts-5 rect:nth-of-type(1),
    .chicken-visible-hearts-5 rect:nth-of-type(2),
    .chicken-visible-hearts-5 rect:nth-of-type(3),
    .chicken-visible-hearts-5 rect:nth-of-type(4),
    .chicken-visible-hearts-5 rect:nth-of-type(8) {
        display: inline;
    }
.chicken-visible-hearts-6 rect:nth-of-type(1),
    .chicken-visible-hearts-6 rect:nth-of-type(2),
    .chicken-visible-hearts-6 rect:nth-of-type(3),
    .chicken-visible-hearts-6 rect:nth-of-type(4),
    .chicken-visible-hearts-6 rect:nth-of-type(6),
    .chicken-visible-hearts-6 rect:nth-of-type(8) {
        display: inline;
    }
.chicken-visible-hearts-7 rect:nth-of-type(1),
    .chicken-visible-hearts-7 rect:nth-of-type(2),
    .chicken-visible-hearts-7 rect:nth-of-type(3),
    .chicken-visible-hearts-7 rect:nth-of-type(4),
    .chicken-visible-hearts-7 rect:nth-of-type(5),
    .chicken-visible-hearts-7 rect:nth-of-type(6),
    .chicken-visible-hearts-7 rect:nth-of-type(8) {
        display: inline;
    }
.chicken-visible-hearts-8 rect:nth-of-type(1),
    .chicken-visible-hearts-8 rect:nth-of-type(2),
    .chicken-visible-hearts-8 rect:nth-of-type(3),
    .chicken-visible-hearts-8 rect:nth-of-type(4),
    .chicken-visible-hearts-8 rect:nth-of-type(5),
    .chicken-visible-hearts-8 rect:nth-of-type(6),
    .chicken-visible-hearts-8 rect:nth-of-type(7),
    .chicken-visible-hearts-8 rect:nth-of-type(8) {
        display: inline;
    }
/*
;
";
@import "components/swiper.css";
@import "components/text.css";
@import "components/video.css";
@import "components/pages/special-thank-you.css";
@import "components/actions.css";
@import "components/animations.css";*/
.tw-sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}
.tw-fixed{
    position: fixed;
}
.tw-absolute{
    position: absolute;
}
.tw-relative{
    position: relative;
}
.tw-inset-0{
    inset: 0px;
}
.-tw-bottom-4{
    bottom: -1rem;
}
.-tw-bottom-\[8\%\]{
    bottom: -8%;
}
.-tw-right-\[2\%\]{
    right: -2%;
}
.-tw-top-0{
    top: -0px;
}
.-tw-top-4{
    top: -1rem;
}
.tw-bottom-0{
    bottom: 0px;
}
.tw-bottom-2{
    bottom: 0.5rem;
}
.tw-bottom-5{
    bottom: 1.25rem;
}
.tw-bottom-\[-10\%\]{
    bottom: -10%;
}
.tw-bottom-\[-15\%\]{
    bottom: -15%;
}
.tw-bottom-\[-20\%\]{
    bottom: -20%;
}
.tw-bottom-\[-25\%\]{
    bottom: -25%;
}
.tw-bottom-\[-2px\]{
    bottom: -2px;
}
.tw-bottom-\[-40\%\]{
    bottom: -40%;
}
.tw-left-0{
    left: 0px;
}
.tw-left-1\/2{
    left: 50%;
}
.tw-left-2{
    left: 0.5rem;
}
.tw-left-4{
    left: 1rem;
}
.tw-left-\[0\.5\%\]{
    left: 0.5%;
}
.tw-left-\[5\%\]{
    left: 5%;
}
.tw-left-\[50\%\]{
    left: 50%;
}
.tw-left-auto{
    left: auto;
}
.tw-right-0{
    right: 0px;
}
.tw-right-2{
    right: 0.5rem;
}
.tw-right-4{
    right: 1rem;
}
.tw-right-\[-10\%\]{
    right: -10%;
}
.tw-right-\[-100px\]{
    right: -100px;
}
.tw-right-\[-130px\]{
    right: -130px;
}
.tw-right-\[-7\%\]{
    right: -7%;
}
.tw-right-\[10\%\]{
    right: 10%;
}
.tw-right-\[23\%\]{
    right: 23%;
}
.tw-right-\[25\%\]{
    right: 25%;
}
.tw-right-\[3\%\]{
    right: 3%;
}
.tw-right-\[32\%\]{
    right: 32%;
}
.tw-right-\[5\%\]{
    right: 5%;
}
.tw-right-\[50\%\]{
    right: 50%;
}
.tw-top-0{
    top: 0px;
}
.tw-top-1\/2{
    top: 50%;
}
.tw-top-2{
    top: 0.5rem;
}
.tw-top-6{
    top: 1.5rem;
}
.tw-top-\[-10\%\]{
    top: -10%;
}
.tw-top-\[-140px\]{
    top: -140px;
}
.tw-top-\[-35px\]{
    top: -35px;
}
.tw-top-\[-5\%\]{
    top: -5%;
}
.tw-top-\[-70\%\]{
    top: -70%;
}
.tw-top-\[15\%\]{
    top: 15%;
}
.tw-top-\[40\%\]{
    top: 40%;
}
.tw-top-\[65px\]{
    top: 65px;
}
.tw-top-\[80\%\]{
    top: 80%;
}
.tw-top-auto{
    top: auto;
}
.tw-z-0{
    z-index: 0;
}
.tw-z-10{
    z-index: 10;
}
.tw-z-20{
    z-index: 20;
}
.tw-z-30{
    z-index: 30;
}
.tw-z-\[1\]{
    z-index: 1;
}
.tw-m-0{
    margin: 0px;
}
.tw-m-2{
    margin: 0.5rem;
}
.tw-m-4{
    margin: 1rem;
}
.tw-m-8{
    margin: 2rem;
}
.tw-m-auto{
    margin: auto;
}
.tw-mx-0{
    margin-left: 0px;
    margin-right: 0px;
}
.tw-mx-10{
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}
.tw-mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
}
.tw-mx-auto{
    margin-left: auto;
    margin-right: auto;
}
.tw-my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}
.tw-my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.tw-my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.\!tw-ml-0{
    margin-left: 0px !important;
}
.\!tw-mt-0{
    margin-top: 0px !important;
}
.-tw-ml-10{
    margin-left: -2.5rem;
}
.-tw-ml-12{
    margin-left: -3rem;
}
.-tw-mr-20{
    margin-right: -5rem;
}
.-tw-mr-6{
    margin-right: -1.5rem;
}
.tw-mb-10{
    margin-bottom: 2.5rem;
}
.tw-mb-2{
    margin-bottom: 0.5rem;
}
.tw-mb-4{
    margin-bottom: 1rem;
}
.tw-mb-6{
    margin-bottom: 1.5rem;
}
.tw-ml-0{
    margin-left: 0px;
}
.tw-ml-1{
    margin-left: 0.25rem;
}
.tw-ml-10{
    margin-left: 2.5rem;
}
.tw-ml-2{
    margin-left: 0.5rem;
}
.tw-ml-6{
    margin-left: 1.5rem;
}
.tw-ml-\[8\%\]{
    margin-left: 8%;
}
.tw-ml-auto{
    margin-left: auto;
}
.tw-mr-10{
    margin-right: 2.5rem;
}
.tw-mr-\[2\%\]{
    margin-right: 2%;
}
.tw-mr-auto{
    margin-right: auto;
}
.tw-mt-0{
    margin-top: 0px;
}
.tw-mt-10{
    margin-top: 2.5rem;
}
.tw-mt-2{
    margin-top: 0.5rem;
}
.tw-mt-4{
    margin-top: 1rem;
}
.tw-mt-6{
    margin-top: 1.5rem;
}
.tw-mt-\[-12\%\]{
    margin-top: -12%;
}
.tw-mt-\[-14px\]{
    margin-top: -14px;
}
.tw-mt-\[-15\%\]{
    margin-top: -15%;
}
.tw-mt-\[-20\%\]{
    margin-top: -20%;
}
.tw-mt-\[-30\%\]{
    margin-top: -30%;
}
.tw-mt-\[-5\%\]{
    margin-top: -5%;
}
.tw-mt-\[-70px\]{
    margin-top: -70px;
}
.tw-mt-\[-8\%\]{
    margin-top: -8%;
}
.tw-mt-\[1\%\]{
    margin-top: 1%;
}
.tw-mt-\[10\%\]{
    margin-top: 10%;
}
.tw-mt-\[2\%\]{
    margin-top: 2%;
}
.tw-block{
    display: block;
}
.tw-flex{
    display: flex;
}
.tw-hidden{
    display: none;
}
.tw-h-1\/2{
    height: 50%;
}
.tw-h-1\/3{
    height: 33.333333%;
}
.tw-h-2{
    height: 0.5rem;
}
.tw-h-5{
    height: 1.25rem;
}
.tw-h-\[100px\]{
    height: 100px;
}
.tw-h-\[100vh\]{
    height: 100vh;
}
.tw-h-\[120px\]{
    height: 120px;
}
.tw-h-\[125px\]{
    height: 125px;
}
.tw-h-\[130px\]{
    height: 130px;
}
.tw-h-\[140px\]{
    height: 140px;
}
.tw-h-\[145px\]{
    height: 145px;
}
.tw-h-\[150px\]{
    height: 150px;
}
.tw-h-\[160px\]{
    height: 160px;
}
.tw-h-\[165px\]{
    height: 165px;
}
.tw-h-\[169px\]{
    height: 169px;
}
.tw-h-\[180px\]{
    height: 180px;
}
.tw-h-\[210px\]{
    height: 210px;
}
.tw-h-\[230px\]{
    height: 230px;
}
.tw-h-\[330px\]{
    height: 330px;
}
.tw-h-\[35px\]{
    height: 35px;
}
.tw-h-\[400px\]{
    height: 400px;
}
.tw-h-\[40px\]{
    height: 40px;
}
.tw-h-\[60px\]{
    height: 60px;
}
.tw-h-\[60vh\]{
    height: 60vh;
}
.tw-h-\[700px\]{
    height: 700px;
}
.tw-h-\[80\%\]{
    height: 80%;
}
.tw-h-\[80px\]{
    height: 80px;
}
.tw-h-\[90px\]{
    height: 90px;
}
.tw-h-\[90vh\]{
    height: 90vh;
}
.tw-h-\[95\%\]{
    height: 95%;
}
.tw-h-auto{
    height: auto;
}
.tw-h-full{
    height: 100%;
}
.tw-h-px{
    height: 1px;
}
.tw-h-screen{
    height: 100vh;
}
.tw-max-h-\[150px\]{
    max-height: 150px;
}
.tw-max-h-\[2000px\]{
    max-height: 2000px;
}
.tw-max-h-\[250px\]{
    max-height: 250px;
}
.tw-max-h-\[350px\]{
    max-height: 350px;
}
.tw-max-h-\[50px\]{
    max-height: 50px;
}
.tw-max-h-\[98vh\]{
    max-height: 98vh;
}
.tw-min-h-\[1000px\]{
    min-height: 1000px;
}
.tw-min-h-\[100vh\]{
    min-height: 100vh;
}
.tw-min-h-\[470px\]{
    min-height: 470px;
}
.tw-min-h-\[550px\]{
    min-height: 550px;
}
.tw-min-h-\[90vh\]{
    min-height: 90vh;
}
.tw-min-h-full{
    min-height: 100%;
}
.tw-min-h-screen{
    min-height: 100vh;
}
.tw-w-2{
    width: 0.5rem;
}
.tw-w-5{
    width: 1.25rem;
}
.tw-w-6{
    width: 1.5rem;
}
.tw-w-\[100\%\]{
    width: 100%;
}
.tw-w-\[100px\]{
    width: 100px;
}
.tw-w-\[100vw\]{
    width: 100vw;
}
.tw-w-\[120\%\]{
    width: 120%;
}
.tw-w-\[178px\]{
    width: 178px;
}
.tw-w-\[200px\]{
    width: 200px;
}
.tw-w-\[270px\]{
    width: 270px;
}
.tw-w-\[290px\]{
    width: 290px;
}
.tw-w-\[300px\]{
    width: 300px;
}
.tw-w-\[310px\]{
    width: 310px;
}
.tw-w-\[315px\]{
    width: 315px;
}
.tw-w-\[340px\]{
    width: 340px;
}
.tw-w-\[350px\]{
    width: 350px;
}
.tw-w-\[35px\]{
    width: 35px;
}
.tw-w-\[370px\]{
    width: 370px;
}
.tw-w-\[380px\]{
    width: 380px;
}
.tw-w-\[390px\]{
    width: 390px;
}
.tw-w-\[40px\]{
    width: 40px;
}
.tw-w-\[45\%\]{
    width: 45%;
}
.tw-w-\[500px\]{
    width: 500px;
}
.tw-w-\[50vw\]{
    width: 50vw;
}
.tw-w-\[60\%\]{
    width: 60%;
}
.tw-w-\[80\%\]{
    width: 80%;
}
.tw-w-\[80px\]{
    width: 80px;
}
.tw-w-\[90\%\]{
    width: 90%;
}
.tw-w-\[95\%\]{
    width: 95%;
}
.tw-w-\[95px\]{
    width: 95px;
}
.tw-w-\[95vw\]{
    width: 95vw;
}
.tw-w-\[99\%\]{
    width: 99%;
}
.tw-w-auto{
    width: auto;
}
.tw-w-fit{
    width: -moz-fit-content;
    width: fit-content;
}
.tw-w-full{
    width: 100%;
}
.tw-w-screen{
    width: 100vw;
}
.tw-min-w-\[250px\]{
    min-width: 250px;
}
.tw-min-w-\[300px\]{
    min-width: 300px;
}
.tw-min-w-\[30px\]{
    min-width: 30px;
}
.tw-min-w-\[90\%\]{
    min-width: 90%;
}
.tw-min-w-\[90vw\]{
    min-width: 90vw;
}
.tw-min-w-full{
    min-width: 100%;
}
.\!tw-max-w-\[1000px\]{
    max-width: 1000px !important;
}
.\!tw-max-w-\[98vw\]{
    max-width: 98vw !important;
}
.tw-max-w-7xl{
    max-width: 80rem;
}
.tw-max-w-\[100vw\]{
    max-width: 100vw;
}
.tw-max-w-\[180px\]{
    max-width: 180px;
}
.tw-max-w-\[270px\]{
    max-width: 270px;
}
.tw-max-w-\[340px\]{
    max-width: 340px;
}
.tw-max-w-\[350px\]{
    max-width: 350px;
}
.tw-max-w-\[40\%\]{
    max-width: 40%;
}
.tw-max-w-\[400px\]{
    max-width: 400px;
}
.tw-max-w-\[50px\]{
    max-width: 50px;
}
.tw-max-w-\[50vw\]{
    max-width: 50vw;
}
.tw-max-w-\[80\%\]{
    max-width: 80%;
}
.tw-max-w-\[90\%\]{
    max-width: 90%;
}
.tw-max-w-full{
    max-width: 100%;
}
.tw-max-w-xl{
    max-width: 36rem;
}
.tw-flex-1{
    flex: 1 1 0%;
}
.tw-flex-grow{
    flex-grow: 1;
}
.tw-grow{
    flex-grow: 1;
}
.tw-grow-\[1\]{
    flex-grow: 1;
}
.-tw-translate-x-1\/2{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-tw-translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw--translate-y-1\/2{
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-1\/2{
    --tw-translate-x: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.tw-translate-x-\[5\%\]{
    --tw-translate-x: 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));
}
.tw-translate-y-1\/2{
    --tw-translate-y: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-tw-rotate-1{
    --tw-rotate: -1deg;
    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));
}
.-tw-rotate-2{
    --tw-rotate: -2deg;
    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));
}
.-tw-rotate-6{
    --tw-rotate: -6deg;
    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));
}
.tw-rotate-3{
    --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));
}
.tw-rotate-\[-1deg\]{
    --tw-rotate: -1deg;
    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));
}
.tw-rotate-\[-2deg\]{
    --tw-rotate: -2deg;
    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));
}
.tw-rotate-\[-38deg\]{
    --tw-rotate: -38deg;
    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));
}
.tw-rotate-\[-3deg\]{
    --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));
}
.tw-rotate-\[-65deg\]{
    --tw-rotate: -65deg;
    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));
}
.tw-rotate-\[2deg\]{
    --tw-rotate: 2deg;
    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));
}
.tw-rotate-\[3deg\]{
    --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));
}
.tw-scale-x-\[-1\]{
    --tw-scale-x: -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));
}
.tw-scale-y-\[-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));
}
.tw-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));
}
.tw-cursor-pointer{
    cursor: pointer;
}
.tw-list-disc{
    list-style-type: disc;
}
.tw-appearance-none{
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}
.tw-flex-row{
    flex-direction: row;
}
.tw-flex-col{
    flex-direction: column;
}
.tw-flex-col-reverse{
    flex-direction: column-reverse;
}
.tw-flex-wrap{
    flex-wrap: wrap;
}
.tw-items-start{
    align-items: flex-start;
}
.tw-items-end{
    align-items: flex-end;
}
.tw-items-center{
    align-items: center;
}
.tw-items-stretch{
    align-items: stretch;
}
.tw-justify-start{
    justify-content: flex-start;
}
.tw-justify-center{
    justify-content: center;
}
.tw-justify-between{
    justify-content: space-between;
}
.tw-justify-around{
    justify-content: space-around;
}
.tw-gap-0{
    gap: 0px;
}
.tw-gap-10{
    gap: 2.5rem;
}
.tw-gap-2{
    gap: 0.5rem;
}
.tw-gap-28{
    gap: 7rem;
}
.tw-gap-4{
    gap: 1rem;
}
.tw-gap-6{
    gap: 1.5rem;
}
.tw-gap-8{
    gap: 2rem;
}
.tw-gap-\[6rem\]{
    gap: 6rem;
}
.tw-gap-x-4{
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}
.tw-gap-x-\[8rem\]{
    -moz-column-gap: 8rem;
         column-gap: 8rem;
}
.tw-gap-y-4{
    row-gap: 1rem;
}
.tw-gap-y-\[4rem\]{
    row-gap: 4rem;
}
.tw-space-x-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.25rem * var(--tw-space-x-reverse));
    margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-space-x-10 > :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)));
}
.tw-space-y-1 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.tw-space-y-4 > :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));
}
.tw-space-y-\[-4rem\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(-4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(-4rem * var(--tw-space-y-reverse));
}
.tw-overflow-hidden{
    overflow: hidden;
}
.tw-overflow-y-auto{
    overflow-y: auto;
}
.tw-overflow-x-hidden{
    overflow-x: hidden;
}
.tw-whitespace-nowrap{
    white-space: nowrap;
}
.tw-rounded{
    border-radius: 0.25rem;
}
.tw-rounded-full{
    border-radius: 9999px;
}
.tw-rounded-lg{
    border-radius: 0.5rem;
}
.tw-rounded-md{
    border-radius: 0.375rem;
}
.tw-rounded-xl{
    border-radius: 0.75rem;
}
.tw-border{
    border-width: 1px;
}
.tw-border-2{
    border-width: 2px;
}
.tw-border-b-2{
    border-bottom-width: 2px;
}
.tw-border-\[\#8E8B9D\]{
    --tw-border-opacity: 1;
    border-color: rgb(142 139 157 / var(--tw-border-opacity));
}
.tw-border-black-200{
    --tw-border-opacity: 1;
    border-color: rgb(25 27 43 / var(--tw-border-opacity));
}
.tw-border-gray-100{
    --tw-border-opacity: 1;
    border-color: rgb(128 128 128 / var(--tw-border-opacity));
}
.tw-border-gray-200{
    --tw-border-opacity: 1;
    border-color: rgb(108 107 121 / var(--tw-border-opacity));
}
.tw-border-white{
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!tw-bg-\[\#F3EEFB\]{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 238 251 / var(--tw-bg-opacity)) !important;
}
.\!tw-bg-green-200{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(190 216 93 / var(--tw-bg-opacity)) !important;
}
.tw-bg-\[\#00000060\]{
    background-color: #00000060;
}
.tw-bg-\[\#11121F\]{
    --tw-bg-opacity: 1;
    background-color: rgb(17 18 31 / var(--tw-bg-opacity));
}
.tw-bg-\[rgba\(0\,0\,0\,0\.64\)\]{
    background-color: rgba(0,0,0,0.64);
}
.tw-bg-black-200{
    --tw-bg-opacity: 1;
    background-color: rgb(25 27 43 / var(--tw-bg-opacity));
}
.tw-bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgb(17 18 31 / var(--tw-bg-opacity));
}
.tw-bg-blue-300{
    --tw-bg-opacity: 1;
    background-color: rgb(0 119 242 / var(--tw-bg-opacity));
}
.tw-bg-gray-100{
    --tw-bg-opacity: 1;
    background-color: rgb(128 128 128 / var(--tw-bg-opacity));
}
.tw-bg-gray-200{
    --tw-bg-opacity: 1;
    background-color: rgb(108 107 121 / var(--tw-bg-opacity));
}
.tw-bg-gray-50{
    --tw-bg-opacity: 1;
    background-color: rgb(237 233 243 / var(--tw-bg-opacity));
}
.tw-bg-green-100{
    --tw-bg-opacity: 1;
    background-color: rgb(121 208 63 / var(--tw-bg-opacity));
}
.tw-bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgb(190 216 93 / var(--tw-bg-opacity));
}
.tw-bg-transparent{
    background-color: transparent;
}
.tw-bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.tw-bg-opacity-80{
    --tw-bg-opacity: 0.8;
}
.tw-bg-opacity-90{
    --tw-bg-opacity: 0.9;
}
.tw-bg-\[linear-gradient\(to_top\,\#191B2B_10\%\,transparent_100\%\)\]{
    background-image: linear-gradient(to top,#191B2B 10%,transparent 100%);
}
.tw-bg-\[url\(\'\/assets\/images\/DONATION\/SectionHeader\/MOBILE\.png\'\)\]{
    background-image: url('/assets/images/DONATION/SectionHeader/MOBILE.png');
}
.tw-bg-\[url\(\'\/assets\/images\/DONATION\/SectionHeader\/bottom\.png\'\)\]{
    background-image: url('/assets/images/DONATION/SectionHeader/bottom.png');
}
.tw-bg-\[url\(\'\/assets\/images\/DONATION\/SectionHelp\/bubble_1_m\.svg\'\)\]{
    background-image: url('/assets/images/DONATION/SectionHelp/bubble_1_m.svg');
}
.tw-bg-\[url\(\'\/assets\/images\/DONATION\/SectionHelp\/bubble_2_mobile\.svg\'\)\]{
    background-image: url('/assets/images/DONATION/SectionHelp/bubble_2_mobile.svg');
}
.tw-bg-\[url\(\'\/assets\/images\/DONATION\/SectionHelp\/bubble_3_m\.svg\'\)\]{
    background-image: url('/assets/images/DONATION/SectionHelp/bubble_3_m.svg');
}
.tw-bg-\[url\(\'\/assets\/images\/HP\/SectionHeader\/MOBILE_HERO\.png\'\)\]{
    background-image: url('/assets/images/HP/SectionHeader/MOBILE_HERO.png');
}
.tw-bg-\[url\(\'\/assets\/images\/HP\/SectionImages\/chic_slip_1\.svg\'\)\]{
    background-image: url('/assets/images/HP/SectionImages/chic_slip_1.svg');
}
.tw-bg-\[url\(\'\/assets\/images\/HP\/SectionLast\/SLEPICE_MOBIL\.png\'\)\]{
    background-image: url('/assets/images/HP/SectionLast/SLEPICE_MOBIL.png');
}
.tw-bg-\[url\(\'\/assets\/images\/HP\/SectionTimeline\/bubble1_m\.svg\'\)\]{
    background-image: url('/assets/images/HP/SectionTimeline/bubble1_m.svg');
}
.tw-bg-\[url\(\'\/assets\/images\/HP\/SectionTimeline\/bubble2_m\.svg\'\)\]{
    background-image: url('/assets/images/HP/SectionTimeline/bubble2_m.svg');
}
.tw-bg-\[url\(\'\/assets\/images\/HP\/SectionTimeline\/bubble3_m\.svg\'\)\]{
    background-image: url('/assets/images/HP/SectionTimeline/bubble3_m.svg');
}
.tw-bg-\[url\(\'\/assets\/images\/HP\/SectionTimeline\/bubble4\.svg\'\)\]{
    background-image: url('/assets/images/HP/SectionTimeline/bubble4.svg');
}
.tw-bg-\[url\(\'\/assets\/images\/HP\/SectionTimeline\/bubble5\.svg\'\)\]{
    background-image: url('/assets/images/HP/SectionTimeline/bubble5.svg');
}
.tw-bg-\[url\(\'\/assets\/images\/HP\/SectionTraitors\/green_l\.png\'\)\]{
    background-image: url('/assets/images/HP/SectionTraitors/green_l.png');
}
.tw-bg-\[url\(\'\/assets\/images\/HP\/SectionTraitors\/red\.png\'\)\]{
    background-image: url('/assets/images/HP/SectionTraitors/red.png');
}
.tw-bg-\[url\(\'\/assets\/images\/HP\/SectionVideos\/bubble_12\.svg\'\)\]{
    background-image: url('/assets/images/HP/SectionVideos/bubble_12.svg');
}
.tw-bg-\[url\(\'\/assets\/images\/HP\/SectionVideos\/bubble_19\.svg\'\)\]{
    background-image: url('/assets/images/HP/SectionVideos/bubble_19.svg');
}
.tw-bg-\[url\(\'\/assets\/images\/HP\/SectionVideos\/bubble_29\.svg\'\)\]{
    background-image: url('/assets/images/HP/SectionVideos/bubble_29.svg');
}
.tw-bg-\[url\(\'\/assets\/images\/HP\/SectionVideos\/bubble_38\.svg\'\)\]{
    background-image: url('/assets/images/HP/SectionVideos/bubble_38.svg');
}
.tw-bg-\[url\(\'\/assets\/images\/MISSING_DATA\/HERO\.png\'\)\]{
    background-image: url('/assets/images/MISSING_DATA/HERO.png');
}
.tw-bg-\[url\(\'\/assets\/images\/OVERENI\/HERO\.png\'\)\]{
    background-image: url('/assets/images/OVERENI/HERO.png');
}
.tw-bg-\[url\(\'\/assets\/images\/PRIKAZ\/HERO\.png\'\)\]{
    background-image: url('/assets/images/PRIKAZ/HERO.png');
}
.tw-bg-\[url\(\'\/assets\/images\/SHARE\/HERO\.png\'\)\]{
    background-image: url('/assets/images/SHARE/HERO.png');
}
.tw-bg-\[url\(\'\/assets\/images\/THANK_YOU\/HERO\.png\'\)\]{
    background-image: url('/assets/images/THANK_YOU/HERO.png');
}
.tw-bg-\[url\(\'\/assets\/images\/THANK_YOU\/bubble_s\.svg\'\)\]{
    background-image: url('/assets/images/THANK_YOU/bubble_s.svg');
}
.tw-bg-form{
    background-image: url('/assets/images/bg-form.png');
}
.tw-bg-gradient-to-b{
    background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.tw-bg-gradient-to-t{
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.tw-bg-pattern{
    background-image: url('/assets/images/bg-pattern.png');
}
.tw-bg-pattern-white{
    background-image: url('/assets/images/bg-pattern-white.png');
}
.tw-from-\[\#11121F\]{
    --tw-gradient-from: #11121F var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 18 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-blue-200{
    --tw-gradient-from: #11121F var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(17 18 31 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.tw-from-10\%{
    --tw-gradient-from-position: 10%;
}
.tw-to-transparent{
    --tw-gradient-to: transparent var(--tw-gradient-to-position);
}
.tw-bg-contain{
    background-size: contain;
}
.tw-bg-cover{
    background-size: cover;
}
.tw-bg-\[30\%\]{
    background-position: 30%;
}
.tw-bg-center{
    background-position: center;
}
.tw-bg-right{
    background-position: right;
}
.tw-bg-top{
    background-position: top;
}
.tw-bg-no-repeat{
    background-repeat: no-repeat;
}
.tw-object-cover{
    -o-object-fit: cover;
       object-fit: cover;
}
.tw-p-0{
    padding: 0px;
}
.tw-p-10{
    padding: 2.5rem;
}
.tw-p-2{
    padding: 0.5rem;
}
.tw-p-4{
    padding: 1rem;
}
.tw-p-6{
    padding: 1.5rem;
}
.tw-p-\[1rem\]{
    padding: 1rem;
}
.tw-p-\[2\%\]{
    padding: 2%;
}
.tw-px-0{
    padding-left: 0px;
    padding-right: 0px;
}
.tw-px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}
.tw-px-14{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
.tw-px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.tw-px-4{
    padding-left: 1rem;
    padding-right: 1rem;
}
.tw-px-8{
    padding-left: 2rem;
    padding-right: 2rem;
}
.tw-px-\[10px\]{
    padding-left: 10px;
    padding-right: 10px;
}
.tw-px-\[14px\]{
    padding-left: 14px;
    padding-right: 14px;
}
.tw-px-\[2rem\]{
    padding-left: 2rem;
    padding-right: 2rem;
}
.tw-py-0{
    padding-top: 0px;
    padding-bottom: 0px;
}
.tw-py-0\.5{
    padding-top: 0.125rem;
    padding-bottom: 0.125rem;
}
.tw-py-1{
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}
.tw-py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}
.tw-py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.tw-py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.tw-py-3{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}
.tw-py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.tw-py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.tw-py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.tw-pb-0{
    padding-bottom: 0px;
}
.tw-pb-10{
    padding-bottom: 2.5rem;
}
.tw-pb-6{
    padding-bottom: 1.5rem;
}
.tw-pb-\[16px\]{
    padding-bottom: 16px;
}
.tw-pl-0{
    padding-left: 0px;
}
.tw-pl-4{
    padding-left: 1rem;
}
.tw-pl-\[16px\]{
    padding-left: 16px;
}
.tw-pl-\[5\%\]{
    padding-left: 5%;
}
.tw-pr-0{
    padding-right: 0px;
}
.tw-pr-\[20px\]{
    padding-right: 20px;
}
.tw-pt-14{
    padding-top: 3.5rem;
}
.tw-pt-20{
    padding-top: 5rem;
}
.tw-pt-6{
    padding-top: 1.5rem;
}
.tw-pt-\[45px\]{
    padding-top: 45px;
}
.\!tw-text-left{
    text-align: left !important;
}
.tw-text-left{
    text-align: left;
}
.tw-text-center{
    text-align: center;
}
.tw-text-right{
    text-align: right;
}
.tw-text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
}
.tw-text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
}
.tw-text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
}
.tw-text-5xl{
    font-size: 3rem;
    line-height: 1;
}
.tw-text-6xl{
    font-size: 3.75rem;
    line-height: 1;
}
.tw-text-\[1\.125rem\]{
    font-size: 1.125rem;
}
.tw-text-\[1\.3rem\]{
    font-size: 1.3rem;
}
.tw-text-\[1\.6rem\]{
    font-size: 1.6rem;
}
.tw-text-\[1\.8rem\]{
    font-size: 1.8rem;
}
.tw-text-\[1rem\]{
    font-size: 1rem;
}
.tw-text-\[2\.6rem\]{
    font-size: 2.6rem;
}
.tw-text-\[2rem\]{
    font-size: 2rem;
}
.tw-text-base{
    font-size: 1rem;
    line-height: 1.5rem;
}
.tw-text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
.tw-text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
}
.tw-text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.tw-text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
}
.\!tw-font-normal{
    font-weight: 400 !important;
}
.tw-font-black{
    font-weight: 900;
}
.tw-font-bold{
    font-weight: 700;
}
.tw-font-semibold{
    font-weight: 600;
}
.tw-uppercase{
    text-transform: uppercase;
}
.tw-leading-\[1\.1\]{
    line-height: 1.1;
}
.tw-leading-\[140\%\]{
    line-height: 140%;
}
.\!tw-text-black-200{
    --tw-text-opacity: 1 !important;
    color: rgb(25 27 43 / var(--tw-text-opacity)) !important;
}
.tw-text-\[\#8E8B9D\]{
    --tw-text-opacity: 1;
    color: rgb(142 139 157 / var(--tw-text-opacity));
}
.tw-text-black-200{
    --tw-text-opacity: 1;
    color: rgb(25 27 43 / var(--tw-text-opacity));
}
.tw-text-gray-100{
    --tw-text-opacity: 1;
    color: rgb(128 128 128 / var(--tw-text-opacity));
}
.tw-text-gray-200{
    --tw-text-opacity: 1;
    color: rgb(108 107 121 / var(--tw-text-opacity));
}
.tw-text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity));
}
.tw-text-gray-700{
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity));
}
.tw-text-green-200{
    --tw-text-opacity: 1;
    color: rgb(190 216 93 / var(--tw-text-opacity));
}
.tw-text-red-200{
    --tw-text-opacity: 1;
    color: rgb(240 35 71 / var(--tw-text-opacity));
}
.tw-text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-underline{
    text-decoration-line: underline;
}
.tw-placeholder-\[\#8E8B9D\]::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(142 139 157 / var(--tw-placeholder-opacity));
}
.tw-placeholder-\[\#8E8B9D\]::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(142 139 157 / var(--tw-placeholder-opacity));
}
.tw-placeholder-gray-200::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(108 107 121 / var(--tw-placeholder-opacity));
}
.tw-placeholder-gray-200::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(108 107 121 / var(--tw-placeholder-opacity));
}
.tw-placeholder-white::-moz-placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.tw-placeholder-white::placeholder{
    --tw-placeholder-opacity: 1;
    color: rgb(255 255 255 / var(--tw-placeholder-opacity));
}
.tw-opacity-0{
    opacity: 0;
}
.tw-opacity-100{
    opacity: 1;
}
.tw-shadow{
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-2xl{
    --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
    --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-lg{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-outline-none{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.tw-blur-2xl{
    --tw-blur: blur(40px);
    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);
}
.tw-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;
}
.tw-transition-opacity{
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}
.tw-duration-300{
    transition-duration: 300ms;
}
.tw-duration-500{
    transition-duration: 500ms;
}
.tw-ease-in-out{
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tw-text-shadow-xl{
    text-shadow: 1px 1px 3px rgb(0 0 0 / 29%), 2px 4px 7px rgb(73 64 125 / 35%);
}
input[type='number']::-webkit-inner-spin-button,
  input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
input[type='number'] {
    -moz-appearance: textfield;
  }
.text-wrap-balance {
    text-wrap: balance;
}
.text-wrap-pretty {
    text-wrap: pretty;
}
.after\:tw-absolute::after{
    content: var(--tw-content);
    position: absolute;
}
.after\:tw-right-\[15\%\]::after{
    content: var(--tw-content);
    right: 15%;
}
.after\:tw-top-\[8px\]::after{
    content: var(--tw-content);
    top: 8px;
}
.after\:tw-text-base::after{
    content: var(--tw-content);
    font-size: 1rem;
    line-height: 1.5rem;
}
.after\:tw-text-\[\#8E8B9D\]::after{
    content: var(--tw-content);
    --tw-text-opacity: 1;
    color: rgb(142 139 157 / var(--tw-text-opacity));
}
.after\:tw-content-\[\'K\10D\'\]::after{
    --tw-content: 'Kč';
    content: var(--tw-content);
}
.hover\:tw-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\:\!tw-bg-green-250:hover{
    --tw-bg-opacity: 1 !important;
    background-color: rgb(215 235 122 / var(--tw-bg-opacity)) !important;
}
.hover\:tw-bg-green-200:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(190 216 93 / var(--tw-bg-opacity));
}
.hover\:tw-underline:hover{
    text-decoration-line: underline;
}
.hover\:tw-no-underline:hover{
    text-decoration-line: none;
}
.focus-visible\:tw-outline-none:focus-visible{
    outline: 2px solid transparent;
    outline-offset: 2px;
}
.tw-group:hover .group-hover\:tw-scale-105{
    --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));
}
.tw-peer:-moz-placeholder-shown ~ .peer-placeholder-shown\:tw-inline{
    display: inline;
}
.tw-peer:placeholder-shown ~ .peer-placeholder-shown\:tw-inline{
    display: inline;
}
@media (min-width: 400px){

    .xs\:tw-h-\[220px\]{
        height: 220px;
    }

    .xs\:tw-max-h-\[70px\]{
        max-height: 70px;
    }

    .xs\:tw-min-h-\[570px\]{
        min-height: 570px;
    }

    .xs\:tw-w-\[400px\]{
        width: 400px;
    }

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

    .xs\:tw-bg-\[url\(\'\/assets\/images\/THANK_YOU\/bubble_m\.svg\'\)\]{
        background-image: url('/assets/images/THANK_YOU/bubble_m.svg');
    }
}
@media (min-width: 640px){

    .sm\:tw-mt-\[-20\%\]{
        margin-top: -20%;
    }

    .sm\:tw-mt-\[22\%\]{
        margin-top: 22%;
    }

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

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

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

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

    .sm\:tw-max-h-\[420px\]{
        max-height: 420px;
    }

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

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

    .sm\:tw-min-h-\[650px\]{
        min-height: 650px;
    }

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

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

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

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

    .sm\:tw-bg-\[url\(\'\/assets\/images\/DONATION\/SectionHelp\/bubble_1\.svg\'\)\]{
        background-image: url('/assets/images/DONATION/SectionHelp/bubble_1.svg');
    }

    .sm\:tw-bg-\[url\(\'\/assets\/images\/DONATION\/SectionHelp\/bubble_3\.svg\'\)\]{
        background-image: url('/assets/images/DONATION/SectionHelp/bubble_3.svg');
    }
}
@media (min-width: 768px){

    .md\:-tw-bottom-\[5\%\]{
        bottom: -5%;
    }

    .md\:-tw-left-2{
        left: -0.5rem;
    }

    .md\:-tw-right-\[56\%\]{
        right: -56%;
    }

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

    .md\:tw-right-\[-30px\]{
        right: -30px;
    }

    .md\:tw-right-auto{
        right: auto;
    }

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

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

    .md\:tw-top-\[3\%\]{
        top: 3%;
    }

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

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

    .md\:tw-ml-\[10\%\]{
        margin-left: 10%;
    }

    .md\:tw-mr-0{
        margin-right: 0px;
    }

    .md\:tw-mt-\[-5\%\]{
        margin-top: -5%;
    }

    .md\:tw-mt-\[10\%\]{
        margin-top: 10%;
    }

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

    .md\:tw-flex{
        display: flex;
    }

    .md\:tw-hidden{
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:tw-max-h-\[200px\]{
        max-height: 200px;
    }

    .md\:tw-min-h-\[105px\]{
        min-height: 105px;
    }

    .md\:tw-min-h-\[670px\]{
        min-height: 670px;
    }

    .md\:tw-min-h-\[850px\]{
        min-height: 850px;
    }

    .md\:tw-min-h-\[950px\]{
        min-height: 950px;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .md\:tw-min-w-\[300px\]{
        min-width: 300px;
    }

    .md\:tw-max-w-\[80\%\]{
        max-width: 80%;
    }

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

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

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

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

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

    .md\:tw-gap-4{
        gap: 1rem;
    }

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

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

    .md\:tw-gap-y-\[4rem\]{
        row-gap: 4rem;
    }

    .md\:tw-bg-\[url\(\'\/assets\/images\/DONATION\/SectionHeader\/TABLET\.png\'\)\]{
        background-image: url('/assets/images/DONATION/SectionHeader/TABLET.png');
    }

    .md\:tw-bg-\[url\(\'\/assets\/images\/HP\/SectionHeader\/TABLET_HERO\.png\'\)\]{
        background-image: url('/assets/images/HP/SectionHeader/TABLET_HERO.png');
    }

    .md\:tw-bg-\[url\(\'\/assets\/images\/HP\/SectionLast\/SLEPICE_ALT_2\.png\'\)\]{
        background-image: url('/assets/images/HP/SectionLast/SLEPICE_ALT_2.png');
    }

    .md\:tw-bg-\[url\(\'\/assets\/images\/HP\/SectionLast\/bubble\.svg\'\)\]{
        background-image: url('/assets/images/HP/SectionLast/bubble.svg');
    }

    .md\:tw-bg-\[url\(\'\/assets\/images\/THANK_YOU\/bubble\.svg\'\)\]{
        background-image: url('/assets/images/THANK_YOU/bubble.svg');
    }

    .md\:tw-bg-cover{
        background-size: cover;
    }

    .md\:tw-bg-center{
        background-position: center;
    }

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

    .md\:tw-p-4{
        padding: 1rem;
    }

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

    .md\:tw-px-10{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .md\:tw-px-14{
        padding-left: 3.5rem;
        padding-right: 3.5rem;
    }

    .md\:tw-pb-0{
        padding-bottom: 0px;
    }

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

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

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

    .md\:tw-text-left{
        text-align: left;
    }

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

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

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

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

    .md\:tw-text-\[2rem\]{
        font-size: 2rem;
    }

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

    .md\:tw-text-black-200{
        --tw-text-opacity: 1;
        color: rgb(25 27 43 / var(--tw-text-opacity));
    }
}
@media (min-width: 1024px){

    .lg\:tw-fixed{
        position: fixed;
    }

    .lg\:tw-absolute{
        position: absolute;
    }

    .lg\:tw-relative{
        position: relative;
    }

    .lg\:tw-left-\[-50\%\]{
        left: -50%;
    }

    .lg\:tw-top-\[-125px\]{
        top: -125px;
    }

    .lg\:tw-top-\[1\%\]{
        top: 1%;
    }

    .lg\:tw-top-\[3\%\]{
        top: 3%;
    }

    .lg\:tw-top-\[5\%\]{
        top: 5%;
    }

    .lg\:tw-z-10{
        z-index: 10;
    }

    .lg\:tw-z-20{
        z-index: 20;
    }

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

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

    .lg\:tw-mx-auto{
        margin-left: auto;
        margin-right: auto;
    }

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

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

    .lg\:tw-ml-10{
        margin-left: 2.5rem;
    }

    .lg\:tw-ml-16{
        margin-left: 4rem;
    }

    .lg\:tw-mr-0{
        margin-right: 0px;
    }

    .lg\:tw-mr-auto{
        margin-right: auto;
    }

    .lg\:tw-mt-0{
        margin-top: 0px;
    }

    .lg\:tw-mt-\[350px\]{
        margin-top: 350px;
    }

    .lg\:tw-block{
        display: block;
    }

    .lg\:tw-flex{
        display: flex;
    }

    .lg\:tw-hidden{
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:tw-h-auto{
        height: auto;
    }

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

    .lg\:tw-min-h-\[100vh\]{
        min-height: 100vh;
    }

    .lg\:tw-min-h-\[1100px\]{
        min-height: 1100px;
    }

    .lg\:tw-min-h-\[1200px\]{
        min-height: 1200px;
    }

    .lg\:tw-min-h-\[140vh\]{
        min-height: 140vh;
    }

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

    .lg\:tw-min-h-\[800px\]{
        min-height: 800px;
    }

    .lg\:tw-min-h-\[80vh\]{
        min-height: 80vh;
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .lg\:tw-w-\[95vw\]{
        width: 95vw;
    }

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

    .lg\:tw-min-w-0{
        min-width: 0px;
    }

    .lg\:tw-min-w-\[100vw\]{
        min-width: 100vw;
    }

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

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

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

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

    .lg\:tw-max-w-\[40vw\]{
        max-width: 40vw;
    }

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

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

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

    .lg\:tw-translate-x-\[25\%\]{
        --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));
    }

    .lg\:tw-rotate-0{
        --tw-rotate: 0deg;
        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));
    }

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

    .lg\:tw-flex-col{
        flex-direction: column;
    }

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

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

    .lg\:tw-justify-evenly{
        justify-content: space-evenly;
    }

    .lg\:tw-gap-20{
        gap: 5rem;
    }

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

    .lg\:tw-gap-\[10rem\]{
        gap: 10rem;
    }

    .lg\:tw-gap-x-10{
        -moz-column-gap: 2.5rem;
             column-gap: 2.5rem;
    }

    .lg\:tw-gap-y-\[0\]{
        row-gap: 0;
    }

    .lg\:tw-bg-\[url\(\'\/assets\/images\/DONATION\/SectionHelp\/bubble_2\.svg\'\)\]{
        background-image: url('/assets/images/DONATION/SectionHelp/bubble_2.svg');
    }

    .lg\:tw-bg-\[url\(\'\/assets\/images\/HP\/SectionTimeline\/bubble1\.svg\'\)\]{
        background-image: url('/assets/images/HP/SectionTimeline/bubble1.svg');
    }

    .lg\:tw-bg-\[url\(\'\/assets\/images\/HP\/SectionTimeline\/bubble2\.svg\'\)\]{
        background-image: url('/assets/images/HP/SectionTimeline/bubble2.svg');
    }

    .lg\:tw-bg-\[url\(\'\/assets\/images\/HP\/SectionTimeline\/bubble3\.svg\'\)\]{
        background-image: url('/assets/images/HP/SectionTimeline/bubble3.svg');
    }

    .lg\:tw-bg-right{
        background-position: right;
    }

    .lg\:tw-p-1{
        padding: 0.25rem;
    }

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

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

    .lg\:tw-p-\[3rem\]{
        padding: 3rem;
    }

    .lg\:tw-p-\[4rem\]{
        padding: 4rem;
    }

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

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

    .lg\:tw-pb-0{
        padding-bottom: 0px;
    }

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

    .lg\:tw-text-left{
        text-align: left;
    }

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

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

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

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

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

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

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

    .lg\:tw-text-\[2\.6rem\]{
        font-size: 2.6rem;
    }

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

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

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

    .lg\:after\:tw-top-\[10px\]::after{
        content: var(--tw-content);
        top: 10px;
    }

    .lg\:after\:tw-text-lg::after{
        content: var(--tw-content);
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1280px){

    .xl\:tw-bottom-\[-55\%\]{
        bottom: -55%;
    }

    .xl\:tw-bottom-\[-65\%\]{
        bottom: -65%;
    }

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

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

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

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

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

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

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

    .xl\:tw-p-2{
        padding: 0.5rem;
    }

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

    .xl\:tw-text-8xl{
        font-size: 6rem;
        line-height: 1;
    }
}
@media (min-width: 1290px){

    .lgg\:tw-static{
        position: static;
    }

    .lgg\:tw-absolute{
        position: absolute;
    }

    .lgg\:-tw-right-\[62\%\]{
        right: -62%;
    }

    .lgg\:-tw-top-6{
        top: -1.5rem;
    }

    .lgg\:tw-left-\[-8\%\]{
        left: -8%;
    }

    .lgg\:tw-right-\[0\%\]{
        right: 0%;
    }

    .lgg\:tw-top-\[-155px\]{
        top: -155px;
    }

    .lgg\:tw-top-\[20\%\]{
        top: 20%;
    }

    .lgg\:tw-m-auto{
        margin: auto;
    }

    .lgg\:-tw-ml-12{
        margin-left: -3rem;
    }

    .lgg\:tw-ml-auto{
        margin-left: auto;
    }

    .lgg\:tw-mr-auto{
        margin-right: auto;
    }

    .lgg\:tw-mt-16{
        margin-top: 4rem;
    }

    .lgg\:tw-mt-8{
        margin-top: 2rem;
    }

    .lgg\:tw-mt-\[-9\%\]{
        margin-top: -9%;
    }

    .lgg\:tw-mt-\[1\%\]{
        margin-top: 1%;
    }

    .lgg\:tw-mt-\[20px\]{
        margin-top: 20px;
    }

    .lgg\:tw-block{
        display: block;
    }

    .lgg\:tw-flex{
        display: flex;
    }

    .lgg\:tw-hidden{
        display: none;
    }

    .lgg\:tw-h-\[105px\]{
        height: 105px;
    }

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

    .lgg\:tw-h-\[125px\]{
        height: 125px;
    }

    .lgg\:tw-h-\[150px\]{
        height: 150px;
    }

    .lgg\:tw-h-\[175px\]{
        height: 175px;
    }

    .lgg\:tw-max-h-\[250px\]{
        max-height: 250px;
    }

    .lgg\:tw-min-h-\[1000px\]{
        min-height: 1000px;
    }

    .lgg\:tw-min-h-\[590px\]{
        min-height: 590px;
    }

    .lgg\:tw-min-h-\[650px\]{
        min-height: 650px;
    }

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

    .lgg\:tw-w-\[350px\]{
        width: 350px;
    }

    .lgg\:tw-w-\[360px\]{
        width: 360px;
    }

    .lgg\:tw-w-\[420px\]{
        width: 420px;
    }

    .lgg\:tw-w-\[55\%\]{
        width: 55%;
    }

    .lgg\:tw-w-\[85\%\]{
        width: 85%;
    }

    .lgg\:tw-flex-row{
        flex-direction: row;
    }

    .lgg\:tw-items-start{
        align-items: flex-start;
    }

    .lgg\:tw-justify-between{
        justify-content: space-between;
    }

    .lgg\:tw-justify-around{
        justify-content: space-around;
    }

    .lgg\:tw-gap-x-12{
        -moz-column-gap: 3rem;
             column-gap: 3rem;
    }

    .lgg\:tw-gap-x-8{
        -moz-column-gap: 2rem;
             column-gap: 2rem;
    }

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

    .lgg\:tw-bg-\[url\(\'\/assets\/images\/DONATION\/SectionHeader\/DESKTOP\.png\'\)\]{
        background-image: url('/assets/images/DONATION/SectionHeader/DESKTOP.png');
    }

    .lgg\:tw-bg-\[url\(\'\/assets\/images\/HP\/SectionHeader\/DESKTOP_HERO\.png\'\)\]{
        background-image: url('/assets/images/HP/SectionHeader/DESKTOP_HERO.png');
    }

    .lgg\:tw-bg-top{
        background-position: top;
    }

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

    .lgg\:tw-px-10{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

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

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

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

    .lgg\:tw-pb-\[16\%\]{
        padding-bottom: 16%;
    }

    .lgg\:tw-text-left{
        text-align: left;
    }

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

    .lgg\:tw-text-\[2\.6rem\]{
        font-size: 2.6rem;
    }

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

    .lgg\:tw-text-xl{
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}
@media (min-width: 1536px){

    .\32xl\:tw-top-\[-10\%\]{
        top: -10%;
    }

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

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

    .\32xl\:tw-min-h-\[1200px\]{
        min-height: 1200px;
    }

    .\32xl\:tw-min-h-\[1260px\]{
        min-height: 1260px;
    }

    .\32xl\:tw-min-h-\[200px\]{
        min-height: 200px;
    }

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

    .\32xl\:tw-w-\[90\%\]{
        width: 90%;
    }

    .\32xl\:tw-w-\[95\%\]{
        width: 95%;
    }

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

    .\32xl\:tw-justify-end{
        justify-content: flex-end;
    }

    .\32xl\:tw-gap-6{
        gap: 1.5rem;
    }

    .\32xl\:tw-gap-y-\[1rem\]{
        row-gap: 1rem;
    }

    .\32xl\:tw-p-10{
        padding: 2.5rem;
    }

    .\32xl\:tw-p-8{
        padding: 2rem;
    }

    .\32xl\:tw-p-\[10\%\]{
        padding: 10%;
    }

    .\32xl\:tw-pb-4{
        padding-bottom: 1rem;
    }

    .\32xl\:tw-pt-\[5\%\]{
        padding-top: 5%;
    }
}
@media (min-width: 1900px){

    .\33xl\:tw-space-y-\[-9rem\] > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(-9rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(-9rem * var(--tw-space-y-reverse));
    }
}
@media (min-width: 2548px){

    .\34xl\:tw-w-\[90\%\]{
        width: 90%;
    }
}  


/*# sourceMappingURL=tailwind.css.map*/