@tailwind base;

@tailwind components;

@tailwind utilities;

/*
! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

.collapse{
  visibility: collapse;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.bottom-\[52\%\]{
  bottom: 52%;
}

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

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

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

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

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

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

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

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

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

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

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

.mx-\[10px\]{
  margin-left: 10px;
  margin-right: 10px;
}

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

.mb-\[-20px\]{
  margin-bottom: -20px;
}

.mb-\[-30px\]{
  margin-bottom: -30px;
}

.mb-\[10px\]{
  margin-bottom: 10px;
}

.mb-\[20px\]{
  margin-bottom: 20px;
}

.mb-\[30px\]{
  margin-bottom: 30px;
}

.mb-\[8px\]{
  margin-bottom: 8px;
}

.ml-\[-5px\]{
  margin-left: -5px;
}

.mr-\[10px\]{
  margin-right: 10px;
}

.mr-\[5px\]{
  margin-right: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block{
  display: block;
}

.flex{
  display: flex;
}

.hidden{
  display: none;
}

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

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

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

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

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

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

.w-full{
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shrink-0{
  flex-shrink: 0;
}

.grow{
  flex-grow: 1;
}

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

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

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

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

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

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

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

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

.gap-5{
  gap: 1.25rem;
}

.gap-\[10px\]{
  gap: 10px;
}

.gap-\[15px\]{
  gap: 15px;
}

.gap-\[19px\]{
  gap: 19px;
}

.gap-\[20px\]{
  gap: 20px;
}

.gap-\[27px\]{
  gap: 27px;
}

.gap-\[30px\]{
  gap: 30px;
}

.break-all{
  word-break: break-all;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-b-\[10px\]{
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}

.rounded-b-\[13px\]{
  border-bottom-right-radius: 13px;
  border-bottom-left-radius: 13px;
}

.rounded-t-\[10px\]{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-t-\[13px\]{
  border-top-left-radius: 13px;
  border-top-right-radius: 13px;
}

.border{
  border-width: 1px;
}

.bg-custom-black-100{
  --tw-bg-opacity: 1;
  background-color: rgb(52 52 52 / var(--tw-bg-opacity));
}

.bg-custom-black-102{
  --tw-bg-opacity: 1;
  background-color: rgb(78 78 78 / var(--tw-bg-opacity));
}

.bg-custom-peach-100{
  --tw-bg-opacity: 1;
  background-color: rgb(249 223 218 / var(--tw-bg-opacity));
}

.bg-custom-peach-101{
  --tw-bg-opacity: 1;
  background-color: rgb(244 238 237 / var(--tw-bg-opacity));
}

.bg-custom-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(150 0 0 / var(--tw-bg-opacity));
}

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

.bg-opacity-30{
  --tw-bg-opacity: 0.3;
}

.p-\[0px\]{
  padding: 0px;
}

.p-\[20px\]{
  padding: 20px;
}

.p-\[27px\]{
  padding: 27px;
}

.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}

.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[27px\]{
  padding-left: 27px;
  padding-right: 27px;
}

.py-\[0px\]{
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}

.py-\[15px\]{
  padding-top: 15px;
  padding-bottom: 15px;
}

.py-\[20px\]{
  padding-top: 20px;
  padding-bottom: 20px;
}

.py-\[21px\]{
  padding-top: 21px;
  padding-bottom: 21px;
}

.py-\[27px\]{
  padding-top: 27px;
  padding-bottom: 27px;
}

.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}

.pb-\[100px\]{
  padding-bottom: 100px;
}

.pb-\[135px\]{
  padding-bottom: 135px;
}

.pb-\[140px\]{
  padding-bottom: 140px;
}

.pb-\[15px\]{
  padding-bottom: 15px;
}

.pb-\[200px\]{
  padding-bottom: 200px;
}

.pb-\[30px\]{
  padding-bottom: 30px;
}

.pb-\[80px\]{
  padding-bottom: 80px;
}

.pl-\[15px\]{
  padding-left: 15px;
}

.pr-\[15px\]{
  padding-right: 15px;
}

.pt-\[0px\]{
  padding-top: 0px;
}

.pt-\[10px\]{
  padding-top: 10px;
}

.pt-\[5px\]{
  padding-top: 5px;
}

.pt-\[80px\]{
  padding-top: 80px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.italic{
  font-style: italic;
}

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

.leading-7{
  line-height: 1.75rem;
}

.leading-\[20px\]{
  line-height: 20px;
}

.leading-\[25px\]{
  line-height: 25px;
}

.leading-\[26px\]{
  line-height: 26px;
}

.leading-\[29px\]{
  line-height: 29px;
}

.leading-\[30px\]{
  line-height: 30px;
}

.leading-\[33px\]{
  line-height: 33px;
}

.leading-\[35px\]{
  line-height: 35px;
}

.leading-\[38px\]{
  line-height: 38px;
}

.leading-\[45px\]{
  line-height: 45px;
}

.leading-\[65px\]{
  line-height: 65px;
}

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

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

.text-custom-black-103{
  --tw-text-opacity: 1;
  color: rgb(4 13 18 / var(--tw-text-opacity));
}

.text-custom-red-200{
  --tw-text-opacity: 1;
  color: rgb(209 0 0 / var(--tw-text-opacity));
}

.text-custom-yellow-101{
  --tw-text-opacity: 1;
  color: rgb(255 184 78 / var(--tw-text-opacity));
}

.text-custom-yellow-102{
  --tw-text-opacity: 1;
  color: rgb(255 207 136 / var(--tw-text-opacity));
}

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

.line-through{
  text-decoration-line: line-through;
}

.opacity-\[0\.8\]{
  opacity: 0.8;
}

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

@font-face {
  font-family: Schnebel-Sans-Pro;

  src:url(../fonts/Schnebel\ Sans\ Pro.ttf)
}

@font-face {
  font-family:Nimbus-Sans-italic;

  src:url(../fonts/NimbusSanL-RegIta.otf)
}

.n-b {
  font-family:Cambria-Sans;
  font-weight: 700;
}

.ssp-r {
  font-family: Schnebel-Sans-Pro;
  font-weight: 700;
}

.c-r {
  font-family:Cambria-Sans;
  font-weight: 700;
}

.n-i {
  font-family:Nimbus-Sans-italic;
  font-weight: 500;
}

.custom-drop-shadowv1 {
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.25));
}

.custom-drop-shadowv2 {
  /* border-radius: 13.447px; */
  border: 0.896px solid #960000;
  background: radial-gradient(77.98% 35.68% at 50% 44.35%, #FFB84E 0%, #F64343 100%);
}

