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

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

/*
! tailwindcss v3.0.23 | 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.
*/

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 */
}

/*
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-size: 100%;
  /* 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;
}

/*
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:-ms-input-placeholder, textarea:-ms-input-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;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after{
  --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-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.container{
  width: 100%;
}

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

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

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

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

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

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

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

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.top-0{
  top: 0px;
}

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

.left-\[-5\.813rem\]{
  left: -5.813rem;
}

.right-\[-3\.438rem\]{
  right: -3.438rem;
}

.-left-\[9\.313rem\]{
  left: -9.313rem;
}

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

.-left-\[7\.188rem\]{
  left: -7.188rem;
}

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

.left-\[0\.625rem\]{
  left: 0.625rem;
}

.right-20{
  right: 5rem;
}

.right-0{
  right: 0px;
}

.right-\[-16rem\]{
  right: -16rem;
}

.left-0{
  left: 0px;
}

.left-\[10\%\]{
  left: 10%;
}

.left-\[2rem\]{
  left: 2rem;
}

.left-\[1\.7rem\]{
  left: 1.7rem;
}

.left-\[1\.5rem\]{
  left: 1.5rem;
}

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

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

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

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

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

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

.mt-2\.5{
  margin-top: 0.625rem;
}

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

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

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

.mt-\[0\.813rem\]{
  margin-top: 0.813rem;
}

.mt-\[2\.313rem\]{
  margin-top: 2.313rem;
}

.mt-1\.5{
  margin-top: 0.375rem;
}

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

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

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

.mt-\[1\.625rem\]{
  margin-top: 1.625rem;
}

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

.mt-\[4\.25rem\]{
  margin-top: 4.25rem;
}

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

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

.mr-\[2\.125rem\]{
  margin-right: 2.125rem;
}

.mt-\[0\.563rem\]{
  margin-top: 0.563rem;
}

.ml-3{
  margin-left: 0.75rem;
}

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

.mt-\[1\.688rem\]{
  margin-top: 1.688rem;
}

.mt-\[0\.625rem\]{
  margin-top: 0.625rem;
}

.mt-\[1\.449rem\]{
  margin-top: 1.449rem;
}

.mt-\[4\.923rem\]{
  margin-top: 4.923rem;
}

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

.flex{
  display: flex;
}

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

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

.h-full{
  height: 100%;
}

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

.w-\[13\.313rem\]{
  width: 13.313rem;
}

.w-\[10\.5rem\]{
  width: 10.5rem;
}

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

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

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

.w-full{
  width: 100%;
}

.w-\[15\.75rem\]{
  width: 15.75rem;
}

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

.max-w-\[61rem\]{
  max-width: 61rem;
}

.max-w-\[54\.875rem\]{
  max-width: 54.875rem;
}

.max-w-\[90\.625rem\]{
  max-width: 90.625rem;
}

.max-w-\[60\.875rem\]{
  max-width: 60.875rem;
}

.max-w-\[56\.938rem\]{
  max-width: 56.938rem;
}

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

.max-w-\[25rem\]{
  max-width: 25rem;
}

.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[8\.74deg\]{
  --tw-rotate: 8.74deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

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

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

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

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

.overflow-hidden{
  overflow: hidden;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

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

.rounded-\[0\.313rem\]{
  border-radius: 0.313rem;
}

.border-\[0\.625rem\]{
  border-width: 0.625rem;
}

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

.border-\[1px\]{
  border-width: 1px;
}

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

.border-\[\#EBF3FD\]{
  --tw-border-opacity: 1;
  border-color: rgb(235 243 253 / var(--tw-border-opacity));
}

.bg-reddish{
  --tw-bg-opacity: 1;
  background-color: rgb(228 14 22 / var(--tw-bg-opacity));
}

.bg-yellowish{
  --tw-bg-opacity: 1;
  background-color: rgb(252 218 25 / var(--tw-bg-opacity));
}

.bg-\[rgba\(30\2c 112\2c 185\2c 0\.44\)\]{
  background-color: rgba(30,112,185,0.44);
}

.bg-\[rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  background-color: rgba(0,0,0,0.25);
}

.bg-\[rgba\(252\2c 218\2c 25\2c 0\.45\)\]{
  background-color: rgba(252,218,25,0.45);
}

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

.bg-\[rgba\(228\2c 14\2c 22\2c 0\.04\)\]{
  background-color: rgba(228,14,22,0.04);
}

.bg-\[rgba\(228\2c 14\2c 22\2c 0\.16\)\]{
  background-color: rgba(228,14,22,0.16);
}

.bg-\[rgba\(228\2c 14\2c 22\2c 0\.35\)\]{
  background-color: rgba(228,14,22,0.35);
}

.bg-\[rgba\(228\2c 14\2c 22\2c 0\.63\)\]{
  background-color: rgba(228,14,22,0.63);
}

.bg-\[\#E40E16\]{
  --tw-bg-opacity: 1;
  background-color: rgb(228 14 22 / var(--tw-bg-opacity));
}

.bg-\[rgba\(228\2c 14\2c 22\2c 0\.4\)\]{
  background-color: rgba(228,14,22,0.4);
}

.bg-dropdown{
  --tw-bg-opacity: 1;
  background-color: rgb(241 248 255 / var(--tw-bg-opacity));
}

.bg-\[\#8DB1D1\]{
  --tw-bg-opacity: 1;
  background-color: rgb(141 177 209 / var(--tw-bg-opacity));
}

.bg-\[\#1E70B9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(30 112 185 / var(--tw-bg-opacity));
}

.p-\[1\.125rem\]{
  padding: 1.125rem;
}

.p-\[2\.25rem\]{
  padding: 2.25rem;
}

.p-2{
  padding: 0.5rem;
}

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

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

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

.py-\[2\.375rem\]{
  padding-top: 2.375rem;
  padding-bottom: 2.375rem;
}

.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

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

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

.px-\[0\.625rem\]{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

.py-\[1\.125rem\]{
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

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

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

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

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

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

.pb-\[0\.625rem\]{
  padding-bottom: 0.625rem;
}

.pt-11{
  padding-top: 2.75rem;
}

.pt-\[0\.813rem\]{
  padding-top: 0.813rem;
}

.pt-\[2\.75rem\]{
  padding-top: 2.75rem;
}

.pb-\[2\.063rem\]{
  padding-bottom: 2.063rem;
}

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

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

.pt-\[2\.5rem\]{
  padding-top: 2.5rem;
}

.pb-\[4\.375rem\]{
  padding-bottom: 4.375rem;
}

.pr-\[1\.625rem\]{
  padding-right: 1.625rem;
}

.pt-\[2\.375rem\]{
  padding-top: 2.375rem;
}

.pb-\[1\E7 438rem\]{
  padding-bottom: 1ç438rem;
}

.pb-\[1\.438rem\]{
  padding-bottom: 1.438rem;
}

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

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

.font-inter{
  font-family: 'inter', sans-serif;
}

.font-bounce{
  font-family: 'Birthstone Bounce', cursive;
}

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

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

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

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

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

.text-\[2\.5rem\]{
  font-size: 2.5rem;
}

.text-\[1\.875rem\]{
  font-size: 1.875rem;
}

.text-\[0\.938rem\]{
  font-size: 0.938rem;
}

.text-\[0\.656rem\]{
  font-size: 0.656rem;
}

.text-\[1\.563rem\]{
  font-size: 1.563rem;
}

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

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

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

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

.italic{
  font-style: italic;
}

.leading-\[1\.35rem\]{
  line-height: 1.35rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-\[2\.063rem\]{
  line-height: 2.063rem;
}

.leading-\[2\.081rem\]{
  line-height: 2.081rem;
}

.leading-\[0\.844rem\]{
  line-height: 0.844rem;
}

.leading-\[2\.813rem\]{
  line-height: 2.813rem;
}

.leading-\[1\.313rem\]{
  line-height: 1.313rem;
}

.tracking-\[0\.2em\]{
  letter-spacing: 0.2em;
}

.tracking-\[0\.12em\]{
  letter-spacing: 0.12em;
}

.tracking-\[0\.25em\]{
  letter-spacing: 0.25em;
}

.tracking-\[0\.13em\]{
  letter-spacing: 0.13em;
}

.tracking-\[0\.16em\]{
  letter-spacing: 0.16em;
}

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

.text-yellowish{
  --tw-text-opacity: 1;
  color: rgb(252 218 25 / var(--tw-text-opacity));
}

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

.text-\[\#AC0C11\]{
  --tw-text-opacity: 1;
  color: rgb(172 12 17 / var(--tw-text-opacity));
}

.text-blue{
  --tw-text-opacity: 1;
  color: rgb(38 138 238 / var(--tw-text-opacity));
}

.text-\[\#E40E16\]{
  --tw-text-opacity: 1;
  color: rgb(228 14 22 / var(--tw-text-opacity));
}

.text-\[\#A4AEB8\]{
  --tw-text-opacity: 1;
  color: rgb(164 174 184 / var(--tw-text-opacity));
}

.opacity-50{
  opacity: 0.5;
}

.opacity-70{
  opacity: 0.7;
}

.shadow-\[0_4px_10px_4px_rgba\(0\2c 0\2c 0\2c \.25\)\]{
  --tw-shadow: 0 4px 10px 4px rgba(0,0,0,.25);
  --tw-shadow-colored: 0 4px 10px 4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300{
  transition-duration: 300ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

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

  .md\:ml-5{
    margin-left: 1.25rem;
  }

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

  .md\:ml-3{
    margin-left: 0.75rem;
  }

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

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

  .md\:mt-11{
    margin-top: 2.75rem;
  }

  .md\:mr-24{
    margin-right: 6rem;
  }

  .md\:mt-6{
    margin-top: 1.5rem;
  }

  .md\:mt-14{
    margin-top: 3.5rem;
  }

  .md\:ml-24{
    margin-left: 6rem;
  }

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

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

  .md\:ml-32{
    margin-left: 8rem;
  }

  .md\:mt-28{
    margin-top: 7rem;
  }

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

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

  .md\:mt-\[3\.125rem\]{
    margin-top: 3.125rem;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

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

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

  .md\:w-\[10\.5rem\]{
    width: 10.5rem;
  }

  .md\:w-64{
    width: 16rem;
  }

  .md\:w-96{
    width: 24rem;
  }

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

  .md\:max-w-\[22\.625rem\]{
    max-width: 22.625rem;
  }

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

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

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

  .md\:p-5{
    padding: 1.25rem;
  }

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

  .md\:py-1\.5{
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

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

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

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

  .md\:py-28{
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

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

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

  .md\:pb-5{
    padding-bottom: 1.25rem;
  }

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

  .md\:pt-\[4\.688rem\]{
    padding-top: 4.688rem;
  }

  .md\:pb-\[5\.188rem\]{
    padding-bottom: 5.188rem;
  }

  .md\:pt-\[4\.438rem\]{
    padding-top: 4.438rem;
  }

  .md\:pb-\[3\.125rem\]{
    padding-bottom: 3.125rem;
  }

  .md\:text-\[4\.406rem\]{
    font-size: 4.406rem;
  }

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

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

  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .md\:leading-6{
    line-height: 1.5rem;
  }

  .md\:leading-\[2\.688rem\]{
    line-height: 2.688rem;
  }

  .md\:leading-5{
    line-height: 1.25rem;
  }
}

@media (max-width: 767px){
  .mdx\:fixed{
    position: fixed;
  }

  .mdx\:right-0{
    right: 0px;
  }

  .mdx\:top-0{
    top: 0px;
  }

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

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

  .mdx\:mt-\[2\.188rem\]{
    margin-top: 2.188rem;
  }

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

  .mdx\:ml-\[0\.313rem\]{
    margin-left: 0.313rem;
  }

  .mdx\:ml-\[0\.438rem\]{
    margin-left: 0.438rem;
  }

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

  .mdx\:mt-\[2\.75rem\]{
    margin-top: 2.75rem;
  }

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

  .mdx\:mt-\[3\.688rem\]{
    margin-top: 3.688rem;
  }

  .mdx\:flex{
    display: flex;
  }

  .mdx\:hidden{
    display: none;
  }

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

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

  .mdx\:w-\[107\.33px\]{
    width: 107.33px;
  }

  .mdx\:w-\[9\.938rem\]{
    width: 9.938rem;
  }

  .mdx\:max-w-\[166px\]{
    max-width: 166px;
  }

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

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

  .mdx\:bg-white{
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .mdx\:px-\[1\.813rem\]{
    padding-left: 1.813rem;
    padding-right: 1.813rem;
  }

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

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

  .mdx\:px-\[1\.125rem\]{
    padding-left: 1.125rem;
    padding-right: 1.125rem;
  }

  .mdx\:px-\[1\.75rem\]{
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .mdx\:px-\[1\.563rem\]{
    padding-left: 1.563rem;
    padding-right: 1.563rem;
  }

  .mdx\:pl-\[2\.188rem\]{
    padding-left: 2.188rem;
  }

  .mdx\:pr-\[1\.625rem\]{
    padding-right: 1.625rem;
  }

  .mdx\:pl-\[1\.938rem\]{
    padding-left: 1.938rem;
  }

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

  .mdx\:leading-\[1\.375rem\]{
    line-height: 1.375rem;
  }
}

@media (min-width: 1100px){
  .fix\:left-16{
    left: 4rem;
  }
}

@media (min-width: 974px){
  .lgs\:-left-\[2\.625rem\]{
    left: -2.625rem;
  }

  .lgs\:left-0{
    left: 0px;
  }

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

  .lgs\:ml-8{
    margin-left: 2rem;
  }

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

  .lgs\:flex{
    display: flex;
  }

  .lgs\:max-w-\[454px\]{
    max-width: 454px;
  }

  .lgs\:translate-x-0{
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lgs\:text-left{
    text-align: left;
  }
}