@font-face {
	font-family: "icomoon";
	src: url("fonts/icomoon.eot?w2otm0");
	src:
		url("fonts/icomoon.eot?w2otm0#iefix") format("embedded-opentype"),
		url("fonts/icomoon.ttf?w2otm0") format("truetype"),
		url("fonts/icomoon.woff?w2otm0") format("woff"),
		url("fonts/icomoon.svg?w2otm0#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-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-user:before {
	content: "\e902";
}
.icon-delete:before {
	content: "\e900";
}
.icon-edit:before {
	content: "\e901";
}
.icon-eye-outline:before {
	content: "\e953";
}
.icon-menu-alt:before {
	content: "\e955";
}
.icon-car:before {
	content: "\e956";
}
.icon-Chat:before {
	content: "\e957";
}
.icon-facebook:before {
	content: "\e958";
}
.icon-instagram:before {
	content: "\e959";
}
.icon-linkedin:before {
	content: "\e95a";
}
.icon-love-heart-pin:before {
	content: "\e95b";
}
.icon-microscope:before {
	content: "\e95c";
}
.icon-Min:before {
	content: "\e95d";
}
.icon-phone:before {
	content: "\e95e";
}
.icon-Plus:before {
	content: "\e95f";
}
.icon-tiktok:before {
	content: "\e960";
}
.icon-X:before {
	content: "\e961";
}
.icon-youtube:before {
	content: "\e962";
}
.icon-arrow-sm-left:before {
	content: "\e963";
}
.icon-arrow-sm-right:before {
	content: "\e964";
}
.icon-arrow-up:before {
	content: "\e965";
}
.icon-Block:before {
	content: "\e966";
}
.icon-Cacnel---X:before {
	content: "\e967";
}
.icon-chat-remove:before {
	content: "\e968";
}
.icon-Check:before {
	content: "\e969";
}
.icon-cheveron-down:before {
	content: "\e96a";
}
.icon-cheveron-up:before {
	content: "\e96b";
}
.icon-email:before {
	content: "\e96c";
}
.icon-eye-open:before {
	content: "\e96d";
}
.icon-eye-slash-close:before {
	content: "\e96e";
}
.icon-herb-plus:before {
	content: "\e96f";
}
.icon-inner-peace-stress:before {
	content: "\e970";
}
.icon-liquor_herb:before {
	content: "\e971";
}
.icon-phone-rotary:before {
	content: "\e972";
}
.icon-recipt-herb:before {
	content: "\e973";
}
.icon-search:before {
	content: "\e974";
}
.icon-shopping-cart:before {
	content: "\e975";
}
.icon-circle-question:before {
	content: "\e976";
}
.icon-sleep:before {
	content: "\e977";
}
.icon-trash:before {
	content: "\e978";
}
.icon-user-block:before {
	content: "\e979";
}
.icon-user-circle:before {
	content: "\e97a";
}

:root {
  --bg-primary-color: #f6dfa4;
  --bg-secondary-color: #e0fcd5;
  --bg-tertiary-color: #e0f4f5;
  --bg-natural-color: #fefcf6;
  --bg-grey-color: #f8f7f6;
  --text-primary-color: #37271f;
  --text-secondary-color: #bf5627;
  --text-tertiary-color: #f6dfa4;
  --text-dark-red: #653230;
  --text-orange-color: #bd9a5f;
  --text-grey-color: #666;
  --text-error-color: #ff1b00;
  --text-success-color: #008827;
  --text-blue-color: #034eff;
  --text-darker-red: #4c2210;
  --font-primary: "Avenir";
  --font-secondary: "Hamilton";
}

*,
::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-sticky{
  position: sticky;
}
.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-left-6{
  left: 1.5rem;
}
.tw-left-\[-2px\]{
  left: -2px;
}
.tw-right-0{
  right: 0px;
}
.tw-right-10{
  right: 10px;
}
.tw-right-4{
  right: 1rem;
}
.tw-right-6{
  right: 1.5rem;
}
.tw-top-0{
  top: 0px;
}
.tw-top-1\/2{
  top: 50%;
}
.tw-top-40{
  top: 40px;
}
.tw-top-50{
  top: 50px;
}
.tw-top-\[-1px\]{
  top: -1px;
}
.tw-top-\[160px\]{
  top: 160px;
}
.tw-z-10{
  z-index: 10;
}
.tw-z-\[-1\]{
  z-index: -1;
}
.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-right{
  float: right;
}
.tw-float-none{
  float: none;
}
.tw-m-0{
  margin: 0px;
}
.tw-m-1{
  margin: 0.25rem;
}
.tw-m-10{
  margin: 10px;
}
.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-20{
  margin-left: 20px;
  margin-right: 20px;
}
.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-10{
  margin-top: 10px;
  margin-bottom: 10px;
}
.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-50{
  margin-top: 50px;
  margin-bottom: 50px;
}
.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-mt-0{
  margin-top: 0px !important;
}
.\!tw-mt-4{
  margin-top: 1rem !important;
}
.\!tw-mt-50{
  margin-top: 50px !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-25{
  margin-bottom: 25px;
}
.tw-mb-3{
  margin-bottom: 0.75rem;
}
.tw-mb-30{
  margin-bottom: 30px;
}
.tw-mb-4{
  margin-bottom: 1rem;
}
.tw-mb-40{
  margin-bottom: 40px;
}
.tw-mb-5{
  margin-bottom: 5px;
}
.tw-mb-50{
  margin-bottom: 50px;
}
.tw-mb-6{
  margin-bottom: 1.5rem;
}
.tw-mb-60{
  margin-bottom: 60px;
}
.tw-mb-7{
  margin-bottom: 1.75rem;
}
.tw-mb-8{
  margin-bottom: 2rem;
}
.tw-mb-\[-22px\]{
  margin-bottom: -22px;
}
.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-1{
  margin-right: 0.25rem;
}
.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-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-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-8{
  margin-top: 2rem;
}
.tw-mt-80{
  margin-top: 80px;
}
.tw-mt-9{
  margin-top: 2.25rem;
}
.tw-mt-\[-300px\]{
  margin-top: -300px;
}
.tw-block{
  display: block;
}
.tw-inline-block{
  display: inline-block;
}
.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{
  height: 0.25rem;
}
.tw-h-1\/3{
  height: 33.333333%;
}
.tw-h-10{
  height: 10px;
}
.tw-h-100{
  height: 100px;
}
.tw-h-16{
  height: 4rem;
}
.tw-h-2{
  height: 0.5rem;
}
.tw-h-20{
  height: 20px;
}
.tw-h-3{
  height: 0.75rem;
}
.tw-h-30{
  height: 30px;
}
.tw-h-40{
  height: 40px;
}
.tw-h-50{
  height: 50px;
}
.tw-h-6{
  height: 1.5rem;
}
.tw-h-\[28px\]{
  height: 28px;
}
.tw-h-\[320px\]{
  height: 320px;
}
.tw-h-\[32px\]{
  height: 32px;
}
.tw-h-\[33px\]{
  height: 33px;
}
.tw-h-\[42px\]{
  height: 42px;
}
.tw-h-\[550px\]{
  height: 550px;
}
.tw-h-\[64px\]{
  height: 64px;
}
.tw-h-\[68px\]{
  height: 68px;
}
.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-\[160px\]{
  min-height: 160px;
}
.tw-min-h-\[500px\]{
  min-height: 500px;
}
.tw-min-h-\[550px\]{
  min-height: 550px;
}
.tw-min-h-\[75px\]{
  min-height: 75px;
}
.tw-min-h-full{
  min-height: 100%;
}
.\!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-11\/12{
  width: 91.666667%;
}
.tw-w-120{
  width: 120px;
}
.tw-w-150{
  width: 150px;
}
.tw-w-16{
  width: 4rem;
}
.tw-w-2\/3{
  width: 66.666667%;
}
.tw-w-20{
  width: 20px;
}
.tw-w-3\/5{
  width: 60%;
}
.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-\[170px\]{
  width: 170px;
}
.tw-w-\[220px\]{
  width: 220px;
}
.tw-w-\[230px\]{
  width: 230px;
}
.tw-w-\[2px\]{
  width: 2px;
}
.tw-w-\[5em\]{
  width: 5em;
}
.tw-w-\[65px\]{
  width: 65px;
}
.tw-w-\[75px\]{
  width: 75px;
}
.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-\[230px\]{
  min-width: 230px;
}
.tw-min-w-\[90px\]{
  min-width: 90px;
}
.tw-min-w-full{
  min-width: 100%;
}
.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-\[180px\]{
  max-width: 180px;
}
.tw-max-w-\[400px\]{
  max-width: 400px;
}
.tw-max-w-\[440px\]{
  max-width: 440px;
}
.tw-max-w-\[650px\]{
  max-width: 650px;
}
.tw-max-w-\[760px\]{
  max-width: 760px;
}
.tw-max-w-full{
  max-width: 100%;
}
.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-disc{
  list-style-type: disc;
}
.tw-grid-cols-1{
  grid-template-columns: repeat(1, 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-start{
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.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-11{
  gap: 2.75rem;
}
.tw-gap-12{
  gap: 3rem;
}
.tw-gap-15{
  gap: 15px;
}
.tw-gap-16{
  gap: 4rem;
}
.tw-gap-2{
  gap: 0.5rem;
}
.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-40{
  gap: 40px;
}
.tw-gap-5{
  gap: 5px;
}
.tw-gap-6{
  gap: 1.5rem;
}
.tw-gap-7{
  gap: 1.75rem;
}
.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-sm{
  border-radius: 0.125rem !important;
}
.tw-rounded{
  border-radius: 0.25rem;
}
.tw-rounded-2xl{
  border-radius: 1rem;
}
.tw-rounded-\[4px\]{
  border-radius: 4px;
}
.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-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.tw-rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.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-b-\[1px\]{
  border-bottom-width: 1px;
}
.tw-border-t{
  border-top-width: 1px;
}
.tw-border-solid{
  border-style: solid;
}
.tw-border-\[\#75391C\]{
  --tw-border-opacity: 1;
  border-color: rgb(117 57 28 / var(--tw-border-opacity, 1));
}
.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-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / 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-\[\#FEFCF6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 246 / var(--tw-bg-opacity, 1));
}
.tw-bg-\[\#d1934c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(209 147 76 / 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-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-top{
  background-position: top;
}
.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-left{
  -o-object-position: left;
     object-position: left;
}
.tw-object-top{
  -o-object-position: top;
     object-position: top;
}
.\!tw-p-8{
  padding: 2rem !important;
}
.tw-p-0{
  padding: 0px;
}
.tw-p-1{
  padding: 0.25rem;
}
.tw-p-10{
  padding: 10px;
}
.tw-p-2{
  padding: 0.5rem;
}
.tw-p-20{
  padding: 20px;
}
.tw-p-3{
  padding: 0.75rem;
}
.tw-p-4{
  padding: 1rem;
}
.tw-p-6{
  padding: 1.5rem;
}
.tw-p-7{
  padding: 1.75rem;
}
.tw-p-9{
  padding: 2.25rem;
}
.\!tw-px-4{
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.\!tw-px-9{
  padding-left: 2.25rem !important;
  padding-right: 2.25rem !important;
}
.\!tw-py-2{
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !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-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.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-40{
  padding-left: 40px;
  padding-right: 40px;
}
.tw-px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.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-14{
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.tw-py-15{
  padding-top: 15px;
  padding-bottom: 15px;
}
.tw-py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.tw-py-20{
  padding-top: 20px;
  padding-bottom: 20px;
}
.tw-py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.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-0{
  padding-bottom: 0px;
}
.tw-pb-10{
  padding-bottom: 10px;
}
.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-4{
  padding-bottom: 1rem;
}
.tw-pb-50{
  padding-bottom: 50px;
}
.tw-pb-60{
  padding-bottom: 60px;
}
.tw-pb-70{
  padding-bottom: 70px;
}
.tw-pb-8{
  padding-bottom: 2rem;
}
.tw-pb-9{
  padding-bottom: 2.25rem;
}
.tw-pb-\[40px\]{
  padding-bottom: 40px;
}
.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-pr-5{
  padding-right: 5px;
}
.tw-pr-6{
  padding-right: 1.5rem;
}
.tw-pt-0{
  padding-top: 0px;
}
.tw-pt-10{
  padding-top: 10px;
}
.tw-pt-11{
  padding-top: 2.75rem;
}
.tw-pt-2{
  padding-top: 0.5rem;
}
.tw-pt-20{
  padding-top: 20px;
}
.tw-pt-4{
  padding-top: 1rem;
}
.tw-pt-50{
  padding-top: 50px;
}
.tw-pt-6{
  padding-top: 1.5rem;
}
.tw-pt-8{
  padding-top: 2rem;
}
.tw-pt-80{
  padding-top: 80px;
}
.tw-pt-9{
  padding-top: 2.25rem;
}
.tw-pt-\[100px\]{
  padding-top: 100px;
}
.tw-text-left{
  text-align: left;
}
.tw-text-center{
  text-align: center;
}
.tw-text-right{
  text-align: right;
}
.\!tw-text-2xl{
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.\!tw-text-\[28px\]{
  font-size: 28px !important;
}
.\!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-\[12px\]{
  font-size: 12px;
}
.tw-text-\[17px\]{
  font-size: 17px;
}
.tw-text-\[22px\]{
  font-size: 22px;
}
.tw-text-\[28px\]{
  font-size: 28px;
}
.tw-text-\[80px\]{
  font-size: 80px;
}
.tw-text-\[94px\]{
  font-size: 94px;
}
.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-36{
  font-size: 36px;
  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-6{
  line-height: 1.5rem;
}
.tw-leading-8{
  line-height: 2rem;
}
.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-\[\#4C2210\]{
  --tw-text-opacity: 1 !important;
  color: rgb(76 34 16 / var(--tw-text-opacity, 1)) !important;
}
.tw-text-\[\#003AD0\]{
  --tw-text-opacity: 1;
  color: rgb(0 58 208 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#37271F\]{
  --tw-text-opacity: 1;
  color: rgb(55 39 31 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#4C2210\]{
  --tw-text-opacity: 1;
  color: rgb(76 34 16 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#75391C\]{
  --tw-text-opacity: 1;
  color: rgb(117 57 28 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#75391c\]{
  --tw-text-opacity: 1;
  color: rgb(117 57 28 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#877D78\]{
  --tw-text-opacity: 1;
  color: rgb(135 125 120 / var(--tw-text-opacity, 1));
}
.tw-text-\[\#D8D6D5\]{
  --tw-text-opacity: 1;
  color: rgb(216 214 213 / 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;
}
.tw-container.max-width-1920 {
  max-width: 1920px !important;
}
@media (min-width: 1600px) {
  .tw-container.max-width-1920 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }
}
@media (max-width: 1200px) {
  .tw-container {
    max-width: 100% !important;
  }
}

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 5px;
  background: transparent;
  border-bottom: 1px solid #ccc;
  -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]):-webkit-autofill, input:not(.rest-style):not([type=checkbox]):not([type=radio]):-internal-autofill-selected,
textarea:not(.rest-style):-webkit-autofill,
textarea:not(.rest-style):-internal-autofill-selected,
select:not(.rest-style):-webkit-autofill,
select:not(.rest-style):-internal-autofill-selected {
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
  background-color: transparent !important;
}
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-bottom: 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 var(--text-secondary-color);
  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 var(--text-secondary-color);
  background: var(--text-secondary-color);
}
input[type=checkbox]:checked::after {
  display: inline-block;
  content: "\e969";
}
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: #ccc;
}

/*-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: 4px;
}
.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-20{
    margin-top: 20px;
  }
  .sm\:tw-mt-4{
    margin-top: 1rem;
  }
  .sm\:tw-mt-8{
    margin-top: 2rem;
  }
  .sm\:tw-block{
    display: block;
  }
  .sm\:tw-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .sm\:tw-hidden{
    display: none;
  }
  .sm\:tw-h-50{
    height: 50px;
  }
  .sm\:tw-h-\[64px\]{
    height: 64px;
  }
  .sm\:tw-min-h-\[180px\]{
    min-height: 180px;
  }
  .sm\:tw-min-h-\[310px\]{
    min-height: 310px;
  }
  .sm\:tw-w-1\/2{
    width: 50%;
  }
  .sm\:tw-w-50{
    width: 50px;
  }
  .sm\:tw-w-\[85\%\]{
    width: 85%;
  }
  .sm\:tw-w-full{
    width: 100%;
  }
  .sm\:tw-grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .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-flex-col-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sm\:tw-items-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sm\:tw-gap-40{
    gap: 40px;
  }
  .sm\:tw-gap-50{
    gap: 50px;
  }
  .sm\:tw-p-4{
    padding: 1rem;
  }
  .sm\:tw-p-6{
    padding: 1.5rem;
  }
  .sm\:tw-py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:tw-pb-11{
    padding-bottom: 2.75rem;
  }
  .sm\:tw-pt-3{
    padding-top: 0.75rem;
  }
  .sm\:tw-pt-60{
    padding-top: 60px;
  }
  .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-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:tw-text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .sm\:tw-text-\[22px\]{
    font-size: 22px;
  }
  .sm\:tw-text-\[36px\]{
    font-size: 36px;
  }
  .sm\:tw-text-\[46px\]{
    font-size: 46px;
  }
  .sm\:tw-text-\[60px\]{
    font-size: 60px;
  }
  .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;
  }
  .sm\:tw-leading-tight{
    line-height: 1.25;
  }
}
@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-20{
    margin-bottom: 20px;
  }
  .md\:tw-mb-4{
    margin-bottom: 1rem;
  }
  .md\:tw-mb-70{
    margin-bottom: 70px;
  }
  .md\:tw-ml-10{
    margin-left: 10px;
  }
  .md\:tw-ml-20{
    margin-left: 20px;
  }
  .md\:tw-ml-4{
    margin-left: 1rem;
  }
  .md\:tw-ml-60{
    margin-left: 60px;
  }
  .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-2{
    margin-top: 0.5rem;
  }
  .md\:tw-mt-20{
    margin-top: 20px;
  }
  .md\:tw-mt-30{
    margin-top: 30px;
  }
  .md\:tw-mt-40{
    margin-top: 40px;
  }
  .md\:tw-mt-50{
    margin-top: 50px;
  }
  .md\:tw-mt-60{
    margin-top: 60px;
  }
  .md\:tw-mt-\[-8px\]{
    margin-top: -8px;
  }
  .md\:tw-block{
    display: block;
  }
  .md\:tw-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .md\:tw-grid{
    display: grid;
  }
  .md\:\!tw-hidden{
    display: none !important;
  }
  .md\:tw-hidden{
    display: none;
  }
  .md\:\!tw-h-\[40px\]{
    height: 40px !important;
  }
  .md\:\!tw-h-\[50px\]{
    height: 50px !important;
  }
  .md\:tw-h-40{
    height: 40px;
  }
  .md\:tw-h-50{
    height: 50px;
  }
  .md\:tw-h-\[110px\]{
    height: 110px;
  }
  .md\:tw-h-\[200px\]{
    height: 200px;
  }
  .md\:tw-h-\[500px\]{
    height: 500px;
  }
  .md\:tw-h-\[52px\]{
    height: 52px;
  }
  .md\:tw-h-\[60px\]{
    height: 60px;
  }
  .md\:tw-h-\[65px\]{
    height: 65px;
  }
  .md\:tw-h-\[66px\]{
    height: 66px;
  }
  .md\:tw-h-\[70px\]{
    height: 70px;
  }
  .md\:tw-h-full{
    height: 100%;
  }
  .md\:tw-max-h-\[450px\]{
    max-height: 450px;
  }
  .md\:tw-max-h-\[600px\]{
    max-height: 600px;
  }
  .md\:tw-max-h-none{
    max-height: none;
  }
  .md\:tw-min-h-\[400px\]{
    min-height: 400px;
  }
  .md\:tw-min-h-\[470px\]{
    min-height: 470px;
  }
  .md\:tw-min-h-\[500px\]{
    min-height: 500px;
  }
  .md\:tw-w-1\/2{
    width: 50%;
  }
  .md\:tw-w-1\/3{
    width: 33.333333%;
  }
  .md\:tw-w-150{
    width: 150px;
  }
  .md\:tw-w-\[131px\]{
    width: 131px;
  }
  .md\:tw-w-\[200px\]{
    width: 200px;
  }
  .md\:tw-w-\[300px\]{
    width: 300px;
  }
  .md\:tw-w-\[44px\]{
    width: 44px;
  }
  .md\:tw-w-auto{
    width: auto;
  }
  .md\:tw-w-full{
    width: 100%;
  }
  .md\:tw-min-w-\[420px\]{
    min-width: 420px;
  }
  .md\:tw-max-w-\[350px\]{
    max-width: 350px;
  }
  .md\:tw-max-w-\[450px\]{
    max-width: 450px;
  }
  .md\:tw-max-w-\[600px\]{
    max-width: 600px;
  }
  .md\:tw-flex-1{
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
  .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-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .md\:tw-flex-col-reverse{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-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-0{
    gap: 0px;
  }
  .md\:tw-gap-12{
    gap: 3rem;
  }
  .md\:tw-gap-15{
    gap: 15px;
  }
  .md\:tw-gap-20{
    gap: 20px;
  }
  .md\:tw-gap-30{
    gap: 30px;
  }
  .md\:tw-gap-4{
    gap: 1rem;
  }
  .md\:tw-gap-5{
    gap: 5px;
  }
  .md\:tw-gap-50{
    gap: 50px;
  }
  .md\:tw-gap-60{
    gap: 60px;
  }
  .md\:tw-gap-8{
    gap: 2rem;
  }
  .md\:tw-p-12{
    padding: 3rem;
  }
  .md\:tw-p-15{
    padding: 15px;
  }
  .md\:tw-p-20{
    padding: 20px;
  }
  .md\:tw-p-4{
    padding: 1rem;
  }
  .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-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .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-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:tw-py-50{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .md\:tw-py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:tw-py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }
  .md\:tw-pb-16{
    padding-bottom: 4rem;
  }
  .md\:tw-pb-50{
    padding-bottom: 50px;
  }
  .md\:tw-pb-\[40\%\]{
    padding-bottom: 40%;
  }
  .md\:tw-pb-\[75\%\]{
    padding-bottom: 75%;
  }
  .md\:tw-pl-8{
    padding-left: 2rem;
  }
  .md\:tw-pl-9{
    padding-left: 2.25rem;
  }
  .md\:tw-pr-60{
    padding-right: 60px;
  }
  .md\:tw-pr-9{
    padding-right: 2.25rem;
  }
  .md\:tw-pr-\[8px\]{
    padding-right: 8px;
  }
  .md\:tw-pt-16{
    padding-top: 4rem;
  }
  .md\:tw-pt-4{
    padding-top: 1rem;
  }
  .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-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .md\:tw-text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .md\:tw-text-\[26px\]{
    font-size: 26px;
  }
  .md\:tw-text-\[28px\]{
    font-size: 28px;
  }
  .md\:tw-text-\[38px\]{
    font-size: 38px;
  }
  .md\:tw-text-\[44px\]{
    font-size: 44px;
  }
  .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-24{
    font-size: 24px;
    line-height: 1.1;
  }
  .md\:tw-text-font-26{
    font-size: 26px;
    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-leading-none{
    line-height: 1;
  }
  .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-sticky{
    position: sticky;
  }
  .lg\:tw-top-\[120px\]{
    top: 120px;
  }
  .lg\:tw-top-\[175px\]{
    top: 175px;
  }
  .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-float-right{
    float: right;
  }
  .lg\:tw-mx-7{
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }
  .lg\:tw-mb-0{
    margin-bottom: 0px;
  }
  .lg\:tw-mb-40{
    margin-bottom: 40px;
  }
  .lg\:tw-mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:tw-mb-60{
    margin-bottom: 60px;
  }
  .lg\:tw-mb-\[-50px\]{
    margin-bottom: -50px;
  }
  .lg\:tw-mb-\[-60px\]{
    margin-bottom: -60px;
  }
  .lg\:tw-ml-6{
    margin-left: 1.5rem;
  }
  .lg\:tw-mt-0{
    margin-top: 0px;
  }
  .lg\:tw-mt-120{
    margin-top: 120px;
  }
  .lg\:tw-mt-20{
    margin-top: 20px;
  }
  .lg\:tw-mt-30{
    margin-top: 30px;
  }
  .lg\:tw-mt-80{
    margin-top: 80px;
  }
  .lg\:tw-block{
    display: block;
  }
  .lg\:tw-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lg\:tw-inline-flex{
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .lg\:tw-grid{
    display: grid;
  }
  .lg\:tw-hidden{
    display: none;
  }
  .lg\:tw-h-70{
    height: 70px;
  }
  .lg\:tw-h-\[250px\]{
    height: 250px;
  }
  .lg\:tw-h-\[400px\]{
    height: 400px;
  }
  .lg\:tw-h-\[570px\]{
    height: 570px;
  }
  .lg\:tw-h-\[600px\]{
    height: 600px;
  }
  .lg\:tw-h-\[64px\]{
    height: 64px;
  }
  .lg\:tw-h-\[76px\]{
    height: 76px;
  }
  .lg\:tw-max-h-\[370px\]{
    max-height: 370px;
  }
  .lg\:tw-max-h-\[500px\]{
    max-height: 500px;
  }
  .lg\:tw-max-h-\[570px\]{
    max-height: 570px;
  }
  .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-\[300px\]{
    min-height: 300px;
  }
  .lg\:tw-min-h-\[500px\]{
    min-height: 500px;
  }
  .lg\:tw-w-1\/2{
    width: 50%;
  }
  .lg\:tw-w-1\/4{
    width: 25%;
  }
  .lg\:tw-w-1\/5{
    width: 20%;
  }
  .lg\:tw-w-160{
    width: 160px;
  }
  .lg\:tw-w-2\/3{
    width: 66.666667%;
  }
  .lg\:tw-w-200{
    width: 200px;
  }
  .lg\:tw-w-3\/4{
    width: 75%;
  }
  .lg\:tw-w-4\/5{
    width: 80%;
  }
  .lg\:tw-w-70{
    width: 70px;
  }
  .lg\:tw-w-\[110px\]{
    width: 110px;
  }
  .lg\:tw-w-\[130px\]{
    width: 130px;
  }
  .lg\:tw-w-\[400px\]{
    width: 400px;
  }
  .lg\:tw-w-\[55\%\]{
    width: 55%;
  }
  .lg\:tw-w-\[80px\]{
    width: 80px;
  }
  .lg\:tw-max-w-2xl{
    max-width: 42rem;
  }
  .lg\:tw-max-w-\[600px\]{
    max-width: 600px;
  }
  .lg\:tw-max-w-\[650px\]{
    max-width: 650px;
  }
  .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-flex-col{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lg\:tw-gap-16{
    gap: 4rem;
  }
  .lg\:tw-gap-6{
    gap: 1.5rem;
  }
  .lg\:tw-gap-80{
    gap: 80px;
  }
  .lg\:tw-p-16{
    padding: 4rem;
  }
  .lg\:tw-px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:tw-px-11{
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .lg\:tw-px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:tw-py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:tw-py-100{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .lg\:tw-py-16{
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .lg\:tw-pb-100{
    padding-bottom: 100px;
  }
  .lg\:tw-pb-50{
    padding-bottom: 50px;
  }
  .lg\:tw-pb-60{
    padding-bottom: 60px;
  }
  .lg\:tw-pb-\[60\%\]{
    padding-bottom: 60%;
  }
  .lg\:tw-pl-0{
    padding-left: 0px;
  }
  .lg\:tw-pl-50{
    padding-left: 50px;
  }
  .lg\:tw-pl-\[10\%\]{
    padding-left: 10%;
  }
  .lg\:tw-pr-120{
    padding-right: 120px;
  }
  .lg\:tw-pr-6{
    padding-right: 1.5rem;
  }
  .lg\:tw-pt-100{
    padding-top: 100px;
  }
  .lg\:tw-pt-140{
    padding-top: 140px;
  }
  .lg\:tw-text-left{
    text-align: left;
  }
  .lg\:tw-text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .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-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:tw-text-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:tw-text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .lg\:tw-text-\[20px\]{
    font-size: 20px;
  }
  .lg\:tw-text-\[22px\]{
    font-size: 22px;
  }
  .lg\:tw-text-\[38px\]{
    font-size: 38px;
  }
  .lg\:tw-text-\[52px\]{
    font-size: 52px;
  }
  .lg\:tw-text-\[70px\]{
    font-size: 70px;
  }
  .lg\:tw-text-\[80px\]{
    font-size: 80px;
  }
  .lg\:tw-text-font-14{
    font-size: 14px;
  }
  .lg\:tw-text-font-20{
    font-size: 20px;
    line-height: 1.1;
  }
  .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-mx-12{
    margin-left: 3rem;
    margin-right: 3rem;
  }
  .xl\:tw-mb-0{
    margin-bottom: 0px;
  }
  .xl\:tw-mt-40{
    margin-top: 40px;
  }
  .xl\:tw-h-\[70px\]{
    height: 70px;
  }
  .xl\:tw-w-\[85\%\]{
    width: 85%;
  }
  .xl\:tw-max-w-\[600px\]{
    max-width: 600px;
  }
  .xl\:tw-grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:tw-gap-150{
    gap: 150px;
  }
  .xl\:tw-gap-30{
    gap: 30px;
  }
  .xl\:tw-px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:tw-px-20{
    padding-left: 20px;
    padding-right: 20px;
  }
  .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-pl-\[13\%\]{
    padding-left: 13%;
  }
  .xl\:tw-pt-100{
    padding-top: 100px;
  }
  .xl\:\!tw-text-\[94px\]{
    font-size: 94px !important;
  }
  .xl\:tw-text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:tw-text-7xl{
    font-size: 4.5rem;
    line-height: 1;
  }
  .xl\:tw-text-\[80px\]{
    font-size: 80px;
  }
  .xl\:tw-text-\[94px\]{
    font-size: 94px;
  }
  .xl\:tw-text-font-18{
    font-size: 18px;
    line-height: 1.1;
  }
  .xl\:tw-text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 1536px){
  .\32xl\:tw-ml-20{
    margin-left: 20px;
  }
  .\32xl\:tw-max-h-\[600px\]{
    max-height: 600px;
  }
  .\32xl\:tw-max-h-\[640px\]{
    max-height: 640px;
  }
  .\32xl\:tw-max-w-\[500px\]{
    max-width: 500px;
  }
  .\32xl\:tw-max-w-\[830px\]{
    max-width: 830px;
  }
  .\32xl\:tw-max-w-screen-xl{
    max-width: 1280px;
  }
  .\32xl\:tw-gap-150{
    gap: 150px;
  }
  .\32xl\:tw-py-60{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .\32xl\:tw-pt-0{
    padding-top: 0px;
  }
  .\32xl\:tw-text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .\32xl\:tw-text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .\32xl\:tw-text-\[80px\]{
    font-size: 80px;
  }
  .\32xl\:tw-text-\[94px\]{
    font-size: 94px;
  }
  .\32xl\:tw-text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
@media (min-width: 320px) and (max-width: 767px){
  .range\:tw-left-6{
    left: 1.5rem;
  }
  .range\:tw-right-6{
    right: 1.5rem;
  }
  .range\:tw-top-\[55\%\]{
    top: 55%;
  }
  .range\:tw-mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .range\:tw-mx-4{
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .range\:tw-mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .range\:tw-my-4{
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .range\:tw-my-60{
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .range\:\!tw-mb-0{
    margin-bottom: 0px !important;
  }
  .range\:\!tw-mt-20{
    margin-top: 20px !important;
  }
  .range\:\!tw-mt-\[-100px\]{
    margin-top: -100px !important;
  }
  .range\:tw-mb-1{
    margin-bottom: 0.25rem;
  }
  .range\:tw-mb-20{
    margin-bottom: 20px;
  }
  .range\:tw-mb-4{
    margin-bottom: 1rem;
  }
  .range\:tw-mb-40{
    margin-bottom: 40px;
  }
  .range\:tw-mb-5{
    margin-bottom: 5px;
  }
  .range\:tw-mb-6{
    margin-bottom: 1.5rem;
  }
  .range\:tw-mt-0{
    margin-top: 0px;
  }
  .range\:tw-mt-10{
    margin-top: 10px;
  }
  .range\:tw-mt-2{
    margin-top: 0.5rem;
  }
  .range\:tw-mt-20{
    margin-top: 20px;
  }
  .range\:tw-mt-3{
    margin-top: 0.75rem;
  }
  .range\:tw-mt-30{
    margin-top: 30px;
  }
  .range\:tw-mt-4{
    margin-top: 1rem;
  }
  .range\:tw-mt-40{
    margin-top: 40px;
  }
  .range\:tw-mt-5{
    margin-top: 5px;
  }
  .range\:tw-mt-50{
    margin-top: 50px;
  }
  .range\:tw-mt-6{
    margin-top: 1.5rem;
  }
  .range\:tw-mt-8{
    margin-top: 2rem;
  }
  .range\:tw-mt-9{
    margin-top: 2.25rem;
  }
  .range\:tw-mt-\[-100px\]{
    margin-top: -100px;
  }
  .range\:tw-block{
    display: block;
  }
  .range\:\!tw-hidden{
    display: none !important;
  }
  .range\:tw-hidden{
    display: none;
  }
  .range\:\!tw-h-40{
    height: 40px !important;
  }
  .range\:tw-h-40{
    height: 40px;
  }
  .range\:tw-h-\[40px\]{
    height: 40px;
  }
  .range\:tw-h-\[42px\]{
    height: 42px;
  }
  .range\:tw-h-\[46px\]{
    height: 46px;
  }
  .range\:tw-h-\[50px\]{
    height: 50px;
  }
  .range\:tw-h-\[54px\]{
    height: 54px;
  }
  .range\:tw-h-\[60px\]{
    height: 60px;
  }
  .range\:tw-h-\[700px\]{
    height: 700px;
  }
  .range\:tw-h-\[80px\]{
    height: 80px;
  }
  .range\:tw-min-h-\[300px\]{
    min-height: 300px;
  }
  .range\:tw-min-h-\[700px\]{
    min-height: 700px;
  }
  .range\:\!tw-w-24{
    width: 6rem !important;
  }
  .range\:tw-w-1\/2{
    width: 50%;
  }
  .range\:tw-w-150{
    width: 150px;
  }
  .range\:tw-w-3\/4{
    width: 75%;
  }
  .range\:tw-w-30{
    width: 30px;
  }
  .range\:tw-w-40{
    width: 40px;
  }
  .range\:tw-w-5\/6{
    width: 83.333333%;
  }
  .range\:tw-w-90{
    width: 90px;
  }
  .range\:tw-w-\[100px\]{
    width: 100px;
  }
  .range\:tw-w-\[110px\]{
    width: 110px;
  }
  .range\:tw-w-\[170px\]{
    width: 170px;
  }
  .range\:tw-w-\[175px\]{
    width: 175px;
  }
  .range\:tw-w-\[180px\]{
    width: 180px;
  }
  .range\:tw-w-\[36\%\]{
    width: 36%;
  }
  .range\:tw-w-full{
    width: 100%;
  }
  .range\:tw-min-w-\[110px\]{
    min-width: 110px;
  }
  .range\:tw-max-w-\[150px\]{
    max-width: 150px;
  }
  .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-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-gap-10{
    gap: 10px;
  }
  .range\:tw-gap-15{
    gap: 15px;
  }
  .range\:tw-gap-2{
    gap: 0.5rem;
  }
  .range\:tw-gap-20{
    gap: 20px;
  }
  .range\:tw-gap-3{
    gap: 0.75rem;
  }
  .range\:tw-gap-4{
    gap: 1rem;
  }
  .range\:tw-p-0{
    padding: 0px;
  }
  .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-20{
    padding-left: 20px;
    padding-right: 20px;
  }
  .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-2{
    padding-top: 0.5rem;
    padding-bottom: 0.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-py-40{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .range\:tw-py-50{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .range\:tw-py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .range\:tw-pb-0{
    padding-bottom: 0px;
  }
  .range\:tw-pl-2{
    padding-left: 0.5rem;
  }
  .range\:tw-pt-2{
    padding-top: 0.5rem;
  }
  .range\:tw-pt-40{
    padding-top: 40px;
  }
  .range\:tw-pt-\[40px\]{
    padding-top: 40px;
  }
  .range\:tw-pt-\[50\%\]{
    padding-top: 50%;
  }
  .range\:tw-text-center{
    text-align: center;
  }
  .range\:\!tw-text-\[24px\]{
    font-size: 24px !important;
  }
  .range\:\!tw-text-lg{
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
  }
  .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-6xl{
    font-size: 3.75rem;
    line-height: 1;
  }
  .range\:tw-text-\[20px\]{
    font-size: 20px;
  }
  .range\:tw-text-\[22px\]{
    font-size: 22px;
  }
  .range\:tw-text-\[26px\]{
    font-size: 26px;
  }
  .range\:tw-text-\[28px\]{
    font-size: 28px;
  }
  .range\:tw-text-\[36px\]{
    font-size: 36px;
  }
  .range\:tw-text-\[46px\]{
    font-size: 46px;
  }
  .range\:tw-text-\[50px\]{
    font-size: 50px;
  }
  .range\:tw-text-\[54px\]{
    font-size: 54px;
  }
  .range\:tw-text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .range\:tw-text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .range\:tw-text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .range\:tw-text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .range\:\!tw-leading-none{
    line-height: 1 !important;
  }
  .range\:tw-leading-none{
    line-height: 1;
  }
  .range\:tw-leading-tight{
    line-height: 1.25;
  }
}
@media (min-width: 767px) and (max-width: 768px){
  .miniPad\:\!tw-w-full{
    width: 100% !important;
  }
  .miniPad\:tw-w-full{
    width: 100%;
  }
}
