/*
! tailwindcss v3.4.9 | 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.
7. Disable tap highlights on iOS
*/

html,
:host {
  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, 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 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
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. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. 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-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
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 */
  letter-spacing: 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,
input:where([type='button']),
input:where([type='reset']),
input:where([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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::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:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

.container {
  width: 100%;
}

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

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

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

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

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.-left-full {
  left: -100%;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-full {
  bottom: 100%;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.right-6 {
  right: 2.4rem;
}

.top-0 {
  top: 0px;
}

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

.top-8 {
  top: 3.2rem;
}

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-first {
  order: -9999;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.-m-1\.5 {
  margin: -.6rem;
}

.-m-2 {
  margin: -.8rem;
}

.-m-4 {
  margin: -1.6rem;
}

.m-2\.5 {
  margin: 1.0rem;
}

.-mx-0\.5 {
  margin-left: -.2rem;
  margin-right: -.2rem;
}

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

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

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

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

.mx-2\.5 {
  margin-left: 1.0rem;
  margin-right: 1.0rem;
}

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

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

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

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

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

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

.mb-0 {
  margin-bottom: 0px;
}

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

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

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

.mb-2\.5 {
  margin-bottom: 1.0rem;
}

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

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

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

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

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

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

.ml-1\.5 {
  margin-left: .6rem;
}

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

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

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

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

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

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

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

.mt-10 {
  margin-top: 4.0rem;
}

.mt-14 {
  margin-top: 5.6rem;
}

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table-cell {
  display: table-cell;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-10 {
  height: 4.0rem;
}

.h-3 {
  height: 1.2rem;
}

.h-4 {
  height: 1.6rem;
}

.h-5 {
  height: 2.0rem;
}

.h-6 {
  height: 2.4rem;
}

.h-8 {
  height: 3.2rem;
}

.h-9 {
  height: 3.6rem;
}

.h-\[1\.9rem\] {
  height: 1.9rem;
}

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

.h-full {
  height: 100%;
}

.max-h-full {
  max-height: 100%;
}

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

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

.w-10 {
  width: 4.0rem;
}

.w-11 {
  width: 4.4rem;
}

.w-16 {
  width: 6.4rem;
}

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

.w-3 {
  width: 1.2rem;
}

.w-4 {
  width: 1.6rem;
}

.w-5 {
  width: 2.0rem;
}

.w-6 {
  width: 2.4rem;
}

.w-9 {
  width: 3.6rem;
}

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

.flex-grow {
  flex-grow: 1;
}

.cursor-pointer {
  cursor: pointer;
}

.list-none {
  list-style-type: none;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-12 {
  gap: 4.8rem;
}

.gap-2 {
  gap: .8rem;
}

.gap-2\.5 {
  gap: 1.0rem;
}

.gap-3 {
  gap: 1.2rem;
}

.gap-5 {
  gap: 2.0rem;
}

.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded {
  border-radius: .4rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.border {
  border-width: 1px;
}

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

.border-b {
  border-bottom-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-\[\#181818\] {
  --tw-border-opacity: 1;
  border-color: rgb(24 24 24 / var(--tw-border-opacity));
}

.border-\[\#3d331a\] {
  --tw-border-opacity: 1;
  border-color: rgb(61 51 26 / var(--tw-border-opacity));
}

.border-\[\#BCBCBC\] {
  --tw-border-opacity: 1;
  border-color: rgb(188 188 188 / var(--tw-border-opacity));
}

.border-\[\#D9D9D9\] {
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity));
}

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

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

.border-theme_color {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 14 / var(--tw-border-opacity));
}

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

.bg-\[\#FCEABD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(252 234 189 / var(--tw-bg-opacity));
}

.bg-\[\#FFF4D9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 244 217 / var(--tw-bg-opacity));
}

.bg-theme_color {
  --tw-bg-opacity: 1;
  background-color: rgb(251 207 14 / var(--tw-bg-opacity));
}

.bg-theme_color_300 {
  --tw-bg-opacity: 1;
  background-color: rgb(251 240 212 / var(--tw-bg-opacity));
}

.bg-whatsapp_bg {
  --tw-bg-opacity: 1;
  background-color: rgb(47 185 26 / var(--tw-bg-opacity));
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.p-1\.5 {
  padding: .6rem;
}

.p-2 {
  padding: .8rem;
}

.p-2\.5 {
  padding: 1.0rem;
}

.p-3 {
  padding: 1.2rem;
}

.p-5 {
  padding: 2.0rem;
}

.px-0\.5 {
  padding-left: .2rem;
  padding-right: .2rem;
}

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

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

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

.px-2\.5 {
  padding-left: 1.0rem;
  padding-right: 1.0rem;
}

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

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

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

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

.px-7 {
  padding-left: 2.8rem;
  padding-right: 2.8rem;
}

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

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

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

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

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

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

.py-2\.5 {
  padding-top: 1.0rem;
  padding-bottom: 1.0rem;
}

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

.py-3\.5 {
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
}

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

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

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

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

.py-\[1\.9rem\] {
  padding-top: 1.9rem;
  padding-bottom: 1.9rem;
}

.py-\[2\.8rem\] {
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.pb-0\.5 {
  padding-bottom: .2rem;
}

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

.pb-1\.5 {
  padding-bottom: .6rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-2\.5 {
  padding-top: 1.0rem;
}

.pt-28 {
  padding-top: 11.2rem;
}

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

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

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

.pt-7 {
  padding-top: 2.8rem;
}

.pt-\[70\%\] {
  padding-top: 70%;
}

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

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

.align-middle {
  vertical-align: middle;
}

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

.text-3xl {
  font-size: 3.0rem;
  line-height: 3.6rem;
}

.text-4xl {
  font-size: 3.6rem;
  line-height: 4.0rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

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

.text-base {
  font-size: 1.6rem;
  line-height: 2.4rem;
}

.text-lg {
  font-size: 1.8rem;
  line-height: 2.8rem;
}

.text-sm {
  font-size: 1.4rem;
  line-height: 2.0rem;
}

.text-xl {
  font-size: 2.0rem;
  line-height: 2.8rem;
}

.text-xs {
  font-size: 1.2rem;
  line-height: 1.6rem;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

.leading-5 {
  line-height: 2.0rem;
}

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

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

.leading-8 {
  line-height: 3.2rem;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[1\.7\] {
  line-height: 1.7;
}

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

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

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

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

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

.tracking-\[4px\] {
  letter-spacing: 4px;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.text-\[\#121212\] {
  --tw-text-opacity: 1;
  color: rgb(18 18 18 / var(--tw-text-opacity));
}

.text-\[\#707070\] {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity));
}

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

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.text-indigo-500 {
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}

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

.text-subtitle_color {
  --tw-text-opacity: 1;
  color: rgb(9 57 84 / var(--tw-text-opacity));
}

.text-theme_color {
  --tw-text-opacity: 1;
  color: rgb(251 207 14 / var(--tw-text-opacity));
}

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

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

.opacity-0 {
  opacity: 0;
}

.shadow-\[0_1px_3\.6px_1px_rgba\(0\2c 0\2c 0\2c 0\.25\)\] {
  --tw-shadow: 0 1px 3.6px 1px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 1px 3.6px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

.ease-linear {
  transition-timing-function: linear;
}

@font-face {
  font-family: 'Galano Grotesque';

  src: url('../fonts/GalanoGrotesque-SemiBold.woff2') format('woff2'),
        url('../fonts/GalanoGrotesque-SemiBold.woff') format('woff');

  font-weight: 600;

  font-style: normal;

  font-display: swap;
}

html{
  font-size:62.5%
}

*{
  margin:0;
  padding:0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  word-wrap:break-word;
}

body{
  font-family: 'Lato', sans-serif;
  font-size: 1.6rem;
  color: #000;
  background: #fff;
  line-height: 1.4;
  font-weight: 400;
}

img{
  vertical-align:middle;
  max-width:100%;
}

a img{
  border:none;
}

a{
  text-decoration:none;
  color:#000;
}

ul{
  list-style:none;
  margin-left: 0;
}

:focus{
  outline:none
}

.clr{
  clear:both;
  float:none;
  display:block;
}

.clr:after, .afclr:after{
  clear:both;
  float:none;
  display:block;
  content:""
}

input[type="submit"], button{
  -webkit-appearance:none
}

select{
  word-wrap:normal
}

::-webkit-input-placeholder {
  color: #8d8c8c;
}

:-moz-placeholder {
  color: #8d8c8c;
}

::-moz-placeholder {
  color: #8d8c8c;
}

.banner-font{
  font-family: 'Galano Grotesque', sans-serif;
}

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

/*Responsive Css*/

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

@media not all and (min-width: 1024px){
  .mb-img-m img{
    width: 110%;
  }
}

@media not all and (min-width: 768px){
  .mb-img-m img{
    width: 130%;
  }
}

@media not all and (min-width: 640px){
  .xl_top-1{
    top: -2px;
  }

  .fillter-min-wdth{
    min-width: 31%;
  }

  .line-height-m{
    line-height: 0.4;
  }

  .mb-img-m img{
    width: 230%;
    left: -50%;
  }
}

.hover\:border-theme_color:hover {
  --tw-border-opacity: 1;
  border-color: rgb(251 207 14 / var(--tw-border-opacity));
}

.hover\:bg-theme_color_700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(182 137 24 / var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-opacity-90:hover {
  --tw-bg-opacity: 0.9;
}

.hover\:text-theme_color:hover {
  --tw-text-opacity: 1;
  color: rgb(251 207 14 / var(--tw-text-opacity));
}

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

.group:hover .group-hover\:fill-black {
  fill: #000;
}

.group:hover .group-hover\:fill-white {
  fill: #ffffff;
}

.group:hover .group-hover\:stroke-black {
  stroke: #000;
}

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

@media (min-width: 640px) {
  .sm\:right-auto {
    right: auto;
  }

  .sm\:-mx-2 {
    margin-left: -.8rem;
    margin-right: -.8rem;
  }

  .sm\:-mx-5 {
    margin-left: -2.0rem;
    margin-right: -2.0rem;
  }

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

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

  .sm\:my-5 {
    margin-top: 2.0rem;
    margin-bottom: 2.0rem;
  }

  .sm\:-ml-4 {
    margin-left: -1.6rem;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mb-11 {
    margin-bottom: 4.4rem;
  }

  .sm\:mb-12 {
    margin-bottom: 4.8rem;
  }

  .sm\:mb-16 {
    margin-bottom: 6.4rem;
  }

  .sm\:mb-2\.5 {
    margin-bottom: 1.0rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1.6rem;
  }

  .sm\:mb-7 {
    margin-bottom: 2.8rem;
  }

  .sm\:mb-8 {
    margin-bottom: 3.2rem;
  }

  .sm\:ml-8 {
    margin-left: 3.2rem;
  }

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

  .sm\:mr-2 {
    margin-right: .8rem;
  }

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

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

  .sm\:mt-4 {
    margin-top: 1.6rem;
  }

  .sm\:mt-5 {
    margin-top: 2.0rem;
  }

  .sm\:mt-6 {
    margin-top: 2.4rem;
  }

  .sm\:mt-8 {
    margin-top: 3.2rem;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

  .sm\:h-14 {
    height: 5.6rem;
  }

  .sm\:h-6 {
    height: 2.4rem;
  }

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

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

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

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

  .sm\:w-5 {
    width: 2.0rem;
  }

  .sm\:w-7 {
    width: 2.8rem;
  }

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

  .sm\:w-\[6\.8rem\] {
    width: 6.8rem;
  }

  .sm\:w-\[6rem\] {
    width: 6rem;
  }

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

  .sm\:min-w-\[40\%\] {
    min-width: 40%;
  }

  .sm\:max-w-\[21\.4rem\] {
    max-width: 21.4rem;
  }

  .sm\:max-w-\[90\%\] {
    max-width: 90%;
  }

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

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

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

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

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

  .sm\:p-4 {
    padding: 1.6rem;
  }

  .sm\:px-4 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .sm\:px-5 {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }

  .sm\:px-8 {
    padding-left: 3.2rem;
    padding-right: 3.2rem;
  }

  .sm\:py-4 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .sm\:py-5 {
    padding-top: 2.0rem;
    padding-bottom: 2.0rem;
  }

  .sm\:py-\[2\.2rem\] {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  .sm\:py-\[6rem\] {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .sm\:pb-0 {
    padding-bottom: 0px;
  }

  .sm\:pb-12 {
    padding-bottom: 4.8rem;
  }

  .sm\:pb-14 {
    padding-bottom: 5.6rem;
  }

  .sm\:pb-20 {
    padding-bottom: 8.0rem;
  }

  .sm\:pb-5 {
    padding-bottom: 2.0rem;
  }

  .sm\:pb-7 {
    padding-bottom: 2.8rem;
  }

  .sm\:pl-4 {
    padding-left: 1.6rem;
  }

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

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

  .sm\:text-2xl {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .sm\:text-3xl {
    font-size: 3.0rem;
    line-height: 3.6rem;
  }

  .sm\:text-4xl {
    font-size: 3.6rem;
    line-height: 4.0rem;
  }

  .sm\:text-base {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .sm\:text-lg {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .sm\:text-sm {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }

  .sm\:text-xl {
    font-size: 2.0rem;
    line-height: 2.8rem;
  }

  .sm\:leading-7 {
    line-height: 2.8rem;
  }

  .sm\:leading-\[1\.7\] {
    line-height: 1.7;
  }

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

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

@media (min-width: 768px) {
  .md\:left-3 {
    left: 1.2rem;
  }

  .md\:top-16 {
    top: 6.4rem;
  }

  .md\:-mx-3 {
    margin-left: -1.2rem;
    margin-right: -1.2rem;
  }

  .md\:-mx-5 {
    margin-left: -2.0rem;
    margin-right: -2.0rem;
  }

  .md\:my-5 {
    margin-top: 2.0rem;
    margin-bottom: 2.0rem;
  }

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

  .md\:mb-10 {
    margin-bottom: 4.0rem;
  }

  .md\:mb-12 {
    margin-bottom: 4.8rem;
  }

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 4.0rem;
  }

  .md\:h-\[1\.8rem\] {
    height: 1.8rem;
  }

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

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

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

  .md\:w-3 {
    width: 1.2rem;
  }

  .md\:w-6 {
    width: 2.4rem;
  }

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

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

  .md\:w-\[calc\(100\%\+16\%\)\] {
    width: calc(100% + 16%);
  }

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

  .md\:max-w-\[26\.4rem\] {
    max-width: 26.4rem;
  }

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

  .md\:flex-grow {
    flex-grow: 1;
  }

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .md\:px-3 {
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }

  .md\:px-5 {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }

  .md\:px-6 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .md\:px-9 {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }

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

  .md\:py-16 {
    padding-top: 6.4rem;
    padding-bottom: 6.4rem;
  }

  .md\:py-4 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

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

  .md\:pb-12 {
    padding-bottom: 4.8rem;
  }

  .md\:pb-16 {
    padding-bottom: 6.4rem;
  }

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

  .md\:pb-20 {
    padding-bottom: 8.0rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pt-16 {
    padding-top: 6.4rem;
  }

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

  .md\:pt-5 {
    padding-top: 2.0rem;
  }

  .md\:pt-9 {
    padding-top: 3.6rem;
  }

  .md\:pt-\[60\%\] {
    padding-top: 60%;
  }

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

  .md\:text-3xl {
    font-size: 3.0rem;
    line-height: 3.6rem;
  }

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

  .md\:text-xl {
    font-size: 2.0rem;
    line-height: 2.8rem;
  }

  .md\:text-xs {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }

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

@media (min-width: 1024px) {
  .lg\:visible {
    visibility: visible;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:-right-10 {
    right: -4.0rem;
  }

  .lg\:-top-8 {
    top: -3.2rem;
  }

  .lg\:bottom-6 {
    bottom: 2.4rem;
  }

  .lg\:bottom-9 {
    bottom: 3.6rem;
  }

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

  .lg\:left-7 {
    left: 2.8rem;
  }

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

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

  .lg\:top-auto {
    top: auto;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:-mx-6 {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }

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

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

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

  .lg\:my-14 {
    margin-top: 5.6rem;
    margin-bottom: 5.6rem;
  }

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

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-20 {
    margin-bottom: 8.0rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1.6rem;
  }

  .lg\:mb-5 {
    margin-bottom: 2.0rem;
  }

  .lg\:mb-8 {
    margin-bottom: 3.2rem;
  }

  .lg\:mr-0 {
    margin-right: 0px;
  }

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

  .lg\:mr-2 {
    margin-right: .8rem;
  }

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

  .lg\:mt-14 {
    margin-top: 5.6rem;
  }

  .lg\:mt-6 {
    margin-top: 2.4rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

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

  .lg\:hidden {
    display: none;
  }

  .lg\:h-11 {
    height: 4.4rem;
  }

  .lg\:h-7 {
    height: 2.8rem;
  }

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

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

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

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

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

  .lg\:w-11 {
    width: 4.4rem;
  }

  .lg\:w-12 {
    width: 4.8rem;
  }

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

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

  .lg\:w-7 {
    width: 2.8rem;
  }

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

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

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

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

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

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

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

  .lg\:w-\[calc\(100\%\+16\%\)\] {
    width: calc(100% + 16%);
  }

  .lg\:w-auto {
    width: auto;
  }

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

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

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

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

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

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

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

  .lg\:gap-4 {
    gap: 1.6rem;
  }

  .lg\:space-x-8 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.2rem * var(--tw-space-x-reverse));
    margin-left: calc(3.2rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .lg\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

  .lg\:overflow-auto {
    overflow: auto;
  }

  .lg\:overflow-visible {
    overflow: visible;
  }

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

  .lg\:whitespace-normal {
    white-space: normal;
  }

  .lg\:rounded-lg {
    border-radius: .8rem;
  }

  .lg\:rounded-none {
    border-radius: 0px;
  }

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

  .lg\:bg-transparent {
    background-color: transparent;
  }

  .lg\:p-0 {
    padding: 0px;
  }

  .lg\:p-10 {
    padding: 4.0rem;
  }

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

  .lg\:px-5 {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }

  .lg\:px-6 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .lg\:px-9 {
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }

  .lg\:px-\[2\.5rem\] {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

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

  .lg\:py-20 {
    padding-top: 8.0rem;
    padding-bottom: 8.0rem;
  }

  .lg\:py-9 {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }

  .lg\:py-\[2\.2rem\] {
    padding-top: 2.2rem;
    padding-bottom: 2.2rem;
  }

  .lg\:py-4 {
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-14 {
    padding-bottom: 5.6rem;
  }

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

  .lg\:pb-20 {
    padding-bottom: 8.0rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1.6rem;
  }

  .lg\:pb-8 {
    padding-bottom: 3.2rem;
  }

  .lg\:pb-9 {
    padding-bottom: 3.6rem;
  }

  .lg\:pl-10 {
    padding-left: 4.0rem;
  }

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

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

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

  .lg\:pt-14 {
    padding-top: 5.6rem;
  }

  .lg\:pt-28 {
    padding-top: 11.2rem;
  }

  .lg\:pt-4 {
    padding-top: 1.6rem;
  }

  .lg\:pt-8 {
    padding-top: 3.2rem;
  }

  .lg\:pt-\[36\%\] {
    padding-top: 36%;
  }

  .lg\:text-3xl {
    font-size: 3.0rem;
    line-height: 3.6rem;
  }

  .lg\:text-4xl {
    font-size: 3.6rem;
    line-height: 4.0rem;
  }

  .lg\:text-5xl {
    font-size: 4.8rem;
    line-height: 1;
  }

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

  .lg\:text-base {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .lg\:text-lg {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .lg\:leading-6 {
    line-height: 2.4rem;
  }

  .lg\:leading-7 {
    line-height: 2.8rem;
  }

  .lg\:leading-\[1\.7\] {
    line-height: 1.7;
  }

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

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

  .lg\:opacity-100 {
    opacity: 1;
  }
}

@media (min-width: 1280px) {
  .xl\:bottom-10 {
    bottom: 4.0rem;
  }

  .xl\:-mx-4 {
    margin-left: -1.6rem;
    margin-right: -1.6rem;
  }

  .xl\:-mx-6 {
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }

  .xl\:mx-6 {
    margin-left: 2.4rem;
    margin-right: 2.4rem;
  }

  .xl\:mb-14 {
    margin-bottom: 5.6rem;
  }

  .xl\:mb-20 {
    margin-bottom: 8.0rem;
  }

  .xl\:mb-3 {
    margin-bottom: 1.2rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1.6rem;
  }

  .xl\:mb-8 {
    margin-bottom: 3.2rem;
  }

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

  .xl\:mr-2 {
    margin-right: .8rem;
  }

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

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

  .xl\:mt-8 {
    margin-top: 3.2rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:h-9 {
    height: 3.6rem;
  }

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

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

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

  .xl\:w-10 {
    width: 4.0rem;
  }

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

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

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

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

  .xl\:w-9 {
    width: 3.6rem;
  }

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

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

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

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

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

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

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

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

  .xl\:max-w-\[32\.4rem\] {
    max-width: 32.4rem;
  }

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

  .xl\:max-w-\[75\%\] {
    max-width: 75%;
  }

  .xl\:max-w-\[80\%\] {
    max-width: 80%;
  }

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

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

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

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(4.0rem * var(--tw-space-x-reverse));
    margin-left: calc(4.0rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:space-x-reverse > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 1;
  }

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

  .xl\:px-4 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .xl\:px-5 {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }

  .xl\:px-6 {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .xl\:py-12 {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .xl\:py-28 {
    padding-top: 11.2rem;
    padding-bottom: 11.2rem;
  }

  .xl\:pb-28 {
    padding-bottom: 11.2rem;
  }

  .xl\:pb-6 {
    padding-bottom: 2.4rem;
  }

  .xl\:pl-10 {
    padding-left: 4.0rem;
  }

  .xl\:pt-40 {
    padding-top: 16.0rem;
  }

  .xl\:pt-\[45\%\] {
    padding-top: 45%;
  }

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

  .xl\:text-2xl {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .xl\:text-4xl {
    font-size: 3.6rem;
    line-height: 4.0rem;
  }

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

  .xl\:text-6xl {
    font-size: 6.0rem;
    line-height: 1;
  }

  .xl\:text-\[2\.2rem\] {
    font-size: 2.2rem;
  }

  .xl\:text-\[2\.6rem\] {
    font-size: 2.6rem;
  }

  .xl\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .xl\:text-\[4\.5rem\] {
    font-size: 4.5rem;
  }

  .xl\:text-\[4rem\] {
    font-size: 4rem;
  }

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

  .xl\:text-base {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }

  .xl\:text-lg {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .xl\:text-sm {
    font-size: 1.4rem;
    line-height: 2.0rem;
  }

  .xl\:text-xl {
    font-size: 2.0rem;
    line-height: 2.8rem;
  }

  .xl\:leading-\[1\.7\] {
    line-height: 1.7;
  }

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

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

  .xl\:tracking-\[8px\] {
    letter-spacing: 8px;
  }
}

@media (min-width: 1536px) {
  .\32xl\:left-\[12\%\] {
    left: 12%;
  }

  .\32xl\:right-\[8\.8rem\] {
    right: 8.8rem;
  }

  .\32xl\:block {
    display: block;
  }

  .\32xl\:w-\[19\%\] {
    width: 19%;
  }

  .\32xl\:w-\[30\%\] {
    width: 30%;
  }

  .\32xl\:w-\[70\%\] {
    width: 70%;
  }

  .\32xl\:w-\[81\%\] {
    width: 81%;
  }

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

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

  .\32xl\:p-20 {
    padding: 8.0rem;
  }

  .\32xl\:px-5 {
    padding-left: 2.0rem;
    padding-right: 2.0rem;
  }

  .\32xl\:py-6 {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .\32xl\:pb-10 {
    padding-bottom: 4.0rem;
  }

  .\32xl\:pr-0 {
    padding-right: 0px;
  }

  .\32xl\:text-2xl {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }

  .\32xl\:text-\[3\.5rem\] {
    font-size: 3.5rem;
  }

  .\32xl\:leading-\[1\.3\] {
    line-height: 1.3;
  }
}





