.prose {
  color: #374151;
  max-width: 65ch;
  font-size: 1rem;
  line-height: 1.75;
}
.prose [class~="lead"] {
  color: #4b5563;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose a {
  color: #111827;
  text-decoration: underline;
  font-weight: 500;
}
.prose strong {
  color: #111827;
  font-weight: 600;
}
.prose ol[type="A"] {
  --list-counter-style: upper-alpha;
}
.prose ol[type="a"] {
  --list-counter-style: lower-alpha;
}
.prose ol[type="A s"] {
  --list-counter-style: upper-alpha;
}
.prose ol[type="a s"] {
  --list-counter-style: lower-alpha;
}
.prose ol[type="I"] {
  --list-counter-style: upper-roman;
}
.prose ol[type="i"] {
  --list-counter-style: lower-roman;
}
.prose ol[type="I s"] {
  --list-counter-style: upper-roman;
}
.prose ol[type="i s"] {
  --list-counter-style: lower-roman;
}
.prose ol[type="1"] {
  --list-counter-style: decimal;
}
.prose ol > li {
  position: relative;
  padding-left: 1.75em;
}
.prose ol > li::before {
  content: counter(list-item, var(--list-counter-style, decimal)) ".";
  position: absolute;
  font-weight: 400;
  color: #6b7280;
  left: 0;
}
.prose ul > li {
  position: relative;
  padding-left: 1.75em;
}
.prose ul > li::before {
  content: "";
  position: absolute;
  background-color: #d1d5db;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}
.prose hr {
  border-color: #e5e7eb;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose blockquote {
  font-weight: 500;
  font-style: italic;
  color: #111827;
  border-left-width: 0.25rem;
  border-color: #e5e7eb;
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose blockquote p:first-of-type::before {
  content: open-quote;
}
.prose blockquote p:last-of-type::after {
  content: close-quote;
}
.prose h1 {
  color: #111827;
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose h2 {
  color: #111827;
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose h3 {
  color: #111827;
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose h4 {
  color: #111827;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose figure figcaption {
  color: #6b7280;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose code {
  color: #111827;
  font-weight: 600;
  font-size: 0.875em;
}
.prose code::before {
  content: "`";
}
.prose code::after {
  content: "`";
}
.prose a code {
  color: #111827;
}
.prose pre {
  color: #e5e7eb;
  background-color: #1f2937;
  overflow-x: auto;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose pre code::before {
  content: none;
}
.prose pre code::after {
  content: none;
}
.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose thead {
  color: #111827;
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d1d5db;
}
.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e5e7eb;
}
.prose tbody tr:last-child {
  border-bottom-width: 0;
}
.prose tbody td {
  vertical-align: top;
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose img {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose figure {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}
.prose h2 code {
  font-size: 0.875em;
}
.prose h3 code {
  font-size: 0.9em;
}
.prose ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  list-style-type: none;
}
.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  list-style-type: none;
}
.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > ul > li > *:first-child {
  margin-top: 1.25em;
}
.prose > ul > li > *:last-child {
  margin-bottom: 1.25em;
}
.prose > ol > li > *:first-child {
  margin-top: 1.25em;
}
.prose > ol > li > *:last-child {
  margin-bottom: 1.25em;
}
.prose ul ul, .prose ul ol, .prose ol ul, .prose ol ol {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose hr + * {
  margin-top: 0;
}
.prose h2 + * {
  margin-top: 0;
}
.prose h3 + * {
  margin-top: 0;
}
.prose h4 + * {
  margin-top: 0;
}
.prose thead th:first-child {
  padding-left: 0;
}
.prose thead th:last-child {
  padding-right: 0;
}
.prose tbody td:first-child {
  padding-left: 0;
}
.prose tbody td:last-child {
  padding-right: 0;
}
.prose > :first-child {
  margin-top: 0;
}
.prose > :last-child {
  margin-bottom: 0;
}
.prose-sm {
  font-size: 0.875rem;
  line-height: 1.7142857;
}
.prose-sm p {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm [class~="lead"] {
  font-size: 1.2857143em;
  line-height: 1.5555556;
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-sm blockquote {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-left: 1.1111111em;
}
.prose-sm h1 {
  font-size: 2.1428571em;
  margin-top: 0;
  margin-bottom: 0.8em;
  line-height: 1.2;
}
.prose-sm h2 {
  font-size: 1.4285714em;
  margin-top: 1.6em;
  margin-bottom: 0.8em;
  line-height: 1.4;
}
.prose-sm h3 {
  font-size: 1.2857143em;
  margin-top: 1.5555556em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
.prose-sm h4 {
  margin-top: 1.4285714em;
  margin-bottom: 0.5714286em;
  line-height: 1.4285714;
}
.prose-sm img {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm video {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm figure {
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
}
.prose-sm figure > * {
  margin-top: 0;
  margin-bottom: 0;
}
.prose-sm figure figcaption {
  font-size: 0.8571429em;
  line-height: 1.3333333;
  margin-top: 0.6666667em;
}
.prose-sm code {
  font-size: 0.8571429em;
}
.prose-sm h2 code {
  font-size: 0.9em;
}
.prose-sm h3 code {
  font-size: 0.8888889em;
}
.prose-sm pre {
  font-size: 0.8571429em;
  line-height: 1.6666667;
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  border-radius: 0.25rem;
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm ol {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm ul {
  margin-top: 1.1428571em;
  margin-bottom: 1.1428571em;
}
.prose-sm li {
  margin-top: 0.2857143em;
  margin-bottom: 0.2857143em;
}
.prose-sm ol > li {
  padding-left: 1.5714286em;
}
.prose-sm ol > li::before {
  left: 0;
}
.prose-sm ul > li {
  padding-left: 1.5714286em;
}
.prose-sm ul > li::before {
  height: 0.3571429em;
  width: 0.3571429em;
  top: calc(0.8571429em - 0.1785714em);
  left: 0.2142857em;
}
.prose-sm > ul > li p {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm > ul > li > *:first-child {
  margin-top: 1.1428571em;
}
.prose-sm > ul > li > *:last-child {
  margin-bottom: 1.1428571em;
}
.prose-sm > ol > li > *:first-child {
  margin-top: 1.1428571em;
}
.prose-sm > ol > li > *:last-child {
  margin-bottom: 1.1428571em;
}
.prose-sm ul ul, .prose-sm ul ol, .prose-sm ol ul, .prose-sm ol ol {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm hr {
  margin-top: 2.8571429em;
  margin-bottom: 2.8571429em;
}
.prose-sm hr + * {
  margin-top: 0;
}
.prose-sm h2 + * {
  margin-top: 0;
}
.prose-sm h3 + * {
  margin-top: 0;
}
.prose-sm h4 + * {
  margin-top: 0;
}
.prose-sm table {
  font-size: 0.8571429em;
  line-height: 1.5;
}
.prose-sm thead th {
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm thead th:first-child {
  padding-left: 0;
}
.prose-sm thead th:last-child {
  padding-right: 0;
}
.prose-sm tbody td {
  padding-top: 0.6666667em;
  padding-right: 1em;
  padding-bottom: 0.6666667em;
  padding-left: 1em;
}
.prose-sm tbody td:first-child {
  padding-left: 0;
}
.prose-sm tbody td:last-child {
  padding-right: 0;
}
.prose-sm > :first-child {
  margin-top: 0;
}
.prose-sm > :last-child {
  margin-bottom: 0;
}
.aspect-w-16 {
  --tw-aspect-w: 16;
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-9 {
  --tw-aspect-h: 9;
}
.aspect-w-1 {
  --tw-aspect-w: 1;
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
}
.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect-h-1 {
  --tw-aspect-h: 1;
}
.bg-\[\#eddcce\] {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 220, 206, var(--tw-bg-opacity));
}
.bg-\[\#ea8165\] {
  --tw-bg-opacity: 1;
  background-color: rgba(234, 129, 101, var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-\[\#ffd395\] {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 211, 149, var(--tw-bg-opacity));
}
.\!bg-\[\#5baeab\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(91, 174, 171, var(--tw-bg-opacity)) !important;
}
.bg-\[\#e1d55f\] {
  --tw-bg-opacity: 1;
  background-color: rgba(225, 213, 95, var(--tw-bg-opacity));
}
.bg-\[\#5DC0B8\] {
  --tw-bg-opacity: 1;
  background-color: rgba(93, 192, 184, var(--tw-bg-opacity));
}
.bg-\[\#6CAEDB\] {
  --tw-bg-opacity: 1;
  background-color: rgba(108, 174, 219, var(--tw-bg-opacity));
}
.bg-\[\#C677AE\] {
  --tw-bg-opacity: 1;
  background-color: rgba(198, 119, 174, var(--tw-bg-opacity));
}
.bg-\[\#F9D748\] {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 215, 72, var(--tw-bg-opacity));
}
.bg-\[\#EDAC4E\] {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 172, 78, var(--tw-bg-opacity));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}
.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}
.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.\!flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.hidden {
  display: none;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.\!justify-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  -webkit-justify-content: center !important;
  justify-content: center !important;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.float-right {
  float: right;
}
.clear-none {
  clear: none;
}
.font-yuan {
  font-family: DF Yuan Light,sans-serif;
}
.font-bold {
  font-weight: 700;
}
.h-fit {
  height: fit-content;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-3\/4 {
  height: 75%;
}
.h-8 {
  height: 2rem;
}
.h-6 {
  height: 1.5rem;
}
.h-5\/6 {
  height: 83.333333%;
}
.h-\[10vw\] {
  height: 10vw;
}
.h-\[50vw\] {
  height: 50vw;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[1\.3vw\] {
  font-size: 1.3vw;
  line-height: 1;
}
.text-\[2\.5vw\] {
  font-size: 2.5vw;
  line-height: 1;
}
.text-\[3vw\] {
  font-size: 3vw;
  line-height: 1;
}
.text-\[2em\] {
  font-size: 2em;
  line-height: 1;
}
.\!leading-relaxed {
  line-height: 1.625 !important;
}
.leading-normal {
  line-height: 1.5;
}
.\!leading-loose {
  line-height: 2 !important;
}
.leading-\[1\] {
  line-height: 1;
}
.m-auto {
  margin: auto;
}
.m-\[2px\] {
  margin: 2px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mt-4 {
  margin-top: 1rem;
}
.-mt-\[12\%\] {
  margin-top: -12%;
}
.mr-4 {
  margin-right: 1rem;
}
.-ml-\[1\.5\%\] {
  margin-left: -1.5%;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mt-\[5\%\] {
  margin-top: 5%;
}
.ml-\[5\%\] {
  margin-left: 5%;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-\[40\%\] {
  margin-bottom: 40%;
}
.mb-\[20\%\] {
  margin-bottom: 20%;
}
.ml-auto {
  margin-left: auto;
}
.-mt-1\/3 {
  margin-top: -33.333333%;
}
.mt-1\/4 {
  margin-top: 25%;
}
.\!max-w-none {
  max-width: none !important;
}
.max-w-none {
  max-width: none;
}
.opacity-50 {
  opacity: 0.5;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.p-2 {
  padding: 0.5rem;
}
.p-4 {
  padding: 1rem;
}
.\!py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-1\/5 {
  padding-left: 20%;
  padding-right: 20%;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pt-\[20\%\] {
  padding-top: 20%;
}
.\!pt-0 {
  padding-top: 0px !important;
}
.pl-\[15\%\] {
  padding-left: 15%;
}
.absolute {
  position: absolute;
}
.\!absolute {
  position: absolute !important;
}
.relative {
  position: relative;
}
.left-10 {
  left: 2.5rem;
}
.top-10 {
  top: 2.5rem;
}
.top-0 {
  top: 0px;
}
.left-\[2\.5vw\] {
  left: 2.5vw;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.top-\[2\.5vw\] {
  top: 2.5vw;
}
.bottom-1\/6 {
  bottom: 16.6667%;
}
.left-1\/6 {
  left: 16.6667%;
}
.left-1\/8 {
  left: 12.5%;
}
.bottom-\[-15\%\] {
  bottom: -15%;
}
.left-0 {
  left: 0px;
}
.left-\[65\%\] {
  left: 65%;
}
.-left-1\/4 {
  left: -25%;
}
.bottom-\[-25\%\] {
  bottom: -25%;
}
.right-\[10\%\] {
  right: 10%;
}
.left-\[25\%\] {
  left: 25%;
}
.top-\[30\%\] {
  top: 30%;
}
.left-\[5\%\] {
  left: 5%;
}
.bottom-\[25\%\] {
  bottom: 25%;
}
.right-\[-10\%\] {
  right: -10%;
}
.right-\[5\%\] {
  right: 5%;
}
.top-1\/2 {
  top: 50%;
}
.left-\[-15\%\] {
  left: -15%;
}
.top-1\/10 {
  top: 10%;
}
.left-\[-10\%\] {
  left: -10%;
}
.bottom-\[5\%\] {
  bottom: 5%;
}
.-left-1\/2 {
  left: -50%;
}
.top-\[50\%\] {
  top: 50%;
}
.left-\[10\%\] {
  left: 10%;
}
.top-1\/3 {
  top: 33.333333%;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-\[\#3d8564\] {
  --tw-text-opacity: 1;
  color: rgba(61, 133, 100, var(--tw-text-opacity));
}
.text-brown-primary {
  --tw-text-opacity: 1;
  color: rgba(148, 65, 35, var(--tw-text-opacity));
}
.text-brown-light {
  --tw-text-opacity: 1;
  color: rgba(221, 78, 57, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-\[\#5dc0b8\] {
  --tw-text-opacity: 1;
  color: rgba(93, 192, 184, var(--tw-text-opacity));
}
.text-\[\#27A84A\] {
  --tw-text-opacity: 1;
  color: rgba(39, 168, 74, var(--tw-text-opacity));
}
.text-\[\#676767\] {
  --tw-text-opacity: 1;
  color: rgba(103, 103, 103, var(--tw-text-opacity));
}
.text-\[\#6caedb\] {
  --tw-text-opacity: 1;
  color: rgba(108, 174, 219, var(--tw-text-opacity));
}
.text-\[\#4664AF\] {
  --tw-text-opacity: 1;
  color: rgba(70, 100, 175, var(--tw-text-opacity));
}
.text-\[\#c677ad\] {
  --tw-text-opacity: 1;
  color: rgba(198, 119, 173, var(--tw-text-opacity));
}
.text-\[\#F8208E\] {
  --tw-text-opacity: 1;
  color: rgba(248, 32, 142, var(--tw-text-opacity));
}
.text-\[\#f1c36a\] {
  --tw-text-opacity: 1;
  color: rgba(241, 195, 106, var(--tw-text-opacity));
}
.text-\[\#D77912\] {
  --tw-text-opacity: 1;
  color: rgba(215, 121, 18, var(--tw-text-opacity));
}
.text-\[\#f7a542\] {
  --tw-text-opacity: 1;
  color: rgba(247, 165, 66, var(--tw-text-opacity));
}
.text-\[\#F1CA27\] {
  --tw-text-opacity: 1;
  color: rgba(241, 202, 39, var(--tw-text-opacity));
}
.uppercase {
  text-transform: uppercase;
}
.content-area {
  content: "area";
}
.w-auto {
  width: auto;
}
.\!w-full {
  width: 100% !important;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-8 {
  width: 2rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-1\/12 {
  width: 8.333333%;
}
.w-\[10vw\] {
  width: 10vw;
}
.w-\[35\.5vw\] {
  width: 35.5vw;
}
.w-\[31\.25vw\] {
  width: 31.25vw;
}
.w-\[8\%\] {
  width: 8%;
}
.w-\[150vw\] {
  width: 150vw;
}
.w-\[150\%\] {
  width: 150%;
}
.w-\[65\%\] {
  width: 65%;
}
.w-\[12em\] {
  width: 12em;
}
.w-\[24em\] {
  width: 24em;
}
.w-\[125\%\] {
  width: 125%;
}
.w-\[20em\] {
  width: 20em;
}
.z-1000 {
  z-index: 1000;
}
.z-100 {
  z-index: 100;
}
.z-20 {
  z-index: 20;
}
.z-60 {
  z-index: 60;
}
.z-40 {
  z-index: 40;
}
.z-200 {
  z-index: 200;
}
.-z-10 {
  z-index: -10;
}
.z-50 {
  z-index: 50;
}
.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.transform {
  --tw-rotate: 0;
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-rotate-z: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scale-z: 1;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-translate-z: 0;
  -webkit-transform: rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z));
  -ms-transform: rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z));
  transform: rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z));
}
.origin-left {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.origin-right {
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}
.scale-150 {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  --tw-scale-z: 1.5;
}
.rotate-45 {
  --tw-rotate: 45deg;
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.rotate-30 {
  --tw-rotate: 30deg;
}
.translate-x-1\/3 {
  --tw-translate-x: 33.333333%;
}
.translate-x-1\/2 {
  --tw-translate-x: 50%;
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
}
.translate-y-1\/3 {
  --tw-translate-y: 33.333333%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}
.-translate-x-1\/4 {
  --tw-translate-x: -25%;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}
.-translate-y-1\/4 {
  --tw-translate-y: -25%;
}
@media (min-width: 768px) {
  .md\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .md\:hidden {
    display: none;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-\[2vw\] {
    font-size: 2vw;
    line-height: 1;
  }
  .md\:text-\[1\.25vw\] {
    font-size: 1.25vw;
    line-height: 1;
  }
  .md\:text-\[3\.75em\] {
    font-size: 3.75em;
    line-height: 1;
  }
  .md\:\!leading-loose {
    line-height: 2 !important;
  }
  .\!md\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:pr-6 {
    padding-right: 1.5rem;
  }
  .md\:pt-\[40\%\] {
    padding-top: 40%;
  }
  .md\:pt-\[25\%\] {
    padding-top: 25%;
  }
  .md\:top-0 {
    top: 0px;
  }
  .md\:top-\[-25\%\] {
    top: -25%;
  }
  .md\:right-\[12\.5\%\] {
    right: 12.5%;
  }
  .md\:top-\[23\%\] {
    top: 23%;
  }
  .md\:top-\[17\.5\%\] {
    top: 17.5%;
  }
  .md\:right-\[-5\%\] {
    right: -5%;
  }
  .md\:left-\[37\.5\%\] {
    left: 37.5%;
  }
  .md\:top-\[60\%\] {
    top: 60%;
  }
  .md\:bottom-0 {
    bottom: 0px;
  }
  .md\:left-2\/5 {
    left: 40%;
  }
  .md\:left-\[2\.5vw\] {
    left: 2.5vw;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-\[8\%\] {
    width: 8%;
  }
  .\!md\:w-\[95\%\] {
    width: 95% !important;
  }
  .md\:w-\[95\%\] {
    width: 95%;
  }
  .md\:gap-20 {
    grid-gap: 5rem;
    gap: 5rem;
  }
  .md\:grid-cols-\[2fr\2c 1fr\] {
    grid-template-columns: 2fr 1fr;
  }
  .md\:grid-cols-\[1fr\2c 1fr\] {
    grid-template-columns: 1fr 1fr;
  }
  .md\:grid-cols-\[4fr\2c 6fr\] {
    grid-template-columns: 4fr 6fr;
  }
  .md\:grid-cols-\[6fr\2c 4fr\] {
    grid-template-columns: 6fr 4fr;
  }
  .md\:rotate-45 {
    --tw-rotate: 45deg;
  }
  .md\:translate-x-1\/4 {
    --tw-translate-x: 25%;
  }
  .md\:translate-x-1\/3 {
    --tw-translate-x: 33.333333%;
  }
  .md\:-translate-x-1\/4 {
    --tw-translate-x: -25%;
  }
}
@media (min-width: 1024px) {
  .\!lg\:mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:\!mr-10 {
    margin-right: 2.5rem !important;
  }
  .\!lg\:w-\[90\%\] {
    width: 90% !important;
  }
  .lg\:w-\[90\%\] {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .-md\:hidden {
    display: none;
  }
  .-md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .-md\:text-\[4vw\] {
    font-size: 4vw;
    line-height: 1;
  }
  .-md\:text-\[3vw\] {
    font-size: 3vw;
    line-height: 1;
  }
  .-md\:text-\[3em\] {
    font-size: 3em;
    line-height: 1;
  }
  .-md\:leading-normal {
    line-height: 1.5;
  }
  .-md\:my-\[25\%\] {
    margin-top: 25%;
    margin-bottom: 25%;
  }
  .-md\:mt-\[5\%\] {
    margin-top: 5%;
  }
  .-md\:mb-\[15\%\] {
    margin-bottom: 15%;
  }
  .-md\:mb-\[25\%\] {
    margin-bottom: 25%;
  }
  .-md\:mt-\[10\%\] {
    margin-top: 10%;
  }
  .-md\:mb-\[20\%\] {
    margin-bottom: 20%;
  }
  .-md\:mt-\[35\%\] {
    margin-top: 35%;
  }
  .-md\:p-2 {
    padding: 0.5rem;
  }
  .-md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .-md\:pt-\[75\%\] {
    padding-top: 75%;
  }
  .-md\:pt-\[50\%\] {
    padding-top: 50%;
  }
  .-md\:\!pb-20 {
    padding-bottom: 5rem !important;
  }
  .-md\:bottom-0 {
    bottom: 0px;
  }
  .-md\:top-\[30\%\] {
    top: 30%;
  }
  .-md\:right-0 {
    right: 0px;
  }
  .-md\:right-\[-25\%\] {
    right: -25%;
  }
  .-md\:top-\[50\%\] {
    top: 50%;
  }
  .-md\:left-0 {
    left: 0px;
  }
  .-md\:top-1\/2 {
    top: 50%;
  }
  .-md\:top-0 {
    top: 0px;
  }
  .-md\:right-1\/2 {
    right: 50%;
  }
  .-md\:w-2\/3 {
    width: 66.666667%;
  }
  .-md\:w-full {
    width: 100%;
  }
  .-md\:w-\[20\%\] {
    width: 20%;
  }
  .-md\:w-\[25\%\] {
    width: 25%;
  }
  .-md\:gap-10 {
    grid-gap: 2.5rem;
    gap: 2.5rem;
  }
  .-md\:col-start-1 {
    grid-column-start: 1;
  }
  .-md\:row-start-1 {
    grid-row-start: 1;
  }
}
@media (max-width: 767.9px) {
  .\<md\:absolute {
    position: absolute;
  }
  .\<md\:left-0 {
    left: 0px;
  }
  .\<md\:top-2 {
    top: 0.5rem;
  }
  .\<md\:w-\[20vw\] {
    width: 20vw;
  }
}