.custom-drop-shadowv3 {
  box-shadow: 0px 4px 15px -5px rgba(0, 0, 0, 0.25);
}

.button-color {
  background: linear-gradient(90deg, #FFE600 -8%, #FFC300 81.3%);
  border: 1px solid #FFF700;
}

.bt-1 {
  background: linear-gradient(180deg, #FFE600 0%, #FFC400 100%);
}

.bt-1:hover {
  cursor: pointer;
  background-image: linear-gradient(90deg,#c68a06 0%,#ee9100 100%)!important;
}

.button-color:hover {
  cursor: pointer;
  background-image: linear-gradient(90deg,#c68a06 0%,#ee9100 100%)!important;
}

.bt-2:hover {
  cursor: pointer;
  background-image: linear-gradient(90deg,#c68a06 0%,#ee9100 100%)!important;
  border-radius: 51.5px;
}

.bt-3:hover {
  cursor: pointer;
  background-image: linear-gradient(90deg,#c68a06 0%,#ee9100 100%)!important;
}

.bt-4:hover {
  cursor: pointer;
  background-image: linear-gradient(90deg,#c68a06 0%,#ee9100 100%)!important;
}

.bt-2 {
  border-radius: 51.5px;
  background: #FCC818;
  box-shadow: 0px 7px 0px 0px #D8AA16;
  padding: 15px 50px;
}

.bt-3 {
  border-radius: 20px;
  background: linear-gradient(180deg, #DE9F2F 0%, #F6D06C 44.5%, #EFAD1F 100%);
  box-shadow: 0px 7px 0px 0px #D8AA16;
  padding: 20px 50px;
}

.bt-4 {
  border-radius: 5px;
  background: linear-gradient(180deg, #DE9F2F 0%, #F6D06C 44.5%, #EFAD1F 100%);
  box-shadow: 0px 3px 0px 0px #D8AA16;
  padding: 5px 20px;
}

.border-footer {
  border: 1px solid #E3E3E3;
  background: #FFF;
}

.bt-2 {
  border-radius: 51.5px;
  background: #FCC818;
  box-shadow: 0px 7px 0px 0px #D8AA16;
  padding: 15px 20px;
}

.bt-3 {
  border-radius: 20px;
  background: linear-gradient(180deg, #DE9F2F 0%, #F6D06C 44.5%, #EFAD1F 100%);
  box-shadow: 0px 7px 0px 0px #D8AA16;
  padding: 15px 20px;
}

.header-1 {
  background: url(../img/h-1.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.h-cry {
  background: url(../img/h-cry.png) no-repeat;
  background-position: 0px -245px;
  background-size: 100%;
}

.l-1-border {
  border: 0.5px solid #D10000;
  background: #F4EEED;
}

.l-2-border {
  border-radius: 10px;
  border: 0.5px solid #D10000;
  background: #FFF;
}

.bg-2 {
  background: url(../img/s-2.png) no-repeat;
  background-position: right;
  background-size: contain;
}

.bg-7 {
  background: url(../img/s-7-bg.png) no-repeat;
  background-position: left;
  background-size: contain;
}

.v-1 {
  background: url(../img/v-1.png) no-repeat;
  background-position: inherit;
  background-size: auto;
}

.v-2 {
  background: url(../img/v-2.png) no-repeat;
  background-position: inherit;
  background-size: cover;
  padding: 0px 20px;
}

.v-3 {
  background: url(../img/v-3.png) no-repeat;
  background-position: inherit;
  background-size: cover;
  padding: 0px 20px;
}

.v-4 {
  background: url(../img/v-4.png) no-repeat;
  background-position: inherit;
  background-size: cover;
  padding: 0px 10px;
}

.f-lg {
  background: #4E4E4E;
  border-radius: 0px 0px 20px 20px;
}

.s-6-bg {
  background: url(../img/h-1.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.s-9-bg {
  background: url(../img/s-9-bg.png) no-repeat;
  background-position: right;
  background-size: contain;
}

.l-b-1 {
  border: 1px solid #D10000;
}

.s-15-bg {
  background: url(../img/s-15-bg.png) no-repeat;
  background-position: left;
  background-size: contain;
}

.s-25-bg {
  background: url(../img/s-25-bg.png) no-repeat;
  background-position: left;
  background-size: contain;
}

.s-17-1 {
  background: url(../img/s-17-1.png) no-repeat;
  background-position: left;
  background-size: contain;
}

.s-17-2 {
  background: url(../img/s-17-2.png) no-repeat;
  background-position: left;
  background-size: contain;
}

.br-light {
  background: url(../img/lr-1.png) no-repeat;
  background-position: center 78px;
  background-size: 84%;
}

.s-20-1 {
  background: url(../img/s-20-bg.png) no-repeat;
  background-position: left bottom;
  background-size: 40%;
}

.s-30-bg {
  background: url(../img/s-30-bg.png) no-repeat;
  background-position: left bottom;
  background-size: 39%;
}

.s-24-bg {
  background: url(../img/s-24-bg.png) no-repeat;
  background-position: left;
  background-size: contain;
}

.hide-d {
  display: none!important;
}

/* .tr-1 {
    transform: rotate(-1.15deg);
}
.header-1 {
    background: url(../img/resize-header.png) no-repeat;
    background-position: right;
    background-size: contain; 
}
.l-1-border {
    border: 1px solid #4F8AD7;
    background: #F1F3F6;
}
.l-2-border {
    border: 1px solid #263C8B;
    background: #E5F1FF;
}
.l-3-border {
    border-radius: 10px;
    border: 1px solid #1D98A6;
    background: #FFF;
}


.f-lg {
    border-radius: 0px 0px 20px 20px;
    background: linear-gradient(90deg, #263C8B 0%, #960000 100%);
}
.f-lg-1 {
    border-radius: 0px 15px 15px 0px;
    background: linear-gradient(90deg, #263C8B 0%, #960000 100%);
}
.u-color {
    text-decoration: underline #F64343;
    text-decoration-thickness: 18%;
    background-position: inherit;
}
.bg-8 {
    background: url(../img/bg-8.png) no-repeat;
    background-position: right;
    background-size: contain; 
}
.bg-10 {
    background: url(../img/bg-10.png) no-repeat;
    background-position: left;
    background-size: contain; 
}
.bg-11 {
    background: url(../img/bg-11.png) no-repeat;
    background-position: left bottom;   
}
.bg-path {
    background: url(../img/path-bg.png) no-repeat;
    background-position: center;
    background-size: contain;
    padding: 10px 
}

.bg-12 {
    background: url(../img/bg-12.png) no-repeat;
    background-position: right -30px;
    background-size: 42%; 
}
.bg-20 {
    background: url(../img/bg-20.png) no-repeat;
    background-position: right bottom ;
    background-size: auto; 
}
.bg-21 {
    background: url(../img/bg-21.png) no-repeat;
    background-position: left;
    background-size: contain; 
} */

@media (max-width: 1700px) {
}

@media (max-width: 1400px) {
  .header-post {
    width: 14%!important;
  }
}

@media (max-width: 1300px) {
  .w-adjust-post {
    width: 24%!important;
  }

  .r-adjust {
    right: 4%!important;
  }

  .l-adjust{
    bottom: -10%!important;
    left: 4%!important;
  }

  .mtbrl-1300 {
    margin-bottom: 0px!important;
    margin-left: 0px!important;
    margin-top: 0px!important;
    margin-right: 0px!important;
  }

  .resize-i1 {
    right: -1%important;
  }
}

@media (max-width: 1140px) {
  .mtbrl-1 {
    margin-bottom: 0px!important;
    margin-left: 0px!important;
    margin-top: 0px!important;
    margin-right: 0px!important;
  }

  .w-adjust {
    left: 0% !important;
    right: 0% !important;
    top: 0% !important;
    bottom: 0% !important;
  }

  .w-70-1 {
    width: 100%!important;
  }

  .mw-adjust-d {
    max-width: 660px!important;
  }
}

@media (max-width: 1024px) {
  .hide-sales {
    display: none!important;
  }

  .show-sales {
    display: flex!important;
  }

  .w-adjust-10 {
    display: flex;
    flex-direction: column;
  }

  .mw-adjust {
    width: 100%!important;
  }

  .mw-b {
    max-width: 700px!important;
  }

  .h-cry {
    background: none;
  }

  .bg-2 {
    background: none;
  }

  .s-9-bg {
    background: none;
  }

  .bg-7 {
    background: none;
  }

  .s-17-1 {
    background: none;
  }

  .s-17-2 {
    background: none;
  }

  .s-20-1 {
    background: none;
  }

  .s-15-bg {
    background: none;
  }

  .s-24-bg {
    background: none;
  }

  .s-25-bg {
    background: none;
  }

  .s-30-bg {
    background: none;
  }
}

@media (max-width: 920px) {
  .w-70 {
    width: 70% ;
  }

  .hide-1 {
    display: none;
  }

  .show-1 {
    display: flex!important;
  }
}

@media (max-width: 820px) {
}

@media (max-width: 768px) {
  .header-post {
    width: 50px!important;
  }
}

@media (max-width: 500px) {
}

@media (max-width: 400px) {
  .mw-1just {
    width: 120px!important;
  }
}

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

.hover\:underline:hover{
  text-decoration-line: underline;
}

@media (min-width: 768px){
  .md\:bottom-\[52\%\]{
    bottom: 52%;
  }

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

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

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

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

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

  .md\:mb-\[-100px\]{
    margin-bottom: -100px;
  }

  .md\:mb-\[-10px\]{
    margin-bottom: -10px;
  }

  .md\:mb-\[-20px\]{
    margin-bottom: -20px;
  }

  .md\:mb-\[-35px\]{
    margin-bottom: -35px;
  }

  .md\:mb-\[-60px\]{
    margin-bottom: -60px;
  }

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

  .md\:mb-\[30px\]{
    margin-bottom: 30px;
  }

  .md\:mb-\[70px\]{
    margin-bottom: 70px;
  }

  .md\:ml-\[-1px\]{
    margin-left: -1px;
  }

  .md\:ml-\[-20px\]{
    margin-left: -20px;
  }

  .md\:ml-\[-26px\]{
    margin-left: -26px;
  }

  .md\:ml-\[-30px\]{
    margin-left: -30px;
  }

  .md\:ml-\[-35px\]{
    margin-left: -35px;
  }

  .md\:ml-\[-37px\]{
    margin-left: -37px;
  }

  .md\:ml-\[-40px\]{
    margin-left: -40px;
  }

  .md\:ml-\[-60px\]{
    margin-left: -60px;
  }

  .md\:ml-\[-65px\]{
    margin-left: -65px;
  }

  .md\:ml-\[-8px\]{
    margin-left: -8px;
  }

  .md\:ml-\[120px\]{
    margin-left: 120px;
  }

  .md\:ml-\[60px\]{
    margin-left: 60px;
  }

  .md\:ml-\[px\]{
    margin-left: px;
  }

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

  .md\:mr-\[-39px\]{
    margin-right: -39px;
  }

  .md\:mr-\[-40px\]{
    margin-right: -40px;
  }

  .md\:mr-\[-42px\]{
    margin-right: -42px;
  }

  .md\:mr-\[-43px\]{
    margin-right: -43px;
  }

  .md\:mr-\[-60px\]{
    margin-right: -60px;
  }

  .md\:mr-\[25px\]{
    margin-right: 25px;
  }

  .md\:mr-\[px\]{
    margin-right: px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:block{
    display: block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:gap-\[0px\]{
    gap: 0px;
  }

  .md\:gap-\[10px\]{
    gap: 10px;
  }

  .md\:gap-\[20px\]{
    gap: 20px;
  }

  .md\:gap-\[27px\]{
    gap: 27px;
  }

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

  .md\:gap-\[40px\]{
    gap: 40px;
  }

  .md\:p-\[0px\]{
    padding: 0px;
  }

  .md\:p-\[40px\]{
    padding: 40px;
  }

  .md\:p-\[60px\]{
    padding: 60px;
  }

  .md\:px-\[0px\]{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:px-\[34px\]{
    padding-left: 34px;
    padding-right: 34px;
  }

  .md\:px-\[40px\]{
    padding-left: 40px;
    padding-right: 40px;
  }

  .md\:px-\[57px\]{
    padding-left: 57px;
    padding-right: 57px;
  }

  .md\:py-\[0px\]{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:py-\[40px\]{
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .md\:py-\[60px\]{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:pb-\[100px\]{
    padding-bottom: 100px;
  }

  .md\:pb-\[170px\]{
    padding-bottom: 170px;
  }

  .md\:pb-\[20px\]{
    padding-bottom: 20px;
  }

  .md\:pb-\[50px\]{
    padding-bottom: 50px;
  }

  .md\:pl-\[60px\]{
    padding-left: 60px;
  }

  .md\:pt-\[130px\]{
    padding-top: 130px;
  }

  .md\:pt-\[260px\]{
    padding-top: 260px;
  }

  .md\:text-start{
    text-align: start;
  }

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

  .md\:text-\[13\.5px\]{
    font-size: 13.5px;
  }

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

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

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

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

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

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

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

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

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

  .md\:leading-8{
    line-height: 2rem;
  }

  .md\:leading-\[18px\]{
    line-height: 18px;
  }

  .md\:leading-\[20px\]{
    line-height: 20px;
  }

  .md\:leading-\[25px\]{
    line-height: 25px;
  }

  .md\:leading-\[26px\]{
    line-height: 26px;
  }

  .md\:leading-\[30px\]{
    line-height: 30px;
  }

  .md\:leading-\[35px\]{
    line-height: 35px;
  }

  .md\:leading-\[37px\]{
    line-height: 37px;
  }

  .md\:leading-\[40px\]{
    line-height: 40px;
  }

  .md\:leading-\[42px\]{
    line-height: 42px;
  }

  .md\:leading-\[45px\]{
    line-height: 45px;
  }

  .md\:leading-\[80px\]{
    line-height: 80px;
  }

  .md\:leading-\[85px\]{
    line-height: 85px;
  }
}

@media (min-width: 1024px){
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:flex{
    display: flex;
  }

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

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

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

  .lg\:gap-\[40px\]{
    gap: 40px;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-\[50px\]{
    padding-left: 50px;
    padding-right: 50px;
  }

  .lg\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
}