:root {
  --bg-primary-color: #32b6b9;
  --bg-secondary-color: #e0fcd5;
  --bg-tertiary-color: #e0f4f5;
  --bg-grey-color: #f8f7f6;
  --text-primary-color: #333333;
  --text-secondary-color: #32b6b9;
  --text-tertiary-color: #707070;
  --text-grey-color: #666;
  --text-dark-blue: #8894ab;
  --text-error-color: #ff1b00;
  --text-success-color: #008827;
  --text-orange-color: #a38359;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  /* 4 */
  -webkit-font-feature-settings: normal;
  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;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

summary {
  display: list-item;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

dialog {
  padding: 0;
}

/*
  Make sure disabled buttons don't get the pointer cursor.
  */
:disabled {
  cursor: default;
}

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

img,
video {
  max-width: 100%;
  height: auto;
}

.tw-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

@media (min-width: 320px) {

  .tw-container {
    max-width: 320px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (min-width: 767px) {

  .tw-container {
    max-width: 767px;
  }
}

@media (min-width: 768px) {

  .tw-container {
    max-width: 768px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1024px) {

  .tw-container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .tw-container {
    max-width: 1280px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1536px) {

  .tw-container {
    max-width: 1536px;
  }
}

@media (min-width: 1920px) {

  .tw-container {
    max-width: 1920px;
  }
}
.tw-fixed {
  position: fixed;
}
.tw-absolute {
  position: absolute;
}
.tw-relative {
  position: relative;
}
.tw-inset-0 {
  inset: 0px;
}
.tw-bottom-0 {
  bottom: 0px;
}
.tw-bottom-\[-10px\] {
  bottom: -10px;
}
.tw-left-0 {
  left: 0px;
}
.tw-left-1\/2 {
  left: 50%;
}
.tw-left-3 {
  left: 0.75rem;
}
.tw-right-0 {
  right: 0px;
}
.tw-right-4 {
  right: 1rem;
}
.tw-top-1\/2 {
  top: 50%;
}
.tw-top-4 {
  top: 1rem;
}
.tw-z-10 {
  z-index: 10;
}
.tw-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.tw-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.tw-col-span-1 {
  grid-column: span 1 / span 1;
}
.tw-col-span-10 {
  grid-column: span 10 / span 10;
}
.tw-col-span-11 {
  grid-column: span 11 / span 11;
}
.tw-col-span-5 {
  grid-column: span 5 / span 5;
}
.tw-col-span-6 {
  grid-column: span 6 / span 6;
}
.tw-float-none {
  float: none;
}
.tw-m-0 {
  margin: 0px;
}
.tw-m-1 {
  margin: 0.25rem;
}
.tw-m-4 {
  margin: 1rem;
}
.\!tw-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.tw-mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.tw-mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.tw-mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.tw-mx-5 {
  margin-left: 5px;
  margin-right: 5px;
}
.tw-mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.tw-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.tw-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.tw-my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}
.tw-my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.tw-my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.tw-my-30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.tw-my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tw-my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.tw-my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.\!tw-mb-0 {
  margin-bottom: 0px !important;
}
.\!tw-mb-3 {
  margin-bottom: 0.75rem !important;
}
.\!tw-mr-2 {
  margin-right: 0.5rem !important;
}
.\!tw-mt-4 {
  margin-top: 1rem !important;
}
.tw-mb-0 {
  margin-bottom: 0px;
}
.tw-mb-1 {
  margin-bottom: 0.25rem;
}
.tw-mb-10 {
  margin-bottom: 10px;
}
.tw-mb-11 {
  margin-bottom: 2.75rem;
}
.tw-mb-12 {
  margin-bottom: 3rem;
}
.tw-mb-15 {
  margin-bottom: 15px;
}
.tw-mb-2 {
  margin-bottom: 0.5rem;
}
.tw-mb-20 {
  margin-bottom: 20px;
}
.tw-mb-3 {
  margin-bottom: 0.75rem;
}
.tw-mb-30 {
  margin-bottom: 30px;
}
.tw-mb-4 {
  margin-bottom: 1rem;
}
.tw-mb-5 {
  margin-bottom: 5px;
}
.tw-mb-50 {
  margin-bottom: 50px;
}
.tw-mb-6 {
  margin-bottom: 1.5rem;
}
.tw-mb-7 {
  margin-bottom: 1.75rem;
}
.tw-mb-8 {
  margin-bottom: 2rem;
}
.tw-ml-1 {
  margin-left: 0.25rem;
}
.tw-ml-10 {
  margin-left: 10px;
}
.tw-ml-15 {
  margin-left: 15px;
}
.tw-ml-2 {
  margin-left: 0.5rem;
}
.tw-ml-4 {
  margin-left: 1rem;
}
.tw-ml-5 {
  margin-left: 5px;
}
.tw-mr-10 {
  margin-right: 10px;
}
.tw-mr-15 {
  margin-right: 15px;
}
.tw-mr-2 {
  margin-right: 0.5rem;
}
.tw-mr-4 {
  margin-right: 1rem;
}
.tw-mr-5 {
  margin-right: 5px;
}
.tw-mr-6 {
  margin-right: 1.5rem;
}
.tw-mt-0 {
  margin-top: 0px;
}
.tw-mt-1 {
  margin-top: 0.25rem;
}
.tw-mt-10 {
  margin-top: 10px;
}
.tw-mt-11 {
  margin-top: 2.75rem;
}
.tw-mt-12 {
  margin-top: 3rem;
}
.tw-mt-14 {
  margin-top: 3.5rem;
}
.tw-mt-15 {
  margin-top: 15px;
}
.tw-mt-16 {
  margin-top: 4rem;
}
.tw-mt-2 {
  margin-top: 0.5rem;
}
.tw-mt-20 {
  margin-top: 20px;
}
.tw-mt-25 {
  margin-top: 25px;
}
.tw-mt-3 {
  margin-top: 0.75rem;
}
.tw-mt-30 {
  margin-top: 30px;
}
.tw-mt-4 {
  margin-top: 1rem;
}
.tw-mt-40 {
  margin-top: 40px;
}
.tw-mt-5 {
  margin-top: 5px;
}
.tw-mt-50 {
  margin-top: 50px;
}
.tw-mt-6 {
  margin-top: 1.5rem;
}
.tw-mt-60 {
  margin-top: 60px;
}
.tw-mt-70 {
  margin-top: 70px;
}
.tw-mt-8 {
  margin-top: 2rem;
}
.tw-mt-9 {
  margin-top: 2.25rem;
}
.tw-block {
  display: block;
}
.tw-inline-block {
  display: inline-block;
}
.\!tw-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.tw-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tw-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.tw-grid {
  display: grid;
}
.tw-hidden {
  display: none;
}
.tw-h-1\/3 {
  height: 33.333333%;
}
.tw-h-16 {
  height: 4rem;
}
.tw-h-2 {
  height: 0.5rem;
}
.tw-h-20 {
  height: 20px;
}
.tw-h-30 {
  height: 30px;
}
.tw-h-9 {
  height: 2.25rem;
}
.tw-h-\[28px\] {
  height: 28px;
}
.tw-h-\[50px\] {
  height: 50px;
}
.tw-h-auto {
  height: auto;
}
.tw-h-full {
  height: 100%;
}
.tw-max-h-0 {
  max-height: 0px;
}
.tw-max-h-110 {
  max-height: 110px;
}
.tw-max-h-\[350px\] {
  max-height: 350px;
}
.tw-max-h-\[400px\] {
  max-height: 400px;
}
.tw-max-h-\[500px\] {
  max-height: 500px;
}
.tw-min-h-\[200px\] {
  min-height: 200px;
}
.tw-min-h-\[500px\] {
  min-height: 500px;
}
.\!tw-w-14 {
  width: 3.5rem !important;
}
.\!tw-w-\[120px\] {
  width: 120px !important;
}
.tw-w-1\/2 {
  width: 50%;
}
.tw-w-1\/3 {
  width: 33.333333%;
}
.tw-w-1\/5 {
  width: 20%;
}
.tw-w-100 {
  width: 100px;
}
.tw-w-120 {
  width: 120px;
}
.tw-w-150 {
  width: 150px;
}
.tw-w-16 {
  width: 4rem;
}
.tw-w-2\/3 {
  width: 66.666667%;
}
.tw-w-30 {
  width: 30px;
}
.tw-w-4\/5 {
  width: 80%;
}
.tw-w-5\/6 {
  width: 83.333333%;
}
.tw-w-6 {
  width: 1.5rem;
}
.tw-w-9 {
  width: 2.25rem;
}
.tw-w-\[220px\] {
  width: 220px;
}
.tw-w-\[5em\] {
  width: 5em;
}
.tw-w-auto {
  width: auto;
}
.tw-w-full {
  width: 100%;
}
.tw-min-w-150 {
  min-width: 150px;
}
.tw-min-w-200 {
  min-width: 200px;
}
.tw-min-w-\[90px\] {
  min-width: 90px;
}
.tw-max-w-3xl {
  max-width: 48rem;
}
.tw-max-w-5xl {
  max-width: 64rem;
}
.tw-max-w-6xl {
  max-width: 72rem;
}
.tw-max-w-7xl {
  max-width: 80rem;
}
.tw-max-w-\[200px\] {
  max-width: 200px;
}
.tw-max-w-\[450px\] {
  max-width: 450px;
}
.tw-max-w-\[500px\] {
  max-width: 500px;
}
.tw-max-w-\[650px\] {
  max-width: 650px;
}
.tw-max-w-\[700px\] {
  max-width: 700px;
}
.tw-max-w-\[760px\] {
  max-width: 760px;
}
.tw-max-w-\[940px\] {
  max-width: 940px;
}
.tw-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}
.tw-flex-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tw-shrink-0 {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.tw-transform {
  -webkit-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));
          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));
}
@-webkit-keyframes tw-ping {

  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes tw-ping {

  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
.tw-animate-ping {
  -webkit-animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: tw-ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}
.tw-cursor-help {
  cursor: help;
}
.tw-cursor-pointer {
  cursor: pointer;
}
.tw-list-inside {
  list-style-position: inside;
}
.tw-list-disc {
  list-style-type: disc;
}
.tw-list-none {
  list-style-type: none;
}
.tw-grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.tw-grid-cols-16 {
  grid-template-columns: repeat(16, minmax(0, 1fr));
}
.tw-grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tw-flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.tw-flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.tw-flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.tw-flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.tw-flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tw-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.tw-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.tw-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tw-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.tw-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.tw-justify-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.tw-justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tw-justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tw-justify-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.tw-gap-10 {
  gap: 10px;
}
.tw-gap-12 {
  gap: 3rem;
}
.tw-gap-15 {
  gap: 15px;
}
.tw-gap-16 {
  gap: 4rem;
}
.tw-gap-20 {
  gap: 20px;
}
.tw-gap-25 {
  gap: 25px;
}
.tw-gap-3 {
  gap: 0.75rem;
}
.tw-gap-30 {
  gap: 30px;
}
.tw-gap-4 {
  gap: 1rem;
}
.tw-gap-5 {
  gap: 5px;
}
.tw-gap-50 {
  gap: 50px;
}
.tw-gap-6 {
  gap: 1.5rem;
}
.tw-gap-8 {
  gap: 2rem;
}
.tw-gap-x-30 {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
.tw-space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.tw-overflow-hidden {
  overflow: hidden;
}
.tw-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tw-overflow-ellipsis {
  text-overflow: ellipsis;
}
.tw-text-ellipsis {
  text-overflow: ellipsis;
}
.tw-whitespace-nowrap {
  white-space: nowrap;
}
.tw-text-nowrap {
  text-wrap: nowrap;
}
.\!tw-rounded-xl {
  border-radius: 0.75rem !important;
}
.tw-rounded-2xl {
  border-radius: 1rem;
}
.tw-rounded-full {
  border-radius: 9999px;
}
.tw-rounded-lg {
  border-radius: 0.5rem;
}
.tw-rounded-md {
  border-radius: 0.375rem;
}
.tw-rounded-none {
  border-radius: 0px;
}
.tw-rounded-xl {
  border-radius: 0.75rem;
}
.tw-rounded-b-none {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.tw-rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.tw-rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.tw-rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.tw-rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.tw-rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.tw-rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}
.tw-rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}
.tw-border {
  border-width: 1px;
}
.tw-border-b {
  border-bottom-width: 1px;
}
.tw-border-t {
  border-top-width: 1px;
}
.tw-border-solid {
  border-style: solid;
}
.tw-border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.tw-border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.tw-border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity, 1));
}
.tw-border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity, 1));
}
.tw-border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.tw-bg-\[\#E0FCD5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 252 213 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#F8F7F6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 247 246 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#ededed\] {
  --tw-bg-opacity: 1;
  background-color: rgb(237 237 237 / var(--tw-bg-opacity, 1));
}
.tw-bg-c-F5F5F5 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.tw-bg-c-ffffff {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.tw-bg-purple-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(168 85 247 / var(--tw-bg-opacity, 1));
}
.tw-bg-transparent {
  background-color: transparent;
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.tw-bg-cover {
  background-size: cover;
}
.tw-bg-center {
  background-position: center;
}
.tw-bg-no-repeat {
  background-repeat: no-repeat;
}
.tw-object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.tw-object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.tw-object-top {
  -o-object-position: top;
     object-position: top;
}
.\!tw-p-8 {
  padding: 2rem !important;
}
.\!tw-p-9 {
  padding: 2.25rem !important;
}
.tw-p-0 {
  padding: 0px;
}
.tw-p-1 {
  padding: 0.25rem;
}
.tw-p-10 {
  padding: 10px;
}
.tw-p-12 {
  padding: 3rem;
}
.tw-p-2 {
  padding: 0.5rem;
}
.tw-p-20 {
  padding: 20px;
}
.tw-p-25 {
  padding: 25px;
}
.tw-p-4 {
  padding: 1rem;
}
.tw-p-6 {
  padding: 1.5rem;
}
.tw-p-8 {
  padding: 2rem;
}
.tw-p-9 {
  padding: 2.25rem;
}
.\!tw-px-9 {
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}
.tw-px-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.tw-px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.tw-px-15 {
  padding-left: 15px;
  padding-right: 15px;
}
.tw-px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.tw-px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.tw-px-30 {
  padding-left: 30px;
  padding-right: 30px;
}
.tw-px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.tw-px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.tw-px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.tw-px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.tw-py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.tw-py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tw-py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}
.tw-py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.tw-py-15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.tw-py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.tw-py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.tw-py-30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.tw-py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.tw-py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.tw-py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.tw-py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.tw-py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.tw-py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.\!tw-pb-9 {
  padding-bottom: 2.25rem !important;
}
.tw-pb-11 {
  padding-bottom: 2.75rem;
}
.tw-pb-12 {
  padding-bottom: 3rem;
}
.tw-pb-15 {
  padding-bottom: 15px;
}
.tw-pb-30 {
  padding-bottom: 30px;
}
.tw-pb-70 {
  padding-bottom: 70px;
}
.tw-pb-8 {
  padding-bottom: 2rem;
}
.tw-pb-9 {
  padding-bottom: 2.25rem;
}
.tw-pl-0 {
  padding-left: 0px;
}
.tw-pl-14 {
  padding-left: 3.5rem;
}
.tw-pl-15 {
  padding-left: 15px;
}
.tw-pl-30 {
  padding-left: 30px;
}
.tw-pl-5 {
  padding-left: 5px;
}
.tw-pr-0 {
  padding-right: 0px;
}
.tw-pr-3 {
  padding-right: 0.75rem;
}
.tw-pt-11 {
  padding-top: 2.75rem;
}
.tw-pt-2 {
  padding-top: 0.5rem;
}
.tw-pt-20 {
  padding-top: 20px;
}
.tw-pt-3 {
  padding-top: 0.75rem;
}
.tw-pt-30 {
  padding-top: 30px;
}
.tw-pt-4 {
  padding-top: 1rem;
}
.tw-pt-6 {
  padding-top: 1.5rem;
}
.tw-pt-8 {
  padding-top: 2rem;
}
.tw-text-left {
  text-align: left;
}
.tw-text-center {
  text-align: center;
}
.tw-text-right {
  text-align: right;
}
.\!tw-text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.tw-text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.tw-text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.tw-text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.tw-text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.tw-text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.tw-text-\[12px\] {
  font-size: 12px;
}
.tw-text-\[14px\] {
  font-size: 14px;
}
.tw-text-\[20px\] {
  font-size: 20px;
}
.tw-text-\[28px\] {
  font-size: 28px;
}
.tw-text-\[32px\] {
  font-size: 32px;
}
.tw-text-\[38px\] {
  font-size: 38px;
}
.tw-text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.tw-text-font-12 {
  font-size: 12px;
}
.tw-text-font-14 {
  font-size: 14px;
}
.tw-text-font-16 {
  font-size: 16px;
}
.tw-text-font-18 {
  font-size: 18px;
  line-height: 1.1;
}
.tw-text-font-20 {
  font-size: 20px;
  line-height: 1.1;
}
.tw-text-font-22 {
  font-size: 22px;
  line-height: 1.1;
}
.tw-text-font-24 {
  font-size: 24px;
  line-height: 1.1;
}
.tw-text-font-26 {
  font-size: 26px;
  line-height: 1.1;
}
.tw-text-font-28 {
  font-size: 28px;
  line-height: 1.1;
}
.tw-text-font-30 {
  font-size: 30px;
  line-height: 1.1;
}
.tw-text-font-36 {
  font-size: 36px;
  line-height: 1.1;
}
.tw-text-font-40 {
  font-size: 40px;
  line-height: 1.1;
}
.tw-text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.tw-text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.tw-text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.tw-text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.tw-font-bold {
  font-weight: 700;
}
.tw-font-medium {
  font-weight: 500;
}
.tw-font-normal {
  font-weight: 400;
}
.tw-font-semibold {
  font-weight: 600;
}
.tw-uppercase {
  text-transform: uppercase;
}
.tw-capitalize {
  text-transform: capitalize;
}
.tw-leading-8 {
  line-height: 2rem;
}
.tw-leading-9 {
  line-height: 2.25rem;
}
.tw-leading-none {
  line-height: 1;
}
.tw-leading-normal {
  line-height: 1.5;
}
.tw-leading-relaxed {
  line-height: 1.625;
}
.tw-leading-tight {
  line-height: 1.25;
}
.tw-text-\[\#003AD0\] {
  --tw-text-opacity: 1;
  color: rgb(0 58 208 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.tw-text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.tw-text-c-0075FF {
  --tw-text-opacity: 1;
  color: rgb(0 117 255 / var(--tw-text-opacity, 1));
}
.tw-text-c-301613 {
  --tw-text-opacity: 1;
  color: rgb(48 22 19 / var(--tw-text-opacity, 1));
}
.tw-text-c-333333 {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.tw-text-c-378548 {
  --tw-text-opacity: 1;
  color: rgb(55 133 72 / var(--tw-text-opacity, 1));
}
.tw-text-c-664743 {
  --tw-text-opacity: 1;
  color: rgb(102 71 67 / var(--tw-text-opacity, 1));
}
.tw-text-c-666666 {
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.tw-text-c-707070 {
  --tw-text-opacity: 1;
  color: rgb(112 112 112 / var(--tw-text-opacity, 1));
}
.tw-text-c-D70000 {
  --tw-text-opacity: 1;
  color: rgb(215 0 0 / var(--tw-text-opacity, 1));
}
.tw-text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.tw-text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.tw-text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.tw-text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.tw-text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.tw-text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.tw-text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.tw-underline {
  text-decoration-line: underline;
}
.tw-opacity-50 {
  opacity: 0.5;
}
.tw-opacity-75 {
  opacity: 0.75;
}
.tw-opacity-90 {
  opacity: 0.9;
}
.tw-shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.tw-transition {
  -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, backdrop-filter, -webkit-box-shadow, -webkit-transform, -webkit-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-box-shadow, -webkit-transform, -webkit-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.tw-transition-all {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
          transition-duration: 150ms;
}
.tw-duration-300 {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}
.tw-ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.tw-container {
  width: 100%;
  max-width: 1440px !important;
}
@media (max-width: 1440px) {
  .tw-container {
    max-width: 1280px !important;
  }
}
@media (max-width: 1200px) {
  .tw-container {
    max-width: 100% !important;
  }
}

@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?ns9w91");
  src: url("fonts/icomoon.eot?ns9w91#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?ns9w91") format("truetype"), url("fonts/icomoon.woff?ns9w91") format("woff"), url("fonts/icomoon.svg?ns9w91#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-recipt-herb:before {
  content: "\e91e";
}

.icon-menu-alt:before {
  content: "\e900";
}

.icon-car:before {
  content: "\e901";
}

.icon-Chat:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
}

.icon-instagram:before {
  content: "\e904";
}

.icon-linkedin:before {
  content: "\e905";
}

.icon-love-heart-pin:before {
  content: "\e906";
}

.icon-microscope:before {
  content: "\e907";
}

.icon-Min:before {
  content: "\e908";
}

.icon-phone:before {
  content: "\e909";
}

.icon-Plus:before {
  content: "\e90a";
}

.icon-tiktok:before {
  content: "\e90b";
}

.icon-X:before {
  content: "\e90c";
}

.icon-youtube:before {
  content: "\e90d";
}

.icon-arrow-sm-left:before {
  content: "\e90e";
}

.icon-arrow-sm-right:before {
  content: "\e90f";
}

.icon-arrow-up:before {
  content: "\e910";
}

.icon-Block:before {
  content: "\e911";
}

.icon-Cacnel---X:before {
  content: "\e912";
}

.icon-chat-remove:before {
  content: "\e913";
}

.icon-Check:before {
  content: "\e914";
}

.icon-cheveron-down:before {
  content: "\e915";
}

.icon-cheveron-up:before {
  content: "\e916";
}

.icon-email:before {
  content: "\e917";
}

.icon-eye-open:before {
  content: "\e918";
}

.icon-eye-slash-close:before {
  content: "\e919";
}

.icon-herb-plus:before {
  content: "\e91a";
}

.icon-inner-peace-stress:before {
  content: "\e91b";
}

.icon-liquor_herb:before {
  content: "\e91c";
}

.icon-phone-rotary:before {
  content: "\e91d";
}

.icon-search:before {
  content: "\e91f";
}

.icon-shopping-cart:before {
  content: "\e920";
}

.icon-sleep:before {
  content: "\e922";
}

.icon-trash:before {
  content: "\e923";
}

.icon-user-block:before {
  content: "\e924";
}

.icon-user-circle:before {
  content: "\e925";
}

.icon-circle-question:before {
  content: "\e921";
}

a:not(.tw-underline):not(.underline),
a:not(.tw-underline):not(.underline):hover {
  text-decoration: none;
}

/*-input textarea select*/
.invalid-feedback {
  display: none;
  color: var(--text-error-color);
}
.invalid-feedback.active {
  display: block;
  color: var(--text-error-color);
}

input:not(.rest-style):not([type=checkbox]):not([type=radio]),
textarea:not(.rest-style),
select:not(.rest-style) {
  width: 100%;
  padding: 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: var(--text-primary-color);
  font-size: 16px;
}
input:not(.rest-style):not([type=checkbox]):not([type=radio])::-input-placeholder,
textarea:not(.rest-style)::-input-placeholder,
select:not(.rest-style)::-input-placeholder {
  -webkit-transform: translate(2px, -2%);
          transform: translate(2px, -2%);
  color: #707070;
}
input:not(.rest-style):not([type=checkbox]):not([type=radio])::-webkit-input-placeholder,
textarea:not(.rest-style)::-webkit-input-placeholder,
select:not(.rest-style)::-webkit-input-placeholder {
  -webkit-transform: translate(2px, -2%);
          transform: translate(2px, -2%);
  color: #707070;
}
input:not(.rest-style):not([type=checkbox]):not([type=radio]):disabled,
textarea:not(.rest-style):disabled,
select:not(.rest-style):disabled {
  color: #d5d7da;
  cursor: no-drop;
}
input:not(.rest-style):not([type=checkbox]):not([type=radio]).is-invalid,
textarea:not(.rest-style).is-invalid,
select:not(.rest-style).is-invalid {
  border: 1px solid var(--text-error-color);
}
input:not(.rest-style):not([type=checkbox]):not([type=radio]).is-invalid + div.invalid-feedback,
textarea:not(.rest-style).is-invalid + div.invalid-feedback,
select:not(.rest-style).is-invalid + div.invalid-feedback {
  color: var(--text-error-color);
  display: block;
}

select:not(.rest-style) {
  line-height: 1;
  width: 100%;
  background-image: url("../images/icon-dropdownarrow.svg");
  background-position: right 0.5rem center;
  background-size: 14px;
  background-repeat: no-repeat;
  border: 1px solid #dedede;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  padding: 15px;
}

input[type=password] {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
}
input[type=password]::-input-placeholder {
  -webkit-transform: translate(0, 13%);
          transform: translate(0, 13%);
  color: #d5d7da;
}
input[type=password]::-webkit-input-placeholder {
  -webkit-transform: translate(0, 13%);
          transform: translate(0, 13%);
  color: #d5d7da;
}

.custom-check-radio label::before, .custom-check-radio label::after {
  display: none;
}

div,
p,
li,
span,
b {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input[type=checkbox] {
  position: relative;
  width: 15px;
  height: 15px;
  border: 0;
  margin-left: 2px;
  background: transparent;
  cursor: pointer;
}
input[type=checkbox]::before, input[type=checkbox]::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  left: -1px;
  top: -1.5px;
}
input[type=checkbox]::before {
  border-radius: 2px;
  border: 1px solid #32b6b9;
  background: #fff;
}
input[type=checkbox]::after {
  display: none;
  color: #fff;
  font-family: "icomoon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  margin-top: 3px;
  margin-left: 3px;
}
input[type=checkbox]:checked::before {
  border-radius: 2px;
  border: 1px solid #32b6b9;
  background: #32b6b9;
}
input[type=checkbox]:checked::after {
  display: inline-block;
  content: "\e914";
}
input[type=checkbox].is-invalid:not(:checked)::before {
  border: 1px solid var(--text-error-color);
}
input[type=checkbox].is-invalid:not(:checked) + div.invalid-feedback {
  display: block;
}

.bootstrap-select.is-invalid .dropdown-toggle {
  border: 1px solid #ff1b00 !important;
}
.bootstrap-select.is-invalid + div.invalid-feedback {
  display: block;
  color: var(--text-error-color);
}

.checkbox-container {
  position: relative;
  dispaly: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.checkbox-container input[type=checkbox] {
  opacity: 0;
  width: 18px;
  height: 18px;
}
.checkbox-container input[type=checkbox] + i.checkbox-i:before {
  font-size: 18px;
}
.checkbox-container input[type=checkbox] + i.checkbox-i {
  width: 18px;
  height: 18px;
  position: absolute;
}
.checkbox-container input[type=checkbox]:checked + i.checkbox-i:before {
  content: "\e91f";
}
.checkbox-container .checkbox-text {
  line-height: 1.2;
  margin-left: 5px;
  margin-bottom: 0;
}

.circle-global,
input[name=brandCode] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 0.5px solid var(--text-secondary-color);
  border-radius: 100%;
  position: relative;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.circle-global::before,
input[name=brandCode]::before {
  content: "";
  display: none;
  position: absolute;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 100%;
}

input:checked + span.circle-global,
input[name=brandCode]:checked {
  background: var(--text-secondary-color);
}
input:checked + span.circle-global::before,
input[name=brandCode]:checked::before {
  display: block;
}

.is-require {
  color: #ff4848 !important;
  margin-left: 2px;
}

/*-webkit-scrollbar*/
.webkit-scrollbar-box {
  overflow-y: auto;
  overflow-x: hidden;
}

.webkit-scrollbar-box::-webkit-scrollbar,
.inner::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  display: block;
  background-color: transparent;
}

.webkit-scrollbar-box::-webkit-scrollbar-thumb,
.inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background-color: #cceeed;
}

/*-overflow-line*/
.overflow-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.overflow-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.overflow-line-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.tw-mr-2px {
  margin-right: 2px;
}

.tw-ml-2px {
  margin-left: 2px;
}

/*------------------------------------full page dialog----------------------------------------------------------------*/
.modal {
  width: 100%;
  height: 100vh;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (min-width: 768px) {
  .modal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.modal .modal-dialog {
  top: 50%;
  -webkit-transform: translateY(-50%) !important;
          transform: translateY(-50%) !important;
  height: auto;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 94%;
  }
}
@media (max-width: 767.9px) {
  .modal .modal-dialog {
    width: calc(100% - 30px) !important;
    -webkit-transform: translateY(calc(-50% + 20px)) !important;
            transform: translateY(calc(-50% + 20px)) !important;
  }
  .modal .modal-dialog .modal-content {
    border: 0;
  }
}
.modal .modal-content {
  border: none !important;
  border-radius: 8px;
}
.modal .modal-header {
  color: #000000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
}
.modal .modal-header button.close {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 30px;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0;
  margin: 0;
  opacity: 1;
  z-index: 9999;
}
.modal .modal-header button.close .iconfont-icon-remove {
  font-size: 16px;
}
.modal .modal-footer {
  padding: 20px;
  gap: 15px;
}
.modal .close-btn.icon-menu-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  border: 0;
  cursor: pointer;
  width: 24px;
  height: 24px;
  background: #e8e8e8;
  border-radius: 100%;
  text-align: center;
  line-height: 24px;
  top: 5px;
  right: 5px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  opacity: 1;
}
.modal .modal-body {
  padding: 20px;
}
.modal .product-quickview:not(.product-detail) .modal-footer {
  padding: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1ebea), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #f1ebea 0%, rgba(255, 255, 255, 0) 100%);
  border: none !important;
  border-radius: 0 !important;
}
.modal .product-quickview:not(.product-detail) .modal-footer .close {
  width: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 1;
  border: 1px solid #301613;
}
.modal .product-quickview:not(.product-detail) .modal-footer > :not(:first-child) {
  margin-left: 15px;
  width: 100%;
  -ms-flex-negative: unset;
      flex-shrink: unset;
}
.modal .customer-error .close {
  display: none;
}

.pagination-container .pagination {
  gap: 10px;
}
.pagination-container a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.pagination-container .page-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 4px;
}
.pagination-container .page-item.prev .page-link,
.pagination-container .page-item.next .page-link {
  border: 1px solid #d6d6d6;
  background: #fff;
}
.pagination-container .page-item.active .page-link {
  color: #fff !important;
  background-color: var(--bg-primary-color);
}
.hover\:tw-opacity-100:hover {
  opacity: 1;
}
@media (min-width: 320px) {

  .sm\:tw-mb-0 {
    margin-bottom: 0px;
  }

  .sm\:tw-mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:tw-mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:tw-mt-0 {
    margin-top: 0px;
  }

  .sm\:tw-mt-11 {
    margin-top: 2.75rem;
  }

  .sm\:tw-mt-4 {
    margin-top: 1rem;
  }

  .sm\:tw-mt-8 {
    margin-top: 2rem;
  }

  .sm\:tw-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .sm\:tw-hidden {
    display: none;
  }

  .sm\:tw-min-h-\[300px\] {
    min-height: 300px;
  }

  .sm\:tw-w-1\/2 {
    width: 50%;
  }

  .sm\:tw-w-2\/3 {
    width: 66.666667%;
  }

  .sm\:tw-w-full {
    width: 100%;
  }

  .sm\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sm\:tw-flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .sm\:tw-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .sm\:tw-gap-6 {
    gap: 1.5rem;
  }

  .sm\:tw-p-4 {
    padding: 1rem;
  }

  .sm\:tw-p-6 {
    padding: 1.5rem;
  }

  .sm\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:tw-pt-8 {
    padding-top: 2rem;
  }

  .sm\:tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:tw-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .sm\:tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:tw-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 768px) {

  .md\:tw-absolute {
    position: absolute;
  }

  .md\:tw-bottom-0 {
    bottom: 0px;
  }

  .md\:tw-left-0 {
    left: 0px;
  }

  .md\:tw-right-0 {
    right: 0px;
  }

  .md\:tw-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .md\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:tw-my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:tw-mb-0 {
    margin-bottom: 0px;
  }

  .md\:tw-mb-10 {
    margin-bottom: 10px;
  }

  .md\:tw-mb-4 {
    margin-bottom: 1rem;
  }

  .md\:tw-mb-8 {
    margin-bottom: 2rem;
  }

  .md\:tw-ml-10 {
    margin-left: 10px;
  }

  .md\:tw-ml-4 {
    margin-left: 1rem;
  }

  .md\:tw-mt-0 {
    margin-top: 0px;
  }

  .md\:tw-mt-100 {
    margin-top: 100px;
  }

  .md\:tw-mt-14 {
    margin-top: 3.5rem;
  }

  .md\:tw-mt-16 {
    margin-top: 4rem;
  }

  .md\:tw-mt-20 {
    margin-top: 20px;
  }

  .md\:tw-mt-50 {
    margin-top: 50px;
  }

  .md\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  .md\:tw-mt-80 {
    margin-top: 80px;
  }

  .md\:tw-block {
    display: block;
  }

  .md\:tw-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .md\:tw-hidden {
    display: none;
  }

  .md\:tw-h-50 {
    height: 50px;
  }

  .md\:tw-h-\[500px\] {
    height: 500px;
  }

  .md\:tw-h-full {
    height: 100%;
  }

  .md\:tw-max-h-\[600px\] {
    max-height: 600px;
  }

  .md\:tw-max-h-none {
    max-height: none;
  }

  .md\:tw-min-h-\[470px\] {
    min-height: 470px;
  }

  .md\:tw-min-h-\[500px\] {
    min-height: 500px;
  }

  .md\:tw-min-h-\[600px\] {
    min-height: 600px;
  }

  .md\:tw-w-1\/2 {
    width: 50%;
  }

  .md\:tw-w-1\/5 {
    width: 20%;
  }

  .md\:tw-w-3\/4 {
    width: 75%;
  }

  .md\:tw-w-auto {
    width: auto;
  }

  .md\:tw-w-full {
    width: 100%;
  }

  .md\:tw-max-w-\[350px\] {
    max-width: 350px;
  }

  .md\:tw-max-w-\[600px\] {
    max-width: 600px;
  }

  .md\:tw-flex-shrink-0 {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .md\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:tw-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .md\:tw-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  .md\:tw-flex-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .md\:tw-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .md\:tw-justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .md\:tw-gap-12 {
    gap: 3rem;
  }

  .md\:tw-gap-15 {
    gap: 15px;
  }

  .md\:tw-gap-16 {
    gap: 4rem;
  }

  .md\:tw-gap-20 {
    gap: 20px;
  }

  .md\:tw-gap-30 {
    gap: 30px;
  }

  .md\:tw-gap-8 {
    gap: 2rem;
  }

  .md\:tw-rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:tw-border-t {
    border-top-width: 1px;
  }

  .md\:tw-border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  }

  .md\:tw-p-12 {
    padding: 3rem;
  }

  .md\:tw-p-20 {
    padding: 20px;
  }

  .md\:tw-p-6 {
    padding: 1.5rem;
  }

  .md\:tw-p-9 {
    padding: 2.25rem;
  }

  .md\:tw-px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:tw-px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:tw-py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:tw-py-30 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .md\:tw-py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .md\:tw-pl-8 {
    padding-left: 2rem;
  }

  .md\:tw-pl-9 {
    padding-left: 2.25rem;
  }

  .md\:tw-pr-6 {
    padding-right: 1.5rem;
  }

  .md\:tw-pr-9 {
    padding-right: 2.25rem;
  }

  .md\:tw-pt-16 {
    padding-top: 4rem;
  }

  .md\:tw-pt-50 {
    padding-top: 50px;
  }

  .md\:tw-text-left {
    text-align: left;
  }

  .md\:tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:tw-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:tw-text-\[22px\] {
    font-size: 22px;
  }

  .md\:tw-text-\[24px\] {
    font-size: 24px;
  }

  .md\:tw-text-\[26px\] {
    font-size: 26px;
  }

  .md\:tw-text-\[38px\] {
    font-size: 38px;
  }

  .md\:tw-text-\[44px\] {
    font-size: 44px;
  }

  .md\:tw-text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:tw-text-font-16 {
    font-size: 16px;
  }

  .md\:tw-text-font-18 {
    font-size: 18px;
    line-height: 1.1;
  }

  .md\:tw-text-font-20 {
    font-size: 20px;
    line-height: 1.1;
  }

  .md\:tw-text-font-26 {
    font-size: 26px;
    line-height: 1.1;
  }

  .md\:tw-text-font-36 {
    font-size: 36px;
    line-height: 1.1;
  }

  .md\:tw-text-font-46 {
    font-size: 46px;
    line-height: 1.1;
  }

  .md\:tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:tw-font-semibold {
    font-weight: 600;
  }

  .md\:tw-text-c-333333 {
    --tw-text-opacity: 1;
    color: rgb(51 51 51 / var(--tw-text-opacity, 1));
  }

  .md\:tw-text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 1024px) {

  .lg\:tw-order-none {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

  .lg\:tw-col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:tw-col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:tw-col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:tw-mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:tw-mb-0 {
    margin-bottom: 0px;
  }

  .lg\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:tw-mt-20 {
    margin-top: 20px;
  }

  .lg\:tw-block {
    display: block;
  }

  .lg\:tw-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .lg\:tw-grid {
    display: grid;
  }

  .lg\:tw-hidden {
    display: none;
  }

  .lg\:tw-h-\[400px\] {
    height: 400px;
  }

  .lg\:tw-max-h-\[500px\] {
    max-height: 500px;
  }

  .lg\:tw-max-h-\[596px\] {
    max-height: 596px;
  }

  .lg\:tw-max-h-\[700px\] {
    max-height: 700px;
  }

  .lg\:tw-min-h-\[220px\] {
    min-height: 220px;
  }

  .lg\:tw-min-h-\[500px\] {
    min-height: 500px;
  }

  .lg\:tw-w-1\/2 {
    width: 50%;
  }

  .lg\:tw-w-1\/3 {
    width: 33.333333%;
  }

  .lg\:tw-w-1\/4 {
    width: 25%;
  }

  .lg\:tw-w-2\/3 {
    width: 66.666667%;
  }

  .lg\:tw-w-2\/5 {
    width: 40%;
  }

  .lg\:tw-w-3\/4 {
    width: 75%;
  }

  .lg\:tw-w-3\/5 {
    width: 60%;
  }

  .lg\:tw-max-w-4xl {
    max-width: 56rem;
  }

  .lg\:tw-max-w-xl {
    max-width: 36rem;
  }

  .lg\:tw-grid-cols-16 {
    grid-template-columns: repeat(16, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:tw-grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:tw-flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }

  .lg\:tw-gap-16 {
    gap: 4rem;
  }

  .lg\:tw-gap-50 {
    gap: 50px;
  }

  .lg\:tw-p-16 {
    padding: 4rem;
  }

  .lg\:tw-px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:tw-py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:tw-pl-0 {
    padding-left: 0px;
  }

  .lg\:tw-text-left {
    text-align: left;
  }

  .lg\:tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:tw-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:tw-text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .lg\:tw-text-\[22px\] {
    font-size: 22px;
  }

  .lg\:tw-text-\[38px\] {
    font-size: 38px;
  }

  .lg\:tw-text-\[52px\] {
    font-size: 52px;
  }

  .lg\:tw-text-font-14 {
    font-size: 14px;
  }

  .lg\:tw-text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:tw-leading-10 {
    line-height: 2.5rem;
  }

  .lg\:tw-text-gray-800 {
    --tw-text-opacity: 1;
    color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  }
}
@media (min-width: 1280px) {

  .xl\:tw-col-span-11 {
    grid-column: span 11 / span 11;
  }

  .xl\:tw-col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:tw-mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:tw-mb-0 {
    margin-bottom: 0px;
  }

  .xl\:tw-mt-40 {
    margin-top: 40px;
  }

  .xl\:tw-grid {
    display: grid;
  }

  .xl\:tw-w-4\/5 {
    width: 80%;
  }

  .xl\:tw-grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:tw-gap-30 {
    gap: 30px;
  }

  .xl\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:tw-py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:\!tw-text-\[100px\] {
    font-size: 100px !important;
  }

  .xl\:tw-text-font-18 {
    font-size: 18px;
    line-height: 1.1;
  }

  .xl\:\!tw-leading-\[100px\] {
    line-height: 100px !important;
  }
}
@media (min-width: 1536px) {

  .\32xl\:tw-max-h-\[600px\] {
    max-height: 600px;
  }

  .\32xl\:tw-max-h-\[640px\] {
    max-height: 640px;
  }

  .\32xl\:tw-max-w-5xl {
    max-width: 64rem;
  }

  .\32xl\:tw-max-w-screen-xl {
    max-width: 1280px;
  }

  .\32xl\:tw-text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}
@media (min-width: 1920px) {

  .\33xl\:\!tw-max-w-\[1680px\] {
    max-width: 1680px !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {

  .range\:tw-mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .range\:tw-mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .range\:tw-my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .range\:tw-mb-1 {
    margin-bottom: 0.25rem;
  }

  .range\:tw-mb-6 {
    margin-bottom: 1.5rem;
  }

  .range\:tw-mt-0 {
    margin-top: 0px;
  }

  .range\:tw-mt-11 {
    margin-top: 2.75rem;
  }

  .range\:tw-mt-3 {
    margin-top: 0.75rem;
  }

  .range\:tw-mt-6 {
    margin-top: 1.5rem;
  }

  .range\:tw-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .range\:tw-hidden {
    display: none;
  }

  .range\:tw-h-11 {
    height: 2.75rem;
  }

  .range\:tw-h-auto {
    height: auto;
  }

  .range\:tw-max-h-\[100px\] {
    max-height: 100px;
  }

  .range\:tw-w-1\/2 {
    width: 50%;
  }

  .range\:tw-w-5\/6 {
    width: 83.333333%;
  }

  .range\:tw-w-\[117px\] {
    width: 117px;
  }

  .range\:tw-w-full {
    width: 100%;
  }

  .range\:tw-min-w-\[130px\] {
    min-width: 130px;
  }

  .range\:tw-max-w-sm {
    max-width: 24rem;
  }

  .range\:tw-flex-1 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }

  .range\:tw-cursor-pointer {
    cursor: pointer;
  }

  .range\:tw-flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .range\:tw-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .range\:tw-flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .range\:tw-items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .range\:tw-justify-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .range\:tw-justify-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .range\:tw-gap-2 {
    gap: 0.5rem;
  }

  .range\:tw-gap-4 {
    gap: 1rem;
  }

  .range\:tw-border-b {
    border-bottom-width: 1px;
  }

  .range\:tw-bg-\[\#CCEEED\] {
    --tw-bg-opacity: 1;
    background-color: rgb(204 238 237 / var(--tw-bg-opacity, 1));
  }

  .range\:tw-px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .range\:tw-px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .range\:tw-px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .range\:tw-px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .range\:tw-px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .range\:tw-py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .range\:tw-py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .range\:tw-pb-2 {
    padding-bottom: 0.5rem;
  }

  .range\:tw-text-center {
    text-align: center;
  }

  .range\:tw-text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .range\:tw-text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .range\:tw-text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .range\:tw-text-\[17px\] {
    font-size: 17px;
  }

  .range\:tw-text-\[20px\] {
    font-size: 20px;
  }

  .range\:tw-text-\[26px\] {
    font-size: 26px;
  }

  .range\:tw-text-\[40px\] {
    font-size: 40px;
  }

  .range\:tw-text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .range\:tw-text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
@media (min-width: 767px) and (max-width: 768px) {

  .miniPad\:\!tw-w-full {
    width: 100% !important;
  }

  .miniPad\:tw-w-full {
    width: 100%;
  }
}
