/* 1. Use a more-intuitive box-sizing model */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Remove default margin */
* {
  margin: 0;
}

body {
  /* 3. Add accessible line-height */
  line-height: 1.5;
  /* 4. Improve text rendering */
  -webkit-font-smoothing: antialiased;
}

/* 5. Improve media defaults */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

/* 6. Inherit fonts for form controls */
input,
button,
textarea,
select {
  font: inherit;
}

/* 7. Avoid text overflows */
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

/* 8. Improve line wrapping */
p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}

ul {
  list-style: none;
}

/* Width */
.w-px {
  width: 1px;
}

.w-0\.5 {
  width: 0.125rem; /* 2px */
}

.w-1 {
  width: 0.25rem; /* 4px */
}

.w-1\.5 {
  width: 0.375rem; /* 6px */
}

.w-2 {
  width: 0.5rem; /* 8px */
}

.w-2\.5 {
  width: 0.625rem; /* 10px */
}

.w-3 {
  width: 0.75rem; /* 12px */
}

.w-3\.5 {
  width: 0.875rem; /* 14px */
}

.w-4 {
  width: 1rem; /* 16px */
}

.w-5 {
  width: 1.25rem; /* 20px */
}

.w-6 {
  width: 1.5rem; /* 24px */
}

.w-7 {
  width: 1.75rem; /* 28px */
}

.w-8 {
  width: 2rem; /* 32px */
}

.w-9 {
  width: 2.25rem; /* 36px */
}

.w-10 {
  width: 2.5rem; /* 40px */
}

.w-11 {
  width: 2.75rem; /* 44px */
}

.w-12 {
  width: 3rem; /* 48px */
}

.w-14 {
  width: 3.5rem; /* 56px */
}

.w-16 {
  width: 4rem; /* 64px */
}

.w-20 {
  width: 5rem; /* 80px */
}

.w-24 {
  width: 6rem; /* 96px */
}

.w-28 {
  width: 7rem; /* 112px */
}

.w-32 {
  width: 8rem; /* 128px */
}

.w-36 {
  width: 9rem; /* 144px */
}

.w-40 {
  width: 10rem; /* 160px */
}

.w-44 {
  width: 11rem; /* 176px */
}

.w-48 {
  width: 12rem; /* 192px */
}

.w-52 {
  width: 13rem; /* 208px */
}

.w-56 {
  width: 14rem; /* 224px */
}

.w-60 {
  width: 15rem; /* 240px */
}

.w-64 {
  width: 16rem; /* 256px */
}

.w-72 {
  width: 18rem; /* 288px */
}

.w-80 {
  width: 20rem; /* 320px */
}

.w-96 {
  width: 24rem; /* 384px */
}

.w-auto {
  width: auto;
}

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

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

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

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

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

.w-3\/4 {
  width: 75%;
}

.w-1\/5 {
  width: 20%;
}

.w-2\/5 {
  width: 40%;
}

.w-3\/5 {
  width: 60%;
}

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

.w-1\/6 {
  width: 16.666667%;
}

.w-2\/6 {
  width: 33.333333%;
}

.w-3\/6 {
  width: 50%;
}

