@import url('https://fonts.googleapis.com/css2?family=Skranji&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Dela+Gothic+One&family=Lilita+One&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Capriola&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Capriola&family=Sriracha&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Merienda:wght@300;400;500;600;700;800;900&display=swap');

/*
! 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: #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.
*/

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

*, ::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:  ;
}

/* HTML: <div class="loader"></div> */

.loader {
  width: 55px;
  aspect-ratio: 1;
  --g1:conic-gradient(from  90deg at top    3px left  3px,#0000 90deg,#fff 0);
  --g2:conic-gradient(from -90deg at bottom 3px right 3px,#0000 90deg,#fff 0);
  background:
            var(--g1),var(--g1),var(--g1),var(--g1),
            var(--g2),var(--g2),var(--g2),var(--g2);
  background-position: 0 0,100% 0,100% 100%,0 100%;
  background-size: 25px 25px;
  background-repeat: no-repeat;
  animation: l11 1.5s infinite;
}

@keyframes l11 {
  0%   {
    background-size:35px 15px,15px 15px,15px 35px,35px 35px
  }

  25%  {
    background-size:35px 35px,15px 35px,15px 15px,35px 15px
  }

  50%  {
    background-size:15px 35px,35px 35px,35px 15px,15px 15px
  }

  75%  {
    background-size:15px 15px,35px 15px,35px 35px,15px 35px
  }

  100% {
    background-size:35px 15px,15px 15px,15px 35px,35px 35px
  }
}

.box {
  --mask:
            radial-gradient(36.25px at calc(100% - 50.75px) 50%,#000 99%,#0000 101%) 0 calc(50% - 58px)/100% 116px,
            radial-gradient(36.25px at calc(100% + 21.75px) 50%,#0000 99%,#000 101%) calc(100% - 29px) 50%/100% 116px repeat-y;
  -webkit-mask: var(--mask);
  mask: var(--mask);
}

.top{
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
          clip-path: polygon(0 0, 0% 100%, 100% 0);
}

.bottom {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-0{
  bottom: 0px;
}

.left-0{
  left: 0px;
}

.right-0{
  right: 0px;
}

.top-0{
  top: 0px;
}

.top-\[28\%\]{
  top: 28%;
}

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

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

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

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

.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

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

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

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

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

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

.flex{
  display: flex;
}

.grid{
  display: grid;
}

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

.h-6{
  height: 1.5rem;
}

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

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

.h-auto{
  height: auto;
}

.h-full{
  height: 100%;
}

.w-6{
  width: 1.5rem;
}

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

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

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

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

.w-full{
  width: 100%;
}

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

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

.w-5{
  width: 1.25rem;
}

.w-10{
  width: 2.5rem;
}

.w-20{
  width: 5rem;
}

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

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

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

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

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

.min-w-0{
  min-width: 0px;
}

.max-w-2xl{
  max-width: 42rem;
}

.max-w-screen-2xl{
  max-width: 1536px;
}

.max-w-screen-lg{
  max-width: 1024px;
}

.flex-none{
  flex: none;
}

.flex-\[1\]{
  flex: 1;
}

.grow{
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

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

.justify-items-end{
  justify-items: end;
}

.gap-2{
  gap: 0.5rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-5{
  gap: 1.25rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-10{
  gap: 2.5rem;
}

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

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

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

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

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

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

.space-y-16 > :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));
}

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

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

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

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

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

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

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

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

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

.bg-blue-204{
  --tw-bg-opacity: 1;
  background-color: rgb(58 136 200 / var(--tw-bg-opacity));
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/aero-baby24\.jpg\'\)\]{
  background-image: url('../../assets/images/aero-baby24.jpg');
}

.bg-\[url\(\'\.\.\/\.\.\/assets\/images\/bg-2\.webp\'\)\]{
  background-image: url('../../assets/images/bg-2.webp');
}

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

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

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

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

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

.from-blue-100{
  --tw-gradient-from: #dbeafe var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(219 234 254 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-blue-204{
  --tw-gradient-from: #3a88c8 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(58 136 200 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-blue-300{
  --tw-gradient-to: rgb(147 197 253 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-blue-500{
  --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-\[18\%\]{
  --tw-gradient-to-position: 18%;
}

.to-\[45\%\]{
  --tw-gradient-to-position: 45%;
}

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

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

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

.fill-white{
  fill: #fff;
}

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

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

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

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

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

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

.font-Lilita{
  font-family: Lilita One, cursive;
}

.font-Merienda{
  font-family: Merienda, cursive;
}

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

.text-2xl{
  font-size: 24px;
}

.text-3xl{
  font-size: 30px;
}

.text-5xl{
  font-size: 48px;
}

.text-7xl{
  font-size: 72px;
}

.text-base{
  font-size: 16px;
}

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

.text-xs{
  font-size: 12px;
}

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

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

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

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

@media (max-width: 767px){
  .sm\:my-\[-161px\]{
    margin-top: -161px;
    margin-bottom: -161px;
  }

  .sm\:hidden{
    display: none;
  }

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

  .sm\:h-4{
    height: 1rem;
  }

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

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

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

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

  .sm\:w-4{
    width: 1rem;
  }

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

  .sm\:max-w-\[calc-\(100\%-177px\)\]{
    max-width: calc-(100%-177px);
  }

  .sm\:max-w-\[calc\(100\%-177px\)\]{
    max-width: calc(100% - 177px);
  }

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

  .sm\:gap-1{
    gap: 0.25rem;
  }

  .sm\:gap-2{
    gap: 0.5rem;
  }

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

  .sm\:text-2xl{
    font-size: 24px;
  }

  .sm\:text-base{
    font-size: 16px;
  }

  .sm\:text-sm{
    font-size: 14px;
  }

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

@media (min-width: 768px){
  .md\:mx-8{
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-\[-76px\]{
    margin-top: -76px;
    margin-bottom: -76px;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

  .md\:max-w-\[calc-\(100\%-387px\)\]{
    max-width: calc-(100%-387px);
  }

  .md\:max-w-\[calc\(100\%-387px\)\]{
    max-width: calc(100% - 387px);
  }
}

@media (min-width: 1280px){
  .xl\:my-\[-110px\]{
    margin-top: -110px;
    margin-bottom: -110px;
  }

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

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

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

@media (min-width: 1536px){
  .\32xl\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }

  .\32xl\:max-w-\[calc-\(100\%-529px\)\]{
    max-width: calc-(100%-529px);
  }

  .\32xl\:max-w-\[calc\(100\%-529px\)\]{
    max-width: calc(100% - 529px);
  }
}

@media (max-width: 376px){
  .\32xs\:order-last{
    order: 9999;
  }

  .\32xs\:mt-20{
    margin-top: 5rem;
  }

  .\32xs\:mt-\[-20px\]{
    margin-top: -20px;
  }

  .\32xs\:mt-\[-40px\]{
    margin-top: -40px;
  }

  .\32xs\:mt-\[-60px\]{
    margin-top: -60px;
  }

  .\32xs\:mt-\[-90px\]{
    margin-top: -90px;
  }

  .\32xs\:flex-wrap{
    flex-wrap: wrap;
  }

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

@media (max-width: 339px){
  .\32xss\:my-\[-29px\]{
    margin-top: -29px;
    margin-bottom: -29px;
  }

  .\32xss\:mt-0{
    margin-top: 0px;
  }

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

  .\32xss\:w-\[139px\]{
    width: 139px;
  }

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

  .\32xss\:max-w-\[calc-\(100\%-139px\)\]{
    max-width: calc-(100%-139px);
  }

  .\32xss\:max-w-\[calc\(100\%-139px\)\]{
    max-width: calc(100% - 139px);
  }

  .\32xss\:self-start{
    align-self: flex-start;
  }
}

@media (max-width: 321px){
  .\33xs\:my-\[-29px\]{
    margin-top: -29px;
    margin-bottom: -29px;
  }

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

  .\33xs\:w-\[139px\]{
    width: 139px;
  }

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

  .\33xs\:self-start{
    align-self: flex-start;
  }
}