.w-4\/6 {
  width: 66.666667%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-1\/12 {
  width: 8.333333%;
}

.w-2\/12 {
  width: 16.666667%;
}

.w-3\/12 {
  width: 25%;
}

.w-4\/12 {
  width: 33.333333%;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-6\/12 {
  width: 50%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-8\/12 {
  width: 66.666667%;
}

.w-9\/12 {
  width: 75%;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-11\/12 {
  width: 91.666667%;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-svw {
  width: 100svw;
}

.w-lvw {
  width: 100lvw;
}

.w-dvw {
  width: 100dvw;
}

.w-min {
  width: min-content;
}

.w-max {
  width: max-content;
}

.w-fit {
  width: fit-content;
}

/* Height */

.h-0 {
  height: 0px;
}

.h-px {
  height: 1px;
}

.h-0\.5 {
  height: 0.125rem; /* 2px */
}

.h-1 {
  height: 0.25rem; /* 4px */
}

.h-1\.5 {
  height: 0.375rem; /* 6px */
}

.h-2 {
  height: 0.5rem; /* 8px */
}

.h-2\.5 {
  height: 0.625rem; /* 10px */
}

.h-3 {
  height: 0.75rem; /* 12px */
}

.h-3\.5 {
  height: 0.875rem; /* 14px */
}

.h-4 {
  height: 1rem; /* 16px */
}

.h-5 {
  height: 1.25rem; /* 20px */
}

.h-6 {
  height: 1.5rem; /* 24px */
}

.h-7 {
  height: 1.75rem; /* 28px */
}

.h-8 {
  height: 2rem; /* 32px */
}

.h-9 {
  height: 2.25rem; /* 36px */
}

.h-10 {
  height: 2.5rem; /* 40px */
}

.h-11 {
  height: 2.75rem; /* 44px */
}

.h-12 {
  height: 3rem; /* 48px */
}

.h-14 {
  height: 3.5rem; /* 56px */
}

.h-16 {
  height: 4rem; /* 64px */
}

.h-20 {
  height: 5rem; /* 80px */
}

.h-24 {
  height: 6rem; /* 96px */
}

.h-28 {
  height: 7rem; /* 112px */
}

.h-32 {
  height: 8rem; /* 128px */
}

.h-36 {
  height: 9rem; /* 144px */
}

.h-40 {
  height: 10rem; /* 160px */
}

.h-44 {
  height: 11rem; /* 176px */
}

.h-48 {
  height: 12rem; /* 192px */
}

.h-52 {
  height: 13rem; /* 208px */
}

.h-56 {
  height: 14rem; /* 224px */
}

.h-60 {
  height: 15rem; /* 240px */
}

.h-64 {
  height: 16rem; /* 256px */
}

.h-72 {
  height: 18rem; /* 288px */
}

.h-80 {
  height: 20rem; /* 320px */
}

.h-96 {
  height: 24rem; /* 384px */
}

.h-auto {
  height: auto;
}

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

.h-1\/3 {
  height: 33.333333%;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-1\/4 {
  height: 25%;
}

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

.h-3\/4 {
  height: 75%;
}

.h-1\/5 {
  height: 20%;
}

.h-2\/5 {
  height: 40%;
}

.h-3\/5 {
  height: 60%;
}

.h-4\/5 {
  height: 80%;
}

.h-1\/6 {
  height: 16.666667%;
}

.h-2\/6 {
  height: 33.333333%;
}

.h-3\/6 {
  height: 50%;
}

.h-4\/6 {
  height: 66.666667%;
}

.h-5\/6 {
  height: 83.333333%;
}

.h-svh {
  height: 100svh;
}

.h-lvh {
  height: 100lvh;
}

.h-min {
  height: min-content;
}

.h-max {
  height: max-content;
}

.h-fit {
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.h-screen-90 {
  height: 90vh;
}

.h-screen-80 {
  height: 80vh;
}

.h-screen-70 {
  height: 70vh;
}

.h-screen-60 {
  height: 60vh;
}

.h-screen-50 {
  height: 50vh;
}

.h-screen-40 {
  height: 40vh;
}

.h-screen-30 {
  height: 30vh;
}

.h-screen-20 {
  height: 20vh;
}

.h-screen-10 {
  height: 10vh;
}

.h-dvh-90 {
  height: 90dvh;
}

.h-dvh-80 {
  height: 80dvh;
}

.h-dvh-70 {
  height: 70dvh;
}

.h-dvh-60 {
  height: 60dvh;
}

.h-dvh-50 {
  height: 50dvh;
}

.h-dvh-40 {
  height: 40dvh;
}

.h-dvh-30 {
  height: 30dvh;
}

.h-dvh-20 {
  height: 20dvh;
}

.h-dvh-10 {
  height: 10dvh;
}

/* Margin */
.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-4 {
  margin: 1rem;
}

.m-6 {
  margin: 1.25rem;
}
/* Margin Bottom */
.mb-0 {
  margin-bottom: 0;
}

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

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

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

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

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

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

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

.mb-28 {
  margin-bottom: 7rem;
}

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

.mb-36 {
  margin-bottom: 9rem;
}

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

.mb-44 {
  margin-bottom: 11rem;
}

.mb-48 {
  margin-bottom: 12rem;
}

.mb-52 {
  margin-bottom: 13rem;
}

.mb-56 {
  margin-bottom: 14rem;
}

.mb-60 {
  margin-bottom: 15rem;
}

.mb-64 {
  margin-bottom: 16rem;
}

.mb-72 {
  margin-bottom: 18rem;
}

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

.mb-96 {
  margin-bottom: 24rem;
}

/* Aspect Ratio */
.aspect-auto {
  aspect-ratio: auto;
}

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

.aspect-video {
  aspect-ratio: 16 / 9;
}

/* Margin Top */
.mt-0 {
  margin-top: 0;
}

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

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

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

.mt-6 {
  margin-top: 1.25rem;
}

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

.mt-12{
  
  margin-top: 3rem;
}

.mt-20{
  margin-top: 5rem;
}
.mt-30{
  margin-top: 7.5rem;
}

/* Margin Left */
.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-6 {
  margin-left: 1.25rem;
}

/* Margin Right */
.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-6 {
  margin-right: 1.25rem;
}

/* Margin X-axis */
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

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

.mx-6 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

/* Margin Y-axis */

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-6 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

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

.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}

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

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

.my-48 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.my-56 {
  margin-top: 14rem;
  margin-bottom: 14rem;
}

.my-64 {
  margin-top: 16rem;
  margin-bottom: 16rem;
}

/* Max Height */
.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-h-min {
  max-height: min-content;
}

.max-h-max {
  max-height: max-content;
}

.max-h-0 {
  max-height: 0px;
}

.max-h-px {
  max-height: 1px;
}

.max-h-0\.5 {
  max-height: 0.125rem; /* 2px */
}

.max-h-1 {
  max-height: 0.25rem; /* 4px */
}

.max-h-1\.5 {
  max-height: 0.375rem; /* 6px */
}

.max-h-2 {
  max-height: 0.5rem; /* 8px */
}

.max-h-2\.5 {
  max-height: 0.625rem; /* 10px */
}

.max-h-3 {
  max-height: 0.75rem; /* 12px */
}

.max-h-3\.5 {
  max-height: 0.875rem; /* 14px */
}

.max-h-4 {
  max-height: 1rem; /* 16px */
}

.max-h-5 {
  max-height: 1.25rem; /* 20px */
}

.max-h-6 {
  max-height: 1.5rem; /* 24px */
}

.max-h-7 {
  max-height: 1.75rem; /* 28px */
}

.max-h-8 {
  max-height: 2rem; /* 32px */
}

.max-h-9 {
  max-height: 2.25rem; /* 36px */
}

.max-h-10 {
  max-height: 2.5rem; /* 40px */
}

.max-h-11 {
  max-height: 2.75rem; /* 44px */
}

.max-h-12 {
  max-height: 3rem; /* 48px */
}

.max-h-14 {
  max-height: 3.5rem; /* 56px */
}

.max-h-16 {
  max-height: 4rem; /* 64px */
}

.max-h-20 {
  max-height: 5rem; /* 80px */
}

.max-h-24 {
  max-height: 6rem; /* 96px */
}

.max-h-28 {
  max-height: 7rem; /* 112px */
}

.max-h-32 {
  max-height: 8rem; /* 128px */
}

.max-h-36 {
  max-height: 9rem; /* 144px */
}

.max-h-40 {
  max-height: 10rem; /* 160px */
}

.max-h-44 {
  max-height: 11rem; /* 176px */
}

.max-h-48 {
  max-height: 12rem; /* 192px */
}

.max-h-52 {
  max-height: 13rem; /* 208px */
}

.max-h-56 {
  max-height: 14rem; /* 224px */
}

.max-h-60 {
  max-height: 15rem; /* 240px */
}

.max-h-64 {
  max-height: 16rem; /* 256px */
}

.max-h-72 {
  max-height: 18rem; /* 288px */
}

.max-h-80 {
  max-height: 20rem; /* 320px */
}

.max-h-96 {
  max-height: 24rem; /* 384px */
}

/* Min Height */
.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-min {
  min-height: min-content;
}

.min-h-max {
  min-height: max-content;
}

/* Max Width */
.max-w-0 {
  max-width: 0px;
}

.max-w-px {
  max-width: 1px;
}

.max-w-0_5 {
  max-width: 0.125rem; /* 2px */
}

.max-w-1 {
  max-width: 0.25rem; /* 4px */
}

.max-w-1_5 {
  max-width: 0.375rem; /* 6px */
}

.max-w-2 {
  max-width: 0.5rem; /* 8px */
}

.max-w-2_5 {
  max-width: 0.625rem; /* 10px */
}

.max-w-3 {
  max-width: 0.75rem; /* 12px */
}

.max-w-3_5 {
  max-width: 0.875rem; /* 14px */
}

.max-w-4 {
  max-width: 1rem; /* 16px */
}

.max-w-5 {
  max-width: 1.25rem; /* 20px */
}

.max-w-6 {
  max-width: 1.5rem; /* 24px */
}

.max-w-7 {
  max-width: 1.75rem; /* 28px */
}

.max-w-8 {
  max-width: 2rem; /* 32px */
}

.max-w-9 {
  max-width: 2.25rem; /* 36px */
}

.max-w-10 {
  max-width: 2.5rem; /* 40px */
}

.max-w-11 {
  max-width: 2.75rem; /* 44px */
}

.max-w-12 {
  max-width: 3rem; /* 48px */
}

.max-w-14 {
  max-width: 3.5rem; /* 56px */
}

.max-w-16 {
  max-width: 4rem; /* 64px */
}

.max-w-20 {
  max-width: 5rem; /* 80px */
}

.max-w-24 {
  max-width: 6rem; /* 96px */
}

.max-w-28 {
  max-width: 7rem; /* 112px */
}

.max-w-32 {
  max-width: 8rem; /* 128px */
}

.max-w-36 {
  max-width: 9rem; /* 144px */
}

.max-w-40 {
  max-width: 10rem; /* 160px */
}

.max-w-44 {
  max-width: 11rem; /* 176px */
}

.max-w-48 {
  max-width: 12rem; /* 192px */
}

.max-w-52 {
  max-width: 13rem; /* 208px */
}

.max-w-56 {
  max-width: 14rem; /* 224px */
}

.max-w-60 {
  max-width: 15rem; /* 240px */
}

.max-w-64 {
  max-width: 16rem; /* 256px */
}

.max-w-72 {
  max-width: 18rem; /* 288px */
}

.max-w-80 {
  max-width: 20rem; /* 320px */
}

.max-w-96 {
  max-width: 24rem; /* 384px */
}

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem; /* 320px */
}

.max-w-sm {
  max-width: 24rem; /* 384px */
}

.max-w-md {
  max-width: 28rem; /* 448px */
}

.max-w-lg {
  max-width: 32rem; /* 512px */
}

.max-w-xl {
  max-width: 36rem; /* 576px */
}

.max-w-2xl {
  max-width: 42rem; /* 672px */
}

.max-w-3xl {
  max-width: 48rem; /* 768px */
}

.max-w-4xl {
  max-width: 56rem; /* 896px */
}

.max-w-5xl {
  max-width: 64rem; /* 1024px */
}

.max-w-6xl {
  max-width: 72rem; /* 1152px */
}

.max-w-7xl {
  max-width: 80rem; /* 1280px */
}

.max-w-full {
  max-width: 100%;
}

.max-w-min {
  max-width: min-content;
}

.max-w-max {
  max-width: max-content;
}

.max-w-fit {
  max-width: fit-content;
}

.max-w-prose {
  max-width: 65ch;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-md {
  max-width: 768px;
}

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

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

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

/* Min Width */
.min-w-full {
  min-width: 100%;
}

.min-w-screen {
  min-width: 100vw;
}

.min-w-min {
  min-width: min-content;
}

.min-w-max {
  min-width: max-content;
}

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

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

.min-w-0\.5 {
  min-width: 0.125rem; /* 2px */
}

.min-w-1 {
  min-width: 0.25rem; /* 4px */
}

.min-w-1\.5 {
  min-width: 0.375rem; /* 6px */
}

.min-w-2 {
  min-width: 0.5rem; /* 8px */
}

.min-w-2\.5 {
  min-width: 0.625rem; /* 10px */
}

.min-w-3 {
  min-width: 0.75rem; /* 12px */
}

.min-w-3\.5 {
  min-width: 0.875rem; /* 14px */
}

.min-w-4 {
  min-width: 1rem; /* 16px */
}

.min-w-5 {
  min-width: 1.25rem; /* 20px */
}

.min-w-6 {
  min-width: 1.5rem; /* 24px */
}

.min-w-7 {
  min-width: 1.75rem; /* 28px */
}

.min-w-8 {
  min-width: 2rem; /* 32px */
}

.min-w-9 {
  min-width: 2.25rem; /* 36px */
}

.min-w-10 {
  min-width: 2.5rem; /* 40px */
}

.min-w-11 {
  min-width: 2.75rem; /* 44px */
}

.min-w-12 {
  min-width: 3rem; /* 48px */
}

.min-w-14 {
  min-width: 3.5rem; /* 56px */
}

.min-w-16 {
  min-width: 4rem; /* 64px */
}

.min-w-20 {
  min-width: 5rem; /* 80px */
}

.min-w-24 {
  min-width: 6rem; /* 96px */
}

.min-w-28 {
  min-width: 7rem; /* 112px */
}

.min-w-32 {
  min-width: 8rem; /* 128px */
}

.min-w-36 {
  min-width: 9rem; /* 144px */
}

.min-w-40 {
  min-width: 10rem; /* 160px */
}

.min-w-44 {
  min-width: 11rem; /* 176px */
}

.min-w-48 {
  min-width: 12rem; /* 192px */
}

.min-w-52 {
  min-width: 13rem; /* 208px */
}

.min-w-56 {
  min-width: 14rem; /* 224px */
}

.min-w-60 {
  min-width: 15rem; /* 240px */
}

.min-w-64 {
  min-width: 16rem; /* 256px */
}

.min-w-72 {
  min-width: 18rem; /* 288px */
}

.min-w-80 {
  min-width: 20rem; /* 320px */
}

.min-w-96 {
  min-width: 24rem; /* 384px */
}

/* Line height */
.leading-0 {
  line-height: 0;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

/* Padding */
/* Padding X-axis */
.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

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

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-40 {
  padding-left: 10rem;
  padding-right: 10rem;
}

.px-48 {
  padding-left: 12rem;
  padding-right: 12rem;
}

.px-56 {
  padding-left: 14rem;
  padding-right: 14rem;
}

.px-64 {
  padding-left: 16rem;
  padding-right: 16rem;
}

/* Padding Y-axis */
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

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

.py-48 {
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.py-56 {
  padding-top: 14rem;
  padding-bottom: 14rem;
}

.py-64 {
  padding-top: 16rem;
  padding-bottom: 16rem;
}
.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-12 {
  padding: 3rem;
}

.p-16 {
  padding: 4rem;
}

.p-20 {
  padding: 5rem;
}

.p-24 {
  padding: 6rem;
}

.p-32 {
  padding: 8rem;
}

.p-40 {
  padding: 10rem;
}

.p-48 {
  padding: 12rem;
}

.p-56 {
  padding: 14rem;
}

.p-64 {
  padding: 16rem;
}
/* Padding Top */
.pt-0 {
  padding-top: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

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

.pt-4 {
  padding-top: 1rem;
}

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

.pt-8 {
  padding-top: 2rem;
}

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

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

.pt-16 {
  padding-top: 4rem;
}

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

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

.pt-32 {
  padding-top: 8rem;
}

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

.pt-48 {
  padding-top: 12rem;
}

.pt-56 {
  padding-top: 14rem;
}

.pt-64 {
  padding-top: 16rem;
}

/* Padding Bottom */
.pb-0 {
  padding-bottom: 0;
}

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

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

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

.pb-12 {
  padding-bottom: 3rem;
}

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

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

.pb-24 {
  padding-bottom: 6rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

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

.pb-48 {
  padding-bottom: 12rem;
}

.pb-56 {
  padding-bottom: 14rem;
}

.pb-64 {
  padding-bottom: 16rem;
}

/* Padding Left */
.pl-0 {
  padding-left: 0;
}

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

.pl-2 {
  padding-left: 0.5rem;
}

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

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

.pl-8 {
  padding-left: 2rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

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

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

.pl-20 {
  padding-left: 5rem;
}

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

.pl-32 {
  padding-left: 8rem;
}

.pl-40 {
  padding-left: 10rem;
}

.pl-48 {
  padding-left: 12rem;
}

.pl-56 {
  padding-left: 14rem;
}

.pl-64 {
  padding-left: 16rem;
}

/* Padding Right */
.pr-0 {
  padding-right: 0;
}

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

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

.pr-4 {
  padding-right: 1rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pr-20 {
  padding-right: 5rem;
}

.pr-24 {
  padding-right: 6rem;
}

.pr-32 {
  padding-right: 8rem;
}

.pr-40 {
  padding-right: 10rem;
}

.pr-48 {
  padding-right: 12rem;
}

.pr-56 {
  padding-right: 14rem;
}

.pr-64 {
  padding-right: 16rem;
}

/* Display */

.hidden {
  display: none;
}

.block {
  display: block;
}

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

/* Flex */

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

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

.flex {
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Text */
.text-left {
  text-align: left;
}

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

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

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

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: 1.5rem;
}

.text-3xl {
  font-size: 1.875rem;
}

.text-4xl {
  font-size: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
}

.text-6xl {
  font-size: 4rem;
}

.text-7xl {
  font-size: 5rem;
}

.text-8xl {
  font-size: 6rem;
}

.text-9xl {
  font-size: 7rem;
}

.text-10xl {
  font-size: 8rem;
}

/* Font Weight */
.font-thin {
  font-weight: 100;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

/* Background Color */
.bg-white {
  background-color: #ffffff;
}

.bg-black {
  background-color: #000000;
}

.bg-dark{
  background-color: #002C42;
}


/* Color */

.text-white{
  color: #fff;
}

.text-dark{
  color: #002C42;
}

/* Background Size */
.bg-auto {
  background-size: auto;
}

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

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

/* Background Repeat */
.bg-repeat {
  background-repeat: repeat;
}

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

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

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

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

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

/* Background Position */
.bg-top {
  background-position: top;
}

.bg-bottom {
  background-position: bottom;
}

.bg-left {
  background-position: left;
}

.bg-right {
  background-position: right;
}

.bg-center {
  background-position: center;
}

.bg-left-top {
  background-position: left top;
}

.bg-left-bottom {
  background-position: left bottom;
}

.bg-right-top {
  background-position: right top;
}

.bg-right-bottom {
  background-position: right bottom;
}

/* Border radius */
.rounded-none {
  border-radius: 0;
}

.rounded-sm {
  border-radius: 0.125rem;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

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

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

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-t-sm {
  border-top-left-radius: 0.125rem;
  border-top-right-radius: 0.125rem;
}

.rounded-t {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.rounded-t-md {
  border-top-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-t-xl {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-r-sm {
  border-top-right-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-r-xl {
  border-top-right-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-none {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-sm {
  border-bottom-left-radius: 0.125rem;
  border-bottom-right-radius: 0.125rem;
}

.rounded-b {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-b-md {
  border-bottom-left-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.rounded-b-lg {
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-b-xl {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.rounded-b-2xl {
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-b-3xl {
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
}

.rounded-b-full {
  border-bottom-left-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-sm {
  border-top-left-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}

.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-xl {
  border-top-left-radius: 0.75rem;
  border-bottom-left-radius: 0.75rem;
}

.rounded-l-2xl {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-l-3xl {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

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

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

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-tr-xl {
  border-top-right-radius: 0.75rem;
}

.rounded-tr-2xl {
  border-top-right-radius: 1rem;
}

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

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

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

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

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

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-br-xl {
  border-bottom-right-radius: 0.75rem;
}

.rounded-br-2xl {
  border-bottom-right-radius: 1rem;
}

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

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

/* Overflow */

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

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

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

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

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

/* Positions */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.static {
  position: static;
}

.sticky {
  position: sticky;
}

/* Z-Index */

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

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

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

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

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

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

/* Top, Left, Right, Bottom */
.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

.inset-y-0 {
  top: 0px;
  bottom: 0px;
}

.start-0 {
  inset-inline-start: 0px;
}

.end-0 {
  inset-inline-end: 0px;
}

.top-0 {
  top: 0px;
}

.right-0 {
  right: 0px;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.inset-px {
  inset: 1px;
}

.inset-x-px {
  left: 1px;
  right: 1px;
}

.inset-y-px {
  top: 1px;
  bottom: 1px;
}

.start-px {
  inset-inline-start: 1px;
}

.end-px {
  inset-inline-end: 1px;
}

.top-px {
  top: 1px;
}

.right-px {
  right: 1px;
}

.bottom-px {
  bottom: 1px;
}

.left-px {
  left: 1px;
}

.inset-0\.5 {
  inset: 0.125rem; /* 2px */
}

.inset-x-0\.5 {
  left: 0.125rem; /* 2px */
  right: 0.125rem; /* 2px */
}

.inset-y-0\.5 {
  top: 0.125rem; /* 2px */
  bottom: 0.125rem; /* 2px */
}

.start-0\.5 {
  inset-inline-start: 0.125rem; /* 2px */
}

.end-0\.5 {
  inset-inline-end: 0.125rem; /* 2px */
}

.top-0\.5 {
  top: 0.125rem; /* 2px */
}

.right-0\.5 {
  right: 0.125rem; /* 2px */
}

.bottom-0\.5 {
  bottom: 0.125rem; /* 2px */
}

.left-0\.5 {
  left: 0.125rem; /* 2px */
}

.inset-1 {
  inset: 0.25rem; /* 4px */
}

.inset-x-1 {
  left: 0.25rem; /* 4px */
  right: 0.25rem; /* 4px */
}

.inset-y-1 {
  top: 0.25rem; /* 4px */
  bottom: 0.25rem; /* 4px */
}

.start-1 {
  inset-inline-start: 0.25rem; /* 4px */
}

.end-1 {
  inset-inline-end: 0.25rem; /* 4px */
}

.top-1 {
  top: 0.25rem; /* 4px */
}

.right-1 {
  right: 0.25rem; /* 4px */
}

.bottom-1 {
  bottom: 0.25rem; /* 4px */
}

.left-1 {
  left: 0.25rem; /* 4px */
}

.inset-1\.5 {
  inset: 0.375rem; /* 6px */
}

.inset-x-1\.5 {
  left: 0.375rem; /* 6px */
  right: 0.375rem; /* 6px */
}

.inset-y-1\.5 {
  top: 0.375rem; /* 6px */
  bottom: 0.375rem; /* 6px */
}

.start-1\.5 {
  inset-inline-start: 0.375rem; /* 6px */
}

.end-1\.5 {
  inset-inline-end: 0.375rem; /* 6px */
}

.top-1\.5 {
  top: 0.375rem; /* 6px */
}

.right-1\.5 {
  right: 0.375rem; /* 6px */
}

.bottom-1\.5 {
  bottom: 0.375rem; /* 6px */
}

.left-1\.5 {
  left: 0.375rem; /* 6px */
}

.inset-2 {
  inset: 0.5rem; /* 8px */
}

.inset-x-2 {
  left: 0.5rem; /* 8px */
  right: 0.5rem; /* 8px */
}

.inset-y-2 {
  top: 0.5rem; /* 8px */
  bottom: 0.5rem; /* 8px */
}

.start-2 {
  inset-inline-start: 0.5rem; /* 8px */
}

.end-2 {
  inset-inline-end: 0.5rem; /* 8px */
}

.top-2 {
  top: 0.5rem; /* 8px */
}

.right-2 {
  right: 0.5rem; /* 8px */
}

.bottom-2 {
  bottom: 0.5rem; /* 8px */
}

.left-2 {
  left: 0.5rem; /* 8px */
}

.inset-2\.5 {
  inset: 0.625rem; /* 10px */
}

.inset-x-2\.5 {
  left: 0.625rem; /* 10px */
  right: 0.625rem; /* 10px */
}

.inset-y-2\.5 {
  top: 0.625rem; /* 10px */
  bottom: 0.625rem; /* 10px */
}

.start-2\.5 {
  inset-inline-start: 0.625rem; /* 10px */
}

.end-2\.5 {
  inset-inline-end: 0.625rem; /* 10px */
}

.top-2\.5 {
  top: 0.625rem; /* 10px */
}

.right-2\.5 {
  right: 0.625rem; /* 10px */
}

.bottom-2\.5 {
  bottom: 0.625rem; /* 10px */
}

.left-2\.5 {
  left: 0.625rem; /* 10px */
}

.inset-3 {
  inset: 0.75rem; /* 12px */
}

.inset-x-3 {
  left: 0.75rem; /* 12px */
  right: 0.75rem; /* 12px */
}

.inset-y-3 {
  top: 0.75rem; /* 12px */
  bottom: 0.75rem; /* 12px */
}

.start-3 {
  inset-inline-start: 0.75rem; /* 12px */
}

.end-3 {
  inset-inline-end: 0.75rem; /* 12px */
}

.top-3 {
  top: 0.75rem; /* 12px */
}

.right-3 {
  right: 0.75rem; /* 12px */
}

.bottom-3 {
  bottom: 0.75rem; /* 12px */
}

.left-3 {
  left: 0.75rem; /* 12px */
}

.inset-3\.5 {
  inset: 0.875rem; /* 14px */
}

.inset-x-3\.5 {
  left: 0.875rem; /* 14px */
  right: 0.875rem; /* 14px */
}

.inset-y-3\.5 {
  top: 0.875rem; /* 14px */
  bottom: 0.875rem; /* 14px */
}

.start-3\.5 {
  inset-inline-start: 0.875rem; /* 14px */
}

.end-3\.5 {
  inset-inline-end: 0.875rem; /* 14px */
}

.top-3\.5 {
  top: 0.875rem; /* 14px */
}

.right-3\.5 {
  right: 0.875rem; /* 14px */
}

.bottom-3\.5 {
  bottom: 0.875rem; /* 14px */
}

.left-3\.5 {
  left: 0.875rem; /* 14px */
}

.inset-4 {
  inset: 1rem; /* 16px */
}

.inset-x-4 {
  left: 1rem; /* 16px */
  right: 1rem; /* 16px */
}

.inset-y-4 {
  top: 1rem; /* 16px */
  bottom: 1rem; /* 16px */
}

.start-4 {
  inset-inline-start: 1rem; /* 16px */
}

.end-4 {
  inset-inline-end: 1rem; /* 16px */
}

.top-4 {
  top: 1rem; /* 16px */
}

.right-4 {
  right: 1rem; /* 16px */
}

.bottom-4 {
  bottom: 1rem; /* 16px */
}

.left-4 {
  left: 1rem; /* 16px */
}

.inset-5 {
  inset: 1.25rem; /* 20px */
}

.inset-x-5 {
  left: 1.25rem; /* 20px */
  right: 1.25rem; /* 20px */
}

.inset-y-5 {
  top: 1.25rem; /* 20px */
  bottom: 1.25rem; /* 20px */
}

.start-5 {
  inset-inline-start: 1.25rem; /* 20px */
}

.end-5 {
  inset-inline-end: 1.25rem; /* 20px */
}

.top-5 {
  top: 1.25rem; /* 20px */
}

.right-5 {
  right: 1.25rem; /* 20px */
}

.bottom-5 {
  bottom: 1.25rem; /* 20px */
}

.left-5 {
  left: 1.25rem; /* 20px */
}

.inset-6 {
  inset: 1.5rem; /* 24px */
}

.inset-x-6 {
  left: 1.5rem; /* 24px */
  right: 1.5rem; /* 24px */
}

.inset-y-6 {
  top: 1.5rem; /* 24px */
  bottom: 1.5rem; /* 24px */
}

.start-6 {
  inset-inline-start: 1.5rem; /* 24px */
}

.end-6 {
  inset-inline-end: 1.5rem; /* 24px */
}

.top-6 {
  top: 1.5rem; /* 24px */
}

.right-6 {
  right: 1.5rem; /* 24px */
}

.bottom-6 {
  bottom: 1.5rem; /* 24px */
}

.left-6 {
  left: 1.5rem; /* 24px */
}

.inset-7 {
  inset: 1.75rem; /* 28px */
}

.inset-x-7 {
  left: 1.75rem; /* 28px */
  right: 1.75rem; /* 28px */
}

.inset-y-7 {
  top: 1.75rem; /* 28px */
  bottom: 1.75rem; /* 28px */
}

.start-7 {
  inset-inline-start: 1.75rem; /* 28px */
}

.end-7 {
  inset-inline-end: 1.75rem; /* 28px */
}

.top-7 {
  top: 1.75rem; /* 28px */
}

.right-7 {
  right: 1.75rem; /* 28px */
}

.bottom-7 {
  bottom: 1.75rem; /* 28px */
}

.left-7 {
  left: 1.75rem; /* 28px */
}

.inset-8 {
  inset: 2rem; /* 32px */
}

.inset-x-8 {
  left: 2rem; /* 32px */
  right: 2rem; /* 32px */
}

.inset-y-8 {
  top: 2rem; /* 32px */
  bottom: 2rem; /* 32px */
}

.start-8 {
  inset-inline-start: 2rem; /* 32px */
}

.end-8 {
  inset-inline-end: 2rem; /* 32px */
}

.top-8 {
  top: 2rem; /* 32px */
}

.right-8 {
  right: 2rem; /* 32px */
}

.bottom-8 {
  bottom: 2rem; /* 32px */
}

.left-8 {
  left: 2rem; /* 32px */
}

.inset-9 {
  inset: 2.25rem; /* 36px */
}

.inset-x-9 {
  left: 2.25rem; /* 36px */
  right: 2.25rem; /* 36px */
}

.inset-y-9 {
  top: 2.25rem; /* 36px */
  bottom: 2.25rem; /* 36px */
}

.start-9 {
  inset-inline-start: 2.25rem; /* 36px */
}

.end-9 {
  inset-inline-end: 2.25rem; /* 36px */
}

.top-9 {
  top: 2.25rem; /* 36px */
}

.right-9 {
  right: 2.25rem; /* 36px */
}

.bottom-9 {
  bottom: 2.25rem; /* 36px */
}

.left-9 {
  left: 2.25rem; /* 36px */
}

.inset-10 {
  inset: 2.5rem; /* 40px */
}

.inset-x-10 {
  left: 2.5rem; /* 40px */
  right: 2.5rem; /* 40px */
}

.inset-y-10 {
  top: 2.5rem; /* 40px */
  bottom: 2.5rem; /* 40px */
}

.start-10 {
  inset-inline-start: 2.5rem; /* 40px */
}

.end-10 {
  inset-inline-end: 2.5rem; /* 40px */
}

.top-10 {
  top: 2.5rem; /* 40px */
}

.right-10 {
  right: 2.5rem; /* 40px */
}

.bottom-10 {
  bottom: 2.5rem; /* 40px */
}

.left-10 {
  left: 2.5rem; /* 40px */
}

.inset-11 {
  inset: 2.75rem; /* 44px */
}

.inset-x-11 {
  left: 2.75rem; /* 44px */
  right: 2.75rem; /* 44px */
}

.inset-y-11 {
  top: 2.75rem; /* 44px */
  bottom: 2.75rem; /* 44px */
}

.start-11 {
  inset-inline-start: 2.75rem; /* 44px */
}

.end-11 {
  inset-inline-end: 2.75rem; /* 44px */
}

.top-11 {
  top: 2.75rem; /* 44px */
}

.right-11 {
  right: 2.75rem; /* 44px */
}

.bottom-11 {
  bottom: 2.75rem; /* 44px */
}

.left-11 {
  left: 2.75rem; /* 44px */
}

.inset-12 {
  inset: 3rem; /* 48px */
}

.inset-x-12 {
  left: 3rem; /* 48px */
  right: 3rem; /* 48px */
}

.inset-y-12 {
  top: 3rem; /* 48px */
  bottom: 3rem; /* 48px */
}

.start-12 {
  inset-inline-start: 3rem; /* 48px */
}

.end-12 {
  inset-inline-end: 3rem; /* 48px */
}

.top-12 {
  top: 3rem; /* 48px */
}

.right-12 {
  right: 3rem; /* 48px */
}

.bottom-12 {
  bottom: 3rem; /* 48px */
}

.left-12 {
  left: 3rem; /* 48px */
}

.inset-14 {
  inset: 3.5rem; /* 56px */
}

.inset-x-14 {
  left: 3.5rem; /* 56px */
  right: 3.5rem; /* 56px */
}

.inset-y-14 {
  top: 3.5rem; /* 56px */
  bottom: 3.5rem; /* 56px */
}

.start-14 {
  inset-inline-start: 3.5rem; /* 56px */
}

.end-14 {
  inset-inline-end: 3.5rem; /* 56px */
}

.top-14 {
  top: 3.5rem; /* 56px */
}

.right-14 {
  right: 3.5rem; /* 56px */
}

.bottom-14 {
  bottom: 3.5rem; /* 56px */
}

.left-14 {
  left: 3.5rem; /* 56px */
}

.inset-16 {
  inset: 4rem; /* 64px */
}

.inset-x-16 {
  left: 4rem; /* 64px */
  right: 4rem; /* 64px */
}

.inset-y-16 {
  top: 4rem; /* 64px */
  bottom: 4rem; /* 64px */
}

.start-16 {
  inset-inline-start: 4rem; /* 64px */
}

.end-16 {
  inset-inline-end: 4rem; /* 64px */
}

.top-16 {
  top: 4rem; /* 64px */
}

.right-16 {
  right: 4rem; /* 64px */
}

.bottom-16 {
  bottom: 4rem; /* 64px */
}

.left-16 {
  left: 4rem; /* 64px */
}

.inset-20 {
  inset: 5rem; /* 80px */
}

.inset-x-20 {
  left: 5rem; /* 80px */
  right: 5rem; /* 80px */
}

.inset-y-20 {
  top: 5rem; /* 80px */
  bottom: 5rem; /* 80px */
}

.start-20 {
  inset-inline-start: 5rem; /* 80px */
}

.end-20 {
  inset-inline-end: 5rem; /* 80px */
}

.top-20 {
  top: 5rem; /* 80px */
}

.right-20 {
  right: 5rem; /* 80px */
}

.bottom-20 {
  bottom: 5rem; /* 80px */
}

.left-20 {
  left: 5rem; /* 80px */
}

.inset-24 {
  inset: 6rem; /* 96px */
}

.inset-x-24 {
  left: 6rem; /* 96px */
  right: 6rem; /* 96px */
}

.inset-y-24 {
  top: 6rem; /* 96px */
  bottom: 6rem; /* 96px */
}

.start-24 {
  inset-inline-start: 6rem; /* 96px */
}

.end-24 {
  inset-inline-end: 6rem; /* 96px */
}

.top-24 {
  top: 6rem; /* 96px */
}

.right-24 {
  right: 6rem; /* 96px */
}

.bottom-24 {
  bottom: 6rem; /* 96px */
}

.left-24 {
  left: 6rem; /* 96px */
}

.inset-28 {
  inset: 7rem; /* 112px */
}

.inset-x-28 {
  left: 7rem; /* 112px */
  right: 7rem; /* 112px */
}

.inset-y-28 {
  top: 7rem; /* 112px */
  bottom: 7rem; /* 112px */
}

.start-28 {
  inset-inline-start: 7rem; /* 112px */
}

.end-28 {
  inset-inline-end: 7rem; /* 112px */
}

.top-28 {
  top: 7rem; /* 112px */
}

.right-28 {
  right: 7rem; /* 112px */
}

.bottom-28 {
  bottom: 7rem; /* 112px */
}

.left-28 {
  left: 7rem; /* 112px */
}

.inset-32 {
  inset: 8rem; /* 128px */
}

.inset-x-32 {
  left: 8rem; /* 128px */
  right: 8rem; /* 128px */
}

.inset-y-32 {
  top: 8rem; /* 128px */
  bottom: 8rem; /* 128px */
}

.start-32 {
  inset-inline-start: 8rem; /* 128px */
}

.end-32 {
  inset-inline-end: 8rem; /* 128px */
}

.top-32 {
  top: 8rem; /* 128px */
}

.right-32 {
  right: 8rem; /* 128px */
}

.bottom-32 {
  bottom: 8rem; /* 128px */
}

.left-32 {
  left: 8rem; /* 128px */
}

.inset-36 {
  inset: 9rem; /* 144px */
}

.inset-x-36 {
  left: 9rem; /* 144px */
  right: 9rem; /* 144px */
}

.inset-y-36 {
  top: 9rem; /* 144px */
  bottom: 9rem; /* 144px */
}

.start-36 {
  inset-inline-start: 9rem; /* 144px */
}

.end-36 {
  inset-inline-end: 9rem; /* 144px */
}

.top-36 {
  top: 9rem; /* 144px */
}

.right-36 {
  right: 9rem; /* 144px */
}

.bottom-36 {
  bottom: 9rem; /* 144px */
}

.left-36 {
  left: 9rem; /* 144px */
}

.inset-40 {
  inset: 10rem; /* 160px */
}

.inset-x-40 {
  left: 10rem; /* 160px */
  right: 10rem; /* 160px */
}

.inset-y-40 {
  top: 10rem; /* 160px */
  bottom: 10rem; /* 160px */
}

.start-40 {
  inset-inline-start: 10rem; /* 160px */
}

.end-40 {
  inset-inline-end: 10rem; /* 160px */
}

.top-40 {
  top: 10rem; /* 160px */
}

.right-40 {
  right: 10rem; /* 160px */
}

.bottom-40 {
  bottom: 10rem; /* 160px */
}

.left-40 {
  left: 10rem; /* 160px */
}

.inset-44 {
  inset: 11rem; /* 176px */
}

.inset-x-44 {
  left: 11rem; /* 176px */
  right: 11rem; /* 176px */
}

.inset-y-44 {
  top: 11rem; /* 176px */
  bottom: 11rem; /* 176px */
}

.start-44 {
  inset-inline-start: 11rem; /* 176px */
}

.end-44 {
  inset-inline-end: 11rem; /* 176px */
}

.top-44 {
  top: 11rem; /* 176px */
}

.right-44 {
  right: 11rem; /* 176px */
}

.bottom-44 {
  bottom: 11rem; /* 176px */
}

.left-44 {
  left: 11rem; /* 176px */
}

.inset-48 {
  inset: 12rem; /* 192px */
}

.inset-x-48 {
  left: 12rem; /* 192px */
  right: 12rem; /* 192px */
}

.inset-y-48 {
  top: 12rem; /* 192px */
  bottom: 12rem; /* 192px */
}

.start-48 {
  inset-inline-start: 12rem; /* 192px */
}

.end-48 {
  inset-inline-end: 12rem; /* 192px */
}

.top-48 {
  top: 12rem; /* 192px */
}

.right-48 {
  right: 12rem; /* 192px */
}

.bottom-48 {
  bottom: 12rem; /* 192px */
}

.left-48 {
  left: 12rem; /* 192px */
}

.inset-52 {
  inset: 13rem; /* 208px */
}

.inset-x-52 {
  left: 13rem; /* 208px */
  right: 13rem; /* 208px */
}

.inset-y-52 {
  top: 13rem; /* 208px */
  bottom: 13rem; /* 208px */
}

.start-52 {
  inset-inline-start: 13rem; /* 208px */
}

.end-52 {
  inset-inline-end: 13rem; /* 208px */
}

.top-52 {
  top: 13rem; /* 208px */
}

.right-52 {
  right: 13rem; /* 208px */
}

.bottom-52 {
  bottom: 13rem; /* 208px */
}

.left-52 {
  left: 13rem; /* 208px */
}

.inset-56 {
  inset: 14rem; /* 224px */
}

.inset-x-56 {
  left: 14rem; /* 224px */
  right: 14rem; /* 224px */
}

.inset-y-56 {
  top: 14rem; /* 224px */
  bottom: 14rem; /* 224px */
}

.start-56 {
  inset-inline-start: 14rem; /* 224px */
}

.end-56 {
  inset-inline-end: 14rem; /* 224px */
}

.top-56 {
  top: 14rem; /* 224px */
}

.right-56 {
  right: 14rem; /* 224px */
}

.bottom-56 {
  bottom: 14rem; /* 224px */
}

.left-56 {
  left: 14rem; /* 224px */
}

.inset-60 {
  inset: 15rem; /* 240px */
}

.inset-x-60 {
  left: 15rem; /* 240px */
  right: 15rem; /* 240px */
}

.inset-y-60 {
  top: 15rem; /* 240px */
  bottom: 15rem; /* 240px */
}

.start-60 {
  inset-inline-start: 15rem; /* 240px */
}

.end-60 {
  inset-inline-end: 15rem; /* 240px */
}

.top-60 {
  top: 15rem; /* 240px */
}

.right-60 {
  right: 15rem; /* 240px */
}

.bottom-60 {
  bottom: 15rem; /* 240px */
}

.left-60 {
  left: 15rem; /* 240px */
}

.inset-64 {
  inset: 16rem; /* 256px */
}

.inset-x-64 {
  left: 16rem; /* 256px */
  right: 16rem; /* 256px */
}

.inset-y-64 {
  top: 16rem; /* 256px */
  bottom: 16rem; /* 256px */
}

.start-64 {
  inset-inline-start: 16rem; /* 256px */
}

.end-64 {
  inset-inline-end: 16rem; /* 256px */
}

.top-64 {
  top: 16rem; /* 256px */
}

.right-64 {
  right: 16rem; /* 256px */
}

.bottom-64 {
  bottom: 16rem; /* 256px */
}

.left-64 {
  left: 16rem; /* 256px */
}

.inset-72 {
  inset: 18rem; /* 288px */
}

.inset-x-72 {
  left: 18rem; /* 288px */
  right: 18rem; /* 288px */
}

.inset-y-72 {
  top: 18rem; /* 288px */
  bottom: 18rem; /* 288px */
}

.start-72 {
  inset-inline-start: 18rem; /* 288px */
}

.end-72 {
  inset-inline-end: 18rem; /* 288px */
}

.top-72 {
  top: 18rem; /* 288px */
}

.right-72 {
  right: 18rem; /* 288px */
}

.bottom-72 {
  bottom: 18rem; /* 288px */
}

.left-72 {
  left: 18rem; /* 288px */
}

.inset-80 {
  inset: 20rem; /* 320px */
}

.inset-x-80 {
  left: 20rem; /* 320px */
  right: 20rem; /* 320px */
}

.inset-y-80 {
  top: 20rem; /* 320px */
  bottom: 20rem; /* 320px */
}

.start-80 {
  inset-inline-start: 20rem; /* 320px */
}

.end-80 {
  inset-inline-end: 20rem; /* 320px */
}

.top-80 {
  top: 20rem; /* 320px */
}

.right-80 {
  right: 20rem; /* 320px */
}

.bottom-80 {
  bottom: 20rem; /* 320px */
}

.left-80 {
  left: 20rem; /* 320px */
}

.inset-96 {
  inset: 24rem; /* 384px */
}

.inset-x-96 {
  left: 24rem; /* 384px */
  right: 24rem; /* 384px */
}

.inset-y-96 {
  top: 24rem; /* 384px */
  bottom: 24rem; /* 384px */
}

.start-96 {
  inset-inline-start: 24rem; /* 384px */
}

.end-96 {
  inset-inline-end: 24rem; /* 384px */
}

.top-96 {
  top: 24rem; /* 384px */
}

.right-96 {
  right: 24rem; /* 384px */
}

.bottom-96 {
  bottom: 24rem; /* 384px */
}

.left-96 {
  left: 24rem; /* 384px */
}

.inset-auto {
  inset: auto;
}

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

.inset-1\/3 {
  inset: 33.333333%;
}

.inset-2\/3 {
  inset: 66.666667%;
}

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

.inset-2\/4 {
  inset: 50%;
}

.inset-3\/4 {
  inset: 75%;
}

.inset-full {
  inset: 100%;
}

.inset-x-auto {
  left: auto;
  right: auto;
}

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

.inset-x-1\/3 {
  left: 33.333333%;
  right: 33.333333%;
}

.inset-x-2\/3 {
  left: 66.666667%;
  right: 66.666667%;
}

.inset-x-1\/4 {
  left: 25%;
  right: 25%;
}

.inset-x-2\/4 {
  left: 50%;
  right: 50%;
}

.inset-x-3\/4 {
  left: 75%;
  right: 75%;
}

.inset-x-full {
  left: 100%;
  right: 100%;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-y-1\/2 {
  top: 50%;
  bottom: 50%;
}

.inset-y-1\/3 {
  top: 33.333333%;
  bottom: 33.333333%;
}

.inset-y-2\/3 {
  top: 66.666667%;
  bottom: 66.666667%;
}

.inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}

.inset-y-2\/4 {
  top: 50%;
  bottom: 50%;
}

.inset-y-3\/4 {
  top: 75%;
  bottom: 75%;
}

.inset-y-full {
  top: 100%;
  bottom: 100%;
}

.start-auto {
  inset-inline-start: auto;
}

.start-1\/2 {
  inset-inline-start: 50%;
}

.start-1\/3 {
  inset-inline-start: 33.333333%;
}

.start-2\/3 {
  inset-inline-start: 66.666667%;
}

.start-1\/4 {
  inset-inline-start: 25%;
}

.start-2\/4 {
  inset-inline-start: 50%;
}

.start-3\/4 {
  inset-inline-start: 75%;
}

.start-full {
  inset-inline-start: 100%;
}

.end-auto {
  inset-inline-end: auto;
}

.end-1\/2 {
  inset-inline-end: 50%;
}

.end-1\/3 {
  inset-inline-end: 33.333333%;
}

.end-2\/3 {
  inset-inline-end: 66.666667%;
}

.end-1\/4 {
  inset-inline-end: 25%;
}

.end-2\/4 {
  inset-inline-end: 50%;
}

.end-3\/4 {
  inset-inline-end: 75%;
}

.end-full {
  inset-inline-end: 100%;
}

.top-auto {
  top: auto;
}

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

.top-1\/3 {
  top: 33.333333%;
}

.top-2\/3 {
  top: 66.666667%;
}

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

.top-2\/4 {
  top: 50%;
}

.top-3\/4 {
  top: 75%;
}

.top-full {
  top: 100%;
}

.right-auto {
  right: auto;
}

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

.right-1\/3 {
  right: 33.333333%;
}

.right-2\/3 {
  right: 66.666667%;
}

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

.right-2\/4 {
  right: 50%;
}

.right-3\/4 {
  right: 75%;
}

.right-full {
  right: 100%;
}

.bottom-auto {
  bottom: auto;
}

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

.bottom-1\/3 {
  bottom: 33.333333%;
}

.bottom-2\/3 {
  bottom: 66.666667%;
}

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

.bottom-2\/4 {
  bottom: 50%;
}

.bottom-3\/4 {
  bottom: 75%;
}

.bottom-full {
  bottom: 100%;
}

.left-auto {
  left: auto;
}

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

.left-1\/3 {
  left: 33.333333%;
}

.left-2\/3 {
  left: 66.666667%;
}

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

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

.left-3\/4 {
  left: 75%;
}

.left-full {
  left: 100%;
}

/* Object img */
.object-contain {
  object-fit: contain;
}

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

.object-fill {
  object-fit: fill;
}

.object-none {
  object-fit: none;
}

.object-scale-down {
  object-fit: scale-down;
}

.object-bottom {
  object-position: bottom;
}

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

.object-left {
  object-position: left;
}

.object-left-bottom {
  object-position: left bottom;
}

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

.object-right {
  object-position: right;
}

.object-right-bottom {
  object-position: right bottom;
}

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

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

/* Fonts */

.titleFont {
  font-size: 80px;
  font-family: "Teachers-Extrabold";
  line-height: 1.1;
}

.subtitleFont {
  font-size: 45px;
  line-height: 1;
}

.textFont {
  font-size: 22px;
  line-height: 1.2;
}

/* Gaps */

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: 0.25rem; /* 4px */
}

.gap-2 {
  gap: 0.5rem; /* 8px */
}

.gap-3 {
  gap: 0.75rem; /* 12px */
}

.gap-4 {
  gap: 1rem; /* 16px */
}

.gap-5 {
  gap: 1.25rem; /* 20px */
}

.gap-6 {
  gap: 1.5rem; /* 24px */
}

.gap-8 {
  gap: 2rem; /* 32px */
}

.gap-10 {
  gap: 2.5rem; /* 40px */
}

.gap-12 {
  gap: 3rem; /* 48px */
}

.gap-16 {
  gap: 4rem; /* 64px */
}

.gap-20 {
  gap: 5rem; /* 80px */
}

.gap-24 {
  gap: 6rem; /* 96px */
}

.gap-32 {
  gap: 8rem; /* 128px */
}

.gap-40 {
  gap: 10rem; /* 160px */
}

.gap-48 {
  gap: 12rem; /* 192px */
}

.gap-56 {
  gap: 14rem; /* 224px */
}

.gap-64 {
  gap: 16rem; /* 256px */
}

/* Box-shadow */
.shadow-sm {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-lg {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-xl {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),
    0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-2xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-none {
  box-shadow: none;
}

.underline-none {
  text-decoration: none;
}
.flex_0_0_auto {
  flex: 0 0 auto;
}

.flex_1_0_auto {
  flex: 1 0 auto;
}

@media (max-width: 1600px) {
  .titleFont {
    font-size: 70px;
  }
  .subtitleFont {
    font-size: 40px;
  }
  .textFont {
    font-size: 22px;
  }
}

@media (max-width: 1400px) {
  .titleFont {
    font-size: 60px;
  }
  .subtitleFont {
    font-size: 35px;
  }
  .textFont {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .titleFont {
    font-size: 50px;
  }
  .subtitleFont {
    font-size: 30px;
  }
  .textFont {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .titleFont {
    font-size: 40px;
  }
  .subtitleFont {
    font-size: 25px;
  }
  .textFont {
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .titleFont {
    font-size: 30px;
  }
  .subtitleFont {
    font-size: 20px;
  }
  .textFont {
    font-size: 14px;
  }
}

@media (min-width: 640px) {
}
@media (min-width: 768px) {
}

@media (min-width: 1024px) {
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

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

  .lg\:py-32 {
    padding-top: 8rem;
  }

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

  .lg\:pb-32 {
    padding-bottom: 8rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

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

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

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

  .lg\:hidden {
    display: none;
  }

  .lg\:block {
    display: block;
  }

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

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

  .lg\:text-4xl {
    font-size: 2.25rem;
  }

  .lg\:text-8xl {
    font-size: 6rem;
  }

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

  .lg\:w-9\/12 {
    width: 75%;
  }

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

  .lg\:right-12 {
    right: 3rem;
  }

  .lg\:mb-36 {
    margin-bottom: 9rem;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
      0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
}
@media (min-width: 1280px) {
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .xl\:text-4xl {
    font-size: 2.25rem;
  }

  .xl\:text-8xl {
    font-size: 6rem;
  }

  .xl\:my-56 {
    margin-top: 14rem;
    margin-bottom: 14rem;
  }
  .xl\:mt-30 {
    margin-top: 7.5rem;
  }
  .xl\:mt-56 {
    margin-top: 14rem;
  }
  .xl\:pl-24 {
    padding-left: 6rem;
  }
  .xl\:gap-8 {
    gap: 2rem;
  }
  .xl\:w-11\/12 {
    width: 91.666667%;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .xl\:rounded-tr-3xl {
    border-top-right-radius: 1.5rem;
  }

  .xl\:rounder-b-none {
    border-bottom-left-radius: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }
}
@media (min-width: 1536px) {
}
