/*! tailwindcss v2.1.2 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes ping {
  75%,
  to {
    transform: scale(2);
    opacity: 0;
  }
}
@-webkit-keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
@-webkit-keyframes bounce {
  0%,
  to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@keyframes bounce {
  0%,
  to {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
*,
:after,
:before {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
body,
html {
  line-height: 1.5;
}
html {
  -webkit-text-size-adjust: 100%;
  font-family: Roboto, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family:
    system-ui,
    -apple-system,
    'Segoe UI',
    Roboto,
    Helvetica,
    Arial,
    sans-serif,
    'Apple Color Emoji',
    'Segoe UI Emoji';
  overflow-y: scroll;
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
  letter-spacing: 0;
}
hr {
  height: 0;
  color: inherit;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
pre,
samp {
  font-size: 1em;
}
small {
  font-size: 80%;
}
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;
  border-color: inherit;
  border-collapse: collapse;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
legend {
  padding: 0;
}
progress {
  vertical-align: baseline;
}
[type='search'] {
  outline-offset: -2px;
}
summary {
  display: list-item;
}
blockquote,
body,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
fieldset,
ol,
ul {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
}
hr {
  border-top-width: 1px;
}
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
[role='button'],
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  text-decoration: inherit;
}
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
code,
kbd,
pre,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}
audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  vertical-align: middle;
}
img,
video {
  max-width: 100%;
  height: auto;
}
[multiple],
[type='date'],
[type='email'],
[type='month'],
[type='number'],
[type='password'],
[type='search'],
[type='tel'],
[type='text'],
[type='time'],
[type='url'],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
[multiple]:focus,
[type='date']:focus,
[type='email']:focus,
[type='month']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
select:focus,
textarea:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  border-color: #2563eb;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,
textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
}
[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
  color-adjust: unset;
}
[type='checkbox'],
[type='radio'],
select {
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
[type='checkbox'],
[type='radio'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
}
[type='checkbox'] {
  border-radius: 0;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,
[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
[type='checkbox']:checked,
[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
[type='checkbox']:checked:focus,
[type='checkbox']:checked:hover,
[type='radio']:checked:focus,
[type='radio']:checked:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:indeterminate:focus,
[type='checkbox']:indeterminate:hover {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}
.container {
  width: 100%;
}
@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1330px) {
  .container {
    max-width: 1330px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1624px) {
  .container {
    max-width: 1624px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1800px;
  }
}
.prose {
  color: #374151;
  max-width: 65ch;
  font-size: 1rem;
  line-height: 1.75;
}
.prose [class~='lead'] {
  color: #4b5563;
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose a,
.prose blockquote {
  font-weight: 500;
  color: #111827;
}
.prose a {
  text-decoration: underline;
}
.prose strong {
  color: #111827;
  font-weight: 600;
}
.prose ol {
  counter-reset: list-counter;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose ol > li {
  counter-increment: list-counter;
}
.prose ol > li:before {
  content: counter(list-counter) '.';
  position: absolute;
  font-weight: 400;
  color: #6b7280;
  left: 0;
}
.prose ol > li,
.prose ul > li {
  position: relative;
  padding-left: 1.75em;
}
.prose ul > li:before {
  content: '';
  position: absolute;
  background-color: #d1d5db;
  border-radius: 50%;
  width: 0.375em;
  height: 0.375em;
  top: calc(0.875em - 0.1875em);
  left: 0.25em;
}
.prose hr {
  border-color: #e5e7eb;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose blockquote {
  font-style: italic;
  border-left-width: 0.25rem;
  border-left-color: #e5e7eb;
  quotes: '\201C' '\201D' '\2018' '\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose blockquote p:first-of-type:before {
  content: open-quote;
}
.prose blockquote p:last-of-type:after {
  content: close-quote;
}
.prose h1 {
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose h2 {
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose h3 {
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose h4 {
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose figure figcaption {
  color: #6b7280;
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose code {
  font-weight: 600;
  font-size: 0.875em;
}
.prose code:after,
.prose code:before {
  content: '`';
}
.prose a code,
.prose code,
.prose h1,
.prose h2,
.prose h3,
.prose h4,
.prose thead {
  color: #111827;
}
.prose pre,
.prose table {
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose pre {
  color: #e5e7eb;
  background-color: #1f2937;
  overflow-x: auto;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding: 0.8571429em 1.1428571em;
}
.prose pre code {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: 400;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose pre code:after,
.prose pre code:before {
  content: '';
}
.prose table {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose thead {
  font-weight: 600;
  border-bottom-width: 1px;
  border-bottom-color: #d1d5db;
}
.prose thead th {
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose tbody tr {
  border-bottom-width: 1px;
  border-bottom-color: #e5e7eb;
}
.prose tbody tr:last-child {
  border-bottom-width: 0;
}
.prose tbody td {
  vertical-align: top;
  padding: 0.5714286em;
}
.prose p,
.prose ul {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose figure,
.prose img,
.prose video {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose figure > * {
  margin-top: 0;
  margin-bottom: 0;
}
.prose h2 code {
  font-size: 0.875em;
}
.prose h3 code {
  font-size: 0.9em;
}
.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose ol ol,
.prose ol ul,
.prose ul ol,
.prose ul ul,
.prose > ul > li p {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose > ul > li > :first-child {
  margin-top: 1.25em;
}
.prose > ul > li > :last-child {
  margin-bottom: 1.25em;
}
.prose > ol > li > :first-child {
  margin-top: 1.25em;
}
.prose > ol > li > :last-child {
  margin-bottom: 1.25em;
}
.prose h2 + *,
.prose h3 + *,
.prose h4 + *,
.prose hr + * {
  margin-top: 0;
}
.prose tbody td:first-child,
.prose thead th:first-child {
  padding-left: 0;
}
.prose tbody td:last-child,
.prose thead th:last-child {
  padding-right: 0;
}
.prose > :first-child {
  margin-top: 0;
}
.prose > :last-child {
  margin-bottom: 0;
}
#category-view-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 1rem 1.25rem;
}
.toolbar-products .modes-mode {
  height: 1.5rem;
  width: 1.5rem;
}
.toolbar-products .modes-mode span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.toolbar-products .modes-mode.mode-grid {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2V6zM14 6a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2V6zM4 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2H6a2 2 0 01-2-2v-2zM14 16a2 2 0 012-2h2a2 2 0 012 2v2a2 2 0 01-2 2h-2a2 2 0 01-2-2v-2z" /></svg>');
}
.toolbar-products .modes-mode.mode-list {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke="currentColor"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 10h16M4 14h16M4 18h16" /></svg>');
}
@media (min-width: 1280px) {
  .page-products .page-bottom .category_bottom_1 {
    padding-left: 10.6rem;
    padding-right: 10.6rem;
  }
  .page-products .page-bottom .category_bottom_1 .category-title {
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
#customer-login-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  #customer-login-container {
    flex-direction: row;
  }
}
.account-nav-content .nav.items {
  padding: 0;
}
.account-nav-content .nav.items .nav.item {
  padding: 0.6rem 1.25rem;
  border-bottom: 1px solid #e5e7eb;
}
.account-nav-content .nav.items .nav.item.current {
  display: none;
}
.review-customer-index .page-wrapper .page-main .customer-cab {
  justify-content: center;
}
@media (min-width: 768px) {
  .sales-order-view .customer-cab {
    width: 83.333333%;
  }
}
.form-email,
.form-input,
.form-multiselect,
.form-select,
.form-textarea {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
  border-radius: 0.375rem;
  border-width: 1px;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.form-email:focus,
.form-input:focus,
.form-multiselect:focus,
.form-select:focus,
.form-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 0.5;
}
.page.messages {
  position: sticky;
  z-index: 38;
  top: 0;
}
section#messages .message.error {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
section#messages .message.success {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
section#messages .message.notice,
section#messages .message.warning {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
section#messages a {
  text-decoration: underline;
}
.product-item .price-container {
  display: block;
}
.product-item .price-container .price {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.product-item .price-container .price-label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.product-item .special-price .price-container .price-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.product-item .old-price .price-container {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.product-item .old-price .price-container .price {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
}
.catalog-product-view .catalog-product-badge:first-child {
  z-index: 40;
}
.catalog-product-view .catalog-product-badge:nth-child(2) {
  z-index: 30;
  padding-left: 1.75rem;
  margin-left: -1.25rem;
}
@media (min-width: 640px) {
  .catalog-product-view .catalog-product-badge:nth-child(2) {
    margin-left: 0;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .catalog-product-badge:nth-child(2) {
    padding-left: 1.75rem;
    margin-left: -1.25rem;
  }
}
.catalog-product-view .catalog-product-badge:nth-child(3) {
  z-index: 20;
}
@media (min-width: 400px) and (max-width: 450px) {
  .catalog-product-view .catalog-product-badge:nth-child(3) {
    margin-right: 25%;
  }
}
@media (min-width: 450px) and (max-width: 640px) {
  .catalog-product-view .catalog-product-badge:nth-child(3) {
    margin-right: 45%;
  }
}
@media (min-width: 640px) {
  .catalog-product-view .catalog-product-badge:nth-child(3) {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .catalog-product-badge:nth-child(3) {
    padding-left: 1.75rem;
    margin-left: -1.25rem;
  }
}
.catalog-product-view .catalog-product-badge:nth-child(4) {
  z-index: 10;
}
@media (min-width: 640px) {
  .catalog-product-view .catalog-product-badge:nth-child(4) {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .catalog-product-badge:nth-child(4) {
    padding-left: 1.75rem;
    margin-left: -1.25rem;
  }
}
.catalog-product-view .catalog-product-badge:nth-child(5) {
  padding-left: 1.75rem;
  margin-left: -1.25rem;
}
@media (min-width: 640px) {
  .catalog-product-view .catalog-product-badge:nth-child(5) {
    margin-left: 0;
    padding-left: 0.75rem;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .catalog-product-badge:nth-child(5) {
    padding-left: 1.75rem;
    margin-left: -1.25rem;
  }
}
.catalog-product-view .product-description-wrapper {
  width: 925px;
}
@media only screen and (min-width: 1400px) {
  .catalog-product-view .product-description-wrapper {
    width: 75%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .catalog-product-view .product-description-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view .product-description-wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .product-description-wrapper {
    width: 100%;
  }
}
.catalog-product-view .product-description-wrapper p {
  overflow-wrap: break-word;
}
.catalog-product-view .product-description-wrapper ul li {
  overflow-wrap: break-word;
  position: relative;
  padding-left: 1.75rem;
}
.catalog-product-view .footer-no-reviews {
  width: 925px;
}
@media only screen and (min-width: 1400px) {
  .catalog-product-view .footer-no-reviews {
    width: 72%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .catalog-product-view .footer-no-reviews {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view .footer-no-reviews {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .footer-no-reviews {
    width: 100%;
  }
}
.catalog-product-view .price-info {
  width: 31%;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .price-info {
    width: auto;
  }
}
.catalog-product-view .product-gallery {
  width: 38%;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .catalog-product-view .product-gallery {
    width: 51%;
  }
}
@media only screen and (max-width: 1023px) {
  .catalog-product-view .product-gallery {
    width: 100%;
    margin-left: 0;
  }
}
.catalog-product-view .product-gallery.lg\:w-screen {
  width: 100vw;
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.catalog-product-view .quantity-field.configurable-qty-field {
  width: 150px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.catalog-product-view .quantity-field,
.catalog-product-view .quantity-field.configurable-qty-field:hover,
.catalog-product-view .quantity-field:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media only screen and (max-width: 1400px) {
  .catalog-product-view .quantity-field.configurable-qty-field {
    width: 145px;
  }
}
@media only screen and (max-width: 1024px) {
  .catalog-product-view .quantity-field.configurable-qty-field {
    width: 180px;
  }
}
@media only screen and (max-width: 375px) {
  .catalog-product-view .quantity-field.configurable-qty-field {
    width: 145px;
  }
}
@media only screen and (max-width: 340px) {
  .catalog-product-view .quantity-field.configurable-qty-field {
    width: 140px;
  }
}
.catalog-product-view .quantity-field {
  width: 187px;
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .quantity-field {
    width: 210px;
  }
}
@media only screen and (max-width: 375px) {
  .catalog-product-view .quantity-field {
    width: 180px;
  }
}
@media only screen and (max-width: 340px) {
  .catalog-product-view .quantity-field {
    width: 155px;
  }
}
.catalog-product-view input[type='number'] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}
.catalog-product-view input[type='number']::-webkit-inner-spin-button,
.catalog-product-view input[type='number']::-webkit-outer-spin-button {
  display: none;
}
.catalog-product-view .tier-price {
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .tier-price {
    box-shadow: 0 40px 2px -2px #f4f1e9;
  }
}
.catalog-product-view .tier-price .tier-price-item {
  width: 93px;
  margin-top: 0;
}
.catalog-product-view .tier-price .tier-price-item .rings {
  left: 2rem;
  top: 1rem;
}
.catalog-product-view .tier-price .tier-price-item .main-badge {
  left: 3rem;
  top: 1.75rem;
}
.catalog-product-view .tier-price .tier-price-item .discount {
  left: 3.3rem;
  top: 2.25rem;
}
.catalog-product-view .tier-price .tier-price-item .price-condition {
  width: 7rem;
  margin-left: -3.2rem;
  margin-top: 1.25rem;
}
.catalog-product-view .price-info {
  right: 255px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .catalog-product-view .price-info {
    margin-top: 75px;
    width: 51%;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .price-info {
    right: 0;
  }
}
.catalog-product-view .addtowishlist-wrapper {
  left: 69%;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .catalog-product-view .addtowishlist-wrapper {
    left: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .addtowishlist-wrapper {
    left: 0;
  }
}
.catalog-product-view .product-info {
  box-shadow: 0 40px 2px -2px #fff;
}
.catalog-product-view .payment-details {
  background: rgba(255, 255, 255, 0.5);
}
.catalog-product-view .last-product-desc-block {
  box-shadow: 0 24px 0 24px #fff;
}
.catalog-product-view .slider-upsell-products .rating-summary {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.catalog-product-view .slider-upsell-products .rating-summary .rating-stars,
.gallery-btn {
  display: flex;
  justify-content: center;
}
.catalog-product-view .slider-upsell-products .rating-summary .rating-stars svg {
  width: 1rem;
  height: 1rem;
}
.catalog-product-view .footer-block {
  overflow: overlay;
}
.catalog-product-view .footer-review-section .rating-summary {
  margin-left: auto;
  margin-right: auto;
}
.catalog-product-view .footer-review-section .review-number,
.catalog-product-view .footer-review-section .review-rate {
  display: none;
}
.catalog-product-view .mobile-top-review-block .rating-summary {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .catalog-product-view .mobile-top-review-block .rating-summary {
    margin-left: 0;
    margin-right: 0;
  }
}
.catalog-product-view .description-tab .active {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 102, 51, var(--tw-bg-opacity));
  border-width: 0;
  display: inline-block;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.catalog-product-view .upsell-block {
  top: 485px;
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .catalog-product-view .upsell-block {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-product-view .upsell-block {
    top: auto;
    width: auto;
  }
}
.catalog-product-view .gray-children-links a {
  color: #868686;
  text-decoration: underline;
}
@media (min-width: 1024px) {
  .catalog-product-view .breadcrumbs .container {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 1400px) {
  .catalog-product-view .breadcrumbs .container {
    margin-left: 0;
    margin-right: 0;
  }
}
.page-product-bundle .price-final_price .price-from .price-container,
.page-product-bundle .price-final_price .price-to .price-container {
  display: block;
  margin-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.page-product-bundle .price-final_price .price-from .price-container .price-label,
.page-product-bundle .price-final_price .price-to .price-container .price-label {
  display: block;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.page-product-bundle .price-final_price .price-from .price-container .price,
.page-product-bundle .price-final_price .price-to .price-container .price {
  display: block;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.page-product-bundle .price-final_price .price-from .old-price .price-container .price,
.page-product-bundle .price-final_price .price-from .old-price .price-container .price-label,
.page-product-bundle .price-final_price .price-to .old-price .price-container .price,
.page-product-bundle .price-final_price .price-to .old-price .price-container .price-label {
  display: inline;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.gallery-btn {
  position: absolute;
  top: 60px;
  height: 70vw;
  align-items: center;
}
.gallery-btn.prev {
  left: 0;
}
.gallery-btn.next {
  right: 0;
}
.old-price .price-wrapper span.price {
  font-size: 14px;
  opacity: 0.5;
  line-height: 17px;
}
@media (min-width: 1023px) {
  .custom-size-upsell-block {
    max-width: calc(100% - 16px);
  }
}
.backdrop {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.snap {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
}
.snap::-webkit-scrollbar {
  display: none;
}
.snap > div {
  scroll-snap-align: start;
}
:root {
  --sidebar-size: 255px;
  --sidebar-gap: 15px;
}
@media (min-width: 1024px) {
  :root {
    --sidebar-size: 330px;
    --sidebar-gap: 30px;
  }
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.page-main {
  margin: 0;
}
.page-wrapper {
  background: #fff;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.flex-columns-wrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .flex-columns-wrapper {
    flex-direction: row;
  }
}
.columns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  order: -9999;
}
.columns .main,
.columns .sidebar,
.page-layout-2columns-left .columns .main,
.page-layout-2columns-right .columns .main,
.product-image-container img {
  width: 100%;
}
@media (min-width: 768px) {
  .columns {
    display: flow-root;
  }
  .columns::after:after {
    content: '';
    display: block;
    clear: both;
  }
  .columns .sidebar {
    max-width: var(--sidebar-size);
  }
}
@media (min-width: 768px) {
  .page-layout-2columns-left .columns .main {
    float: right;
    clear: right;
    max-width: calc(100% - var(--sidebar-size));
  }
  .page-layout-2columns-left .sidebar {
    float: left;
    clear: left;
    padding-right: var(--sidebar-gap);
  }
  .page-layout-2columns-right .columns .main {
    float: left;
    clear: left;
    max-width: calc(100% - var(--sidebar-size));
  }
  .page-layout-2columns-right .sidebar {
    float: right;
    clear: right;
    padding-left: var(--sidebar-gap);
  }
}
.product-image-container {
  width: 100% !important;
}
.swatch-attribute .swatch-attribute-options {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.swatch-attribute .swatch-attribute-options .swatch-option {
  border-width: 1px;
  display: flex;
  justify-content: center;
  margin: 0.25rem;
  padding: 0.25rem 0.5rem;
  min-width: 40px;
}
.swatch-attribute.color .swatch-option {
  height: 1.5rem;
  width: 1.5rem;
}
.scroll-btn {
  background-color: rgba(255, 225, 119, var(--tw-bg-opacity));
  border-radius: 0;
  width: 40px;
  height: 50px;
  display: none;
  position: fixed;
  bottom: 50%;
  right: 0;
  z-index: 99;
  border: 0;
  outline: 0;
  color: #fff;
  cursor: pointer;
}
.scroll-btn:hover {
  background-color: #555;
}
.btn,
.btn:hover,
.scroll-btn {
  --tw-bg-opacity: 1;
}
.btn {
  background-color: rgba(107, 114, 128, var(--tw-bg-opacity));
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.25rem 1rem;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px) {
  .btn {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .btn {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.btn svg {
  display: inline-flex;
}
.btn span {
  vertical-align: middle;
}
.btn:hover {
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.btn-primary {
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  border-width: 2px;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-primary,
.btn-primary:hover,
.btn-secondary,
.btn-secondary:hover {
  --tw-bg-opacity: 1;
  --tw-border-opacity: 1;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.btn-primary:hover {
  background-color: rgba(22, 163, 74, var(--tw-bg-opacity));
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-secondary,
.btn-secondary:hover {
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.btn-secondary {
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
  border-width: 2px;
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.btn-secondary:hover {
  border-color: rgba(22, 101, 52, var(--tw-border-opacity));
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
#cart-drawer,
.btn-secondary {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
#scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
#scrollbar::-webkit-scrollbar {
  width: 5px;
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
#scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  --tw-bg-opacity: 1;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
}
[x-cloak] {
  display: none;
}
.input {
  border-radius: 0.25rem;
  border-width: 1px;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-right: 0.5rem;
  padding: 0.5rem 1rem;
  width: auto;
}
@media (min-width: 768px) {
  .input {
    margin-right: 1rem;
  }
}
@media (min-width: 1024px) {
  .input {
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .input {
    margin-right: 1rem;
  }
}
.input-light {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.input-light:focus {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.card {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.125rem;
  padding: 1rem;
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.card-interactive:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.fb-customerchat iframe {
  right: 7rem !important;
}
@media only screen and (max-width: 768px) {
  .fb-customerchat iframe {
    right: auto !important;
  }
}
._9po2 {
  display: none;
}
div._owyw4l,
div._owyw4l:hover {
  inset: auto 20px 97px auto !important;
}
.transition {
  transition:
    transform 0.25s ease,
    color 0.25s ease;
}
.transform-180 {
  transform: rotate(-180deg);
}
.text-sans-serif {
  font-family: 'Segoe UI', 'Helvetica Neue', Arial, sans-serif;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/poppins/poppins-500-normal.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/poppins/poppins-600-normal.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/openSans/mem8YaGs126MiZpBA-UFWJ0bbck.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/openSans/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/openSans/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/openSans/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
  unicode-range: U+0370-03FF;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/openSans/mem8YaGs126MiZpBA-UFWp0bbck.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/openSans/mem8YaGs126MiZpBA-UFW50bbck.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/openSans/mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/openSans/open-sans-600.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/openSans/open-sans-700.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
    U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}
@font-face {
  font-family: 'Futura Md BT';
  font-style: normal;
  font-weight: 400;
  src:
    local('Futura Md BT'),
    url(../fonts/futura/futuram.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura Md BT';
  font-style: italic;
  font-weight: 400;
  src:
    local('Futura Md BT'),
    url(../fonts/futura/futurami.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura Md BT';
  font-style: normal;
  font-weight: 700;
  src:
    local('Futura Md BT'),
    url(../fonts/futura/futurab.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura Md BT';
  font-style: italic;
  font-weight: 700;
  src:
    local('Futura Md BT'),
    url(../fonts/futura/futurabi.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'FuturaBlack BT';
  font-style: normal;
  font-weight: 400;
  src:
    local('FuturaBlack BT'),
    url(../fonts/futura/futurak.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura BdCn BT';
  font-style: normal;
  font-weight: 400;
  src:
    local('Futura BdCn BT'),
    url(../fonts/futura/futurabc.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura Hv BT';
  font-style: normal;
  font-weight: 400;
  src:
    local('Futura Hv BT'),
    url(../fonts/futura/futurah.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura Lt BT';
  font-style: normal;
  font-weight: 400;
  src:
    local('Futura Lt BT'),
    url(../fonts/futura/futural.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura LtCn BT';
  font-style: normal;
  font-weight: 400;
  src:
    local('Futura LtCn BT'),
    url(../fonts/futura/futuralc.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura MdCn BT';
  font-style: normal;
  font-weight: 400;
  src:
    local('Futura MdCn BT'),
    url(../fonts/futura/futuramc.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 400;
  src:
    local('Futura Bk BT'),
    url(../fonts/futura/futuran.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura Bk BT';
  font-style: normal;
  font-weight: 400;
  src:
    local('Futura Bk BT'),
    url(../fonts/futura/futurani.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura XBlk BT';
  font-style: normal;
  font-weight: 400;
  src:
    local('Futura XBlk BT'),
    url(../fonts/futura/futuraxk.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura XBlkCn BT';
  font-style: normal;
  font-weight: 400;
  src:
    local('Futura XBlkCn BT'),
    url(../fonts/futura/futurxkc.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura BdCn BT';
  font-style: italic;
  font-weight: 400;
  src:
    local('Futura BdCn BT'),
    url(../fonts/futura/futurbci.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura Hv BT';
  font-style: italic;
  font-weight: 400;
  src:
    local('Futura Hv BT'),
    url(../fonts/futura/futurahi.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura Lt BT';
  font-style: italic;
  font-weight: 400;
  src:
    local('Futura Lt BT'),
    url(../fonts/futura/futurali.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura LtCn BT';
  font-style: italic;
  font-weight: 400;
  src:
    local('Futura LtCn BT'),
    url(../fonts/futura/futurlci.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura MdCn BT';
  font-style: italic;
  font-weight: 400;
  src:
    local('Futura MdCn BT'),
    url(../fonts/futura/futurmci.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura XBlkIt BT';
  font-style: italic;
  font-weight: 400;
  src:
    local('Futura XBlkIt BT'),
    url(../fonts/futura/futurxki.woff) format('woff');
  font-display: swap;
}
@font-face {
  font-family: 'Futura XBlkCnIt BT';
  font-style: italic;
  font-weight: 400;
  src:
    local('Futura XBlkCnIt BT'),
    url(../fonts/futura/futuxkci.woff) format('woff');
  font-display: swap;
}
.cms-page-view:not(.cms-custom-contact):not(.cms-newsletter) .page-wrapper:not(.cms-custom) .page-main {
  font-family: Poppins;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .cms-page-view:not(.cms-custom-contact):not(.cms-newsletter) .page-wrapper:not(.cms-custom) .page-main {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .cms-page-view:not(.cms-custom-contact):not(.cms-newsletter) .page-wrapper:not(.cms-custom) .page-main {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.cms-page-view:not(.cms-custom-contact):not(.cms-newsletter) .page-wrapper:not(.cms-custom) .page-main ol {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 1.5rem;
}
.cms-page-view:not(.cms-custom-contact):not(.cms-newsletter) .page-wrapper:not(.cms-custom) .page-main ol li span {
  text-decoration: underline;
}
.cms-page-view:not(.cms-custom-contact):not(.cms-newsletter) .page-wrapper:not(.cms-custom) .page-main ol li span span {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(51, 153, 50, var(--tw-text-opacity));
}
.cms-page-view:not(.cms-custom-contact):not(.cms-newsletter)
  .page-wrapper:not(.cms-custom)
  .page-main
  .main
  .page-title,
.cms-page-view:not(.cms-custom-contact):not(.cms-newsletter) .page-wrapper:not(.cms-custom) .page-main h2 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  padding-bottom: 0.5rem;
  padding-top: 1rem;
  --tw-text-opacity: 1;
  color: rgba(0, 102, 51, var(--tw-text-opacity));
  text-transform: uppercase;
}
.cms-page-view:not(.cms-custom-contact):not(.cms-newsletter) .page-wrapper:not(.cms-custom) .page-main h3 {
  font-weight: 500;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(51, 153, 50, var(--tw-text-opacity));
}
.cms-page-view:not(.cms-custom-contact):not(.cms-newsletter) .page-wrapper:not(.cms-custom) .page-main p {
  font-size: 1rem;
  line-height: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}
.cms-page-view:not(.cms-custom-contact):not(.cms-newsletter) .page-wrapper:not(.cms-custom) .page-main strong {
  font-weight: 600;
}
.cms-page-view:not(.cms-custom-contact):not(.cms-newsletter)
  .page-wrapper:not(.cms-custom)
  .page-main
  .page-title-wrapper {
  justify-content: center;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .cms-page-view:not(.cms-custom-contact):not(.cms-newsletter)
    .page-wrapper:not(.cms-custom)
    .page-main
    .page-title-wrapper {
    margin-top: 0;
    padding-top: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .cms-page-view:not(.cms-custom-contact):not(.cms-newsletter)
    .page-wrapper:not(.cms-custom)
    .page-main
    .page-title-wrapper {
    margin-top: 0;
    padding-top: 1.5rem;
  }
}
.cms-page-view:not(.cms-custom-contact):not(.cms-newsletter)
  .page-wrapper:not(.cms-custom)
  .page-main
  .page-title-wrapper {
  width: 907px;
}
@media only screen and (max-width: 768px) {
  .cms-page-view:not(.cms-custom-contact):not(.cms-newsletter)
    .page-wrapper:not(.cms-custom)
    .page-main
    .page-title-wrapper {
    width: 100%;
  }
}
.cms-page-view:not(.cms-custom-contact):not(.cms-newsletter)
  .page-wrapper:not(.cms-custom)
  .page-main
  .page-title-wrapper
  h1 {
  font-family: Poppins;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}
.cms-page-view:not(.cms-custom-contact):not(.cms-newsletter) .page-wrapper:not(.cms-custom) .page-main .main {
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
  width: 843px;
}
@media only screen and (max-width: 768px) {
  .cms-page-view:not(.cms-custom-contact):not(.cms-newsletter) .page-wrapper:not(.cms-custom) .page-main .main {
    width: 100%;
  }
}
.cms-page-view:not(.cms-custom-contact):not(.cms-newsletter)
  .page-wrapper:not(.cms-custom)
  .page-main
  .main
  .page-title {
  padding-top: 0.5rem;
  text-align: center;
}
.cms-page-view:not(.cms-custom-contact):not(.cms-newsletter)
  .page-wrapper:not(.cms-custom)
  .page-main
  .main
  .page-subtitle {
  font-weight: 500;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(51, 153, 50, var(--tw-text-opacity));
}
.blog-post-view .page-main {
  font-family: Poppins;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 3rem;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-post-view .page-main {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  .blog-post-view .page-main {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
}
.blog-post-view .page-main .main .page-title,
.blog-post-view .page-main h2 {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 102, 51, var(--tw-text-opacity));
  text-transform: uppercase;
}
.blog-post-view .page-main h3 {
  font-weight: 500;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(51, 153, 50, var(--tw-text-opacity));
}
.blog-post-view .page-main p {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.blog-post-view .page-main strong {
  font-weight: 600;
}
.blog-post-view .page-main .page-title-wrapper {
  justify-content: center;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 2.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-top: 1.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .blog-post-view .page-main .page-title-wrapper {
    margin-top: 0;
    padding-top: 1.5rem;
  }
}
@media (min-width: 1024px) {
  .blog-post-view .page-main .page-title-wrapper {
    margin-top: 0;
    padding-top: 1.5rem;
  }
}
.blog-post-view .page-main .page-title-wrapper {
  width: 907px;
}
@media only screen and (max-width: 768px) {
  .blog-post-view .page-main .page-title-wrapper {
    width: 100%;
  }
}
.blog-post-view .page-main .page-title-wrapper h1 {
  font-family: Poppins;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}
.blog-post-view .page-main .main {
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  --tw-text-opacity: 1;
  color: rgba(51, 51, 51, var(--tw-text-opacity));
  width: 843px;
}
@media only screen and (max-width: 768px) {
  .blog-post-view .page-main .main {
    width: 100%;
  }
}
.blog-post-view .page-main .main .page-title {
  text-align: center;
}
.blog-post-view .page-main .main .page-subtitle {
  font-weight: 500;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgba(51, 153, 50, var(--tw-text-opacity));
}
.blog-post-view .page-main .main .page-p {
  font-weight: 600;
}
@media (min-width: 1280px) {
  .products-grid.wishlist .product-item {
    width: 43%;
  }
}
.products-grid.wishlist .product-item .product-item-info {
  display: flex;
  flex-direction: column;
}
.products-grid.wishlist .product-item .product-item-info .product-item-photo img {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.products-grid.wishlist .product-item .product-item-info .rate-wh {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .products-grid.wishlist .product-item .product-item-info .rate-wh {
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
.products-grid.wishlist .product-item .product-item-info .price-box {
  float: right;
}
.products-grid.wishlist .product-item .product-item-info .price-box.price-final_price {
  font-family: Futura Md BT;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgba(0, 102, 51, var(--tw-text-opacity));
}
.products-grid.wishlist .product-item .product-item-info .price-box p {
  padding: 0;
  margin-top: 27px;
}
.products-grid.wishlist .product-item .product-item-info input.qty {
  width: 150px;
}
.pop-up-place,
.products-grid.wishlist .product-item .product-item-actions {
  display: flex;
  justify-content: center;
}
.pop-up-place {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
}
.custom-pop-up-text {
  display: block;
  padding: 25px;
  background-color: #fff;
  border: 3px solid #063;
  border-radius: 15px;
  margin-bottom: 25px;
}
.custom-pop-up-btn {
  display: block;
  padding: 15px;
  border-radius: 15px;
  color: #fff;
  background-color: #063;
}
@media (min-width: 1280px) {
  .products-grid.stockalert .product-item {
    width: 25%;
  }
}
.products-grid.stockalert .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.products-grid.stockalert .product-item .product-item-actions {
  display: flex;
  justify-content: center;
}
@media (min-width: 1280px) {
  .productstockalert-index-index .products-grid.stockalert .product-item {
    width: 50%;
  }
}
.productstockalert-index-index .products-grid.stockalert .product-item .product-item-photo {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .logo img {
    width: 7.5rem;
  }
}
.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-gray-75,
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-gray-75 {
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}
.bg-gray-100,
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.bg-gray-200 {
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-gray-330 {
  background-color: rgba(0, 0, 0, 0.3);
}
.bg-gray-450 {
  --tw-bg-opacity: 1;
  background-color: rgba(206, 206, 206, var(--tw-bg-opacity));
}
.bg-gray-455,
.bg-gray-465 {
  --tw-bg-opacity: 1;
  background-color: rgba(208, 208, 208, var(--tw-bg-opacity));
}
.bg-gray-465 {
  background-color: rgba(244, 244, 242, var(--tw-bg-opacity));
}
.bg-gray-470,
.bg-gray-480 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 241, 233, var(--tw-bg-opacity));
}
.bg-gray-480 {
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
}
.bg-gray-900,
.bg-red-450 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.bg-red-450 {
  background-color: rgba(250, 0, 0, var(--tw-bg-opacity));
}
.bg-red-500,
.bg-yellow-10 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.bg-yellow-10 {
  background-color: rgba(244, 241, 233, var(--tw-bg-opacity));
}
.bg-yellow-15,
.bg-yellow-20 {
  --tw-bg-opacity: 1;
  background-color: rgba(237, 232, 220, var(--tw-bg-opacity));
}
.bg-yellow-20 {
  background-color: rgba(255, 196, 57, var(--tw-bg-opacity));
}
.bg-yellow-30,
.bg-yellow-450 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 190, 0, var(--tw-bg-opacity));
}
.bg-yellow-450 {
  background-color: rgba(255, 225, 119, var(--tw-bg-opacity));
}
.bg-green-450,
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.bg-green-450 {
  background-color: rgba(0, 102, 51, var(--tw-bg-opacity));
}
.bg-green-460,
.bg-green-470 {
  --tw-bg-opacity: 1;
  background-color: rgba(79, 197, 138, var(--tw-bg-opacity));
}
.bg-green-470 {
  background-color: rgba(107, 170, 107, var(--tw-bg-opacity));
}
.bg-blue-450,
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.bg-blue-450 {
  background-color: rgba(109, 196, 250, var(--tw-bg-opacity));
}
.bg-emerald-450,
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgba(21, 128, 61, var(--tw-bg-opacity));
}
.bg-emerald-450 {
  background-color: rgba(51, 153, 50, var(--tw-bg-opacity));
}
.bg-container,
.bg-container-lighter,
.table-row-items > div.table-row-item {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-container {
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.bg-container-darker {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.even\:bg-container:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.even\:bg-container-darker:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.hover\:bg-emerald-450:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(51, 153, 50, var(--tw-bg-opacity));
}
.hover\:bg-container-darker:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.border-current {
  border-color: currentColor;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-gray-200,
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-gray-300 {
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-gray-450,
.border-gray-455 {
  --tw-border-opacity: 1;
  border-color: rgba(206, 206, 206, var(--tw-border-opacity));
}
.border-gray-455 {
  border-color: rgba(208, 208, 208, var(--tw-border-opacity));
}
.border-gray-460,
.border-gray-465 {
  --tw-border-opacity: 1;
  border-color: rgba(51, 51, 51, var(--tw-border-opacity));
}
.border-gray-465 {
  border-color: rgba(244, 244, 242, var(--tw-border-opacity));
}
.border-gray-470,
.border-gray-475 {
  --tw-border-opacity: 1;
  border-color: rgba(244, 241, 233, var(--tw-border-opacity));
}
.border-gray-475 {
  border-color: rgba(132, 132, 132, var(--tw-border-opacity));
}
.border-gray-480,
.border-gray-485 {
  --tw-border-opacity: 1;
  border-color: rgba(221, 221, 221, var(--tw-border-opacity));
}
.border-gray-485 {
  border-color: rgba(173, 173, 173, var(--tw-border-opacity));
}
.border-gray-495,
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgba(147, 147, 147, var(--tw-border-opacity));
}
.border-red-500 {
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.border-yellow-25,
.border-yellow-450 {
  --tw-border-opacity: 1;
  border-color: rgba(242, 236, 203, var(--tw-border-opacity));
}
.border-yellow-450 {
  border-color: rgba(255, 225, 119, var(--tw-border-opacity));
}
.border-green-400,
.border-yellow-500 {
  --tw-border-opacity: 1;
  border-color: rgba(245, 158, 11, var(--tw-border-opacity));
}
.border-green-400 {
  border-color: rgba(52, 211, 153, var(--tw-border-opacity));
}
.border-green-450,
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgba(0, 102, 51, var(--tw-border-opacity));
}
.border-green-500 {
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
}
.border-emerald-450,
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}
.border-emerald-450 {
  border-color: rgba(51, 153, 50, var(--tw-border-opacity));
}
.border-container,
.border-container-lighter {
  --tw-border-opacity: 1;
  border-color: rgba(245, 245, 245, var(--tw-border-opacity));
}
.border-container {
  border-color: rgba(231, 231, 231, var(--tw-border-opacity));
}
.border-container-darker {
  --tw-border-opacity: 1;
  border-color: rgba(182, 182, 182, var(--tw-border-opacity));
}
.focus-within\:border-emerald-450:focus-within {
  --tw-border-opacity: 1;
  border-color: rgba(51, 153, 50, var(--tw-border-opacity));
}
.hover\:border-yellow-450:hover {
  --tw-border-opacity: 1;
  border-color: rgba(255, 225, 119, var(--tw-border-opacity));
}
.hover\:border-primary:hover {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}
.focus\:border-transparent:focus {
  border-color: transparent;
}
.focus\:border-red-500:focus {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.focus\:border-blue-300:focus {
  --tw-border-opacity: 1;
  border-color: rgba(147, 197, 253, var(--tw-border-opacity));
}
.focus\:border-primary-lighter:focus {
  --tw-border-opacity: 1;
  border-color: rgba(22, 163, 74, var(--tw-border-opacity));
}
.focus\:border-primary:focus {
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
}
.focus\:border-container-darker:focus {
  --tw-border-opacity: 1;
  border-color: rgba(182, 182, 182, var(--tw-border-opacity));
}
.rounded-20 {
  border-radius: 1.25rem;
}
.rounded-30 {
  border-radius: 1.875rem;
}
.rounded-200 {
  border-radius: 12.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-t-20 {
  border-top-left-radius: 1.25rem;
  border-top-right-radius: 1.25rem;
}
.rounded-b-20 {
  border-bottom-right-radius: 1.25rem;
  border-bottom-left-radius: 1.25rem;
}
.rounded-t-30 {
  border-top-left-radius: 1.875rem;
  border-top-right-radius: 1.875rem;
}
.rounded-r-100 {
  border-top-right-radius: 6.25rem;
  border-bottom-right-radius: 6.25rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-t-3xl {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-b-3xl,
.rounded-r-3xl {
  border-bottom-right-radius: 1.5rem;
}
.rounded-r-3xl {
  border-top-right-radius: 1.5rem;
}
.rounded-b-3xl {
  border-bottom-left-radius: 1.5rem;
}
.rounded-tl-3xl {
  border-top-left-radius: 1.5rem;
}
.rounded-tr-3xl {
  border-top-right-radius: 1.5rem;
}
.rounded-br-3xl {
  border-bottom-right-radius: 1.5rem;
}
.rounded-bl-3xl {
  border-bottom-left-radius: 1.5rem;
}
.border-solid {
  border-style: solid;
}
.border-none {
  border-style: none;
}
.border-0 {
  border-width: 0;
}
.border-2 {
  border-width: 2px;
}
.border-3 {
  border-width: 3px;
}
.border-4 {
  border-width: 4px;
}
.border {
  border-width: 1px;
}
.border-1\.2 {
  border-width: 0.075rem;
}
.border-r-0 {
  border-right-width: 0;
}
.border-l-0 {
  border-left-width: 0;
}
.border-t-2 {
  border-top-width: 2px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-b-4 {
  border-bottom-width: 4px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-b-1\.2 {
  border-bottom-width: 0.075rem;
}
.last\:border-0:last-child {
  border-width: 0;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0;
}
.last\:border-b:last-child {
  border-bottom-width: 1px;
}
.focus\:border-0:focus {
  border-width: 0;
}
.decoration-clone {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.box-border {
  box-sizing: border-box;
}
.box-content {
  box-sizing: content-box;
}
.cursor-auto {
  cursor: auto;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.table-caption {
  display: table-caption;
}
.table-cell {
  display: table-cell;
}
.table-row {
  display: table-row;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.items-baseline {
  align-items: baseline;
}
.content-center {
  align-content: center;
}
.self-start {
  align-self: flex-start;
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-around {
  justify-content: space-around;
}
.justify-evenly {
  justify-content: space-evenly;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-auto {
  flex: 1 1 auto;
}
.flex-none {
  flex: none;
}
.flex-grow-0 {
  flex-grow: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.float-right {
  float: right;
}
.float-left {
  float: left;
}
.float-none {
  float: none;
}
.clear-left {
  clear: left;
}
.font-poppins {
  font-family: Poppins;
}
.font-open-sans {
  font-family: Open Sans;
}
.font-futura-md-bt {
  font-family: Futura Md BT;
}
.font-thin {
  font-weight: 100;
}
.font-extralight {
  font-weight: 200;
}
.font-normal {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.h-0 {
  height: 0;
}
.h-1 {
  height: 0.25rem;
}
.h-2 {
  height: 0.5rem;
}
.h-3 {
  height: 0.75rem;
}
.h-4 {
  height: 1rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-12 {
  height: 3rem;
}
.h-14 {
  height: 3.5rem;
}
.h-15 {
  height: 3.75rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-32 {
  height: 8rem;
}
.h-48 {
  height: 12rem;
}
.h-64 {
  height: 16rem;
}
.h-80 {
  height: 20rem;
}
.h-104 {
  height: 26rem;
}
.h-200 {
  height: 37.5rem;
}
.h-auto {
  height: auto;
}
.h-1\.5 {
  height: 0.375rem;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-2\/3 {
  height: 66.666667%;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.h-1\.75 {
  height: 0.438rem;
}
.h-2\.25 {
  height: 0.563rem;
}
.h-22\/5 {
  height: 22.5rem;
}
.h-7\.8 {
  height: 1.875rem;
}
.h-90px {
  height: 5.625rem;
}
.h-fit {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.h-p-25 {
  height: 25px;
}
.h-max {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.h-95\/100 {
  height: 95%;
}
.text-55 {
  font-size: 3.438rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg,
.text-xl {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-pre-base {
  font-size: 0.938rem;
}
.text-2xxl {
  font-size: 1.625rem;
}
.text-xxl {
  font-size: 1.375rem;
}
.text-xxs {
  font-size: 0.65rem;
}
.text-3xxl {
  font-size: 2.5rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-9 {
  line-height: 2.25rem;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-13 {
  line-height: 3.125rem;
}
.leading-none {
  line-height: 1;
}
.leading-tight {
  line-height: 1.25;
}
.leading-normal {
  line-height: 1.5;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-loose {
  line-height: 2;
}
.list-none {
  list-style-type: none;
}
.list-disc {
  list-style-type: disc;
}
.m-0 {
  margin: 0;
}
.m-1 {
  margin: 0.25rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-4 {
  margin: 1rem;
}
.m-8 {
  margin: 2rem;
}
.m-auto {
  margin: auto;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-3 {
  margin: -0.75rem;
}
.-m-4 {
  margin: -1rem;
}
.m-0-auto {
  margin: 0 auto;
}
.m-0-m25px {
  margin: 0 -25px;
}
.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}
.mx-70 {
  margin-left: 4.375rem;
  margin-right: 4.375rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mt-0 {
  margin-top: 0;
}
.mr-0 {
  margin-right: 0;
}
.mb-0,
form .field.choice label {
  margin-bottom: 0;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mr-4,
form .field.choice input {
  margin-right: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.ml-6 {
  margin-left: 1.5rem;
}
.mt-7 {
  margin-top: 1.75rem;
}
.mr-7 {
  margin-right: 1.75rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.ml-7 {
  margin-left: 1.75rem;
}
.mt-8,
fieldset ~ fieldset {
  margin-top: 2rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-8 {
  margin-left: 2rem;
}
.mt-9 {
  margin-top: 2.25rem;
}
.mb-9 {
  margin-bottom: 2.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mr-10 {
  margin-right: 2.5rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.ml-10 {
  margin-left: 2.5rem;
}
.mb-11 {
  margin-bottom: 2.75rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.ml-12 {
  margin-left: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mr-14 {
  margin-right: 3.5rem;
}
.mb-14 {
  margin-bottom: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-22 {
  margin-top: 5.5rem;
}
.mt-26 {
  margin-top: 6.5rem;
}
.mr-40 {
  margin-right: 10rem;
}
.mt-48 {
  margin-top: 12rem;
}
.mt-56 {
  margin-top: 14rem;
}
.mt-auto {
  margin-top: auto;
}
.mr-auto {
  margin-right: auto;
}
.mb-auto {
  margin-bottom: auto;
}
.ml-auto {
  margin-left: auto;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mr-0\.5 {
  margin-right: 0.125rem;
}
.mb-0\.5 {
  margin-bottom: 0.125rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mr-1\.5 {
  margin-right: 0.375rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mb-2\.5 {
  margin-bottom: 0.625rem;
}
.ml-2\.5 {
  margin-left: 0.625rem;
}
.mt-3\.5 {
  margin-top: 0.875rem;
}
.mr-3\.5 {
  margin-right: 0.875rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.ml-3\.5 {
  margin-left: 0.875rem;
}
.-mr-0 {
  margin-right: 0;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-mt-3 {
  margin-top: -0.75rem;
}
.-mb-3 {
  margin-bottom: -0.75rem;
}
.-mt-4 {
  margin-top: -1rem;
}
.-mr-4 {
  margin-right: -1rem;
}
.-mb-4 {
  margin-bottom: -1rem;
}
.-mt-5 {
  margin-top: -1.25rem;
}
.-mt-6 {
  margin-top: -1.5rem;
}
.-ml-6 {
  margin-left: -1.5rem;
}
.-mt-7 {
  margin-top: -1.75rem;
}
.-mt-8 {
  margin-top: -2rem;
}
.-mb-10 {
  margin-bottom: -2.5rem;
}
.-mt-16 {
  margin-top: -4rem;
}
.-mt-36 {
  margin-top: -9rem;
}
.-ml-px {
  margin-left: -1px;
}
.-mr-0\.5 {
  margin-right: -0.125rem;
}
.-mt-1\.5 {
  margin-top: -0.375rem;
}
.ml-35p {
  margin-left: 35%;
}
.last\:mr-0:last-child {
  margin-right: 0;
}
.last\:mb-0:last-child {
  margin-bottom: 0;
}
.last\:mb-5:last-child {
  margin-bottom: 1.25rem;
}
.last\:mb-6:last-child {
  margin-bottom: 1.5rem;
}
.max-h-8 {
  max-height: 2rem;
}
.max-h-36 {
  max-height: 9rem;
}
.max-h-520 {
  max-height: 520px;
}
.max-h-590 {
  max-height: 590px;
}
.max-h-screen-75 {
  max-height: 75vh;
}
.max-h-screen-100 {
  max-height: 100vh;
}
.max-w-92 {
  max-width: 23rem;
}
.max-w-96 {
  max-width: 24rem;
}
.max-w-208 {
  max-width: 52rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-6xl {
  max-width: 72rem;
}
.max-w-full {
  max-width: 100%;
}
.max-w-max {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-prose {
  max-width: 65ch;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-2xl-section {
  max-width: 1400px;
}
.max-w-screen-xxl {
  max-width: 1420px;
}
.max-w-25r {
  max-width: 25rem;
}
.max-w-66p {
  max-width: 66.6%;
}
.min-h-0 {
  min-height: 0;
}
.min-h-14 {
  min-height: 3.5rem;
}
.min-h-20 {
  min-height: 5rem;
}
.min-h-28 {
  min-height: 7rem;
}
.min-h-55 {
  min-height: 13.75rem;
}
.min-h-140 {
  min-height: 35rem;
}
.min-h-500 {
  min-height: 500;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-screen-70 {
  min-height: 70vh;
}
.min-w-20 {
  min-width: 5rem;
}
.min-w-40 {
  min-width: 10rem;
}
.min-w-41 {
  min-width: 10.625rem;
}
.min-w-48 {
  min-width: 12rem;
}
.min-w-72 {
  min-width: 19rem;
}
.min-w-120 {
  min-width: 30rem;
}
.min-w-min {
  min-width: -webkit-min-content;
  min-width: -moz-min-content;
  min-width: min-content;
}
.min-w-5\/6 {
  min-width: 80%;
}
.min-w-90px {
  min-width: 5.625rem;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-center {
  -o-object-position: center;
  object-position: center;
}
.hover\:opacity-0:hover,
.opacity-0 {
  opacity: 0;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-75 {
  opacity: 0.75;
}
.hover\:opacity-100:hover,
.opacity-100 {
  opacity: 1;
}
.disabled\:opacity-75:disabled {
  opacity: 0.75;
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.p-0 {
  padding: 0;
}
.p-1 {
  padding: 0.25rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-12 {
  padding: 3rem;
}
.p-px {
  padding: 1px;
}
.p-0\.5 {
  padding: 0.125rem;
}
.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}
.px-0 {
  padding-left: 0;
  padding-right: 0;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.px-20 {
  padding-left: 5rem;
  padding-right: 5rem;
}
.px-24 {
  padding-left: 6rem;
  padding-right: 6rem;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4\.2 {
  padding-top: 17px;
  padding-bottom: 17px;
}
.px-6\.5 {
  padding-left: 26px;
  padding-right: 26px;
}
.px-30p {
  padding-left: 30%;
  padding-right: 30%;
}
.pt-0 {
  padding-top: 0;
}
.pb-0 {
  padding-bottom: 0;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pl-5 {
  padding-left: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-7 {
  padding-top: 1.75rem;
}
.pb-7 {
  padding-bottom: 1.75rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pt-9 {
  padding-top: 2.25rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pl-16 {
  padding-left: 4rem;
}
.pb-px {
  padding-bottom: 1px;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pl-1\.5 {
  padding-left: 0.375rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pb-2\.5 {
  padding-bottom: 0.625rem;
}
.pl-2\.5 {
  padding-left: 0.625rem;
}
.pt-3\.5 {
  padding-top: 0.875rem;
}
.placeholder-gray-495::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
}
.placeholder-gray-495:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
}
.placeholder-gray-495::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
}
.pointer-events-none {
  pointer-events: none;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.inset-2 {
  top: 0.5rem;
  right: 0.5rem;
  bottom: 0.5rem;
  left: 0.5rem;
}
.inset-2\.5 {
  top: 0.625rem;
  right: 0.625rem;
  bottom: 0.625rem;
  left: 0.625rem;
}
.inset-y-0 {
  top: 0;
  bottom: 0;
}
.inset-y-1\/4 {
  top: 25%;
  bottom: 25%;
}
.top-0 {
  top: 0;
}
.right-0 {
  right: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-0 {
  left: 0;
}
.right-1 {
  right: 0.25rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.right-4 {
  right: 1rem;
}
.left-4 {
  left: 1rem;
}
.top-5 {
  top: 1.25rem;
}
.right-5 {
  right: 1.25rem;
}
.left-5 {
  left: 1.25rem;
}
.left-6 {
  left: 1.5rem;
}
.top-7 {
  top: 1.75rem;
}
.left-7 {
  left: 1.75rem;
}
.top-8 {
  top: 2rem;
}
.left-8 {
  left: 2rem;
}
.left-10 {
  left: 2.5rem;
}
.bottom-12 {
  bottom: 3rem;
}
.top-15 {
  top: 3.75rem;
}
.top-16 {
  top: 4rem;
}
.top-20 {
  top: 5rem;
}
.left-20 {
  left: 5rem;
}
.top-32 {
  top: 8rem;
}
.top-36 {
  top: 9rem;
}
.top-40 {
  top: 10rem;
}
.left-56 {
  left: 14rem;
}
.-top-2 {
  top: -0.5rem;
}
.-right-2 {
  right: -0.5rem;
}
.-left-24 {
  left: -6rem;
}
.-top-2\.5 {
  top: -0.625rem;
}
.top-1\/2 {
  top: 50%;
}
.left-1\/2 {
  left: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-1\/4 {
  top: 25%;
}
.left-2\/4 {
  left: 50%;
}
.top-full {
  top: 100%;
}
.bottom-full {
  bottom: 100%;
}
.top-px-17 {
  top: 17px;
}
.left-px-18 {
  left: 1.188rem;
}
.top-4\.5-negative {
  top: -1.125rem;
}
.right-px-25 {
  right: 25px;
}
.left-px-25 {
  left: 25px;
}
.top-px-34 {
  top: 34px;
}
.right-1\/20 {
  right: 5%;
}
.left-1\/20 {
  left: 5%;
}
.top-8\/20 {
  top: 40%;
}
.top-9\/20 {
  top: 45%;
}
.bottom-37\/100 {
  bottom: 37%;
}
.top-1\/5 {
  top: 20%;
}
.resize {
  resize: both;
}
* {
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty,);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}
.hover\:shadow-sm:hover,
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.hover\:shadow-sm:hover,
.shadow,
.shadow-lg,
.shadow-sm {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.shadow-2xl,
.shadow-none,
.shadow-xl {
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.shadow-none {
  --tw-shadow: 0 0 #0000;
}
.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-1:focus-within,
.focus-within\:ring-2:focus-within {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-1:focus-within {
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.focus-within\:ring-2:focus-within {
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
}
.focus\:ring-0:focus {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-offset-2 {
  --tw-ring-offset-width: 2px;
}
.ring-blue-500 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(59, 130, 246, var(--tw-ring-opacity));
}
.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgba(239, 68, 68, var(--tw-ring-opacity));
}
.ring-opacity-50 {
  --tw-ring-opacity: 0.5;
}
.ring-opacity-75 {
  --tw-ring-opacity: 0.75;
}
.focus\:ring-opacity-0:focus {
  --tw-ring-opacity: 0;
}
.fill-current {
  fill: currentColor;
}
.stroke-current {
  stroke: currentColor;
}
.stroke-1 {
  stroke-width: 1;
}
.table-auto {
  table-layout: auto;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.hover\:text-black:hover,
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-white,
.text-gray-85,
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-gray-85 {
  color: rgba(134, 136, 135, var(--tw-text-opacity));
}
.text-gray-200,
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(229, 231, 235, var(--tw-text-opacity));
}
.text-gray-300 {
  color: rgba(209, 213, 219, var(--tw-text-opacity));
}
.hover\:text-gray-400:hover,
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.text-gray-445,
.text-gray-460 {
  --tw-text-opacity: 1;
  color: rgba(138, 138, 138, var(--tw-text-opacity));
}
.text-gray-460 {
  color: rgba(51, 51, 51, var(--tw-text-opacity));
}
.text-gray-475,
.text-gray-485 {
  --tw-text-opacity: 1;
  color: rgba(132, 132, 132, var(--tw-text-opacity));
}
.text-gray-485 {
  color: rgba(173, 173, 173, var(--tw-text-opacity));
}
.text-gray-490,
.text-gray-495 {
  --tw-text-opacity: 1;
  color: rgba(162, 162, 162, var(--tw-text-opacity));
}
.text-gray-495 {
  color: rgba(147, 147, 147, var(--tw-text-opacity));
}
.hover\:text-gray-500:hover,
.text-gray-500,
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-gray-600 {
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-gray-700,
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-gray-800 {
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-gray-900,
.text-red-450,
h3.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.text-red-450 {
  color: rgba(250, 0, 0, var(--tw-text-opacity));
}
.text-red-460,
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(224, 0, 0, var(--tw-text-opacity));
}
.text-red-500 {
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.hover\:text-red-600:hover,
.text-red-600,
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity));
}
.text-red-700 {
  color: rgba(185, 28, 28, var(--tw-text-opacity));
}
.text-yellow-400,
.text-yellow-450 {
  --tw-text-opacity: 1;
  color: rgba(251, 191, 36, var(--tw-text-opacity));
}
.text-yellow-450 {
  color: rgba(255, 225, 119, var(--tw-text-opacity));
}
.hover\:text-yellow-500:hover,
.text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgba(245, 158, 11, var(--tw-text-opacity));
}
.text-blue-900,
.text-green-450 {
  --tw-text-opacity: 1;
  color: rgba(0, 102, 51, var(--tw-text-opacity));
}
.text-blue-900 {
  color: rgba(30, 58, 138, var(--tw-text-opacity));
}
.text-primary-lighter {
  --tw-text-opacity: 1;
  color: rgba(63, 63, 70, var(--tw-text-opacity));
}
.text-primary,
.text-secondary {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.text-secondary {
  color: rgba(82, 82, 91, var(--tw-text-opacity));
}
.text-secondary-darker {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.text-emerald-450,
.text-orange-400 {
  --tw-text-opacity: 1;
  color: rgba(51, 153, 50, var(--tw-text-opacity));
}
.text-orange-400 {
  color: rgba(251, 146, 60, var(--tw-text-opacity));
}
.hover\:text-blue-600:hover {
  --tw-text-opacity: 1;
  color: rgba(37, 99, 235, var(--tw-text-opacity));
}
.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.hover\:text-primary-darker:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 24, 27, var(--tw-text-opacity));
}
.hover\:text-secondary-darker:hover {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}
.hover\:text-orange-500:hover {
  --tw-text-opacity: 1;
  color: rgba(249, 115, 22, var(--tw-text-opacity));
}
.focus\:text-black:focus {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.focus\:text-gray-500:focus {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.truncate {
  overflow: hidden;
  white-space: nowrap;
}
.overflow-ellipsis,
.truncate {
  text-overflow: ellipsis;
}
.not-italic {
  font-style: normal;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.hover\:underline:hover,
.order-links li a,
.underline {
  text-decoration: underline;
}
.line-through {
  text-decoration: line-through;
}
.hover\:no-underline:hover,
.no-underline {
  text-decoration: none;
}
.tracking-tighter {
  letter-spacing: -0.05em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.tracking-prewide {
  letter-spacing: 0.02em;
}
.tracking-widest-2xl {
  letter-spacing: 0.125rem;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.visible {
  visibility: visible;
}
.checkbox-pay #primary_billing,
.invisible,
.standart_address #primary_shipping {
  visibility: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.w-0 {
  width: 0;
}
.w-1 {
  width: 0.25rem;
}
.w-2 {
  width: 0.5rem;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-9 {
  width: 2.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-15 {
  width: 3.75rem;
}
.w-16 {
  width: 4rem;
}
.w-20 {
  width: 5rem;
}
.w-24 {
  width: 6rem;
}
.w-32 {
  width: 8rem;
}
.w-40 {
  width: 10rem;
}
.w-44 {
  width: 11rem;
}
.w-52 {
  width: 13rem;
}
.w-56 {
  width: 14rem;
}
.w-60 {
  width: 60%;
}
.w-64 {
  width: 16rem;
}
.w-72 {
  width: 18rem;
}
.w-80 {
  width: 20rem;
}
.w-150 {
  width: 32.3rem;
}
.w-auto {
  width: auto;
}
.w-1\.5 {
  width: 0.375rem;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-1\/2 {
  width: 50%;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-1\/4 {
  width: 25%;
}
.w-3\/4 {
  width: 75%;
}
.w-3\/5 {
  width: 60%;
}
.w-4\/5 {
  width: 80%;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-5\/12 {
  width: 41.666667%;
}
.w-7\/12 {
  width: 58.333333%;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-9\/12 {
  width: 75%;
}
.w-10\/12 {
  width: 83.333333%;
}
.w-11\/12 {
  width: 91.666667%;
}
.customer-account-edit .form-edit-account .control input,
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.w-max {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.w-1\.75 {
  width: 0.438rem;
}
.w-2\.25 {
  width: 0.563rem;
}
.w-7\.8 {
  width: 1.875rem;
}
.w-90px {
  width: 5.625rem;
}
.w-9\/10 {
  width: 90%;
}
.w-fit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.w-p-25 {
  width: 25px;
}
.w-full-vw {
  width: 100vw;
}
.w-27\/100 {
  width: 27%;
}
.w-248px {
  width: 248px;
}
.w-100w {
  width: 6.25rem;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-max {
  z-index: 2147483647;
}
.focus\:z-10:focus {
  z-index: 10;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-x-1 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}
.gap-y-0 {
  row-gap: 0;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.grid-flow-col {
  grid-auto-flow: column;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.col-span-1 {
  grid-column: span 1 / span 1;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-4 {
  grid-column: span 4 / span 4;
}
.col-span-12 {
  grid-column: span 12 / span 12;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-3 {
  grid-template-rows: repeat(3, minmax(0, 1fr));
}
.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(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));
}
.origin-top-right {
  transform-origin: top right;
}
.origin-top-left {
  transform-origin: top left;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
}
.rotate-0 {
  --tw-rotate: 0deg;
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.translate-x-0 {
  --tw-translate-x: 0px;
}
.-translate-x-1 {
  --tw-translate-x: -0.25rem;
}
.-translate-x-2 {
  --tw-translate-x: -0.5rem;
}
.-translate-x-12 {
  --tw-translate-x: -3rem;
}
.-translate-x-2\.5 {
  --tw-translate-x: -0.625rem;
}
.translate-x-full {
  --tw-translate-x: 100%;
}
.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}
.-translate-x-1\/3 {
  --tw-translate-x: -33.333333%;
}
.-translate-x-full {
  --tw-translate-x: -100%;
}
.-translate-y-6 {
  --tw-translate-y: -1.5rem;
}
.-translate-y-8 {
  --tw-translate-y: -2rem;
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
}
.-translate-y-full {
  --tw-translate-y: -100%;
}
.transition-all {
  transition-property: all;
}
.transition,
.transition-all,
.transition-colors,
.transition-transform {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.15s;
}
.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter,
    backdrop-filter;
  transition-property:
    background-color,
    border-color,
    color,
    fill,
    stroke,
    opacity,
    box-shadow,
    transform,
    filter,
    backdrop-filter,
    -webkit-backdrop-filter;
}
.transition-colors,
.transition-transform {
  transition-property: background-color, border-color, color, fill, stroke;
}
.transition-transform {
  transition-property: transform;
}
.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.duration-150 {
  transition-duration: 0.15s;
}
.duration-200 {
  transition-duration: 0.2s;
}
.duration-300 {
  transition-duration: 0.3s;
}
.duration-500 {
  transition-duration: 0.5s;
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.filter {
  --tw-blur: var(--tw-empty,);
  --tw-brightness: var(--tw-empty,);
  --tw-contrast: var(--tw-empty,);
  --tw-grayscale: var(--tw-empty,);
  --tw-hue-rotate: var(--tw-empty,);
  --tw-invert: var(--tw-empty,);
  --tw-saturate: var(--tw-empty,);
  --tw-sepia: var(--tw-empty,);
  --tw-drop-shadow: var(--tw-empty,);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate)
    var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.indent-px-40 {
  text-indent: 40px;
}
@media screen and (min-width: 768px) {
  .page-footer .footer-links .links-section {
    display: block !important;
  }
}
.customer-cab {
  flex-direction: column;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media all and (min-width: 1024px) {
  .customer-cab {
    flex-direction: row;
    max-width: 1440px;
    padding-right: 0;
    padding-left: 0;
  }
}
.customer-cab .postcode-warning {
  color: red;
  font-family: Poppins;
}
.customer-account-passwordchange .customer-index_page {
  flex-grow: 0;
}
@media (min-width: 1280px) {
  .customer-account-passwordchange .customer-index_page {
    margin-left: 2.5rem;
  }
  .customer-account-passwordchange .customer-cab {
    margin-top: 1.25rem;
  }
}
.history-image img {
  height: 80px;
  width: 80px;
}
@media (min-width: 1280px) {
  .history-image img {
    height: 135px;
    width: 135px;
  }
}
.history-image .green-bg {
  background: linear-gradient(0deg, rgba(0, 102, 51, 0.6), rgba(0, 102, 51, 0.6));
  height: 80px;
}
@media (min-width: 1280px) {
  .history-image .green-bg {
    height: 130px;
  }
}
.customer-account-edit .field,
.customer-address-form .field {
  margin: 0;
}
.customer-account-edit .field label,
.customer-address-form .field label {
  font-family: Open Sans;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-left: 0.75rem;
  margin-top: 1.25rem;
  text-align: left;
  --tw-text-opacity: 1;
  color: rgba(147, 147, 147, var(--tw-text-opacity));
}
.customer-account-edit .modal-shadow.active {
  background: #cccccc8a;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 40;
}
@media (min-width: 1280px) {
  .customer-account-edit .form-edit-account .edit-information {
    width: 420px;
  }
}
.customer-account-edit .form-edit-account .modal-view_email {
  z-index: 50;
}
@media (min-width: 1280px) {
  .customer-account-edit .form-edit-account .modal-view_email {
    width: 650px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .customer-address-form .field label.street {
    margin-top: 28px;
  }
  .customer-address-form .control input {
    width: 380px;
    border-radius: 1rem;
    height: 3.5rem;
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }
}
.customer-account-create .control select,
.customer-address-form .control select {
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgba(132, 132, 132, var(--tw-text-opacity));
}
@media (min-width: 1280px) {
  .customer-address-form .container-button {
    width: 380px;
  }
}
.customer-address-form .contact_title {
  display: flex;
  align-items: center;
}
@media (min-width: 1280px) {
  .customer-address-form .contact_title {
    width: 380px;
  }
  .customer-account-create .control input {
    border-radius: 1rem;
    height: 3.5rem;
    --tw-placeholder-opacity: 1;
    color: rgba(147, 147, 147, var(--tw-placeholder-opacity));
  }
}
.customer-account-create .postcode-warning,
.customer-account-create ul.messages li {
  color: red;
  font-family: Poppins;
}
.checkbox-pay,
.standart_address {
  border-width: 0.075rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  height: 34px;
  width: 52px;
  border-radius: 2rem;
}
.standart_address #primary_shipping:checked ~ .left {
  transform: translateY(-50%) scale(0);
}
.standart_address #primary_shipping:checked ~ .right {
  z-index: 10;
  transform: translateY(-50%) scale(1);
}
.standart_address .left,
.standart_address .right {
  display: inline-block;
  position: absolute;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  top: 50%;
  --tw-bg-opacity: 1;
  transition: all 0.2s cubic-bezier(0.8, 0.7, 0.72, 0.78);
}
.standart_address .left {
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  z-index: 10;
  left: 10%;
  transform: translateY(-50%) scale(1);
}
.standart_address .right {
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  right: 10%;
  transform: translateY(-50%) scale(0);
}
.checkbox-pay #primary_billing:checked ~ .left {
  transform: translateY(-50%) scale(0);
}
.checkbox-pay #primary_billing:checked ~ .right {
  z-index: 10;
  transform: translateY(-50%) scale(1);
}
.checkbox-pay .left,
.checkbox-pay .right {
  display: inline-block;
  position: absolute;
  height: 22px;
  width: 22px;
  border-radius: 50%;
  top: 50%;
}
.checkbox-pay .left {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  z-index: 10;
  left: 10%;
  transform: translateY(-50%) scale(1);
  transition: all 0.2s cubic-bezier(0.8, 0.7, 0.72, 0.78);
}
.checkbox-pay .right,
.warning-text {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.checkbox-pay .right {
  right: 10%;
  transform: translateY(-50%) scale(0);
  transition: all 0.2s cubic-bezier(0.8, 0.7, 0.72, 0.78);
}
.customer-account-index .customer_page .customer-index_page {
  order: 1;
  width: 100%;
}
@media (min-width: 1280px) {
  .customer-account-index .customer_page .customer-index_page {
    order: 2;
  }
}
.warning-text {
  display: none;
  padding: 1.25rem;
  position: absolute;
  top: 5rem;
  z-index: 10;
}
@media (min-width: 1280px) {
  .warning-text {
    margin-left: 10rem;
    left: 0;
  }
}
.warning-text {
  filter: drop-shadow(0 0 17px rgba(0, 0, 0, 0.13));
  border-radius: 15px;
}
@media (min-width: 1280px) {
  .warning-text {
    width: 645px;
  }
}
#mirasvitSearchResults .price-search .price-box div,
.icon-warning:hover ~ .warning-text {
  display: block;
}
@media (min-width: 1280px) {
  .container-payment {
    width: 37.5rem;
  }
  .quest {
    width: 400px;
  }
}
.sales-order-history .sorter-filter,
.wishlist-index-index .sorter-filter,
.wishlist-index-index .unavailable,
form legend + br {
  display: none;
}
.wishlist-index-index .rating-summary .rating-stars svg {
  height: 1.25rem;
  width: 1.25rem;
}
.wishlist-index-index .rating-summary .review-number {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.sales-order-history .customer-index_page {
  width: 100%;
}
@media (min-width: 1280px) {
  .fastcheckout-paymentmethod-index .customer-cab {
    margin-top: 1.25rem;
  }
}
.fastcheckout-paymentmethod-index .customer-index_page,
.review-customer-index .customer-index_page {
  width: 100%;
}
.icon-card,
.icon-user {
  background-image: url(../images/icons/user.svg);
  background-repeat: no-repeat;
  display: block;
}
.icon-card {
  background-image: url(../images/icons/card.svg);
}
.icon-geograf,
.icon-local,
.icon-look,
.icon-love {
  background-image: url(../images/icons/geograf.svg);
  background-repeat: no-repeat;
  display: block;
}
.icon-local,
.icon-look,
.icon-love {
  background-image: url(../images/icons/local.svg);
}
.icon-look,
.icon-love {
  background-image: url(../images/icons/look.svg);
}
.icon-love {
  background-image: url(../images/icons/love.svg);
}
.icon-products,
.icon-review,
.icon-table,
.icon-widject {
  background-image: url(../images/icons/review.svg);
  background-repeat: no-repeat;
  display: block;
}
.icon-products,
.icon-table,
.icon-widject {
  background-image: url(../images/icons/table.svg);
}
.icon-products,
.icon-widject {
  background-image: url(../images/icons/widject.svg);
}
.icon-products {
  background-image: url(../images/icons/products.svg);
}
.icon-cube,
.icon-hide_password,
.icon-show_password {
  background-image: url(../images/icons/cub.svg);
  background-repeat: no-repeat;
  display: block;
  width: 100px;
  height: 100px;
}
.icon-hide_password,
.icon-show_password {
  background-image: url(../images/icons/show.svg);
  width: 28px;
  height: 17px;
}
.icon-hide_password {
  background-image: url(../images/icons/hide.svg);
  width: 30px;
  height: 30px;
  margin-top: -7px;
}
.icon-contact_files,
.icon-vapa,
.icon-warning {
  background-image: url(../images/icons/contact_files.svg);
  background-repeat: no-repeat;
  display: block;
  width: 34px;
  height: 20px;
}
.icon-vapa,
.icon-warning {
  background-image: url(../images/icons/warning.svg);
  width: 28px;
  height: 28px;
}
.icon-vapa {
  background-image: url(../images/icons/vopa.svg);
  width: 20px;
  height: 20px;
}
.icon-warning_arrow {
  position: absolute;
}
@media (min-width: 1280px) {
  .icon-warning_arrow {
    left: 0;
  }
}
.icon-warning_arrow {
  background-image: url(../images/icons/warning_arrow.svg);
  background-repeat: no-repeat;
  width: 60px;
  height: 90px;
  z-index: 1;
  margin-left: 57px;
  top: -58px;
  right: 45px;
}
@media (min-width: 1280px) {
  .icon-warning_arrow {
    right: auto;
  }
}
.icon-quest,
.icon-quest_solid {
  background-image: url(../images/icons/quest.svg);
  background-repeat: no-repeat;
  display: block;
  width: 26px;
  height: 26px;
}
.icon-quest_solid {
  background-image: url(../images/icons/icon-quest_solid.svg);
  width: 48px;
  height: 48px;
}
.icon-btn_back {
  background-image: url(../images/icons/btn_back.svg);
  display: block;
  width: 24px;
  height: 24px;
}
.icon-btn_back,
.icon-colocol,
.icon-plus {
  background-repeat: no-repeat;
}
.icon-colocol {
  background-image: url(../images/icons/colocol.svg);
  display: block;
  width: 48px;
  height: 48px;
}
.icon-plus {
  background-image: url(../images/icons/plus.svg);
  width: 16px;
  height: 16px;
}
.icon-pencil {
  background-image: url(../images/icons/pencil.svg);
  width: 28px;
  height: 28px;
}
.icon-garbage,
.icon-pencil,
form select {
  background-repeat: no-repeat;
}
.icon-garbage {
  background-image: url(../images/icons/garbage.svg);
  width: 28px;
  height: 28px;
}
.customer_page {
  margin-top: 5rem;
}
@media (min-width: 1024px) {
  .customer_page {
    margin-top: 1.5rem;
  }
}
.page-main .geo-ip-popup {
  width: 600px;
  left: 10px;
  right: 10px;
  padding-left: 25px;
  padding-right: 25px;
  top: 13.33%;
}
.page-main .geo-ip-popup .language-select {
  font-family: 'Poppins';
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 4px;
  margin-top: 12px;
  text-align: center;
}
.page-main .geo-ip-popup .geoip-buttons {
  margin-top: 20px;
  text-align: center;
}
.page-main .geo-ip-popup .geoip-text,
.page-main .geo-ip-popup .geoip-title {
  text-transform: none;
  letter-spacing: normal;
  font-family: 'Poppins';
  font-style: normal;
  text-align: center;
}
.page-main .geo-ip-popup .geoip-title {
  font-weight: 700;
  color: #16422c;
  font-size: 32px;
  display: block;
  padding: 20px 15px 0;
}
.page-main .geo-ip-popup .geoip-text {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 15px;
}
.page-main .geo-ip-popup .geoip-buttons .black-btn:hover {
  color: #222c28 !important;
  border-color: #d3d4d3;
}
.page-main .geo-ip-popup .geoip-buttons .black-btn {
  border-radius: 2px !important;
  border: 1px solid #222c28;
  font-size: 14px;
  width: auto;
  display: inline-block;
  padding: 11px 21px 11px 39px;
  position: relative;
}
.page-main .geo-ip-popup .geoip-buttons .black-btn:before {
  content: '';
  display: block;
  height: 18px;
  left: 8px;
  position: absolute;
  top: 12px;
  width: 24px;
}
.page-main .swiz-flag:before {
  background-size: 46px 585px !important;
}
.page-main .geo-ip-popup .geoip-buttons .better-store-btn {
  margin-bottom: 21px;
  margin-top: 15px;
}
.page-main .better-store-btn .black-btn:before,
.page-main .current-store-btn .black-btn:before,
.page-main .geo-ip-popup .geoip-buttons .black-btn:before {
  background-image: url(../images/flags.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 33px 585px;
}
.page-main .better-store-btn.store-8 .black-btn:before,
.page-main .current-store-btn.store-8 .black-btn:before {
  background-position: 0 -44px;
}
.page-main .better-store-btn.store-11 .black-btn:before,
.page-main .current-store-btn.store-11 .black-btn:before {
  background-position: 0 -88px;
}
.page-main .better-store-btn.store-10 .black-btn:before,
.page-main .current-store-btn.store-10 .black-btn:before {
  background-position: 0 -66px;
}
.page-main .better-store-btn.store-16 .black-btn:before,
.page-main .current-store-btn.store-16 .black-btn:before {
  background-position: 0 -499px;
}
.page-main .better-store-btn.store-4 .black-btn:before,
.page-main .current-store-btn.store-4 .black-btn:before {
  background-position: 0 -131px;
}
.page-main .better-store-btn.store-9 .black-btn:before,
.page-main .current-store-btn.store-9 .black-btn:before {
  background-position: 0 0;
}
.page-main .better-store-btn.store-12 .black-btn:before,
.page-main .better-store-btn.store-13 .black-btn:before,
.page-main .current-store-btn.store-12 .black-btn:before,
.page-main .current-store-btn.store-13 .black-btn:before {
  background-position: 0 -22px;
}
.page-main .better-store-btn.store-14 .black-btn:before,
.page-main .better-store-btn.store-15 .black-btn:before,
.page-main .current-store-btn.store-14 .black-btn:before,
.page-main .current-store-btn.store-15 .black-btn:before {
  background-position: 0 -110px;
}
.catalog-product-view [aria-label='Breadcrumb'] {
  max-width: 1400px;
}
@media (min-width: 1400px) {
  .catalog-product-view [aria-label='Breadcrumb'] {
    margin: 0 auto;
  }
}
.catalog-product-view [aria-label='Breadcrumb'] li {
  font-family: Poppins;
  font-size: 0.75rem;
  line-height: 1rem;
  color: #939393;
}
.catalog-product-view [aria-label='Breadcrumb'] .container {
  padding: 0;
}
body > div > div.grecaptcha-badge {
  display: none;
  height: 0 !important;
  width: 0 !important;
}
.order-links {
  display: block;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgba(250, 250, 250, var(--tw-bg-opacity));
}
.order-links li {
  display: inline-block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  white-space: nowrap;
}
.order-links li.current {
  flex-grow: 1;
}
.order-date {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
form .field {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.order-links li.current,
form label,
form legend {
  --tw-text-opacity: 1;
  color: rgba(39, 39, 42, var(--tw-text-opacity));
}
form label {
  display: block;
  margin-bottom: 0.5rem;
}
form .field.choice {
  display: flex;
  align-items: center;
}
form legend {
  font-size: 1.25rem;
  line-height: 1.75rem;
  margin-bottom: 0.75rem;
}
form select {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(21, 128, 61, var(--tw-border-opacity));
  border-width: 1px;
  padding: 0.5rem 2.5rem 0.5rem 0.75rem;
  width: 100%;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23a0aec0'%3e%3cpath d='M15.3 9.3a1 1 0 0 1 1.4 1.4l-4 4a1 1 0 0 1-1.4 0l-4-4a1 1 0 0 1 1.4-1.4l3.3 3.29 3.3-3.3z'/%3e%3c/svg%3e");
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  font-size: 1rem;
  line-height: 1.5;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
}
[multiple]:focus,
[type='date']:focus,
[type='email']:focus,
[type='number']:focus,
[type='password']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='text']:focus,
[type='time']:focus,
[type='url']:focus,
select:focus,
textarea:focus {
  box-shadow: 0 0 0 3px #467c48 !important;
}
form.form.contact .field.name {
  margin-bottom: 0.375rem;
}
form.form.contact .field.email,
form.form.contact .field.telephone {
  margin-top: 0;
  margin-bottom: 0;
}
form.form.contact .field.comment {
  margin-top: 0.375rem;
}
.shadow-drop {
  filter: drop-shadow(0 0 17px rgba(0, 0, 0, 0.13));
}
.cms-contacts .captcha {
  margin-top: 0;
}
.cms-contacts .captcha [for='captcha_contact_us'] {
  font-family: Open Sans;
  font-size: 1rem;
  line-height: 1.5rem;
}
.cms-contacts .captcha.no-label .captcha-image {
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  gap: 1rem;
}
.cms-contacts .captcha.control {
  display: flex;
  flex-direction: column-reverse;
  margin-bottom: 0.5rem;
}
.cms-contacts .captcha.control [name='captcha[contact_us]'] {
  border-radius: 1rem;
  width: 97%;
}
@media (min-width: 1024px) {
  .cms-contacts .captcha.control [name='captcha[contact_us]'] {
    width: 265px;
    height: 60px;
  }
}
.custom-comment-info-block {
  position: relative;
}
.custom-comment-info-block-check {
  position: absolute;
  width: 25px;
  height: 25px;
  bottom: 0;
  left: 35px;
}
.custom-comment-info-block-check-line {
  position: absolute;
  width: 15px;
  top: 7px;
  right: 6px;
}
.custom-comment-info-block-name {
  min-width: 10rem;
  margin-right: -1.5rem;
}
.custom-comment-info-block-reit {
  margin-top: -0.5rem;
}
.custom-comment-info-block-ts-logo {
  position: relative;
  top: 5px;
}
.custom-search-result-rating > div {
  display: block;
  gap: 1rem;
}
.custom-search-result-rating > div .review-rate {
  display: block;
  padding-top: 0.5rem;
  text-align: center;
}
.custom-search-result-rating > div svg {
  width: 15px;
  height: 15px;
}
.custom-search-result-rating > div .review-number {
  display: block;
  margin-top: 0.5rem;
  white-space: nowrap;
}
#mirasvitSearchResults .search-name {
  overflow: hidden;
  max-height: 55px;
  line-height: 18px;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  #mirasvitSearchResults .price-box {
    display: block;
  }
}
#mirasvitSearchResults .price-box span {
  margin-left: 0;
}
@media (min-width: 768px) {
  #mirasvitSearchResults .price-box span {
    margin-right: 0;
  }
}
#mirasvitSearchResults .price-search .price-box .price-wrapper {
  font-size: 1rem;
  line-height: 1.5rem;
}
.custom-search-result-rating > div .rating-stars {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 1024px) {
  .options-dropdown-advanced {
    width: 100%;
    margin: 0;
  }
}
.options-dropdown-advanced:focus,
.options-dropdown-advanced:target {
  box-shadow: 0 0 0 3px #0a820b;
}
select.select-rows {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='darkgreen' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
}
.options-dropdown-advanced {
  background: inherit;
}
.option-lab {
  min-width: 70px;
}
.select-rows {
  max-width: inherit;
}
.custom-order-info-in-cab .payment-method tbody tr {
  display: flex;
  flex-direction: column;
  align-items: baseline;
}
.custom-order-info-in-cab .payment-method .table-caption {
  font-weight: 600;
  margin-top: 30px;
  text-align: left;
}
.sales-order-view .box-content {
  margin-right: 35%;
  font-style: italic;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .landing-page .product-description-wrapper .product-info {
    width: 340px;
  }
}
.landing-page .catalog-product-view .addtowishlist-wrapper {
  right: 10%;
}
.landing-page .product-description-wrapper {
  margin-top: 0 !important;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .landing-page .product-description-wrapper .product-info {
    width: 98vw;
    margin: 0 0 0 -11rem;
  }
}
.landing-page .rating-summary svg:not(:last-child) {
  margin-right: 1rem;
}
@media (min-width: 1280px) {
  .lp-more-products.landing-page {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.lp-more-products.landing-page .rating-summary {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1280px) {
  .lp-more-products.landing-page .lp-helper {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.landing-product-view .top-review-block .rating-summary {
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1024px) {
  .landing-product-view .top-review-block .rating-summary {
    margin-left: 0;
    margin-right: 0;
  }
}
.wishlist-index-index .lp-helper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wishlist-index-index .product-item-name {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 768px) {
  .wishlist-index-index .product-item-name {
    margin-bottom: 1rem;
  }
}
.wishlist-index-index .price-box .special-price {
  color: #dc2626;
  font-size: 24px;
}
.wishlist-index-index .price-box .old-price {
  color: #939393;
  font-size: 18px;
  text-decoration: line-through;
}
.modal-popup.confirm._show {
  z-index: 111;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home-product-slider .action.primary,
.modal-popup.confirm {
  display: none;
}
.modal-inner-wrap {
  padding: 15px;
  background: #fff;
  border-radius: 2rem;
  border: 2px solid #063;
}
.modal-header {
  display: flex;
  justify-content: center;
  position: relative;
}
.action-close,
.action-primary.action-accept {
  border: 0;
  background: #063;
  border-radius: 2rem;
  color: #fff;
}
.action-close {
  position: absolute;
  right: 10px;
  top: 10px;
  padding: 10px;
}
.modal-content {
  font-size: 16px;
}
.modal-footer {
  display: flex;
  justify-content: center;
  margin: 10px 0;
}
.action-primary.action-accept {
  padding: 10px 15px;
}
.klaviyo-container form.klaviyo-form > .needsclick > .needsclick:last-child {
  width: 600px;
  align-self: center;
}
.klaviyo-container form.klaviyo-form > .needsclick > .needsclick:last-child button {
  right: 0;
}
@media (max-width: 780px) {
  .klaviyo-container form.klaviyo-form > .needsclick > .needsclick:last-child {
    width: 100%;
  }
}
.klaviyo-container form.klaviyo-form > .needsclick > .needsclick:last-child.needsclick:nth-child(6) button {
  right: 0;
}
.klaviyo-container form.klaviyo-form > .needsclick > .needsclick:nth-child(3):not(.needsclick:last-child) {
  width: 600px;
  align-self: center;
}
@media (max-width: 780px) {
  .klaviyo-container form.klaviyo-form > .needsclick > .needsclick:nth-child(3):not(.needsclick:last-child) {
    width: 100%;
  }
}
.klaviyo-container form.klaviyo-form > .needsclick > .needsclick:nth-child(5):not(.needsclick:last-child) {
  width: 600px;
  align-self: center;
}
@media (max-width: 780px) {
  .klaviyo-container form.klaviyo-form > .needsclick > .needsclick:nth-child(5):not(.needsclick:last-child) {
    width: 100%;
  }
}
.klaviyo-container form.klaviyo-form > .needsclick > .needsclick:last-child > .needsclick:first-child input {
  height: 66px;
  min-height: 66.5px;
  font-family: 'Poppins' !important;
  position: relative;
  left: 8px;
}
@media (max-width: 780px) {
  .klaviyo-container form.klaviyo-form > .needsclick > .needsclick:last-child > .needsclick:first-child input {
    height: 66px;
    min-height: 66.5px;
  }
}
@media (max-width: 580px) {
  .klaviyo-container form.klaviyo-form > .needsclick > .needsclick:last-child > .needsclick:first-child input {
    height: 66px;
    min-height: 86.5px;
  }
}
.klaviyo-container form.klaviyo-form > .needsclick > .needsclick:last-child > .needsclick:last-child button {
  position: relative;
  right: 8px;
  height: 40px;
  min-height: 40px;
  font-family: 'Poppins' !important;
  line-height: 1.35 !important;
  box-sizing: border-box;
}
@media (max-width: 780px) {
  .klaviyo-container form.klaviyo-form > .needsclick > .needsclick:last-child > .needsclick:last-child button {
    height: 66px;
    min-height: 66.5px;
  }
}
@media (max-width: 580px) {
  .klaviyo-container form.klaviyo-form > .needsclick > .needsclick:last-child > .needsclick:last-child button {
    height: 66px;
    min-height: 86.5px;
  }
}
@media (max-width: 375px) {
  .klaviyo-container form.klaviyo-form > .needsclick > .needsclick:last-child > .needsclick:last-child button {
    font-size: 12px !important;
  }
}
.klaviyo-container form.klaviyo-form button {
  padding-top: 23px !important;
  padding-bottom: 23px !important;
}
@media (max-width: 780px) {
  .cms-home.cms-index-index .klaviyo-container form.klaviyo-form input[type='email'].needsclick.go1917793270 {
    min-height: 66px;
  }
  .cms-home.cms-index-index .klaviyo-container form.klaviyo-form button[type='button'].needsclick.go3894874857 {
    min-height: 66px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}
.go1583380846 form div:last-child [data-testid] input,
.go2750650054 form div:last-child [data-testid] input {
  width: 108% !important;
  height: 65px !important;
  font-family: 'Open Sans', sans-serif !important;
}
.go1583380846 form div div:last-child div:first-child,
.go2750650054 form div div:last-child div:first-child {
  flex: 2 0 0px !important;
}
.go1583380846 form div div:last-child button,
.go2750650054 form div div:last-child button {
  font-family: 'Poppins' !important;
}
.toggle-content {
  height: 0;
  overflow: hidden;
  padding-top: 0;
}
@media (min-width: 768px) {
  .toggle-content {
    height: auto;
    overflow: auto;
  }
}
.toggle-content-open.toggle-active-open,
.toggle-content.toggle-active {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.toggle-content-open {
  height: 0;
  overflow: hidden;
  padding-top: 0;
}
.toggle-content-open.toggle-active-open {
  padding-top: 1rem;
}
.toggle-name-btn.toggle-active .toggle-status-icon img:last-child {
  display: block;
}
.toggle-name-btn.toggle-active .toggle-status-icon img:first-child {
  display: none;
}
.toggle-name-btn-open.toggle-active-open .toggle-status-icon img:last-child {
  display: block;
}
.toggle-name-btn-open.toggle-active-open .toggle-status-icon img:first-child {
  display: none;
}
.product-badges:first-child {
  position: static;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -0.125rem;
  border-top-left-radius: 10.5rem;
  border-top-right-radius: 6.25rem;
  border-bottom-right-radius: 6.25rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  margin-left: -1px;
  line-height: 18px;
  text-align: left;
  line-break: anywhere;
}
@media (min-width: 640px) {
  .product-badges:first-child {
    border-top-left-radius: 4.8rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.product-badges:nth-child(2) {
  left: -1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: -1px;
  position: static;
  padding-left: 0.73rem;
  padding-right: 0.73rem;
  line-height: 18px;
  text-align: left;
  line-break: anywhere;
}
@media (min-width: 640px) {
  .product-badges:nth-child(2) {
    z-index: 1;
    margin-top: -0.125rem;
    padding-left: 1.7rem;
    padding-right: 1.5rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: 0;
    position: relative;
    margin-right: 0;
  }
}
.product-badges:nth-child(3) {
  position: static;
  margin-left: -1px;
  margin-top: -0.125rem;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 18px;
  text-align: left;
  line-break: anywhere;
}
@media (min-width: 640px) {
  .product-badges:nth-child(3) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-right: 30%;
  }
}
.product-badges:nth-child(4) {
  position: static;
  margin-left: -1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  line-height: 18px;
  text-align: left;
  line-break: anywhere;
}
@media (min-width: 640px) {
  .product-badges:nth-child(4) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.product-badges:nth-child(5) {
  position: static;
  margin-left: -1px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  line-height: 18px;
  text-align: left;
  line-break: anywhere;
}
@media (min-width: 640px) {
  .product-badges:nth-child(5) {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: -2rem;
    z-index: 0;
    padding-left: 2.5rem;
    padding-right: 1.5rem;
  }
}
.fastcheckout input[type='radio'] + label .radio-span {
  transition:
    background 0.2s,
    transform 0.2s;
}
.fastcheckout input[type='radio'] + label .radio-span:hover,
.fastcheckout input[type='radio'] + label:hover .radio-span {
  transform: scale(1.2);
}
.fastcheckout input[type='radio']:checked + label .radio-span {
  background-color: #333;
  box-shadow: 0 0 0 2px #fff inset;
}
.fb_customer_chat_bounce_in_v2 {
  right: 115px !important;
}
.fb_iframe_widget.fb_invisible_flow iframe {
  z-index: 2147483647 !important;
}
.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap: var(--gap);
}
.marquee .marquee-content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
  -webkit-animation: scroll 15s linear infinite;
  animation: scroll 15s linear infinite;
}
@media screen and (min-width: 1320px) {
  .marquee .marquee-content {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
.marquee .marquee-content div {
  float: left;
  width: 70%;
}
@media screen and (max-width: 1320px) {
  .marquee .marquee-content div {
    width: 100%;
  }
}
.home-product-slider .review-number {
  display: none;
}
.home-product-slider .review-rate {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(147, 147, 147, var(--tw-text-opacity));
}
.home-product-slider .rating-summary .rating-stars svg {
  height: 1.25rem;
  width: 1.25rem;
}
.home-product-slider .price-box {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
@media (min-width: 768px) {
  .home-product-slider .price-box {
    width: auto;
  }
}
.home-product-slider .price-box span {
  font-family: Futura Md BT !important;
  font-weight: 400 !important;
  font-size: 1.25rem !important;
  line-height: 1.75rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(0, 102, 51, var(--tw-text-opacity)) !important;
}
@media screen and (min-width: 1180px) {
  .home-product-slider .price-box .old-price {
    margin-top: 0;
    margin-left: 0;
  }
}
.home-product-slider .price-box .old-price span {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  margin-bottom: 0.125rem !important;
  --tw-text-opacity: 1 !important;
  color: rgba(147, 147, 147, var(--tw-text-opacity)) !important;
}
@media screen and (min-width: 768px) {
  .why-herbano-description-section {
    display: block !important;
  }
}
@media (max-width: 1180px) {
  .home-product-slider .product_image {
    width: 7rem;
  }
}
.home-product-slider .price_slider_home .price-box {
  flex-direction: column;
}
@media (min-width: 768px) {
  .home-product-slider .price_slider_home .price-box {
    display: flex;
    flex-direction: row;
  }
}
.home-product-slider .price_slider_home .price-box .old-price {
  order: -9999;
  margin-right: 0.5rem;
}
@media (min-width: 1536px) {
  .home-product-slider .price_slider_home .price-box .old-price {
    order: 9999;
  }
}
div[id^='minimized-trustbadge-'] {
  left: 15px !important;
}
.message.message-error.error {
  width: 100%;
}
@media (min-width: 320px) {
  .message.message-error.error {
    max-width: 320px;
  }
}
@media (min-width: 640px) {
  .message.message-error.error {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .message.message-error.error {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .message.message-error.error {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .message.message-error.error {
    max-width: 1280px;
  }
}
@media (min-width: 1330px) {
  .message.message-error.error {
    max-width: 1330px;
  }
}
@media (min-width: 1400px) {
  .message.message-error.error {
    max-width: 1400px;
  }
}
@media (min-width: 1536px) {
  .message.message-error.error {
    max-width: 1536px;
  }
}
@media (min-width: 1624px) {
  .message.message-error.error {
    max-width: 1624px;
  }
}
@media (min-width: 1800px) {
  .message.message-error.error {
    max-width: 1800px;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .breadcrumbs .message.message-error.error {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 1400px) {
  .catalog-product-view .breadcrumbs .message.message-error.error {
    margin-left: 0;
    margin-right: 0;
  }
}
.message.message-error.error {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  padding: 0.75rem 1.5rem;
}
.catalog-product-view [aria-label='Breadcrumb'] .message.message-error.error {
  padding: 0;
}
@media (min-width: 1024px) {
  .message.message-error.error {
    margin-top: 0;
  }
}
.message.message-success.success {
  width: 100%;
}
@media (min-width: 320px) {
  .message.message-success.success {
    max-width: 320px;
  }
}
@media (min-width: 640px) {
  .message.message-success.success {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .message.message-success.success {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .message.message-success.success {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .message.message-success.success {
    max-width: 1280px;
  }
}
@media (min-width: 1330px) {
  .message.message-success.success {
    max-width: 1330px;
  }
}
@media (min-width: 1400px) {
  .message.message-success.success {
    max-width: 1400px;
  }
}
@media (min-width: 1536px) {
  .message.message-success.success {
    max-width: 1536px;
  }
}
@media (min-width: 1624px) {
  .message.message-success.success {
    max-width: 1624px;
  }
}
@media (min-width: 1800px) {
  .message.message-success.success {
    max-width: 1800px;
  }
}
@media (min-width: 1024px) {
  .catalog-product-view .breadcrumbs .message.message-success.success {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
@media (min-width: 1400px) {
  .catalog-product-view .breadcrumbs .message.message-success.success {
    margin-left: 0;
    margin-right: 0;
  }
}
.message.message-success.success {
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem;
  padding: 0.75rem 1.5rem;
}
.catalog-product-view [aria-label='Breadcrumb'] .message.message-success.success {
  padding: 0;
}
@media (min-width: 1024px) {
  .message.message-success.success {
    margin-top: 0;
  }
}
.message.message-error.error div,
.message.message-success.success div {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(16, 185, 129, var(--tw-border-opacity));
  border-radius: 0.25rem;
  border-width: 1px;
  margin-bottom: 0.5rem;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(0, 102, 51, var(--tw-text-opacity));
  width: 100%;
}
.custom-paypal-container {
  margin: auto;
  position: relative;
  background-color: #ffc439;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  cursor: pointer;
}
.paypal-button {
  border: 0;
  height: 100%;
  font-size: 14px;
  line-height: 19px;
  filter: none;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  background: 0 0;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}
.paypal-button-img {
  text-align: center;
  margin: 20px;
  position: relative;
  z-index: 0;
}
@media (min-width: 640px) {
  .sm\:container {
    width: 100%;
  }
  @media (min-width: 320px) {
    .sm\:container {
      max-width: 320px;
    }
  }
  @media (min-width: 640px) {
    .sm\:container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
    .sm\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    .sm\:container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
    .sm\:container {
      max-width: 1280px;
    }
  }
  @media (min-width: 1330px) {
    .sm\:container {
      max-width: 1330px;
    }
  }
  @media (min-width: 1400px) {
    .sm\:container {
      max-width: 1400px;
    }
  }
  @media (min-width: 1536px) {
    .sm\:container {
      max-width: 1536px;
    }
  }
  @media (min-width: 1624px) {
    .sm\:container {
      max-width: 1624px;
    }
  }
  @media (min-width: 1800px) {
    .sm\:container {
      max-width: 1800px;
    }
  }
  .sm\:rounded-30 {
    border-radius: 1.875rem;
  }
  .sm\:border-none {
    border-style: none;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-center {
    justify-content: center;
  }
  .sm\:order-1 {
    order: 1;
  }
  .sm\:order-2 {
    order: 2;
  }
  .sm\:order-3 {
    order: 3;
  }
  .sm\:font-open-sans {
    font-family: Open Sans;
  }
  .sm\:font-normal {
    font-weight: 400;
  }
  .sm\:h-auto {
    height: auto;
  }
  .sm\:text-55 {
    font-size: 3.438rem;
  }
  .sm\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg,
  .sm\:text-xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
  }
  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:mx-28 {
    margin-left: 7rem;
    margin-right: 7rem;
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .sm\:mt-0 {
    margin-top: 0;
  }
  .sm\:mr-0 {
    margin-right: 0;
  }
  .sm\:mb-0 {
    margin-bottom: 0;
  }
  .sm\:ml-1 {
    margin-left: 0.25rem;
  }
  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .sm\:ml-2 {
    margin-left: 0.5rem;
  }
  .sm\:mr-3 {
    margin-right: 0.75rem;
  }
  .sm\:ml-3 {
    margin-left: 0.75rem;
  }
  .sm\:mt-4 {
    margin-top: 1rem;
  }
  .sm\:mb-4 {
    margin-bottom: 1rem;
  }
  .sm\:ml-4 {
    margin-left: 1rem;
  }
  .sm\:mt-5 {
    margin-top: 1.25rem;
  }
  .sm\:ml-5 {
    margin-left: 1.25rem;
  }
  .sm\:mr-6 {
    margin-right: 1.5rem;
  }
  .sm\:ml-6 {
    margin-left: 1.5rem;
  }
  .sm\:mt-7 {
    margin-top: 1.75rem;
  }
  .sm\:mr-7 {
    margin-right: 1.75rem;
  }
  .sm\:mt-8 {
    margin-top: 2rem;
  }
  .sm\:mr-8 {
    margin-right: 2rem;
  }
  .sm\:mt-9 {
    margin-top: 2.25rem;
  }
  .sm\:mt-10 {
    margin-top: 2.5rem;
  }
  .sm\:mt-11 {
    margin-top: 2.75rem;
  }
  .sm\:mt-12 {
    margin-top: 3rem;
  }
  .sm\:mb-12 {
    margin-bottom: 3rem;
  }
  .sm\:mb-15 {
    margin-bottom: 3.75rem;
  }
  .sm\:mb-20 {
    margin-bottom: 5rem;
  }
  .sm\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }
  .sm\:ml-3\.5 {
    margin-left: 0.875rem;
  }
  .sm\:last\:mb-6:last-child {
    margin-bottom: 1.5rem;
  }
  .sm\:min-w-84 {
    min-width: 21rem;
  }
  .sm\:overflow-hidden {
    overflow: hidden;
  }
  .sm\:p-3 {
    padding: 0.75rem;
  }
  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .sm\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .sm\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .sm\:py-4\.5 {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .sm\:pt-0 {
    padding-top: 0;
  }
  .sm\:pb-0 {
    padding-bottom: 0;
  }
  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem;
  }
  .sm\:pt-6 {
    padding-top: 1.5rem;
  }
  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .sm\:pb-8 {
    padding-bottom: 2rem;
  }
  .sm\:pt-10 {
    padding-top: 2.5rem;
  }
  .sm\:static {
    position: static;
  }
  .sm\:top-37\/100 {
    top: 37%;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:text-gray-460 {
    --tw-text-opacity: 1;
    color: rgba(51, 51, 51, var(--tw-text-opacity));
  }
  .sm\:whitespace-normal {
    white-space: normal;
  }
  .sm\:w-20 {
    width: 5rem;
  }
  .sm\:w-32 {
    width: 8rem;
  }
  .sm\:w-48 {
    width: 12rem;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-1\/2 {
    width: 50%;
  }
  .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .sm\:w-2\/3 {
    width: 66.666667%;
  }
  .sm\:w-3\/4 {
    width: 75%;
  }
  .sm\:w-5\/6 {
    width: 83.333333%;
  }
  .sm\:w-4\/12 {
    width: 33.333333%;
  }
  .sm\:w-5\/12 {
    width: 41.666667%;
  }
  .sm\:w-8\/12 {
    width: 66.666667%;
  }
  .sm\:w-9\/12 {
    width: 75%;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:gap-8 {
    gap: 2rem;
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .sm\:-translate-x-1 {
    --tw-translate-x: -0.25rem;
  }
  .sm\:duration-700 {
    transition-duration: 0.7s;
  }
}
@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }
  @media (min-width: 320px) {
    .md\:container {
      max-width: 320px;
    }
  }
  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }
  @media (min-width: 1330px) {
    .md\:container {
      max-width: 1330px;
    }
  }
  @media (min-width: 1400px) {
    .md\:container {
      max-width: 1400px;
    }
  }
  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }
  @media (min-width: 1624px) {
    .md\:container {
      max-width: 1624px;
    }
  }
  @media (min-width: 1800px) {
    .md\:container {
      max-width: 1800px;
    }
  }
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:bg-gray-470,
  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }
  .md\:bg-gray-470 {
    background-color: rgba(244, 241, 233, var(--tw-bg-opacity));
  }
  .md\:border-transparent {
    border-color: transparent;
  }
  .md\:border-gray-470 {
    --tw-border-opacity: 1;
    border-color: rgba(244, 241, 233, var(--tw-border-opacity));
  }
  .md\:border-yellow-450 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 225, 119, var(--tw-border-opacity));
  }
  .md\:rounded-20 {
    border-radius: 1.25rem;
  }
  .md\:rounded-none {
    border-radius: 0;
  }
  .md\:rounded-xl {
    border-radius: 0.75rem;
  }
  .md\:rounded-2xl {
    border-radius: 1rem;
  }
  .md\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .md\:border-solid {
    border-style: solid;
  }
  .md\:border-none {
    border-style: none;
  }
  .md\:border-0 {
    border-width: 0;
  }
  .md\:border-2 {
    border-width: 2px;
  }
  .md\:border {
    border-width: 1px;
  }
  .md\:block {
    display: block;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:inline {
    display: inline;
  }
  .md\:flex {
    display: flex;
  }
  .md\:grid {
    display: grid;
  }
  .md\:hidden {
    display: none;
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col {
    flex-direction: column;
  }
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:items-start {
    align-items: flex-start;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-start {
    justify-content: flex-start;
  }
  .md\:justify-end {
    justify-content: flex-end;
  }
  .md\:justify-center {
    justify-content: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:justify-around {
    justify-content: space-around;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:order-3 {
    order: 3;
  }
  .md\:font-futura-md-bt {
    font-family: Futura Md BT;
  }
  .md\:font-normal {
    font-weight: 400;
  }
  .md\:font-bold {
    font-weight: 700;
  }
  .md\:h-1 {
    height: 0.25rem;
  }
  .md\:h-6 {
    height: 1.5rem;
  }
  .md\:h-7 {
    height: 1.75rem;
  }
  .md\:h-16 {
    height: 4rem;
  }
  .md\:h-24 {
    height: 6rem;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:h-screen {
    height: 100vh;
  }
  .md\:h-1\.2 {
    height: 12.5rem;
  }
  .md\:h-180px {
    height: 11.25rem;
  }
  .md\:text-55 {
    font-size: 3.438rem;
  }
  .md\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg,
  .md\:text-xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
  }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-2xxl {
    font-size: 1.625rem;
  }
  .md\:text-3xxl {
    font-size: 2.5rem;
  }
  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }
  .md\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .md\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
  .md\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .md\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .md\:-mx-32 {
    margin-left: -8rem;
    margin-right: -8rem;
  }
  .md\:mt-0 {
    margin-top: 0;
  }
  .md\:mr-0 {
    margin-right: 0;
  }
  .md\:mb-0 {
    margin-bottom: 0;
  }
  .md\:ml-0 {
    margin-left: 0;
  }
  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }
  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }
  .md\:mt-3 {
    margin-top: 0.75rem;
  }
  .md\:mr-3 {
    margin-right: 0.75rem;
  }
  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .md\:mt-4 {
    margin-top: 1rem;
  }
  .md\:mr-4 {
    margin-right: 1rem;
  }
  .md\:mb-4 {
    margin-bottom: 1rem;
  }
  .md\:ml-4 {
    margin-left: 1rem;
  }
  .md\:mt-5 {
    margin-top: 1.25rem;
  }
  .md\:mr-5 {
    margin-right: 1.25rem;
  }
  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .md\:mr-6 {
    margin-right: 1.5rem;
  }
  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:mr-8 {
    margin-right: 2rem;
  }
  .md\:mb-8 {
    margin-bottom: 2rem;
  }
  .md\:ml-8 {
    margin-left: 2rem;
  }
  .md\:mt-9 {
    margin-top: 2.25rem;
  }
  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .md\:ml-10 {
    margin-left: 2.5rem;
  }
  .md\:mt-12 {
    margin-top: 3rem;
  }
  .md\:mr-12 {
    margin-right: 3rem;
  }
  .md\:ml-12 {
    margin-left: 3rem;
  }
  .md\:mr-14 {
    margin-right: 3.5rem;
  }
  .md\:ml-14 {
    margin-left: 3.5rem;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mr-16 {
    margin-right: 4rem;
  }
  .md\:mb-16 {
    margin-bottom: 4rem;
  }
  .md\:ml-16 {
    margin-left: 4rem;
  }
  .md\:mt-20 {
    margin-top: 5rem;
  }
  .md\:mb-20 {
    margin-bottom: 5rem;
  }
  .md\:mt-24 {
    margin-top: 6rem;
  }
  .md\:mr-24 {
    margin-right: 6rem;
  }
  .md\:mb-24 {
    margin-bottom: 6rem;
  }
  .md\:ml-24 {
    margin-left: 6rem;
  }
  .md\:mr-28 {
    margin-right: 7rem;
  }
  .md\:mt-32 {
    margin-top: 8rem;
  }
  .md\:mb-0\.5 {
    margin-bottom: 0.125rem;
  }
  .md\:mb-1\.5 {
    margin-bottom: 0.375rem;
  }
  .md\:mt-3\.5 {
    margin-top: 0.875rem;
  }
  .md\:mb-3\.5 {
    margin-bottom: 0.875rem;
  }
  .md\:-mt-20 {
    margin-top: -5rem;
  }
  .md\:-mt-24 {
    margin-top: -6rem;
  }
  .md\:max-h-590 {
    max-height: 590px;
  }
  .md\:max-w-none {
    max-width: none;
  }
  .md\:max-w-md {
    max-width: 28rem;
  }
  .md\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .md\:max-w-2xl-section {
    max-width: 1400px;
  }
  .md\:overflow-visible {
    overflow: visible;
  }
  .md\:p-2 {
    padding: 0.5rem;
  }
  .md\:p-3 {
    padding: 0.75rem;
  }
  .md\:p-4 {
    padding: 1rem;
  }
  .md\:p-8 {
    padding: 2rem;
  }
  .md\:p-10 {
    padding: 2.5rem;
  }
  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }
  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }
  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .md\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .md\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .md\:px-40 {
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .md\:px-48 {
    padding-left: 12rem;
    padding-right: 12rem;
  }
  .md\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .md\:pt-0 {
    padding-top: 0;
  }
  .md\:pb-0 {
    padding-bottom: 0;
  }
  .md\:pl-0 {
    padding-left: 0;
  }
  .md\:pt-1 {
    padding-top: 0.25rem;
  }
  .md\:pl-1 {
    padding-left: 0.25rem;
  }
  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .md\:pl-5 {
    padding-left: 1.25rem;
  }
  .md\:pt-6 {
    padding-top: 1.5rem;
  }
  .md\:pt-7 {
    padding-top: 1.75rem;
  }
  .md\:pr-7 {
    padding-right: 1.75rem;
  }
  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .md\:pr-8 {
    padding-right: 2rem;
  }
  .md\:pb-8 {
    padding-bottom: 2rem;
  }
  .md\:pr-10 {
    padding-right: 2.5rem;
  }
  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }
  .md\:pt-12 {
    padding-top: 3rem;
  }
  .md\:pt-16 {
    padding-top: 4rem;
  }
  .md\:pl-16 {
    padding-left: 4rem;
  }
  .md\:fixed {
    position: fixed;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:relative {
    position: relative;
  }
  .md\:top-0 {
    top: 0;
  }
  .md\:left-0 {
    left: 0;
  }
  .md\:left-10 {
    left: 2.5rem;
  }
  .md\:left-20 {
    left: 5rem;
  }
  .md\:left-auto {
    left: auto;
  }
  .md\:-right-5 {
    right: -1.25rem;
  }
  .md\:left-2\/4 {
    left: 50%;
  }
  .md\:-left-2\/4 {
    left: -50%;
  }
  .md\:top-px-22 {
    top: 1.375rem;
  }
  .md\:left-7\/100 {
    left: 7%;
  }
  .md\:text-left {
    text-align: left;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-red-500 {
    --tw-text-opacity: 1;
    color: rgba(239, 68, 68, var(--tw-text-opacity));
  }
  .md\:tracking-widest-2xl {
    letter-spacing: 0.125rem;
  }
  .md\:visible {
    visibility: visible;
  }
  .md\:break-normal {
    overflow-wrap: normal;
    word-break: normal;
  }
  .md\:w-1 {
    width: 0.25rem;
  }
  .md\:w-6 {
    width: 1.5rem;
  }
  .md\:w-7 {
    width: 1.75rem;
  }
  .md\:w-96 {
    width: 24rem;
  }
  .md\:w-145 {
    width: 36.25rem;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-1\/3 {
    width: 33.333333%;
  }
  .md\:w-2\/3 {
    width: 66.666667%;
  }
  .md\:w-1\/4 {
    width: 25%;
  }
  .md\:w-3\/4 {
    width: 75%;
  }
  .md\:w-1\/5 {
    width: 20%;
  }
  .md\:w-2\/5 {
    width: 40%;
  }
  .md\:w-3\/5 {
    width: 60%;
  }
  .md\:w-4\/5 {
    width: 80%;
  }
  .md\:w-2\/6 {
    width: 33.333333%;
  }
  .md\:w-5\/6 {
    width: 83.333333%;
  }
  .md\:w-3\/12 {
    width: 25%;
  }
  .md\:w-4\/12 {
    width: 33.333333%;
  }
  .md\:w-5\/12 {
    width: 41.666667%;
  }
  .md\:w-6\/12 {
    width: 50%;
  }
  .md\:w-7\/12 {
    width: 58.333333%;
  }
  .md\:w-8\/12 {
    width: 66.666667%;
  }
  .md\:w-9\/12 {
    width: 75%;
  }
  .md\:w-11\/12 {
    width: 91.666667%;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-screen {
    width: 100vw;
  }
  .md\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .md\:w-1\.2 {
    width: 12.5rem;
  }
  .md\:w-180px {
    width: 11.25rem;
  }
  .md\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .md\:z-0 {
    z-index: 0;
  }
  .md\:z-30 {
    z-index: 30;
  }
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:-translate-x-1\/3 {
    --tw-translate-x: -33.333333%;
  }
}
@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }
  @media (min-width: 320px) {
    .lg\:container {
      max-width: 320px;
    }
  }
  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }
  @media (min-width: 1330px) {
    .lg\:container {
      max-width: 1330px;
    }
  }
  @media (min-width: 1400px) {
    .lg\:container {
      max-width: 1400px;
    }
  }
  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }
  @media (min-width: 1624px) {
    .lg\:container {
      max-width: 1624px;
    }
  }
  @media (min-width: 1800px) {
    .lg\:container {
      max-width: 1800px;
    }
  }
  .lg\:bg-gray-470,
  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }
  .lg\:bg-gray-470 {
    background-color: rgba(244, 241, 233, var(--tw-bg-opacity));
  }
  .lg\:border-yellow-450 {
    --tw-border-opacity: 1;
    border-color: rgba(255, 225, 119, var(--tw-border-opacity));
  }
  .lg\:rounded-none {
    border-radius: 0;
  }
  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }
  .lg\:rounded-2xl {
    border-radius: 1rem;
  }
  .lg\:rounded-3xl {
    border-radius: 1.5rem;
  }
  .lg\:border-r {
    border-right-width: 1px;
  }
  .lg\:block {
    display: block;
  }
  .lg\:inline-block {
    display: inline-block;
  }
  .lg\:inline {
    display: inline;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:table-cell {
    display: table-cell;
  }
  .lg\:table-header-group {
    display: table-header-group;
  }
  .lg\:table-row {
    display: table-row;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:justify-center {
    justify-content: center;
  }
  .lg\:justify-between {
    justify-content: space-between;
  }
  .lg\:justify-around {
    justify-content: space-around;
  }
  .lg\:flex-grow {
    flex-grow: 1;
  }
  .lg\:order-1 {
    order: 1;
  }
  .lg\:order-2 {
    order: 2;
  }
  .lg\:order-3 {
    order: 3;
  }
  .lg\:order-7 {
    order: 7;
  }
  .lg\:order-none {
    order: 0;
  }
  .lg\:float-right {
    float: right;
  }
  .lg\:font-futura-md-bt {
    font-family: Futura Md BT;
  }
  .lg\:font-normal {
    font-weight: 400;
  }
  .lg\:font-bold {
    font-weight: 700;
  }
  .lg\:h-6 {
    height: 1.5rem;
  }
  .lg\:h-16 {
    height: 4rem;
  }
  .lg\:h-20 {
    height: 5rem;
  }
  .lg\:h-126 {
    height: 31.5rem;
  }
  .lg\:h-200 {
    height: 37.5rem;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:h-screen {
    height: 100vh;
  }
  .lg\:text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .lg\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-lg,
  .lg\:text-xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-xl {
    font-size: 1.25rem;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-2xxl {
    font-size: 1.625rem;
  }
  .lg\:text-xxs {
    font-size: 0.65rem;
  }
  .lg\:text-3xxl {
    font-size: 2.5rem;
  }
  .lg\:leading-5 {
    line-height: 1.25rem;
  }
  .lg\:leading-9 {
    line-height: 2.25rem;
  }
  .lg\:leading-14 {
    line-height: 3.75rem;
  }
  .lg\:m-1 {
    margin: 0.25rem;
  }
  .lg\:m-1\.5 {
    margin: 0.375rem;
  }
  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }
  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }
  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }
  .lg\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .lg\:mx-36 {
    margin-left: 9rem;
    margin-right: 9rem;
  }
  .lg\:mx-40 {
    margin-left: 10rem;
    margin-right: 10rem;
  }
  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mt-0 {
    margin-top: 0;
  }
  .lg\:mr-0 {
    margin-right: 0;
  }
  .lg\:mb-0 {
    margin-bottom: 0;
  }
  .lg\:ml-0 {
    margin-left: 0;
  }
  .lg\:mt-1 {
    margin-top: 0.25rem;
  }
  .lg\:mt-2 {
    margin-top: 0.5rem;
  }
  .lg\:mr-2 {
    margin-right: 0.5rem;
  }
  .lg\:ml-2 {
    margin-left: 0.5rem;
  }
  .lg\:mt-3 {
    margin-top: 0.75rem;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mr-4 {
    margin-right: 1rem;
  }
  .lg\:ml-4 {
    margin-left: 1rem;
  }
  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .lg\:ml-5 {
    margin-left: 1.25rem;
  }
  .lg\:mt-6 {
    margin-top: 1.5rem;
  }
  .lg\:mr-6 {
    margin-right: 1.5rem;
  }
  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:mr-8 {
    margin-right: 2rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:ml-8 {
    margin-left: 2rem;
  }
  .lg\:mt-9 {
    margin-top: 2.25rem;
  }
  .lg\:mr-9 {
    margin-right: 2.25rem;
  }
  .lg\:mr-10 {
    margin-right: 2.5rem;
  }
  .lg\:ml-10 {
    margin-left: 2.5rem;
  }
  .lg\:mt-12 {
    margin-top: 3rem;
  }
  .lg\:ml-14 {
    margin-left: 3.5rem;
  }
  .lg\:mr-16 {
    margin-right: 4rem;
  }
  .lg\:ml-16 {
    margin-left: 4rem;
  }
  .lg\:mr-20 {
    margin-right: 5rem;
  }
  .lg\:ml-20 {
    margin-left: 5rem;
  }
  .lg\:mt-28 {
    margin-top: 7rem;
  }
  .lg\:mr-36 {
    margin-right: 9rem;
  }
  .lg\:ml-36 {
    margin-left: 9rem;
  }
  .lg\:mr-64 {
    margin-right: 16rem;
  }
  .lg\:ml-64 {
    margin-left: 16rem;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mr-2\.5 {
    margin-right: 0.625rem;
  }
  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }
  .lg\:-mt-12 {
    margin-top: -3rem;
  }
  .lg\:-mt-24 {
    margin-top: -6rem;
  }
  .lg\:max-w-140 {
    max-width: 35rem;
  }
  .lg\:max-w-lg {
    max-width: 32rem;
  }
  .lg\:max-w-max {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .lg\:max-w-45r {
    max-width: 45rem;
  }
  .lg\:max-w-66p {
    max-width: 66.6%;
  }
  .lg\:min-h-0 {
    min-height: 0;
  }
  .lg\:min-h-120 {
    min-height: 30rem;
  }
  .lg\:min-w-96 {
    min-width: 24rem;
  }
  .lg\:min-w-120 {
    min-width: 30rem;
  }
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:p-2 {
    padding: 0.5rem;
  }
  .lg\:p-5 {
    padding: 1.25rem;
  }
  .lg\:p-8 {
    padding: 2rem;
  }
  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }
  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .lg\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .lg\:px-80 {
    padding-left: 20rem;
    padding-right: 20rem;
  }
  .lg\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .lg\:pt-0 {
    padding-top: 0;
  }
  .lg\:pr-0 {
    padding-right: 0;
  }
  .lg\:pb-0 {
    padding-bottom: 0;
  }
  .lg\:pl-0 {
    padding-left: 0;
  }
  .lg\:pt-2 {
    padding-top: 0.5rem;
  }
  .lg\:pr-2 {
    padding-right: 0.5rem;
  }
  .lg\:pb-4 {
    padding-bottom: 1rem;
  }
  .lg\:pl-4 {
    padding-left: 1rem;
  }
  .lg\:pt-6 {
    padding-top: 1.5rem;
  }
  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pr-10 {
    padding-right: 2.5rem;
  }
  .lg\:pl-10 {
    padding-left: 2.5rem;
  }
  .lg\:pr-12 {
    padding-right: 3rem;
  }
  .lg\:pl-20 {
    padding-left: 5rem;
  }
  .lg\:pl-24 {
    padding-left: 6rem;
  }
  .lg\:pr-28 {
    padding-right: 7rem;
  }
  .lg\:pt-2\.5 {
    padding-top: 0.625rem;
  }
  .lg\:pt-3\.5 {
    padding-top: 0.875rem;
  }
  .lg\:static {
    position: static;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:top-0 {
    top: 0;
  }
  .lg\:right-0 {
    right: 0;
  }
  .lg\:bottom-8 {
    bottom: 2rem;
  }
  .lg\:top-20 {
    top: 5rem;
  }
  .lg\:top-64 {
    top: 16rem;
  }
  .lg\:top-1\/2 {
    top: 50%;
  }
  .lg\:top-px-13 {
    top: 0.813rem;
  }
  .lg\:left-6\.5\/100 {
    left: 6.5%;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:align-top {
    vertical-align: top;
  }
  .lg\:whitespace-nowrap {
    white-space: nowrap;
  }
  .lg\:w-6 {
    width: 1.5rem;
  }
  .lg\:w-22 {
    width: 5.5rem;
  }
  .lg\:w-32 {
    width: 8rem;
  }
  .lg\:w-150 {
    width: 32.3rem;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-1\/3 {
    width: 33.333333%;
  }
  .lg\:w-2\/3 {
    width: 66.666667%;
  }
  .lg\:w-1\/4 {
    width: 25%;
  }
  .lg\:w-3\/4 {
    width: 75%;
  }
  .lg\:w-2\/5 {
    width: 40%;
  }
  .lg\:w-5\/6 {
    width: 83.333333%;
  }
  .lg\:w-4\/12 {
    width: 33.333333%;
  }
  .lg\:w-5\/12 {
    width: 41.666667%;
  }
  .lg\:w-6\/12 {
    width: 50%;
  }
  .lg\:w-7\/12 {
    width: 58.333333%;
  }
  .lg\:w-8\/12 {
    width: 66.666667%;
  }
  .lg\:w-9\/12 {
    width: 75%;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-screen {
    width: 100vw;
  }
  .lg\:w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .lg\:w-9\/10 {
    width: 90%;
  }
  .lg\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:w-3\/10 {
    width: 30%;
  }
  .lg\:z-0 {
    z-index: 0;
  }
  .lg\:gap-0 {
    gap: 0;
  }
  .lg\:grid-flow-col {
    grid-auto-flow: column;
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }
  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }
  .lg\:grid-rows-1 {
    grid-template-rows: repeat(1, minmax(0, 1fr));
  }
}
@media (min-width: 1280px) {
  .xl\:container {
    width: 100%;
  }
  @media (min-width: 320px) {
    .xl\:container {
      max-width: 320px;
    }
  }
  @media (min-width: 640px) {
    .xl\:container {
      max-width: 640px;
    }
  }
  @media (min-width: 768px) {
    .xl\:container {
      max-width: 768px;
    }
  }
  @media (min-width: 1024px) {
    .xl\:container {
      max-width: 1024px;
    }
  }
  @media (min-width: 1280px) {
    .xl\:container {
      max-width: 1280px;
    }
  }
  @media (min-width: 1330px) {
    .xl\:container {
      max-width: 1330px;
    }
  }
  @media (min-width: 1400px) {
    .xl\:container {
      max-width: 1400px;
    }
  }
  @media (min-width: 1536px) {
    .xl\:container {
      max-width: 1536px;
    }
  }
  @media (min-width: 1624px) {
    .xl\:container {
      max-width: 1624px;
    }
  }
  @media (min-width: 1800px) {
    .xl\:container {
      max-width: 1800px;
    }
  }
  .xl\:border-none {
    border-style: none;
  }
  .xl\:block {
    display: block;
  }
  .xl\:flex {
    display: flex;
  }
  .xl\:grid {
    display: grid;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .xl\:justify-end {
    justify-content: flex-end;
  }
  .xl\:justify-center {
    justify-content: center;
  }
  .xl\:justify-between {
    justify-content: space-between;
  }
  .xl\:flex-grow {
    flex-grow: 1;
  }
  .xl\:order-1 {
    order: 1;
  }
  .xl\:order-2 {
    order: 2;
  }
  .xl\:float-none {
    float: none;
  }
  .xl\:font-semibold {
    font-weight: 600;
  }
  .xl\:h-full {
    height: 100%;
  }
  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .xl\:text-lg,
  .xl\:text-xl {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .xl\:text-xl {
    font-size: 1.25rem;
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-xxl {
    font-size: 1.375rem;
  }
  .xl\:text-3xxl {
    font-size: 2.5rem;
  }
  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .xl\:mx-20 {
    margin-left: 5rem;
    margin-right: 5rem;
  }
  .xl\:mx-22 {
    margin-left: 5.5rem;
    margin-right: 5.5rem;
  }
  .xl\:mx-64 {
    margin-left: 16rem;
    margin-right: 16rem;
  }
  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .xl\:mt-0 {
    margin-top: 0;
  }
  .xl\:mb-0 {
    margin-bottom: 0;
  }
  .xl\:ml-0 {
    margin-left: 0;
  }
  .xl\:mt-1 {
    margin-top: 0.25rem;
  }
  .xl\:mt-2 {
    margin-top: 0.5rem;
  }
  .xl\:mt-3 {
    margin-top: 0.75rem;
  }
  .xl\:mt-4 {
    margin-top: 1rem;
  }
  .xl\:mb-4 {
    margin-bottom: 1rem;
  }
  .xl\:mr-5 {
    margin-right: 1.25rem;
  }
  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }
  .xl\:mt-6 {
    margin-top: 1.5rem;
  }
  .xl\:ml-7 {
    margin-left: 1.75rem;
  }
  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .xl\:ml-10 {
    margin-left: 2.5rem;
  }
  .xl\:mt-12 {
    margin-top: 3rem;
  }
  .xl\:mr-14 {
    margin-right: 3.5rem;
  }
  .xl\:ml-14 {
    margin-left: 3.5rem;
  }
  .xl\:mt-16 {
    margin-top: 4rem;
  }
  .xl\:mr-40 {
    margin-right: 10rem;
  }
  .xl\:mr-56 {
    margin-right: 14rem;
  }
  .xl\:ml-56 {
    margin-left: 14rem;
  }
  .xl\:-mt-9 {
    margin-top: -2.25rem;
  }
  .xl\:-mt-12 {
    margin-top: -3rem;
  }
  .xl\:max-w-24_5r {
    max-width: 24.5rem;
  }
  .xl\:min-h-17 {
    min-height: 17rem;
  }
  .xl\:min-h-1700 {
    min-height: 1700px;
  }
  .xl\:min-h-px-435 {
    min-height: 435px;
  }
  .xl\:p-4 {
    padding: 1rem;
  }
  .xl\:p-7 {
    padding: 1.75rem;
  }
  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }
  .xl\:pt-0 {
    padding-top: 0;
  }
  .xl\:pb-0 {
    padding-bottom: 0;
  }
  .xl\:pb-4 {
    padding-bottom: 1rem;
  }
  .xl\:pl-6 {
    padding-left: 1.5rem;
  }
  .xl\:absolute {
    position: absolute;
  }
  .xl\:top-15 {
    top: 3.75rem;
  }
  .xl\:left-20 {
    left: 5rem;
  }
  .xl\:top-28 {
    top: 7rem;
  }
  .xl\:top-36 {
    top: 9rem;
  }
  .xl\:-top-4 {
    top: -1rem;
  }
  .xl\:top-1\/4 {
    top: 25%;
  }
  .xl\:left-7\/100 {
    left: 7%;
  }
  .xl\:text-left {
    text-align: left;
  }
  .xl\:text-right {
    text-align: right;
  }
  .xl\:w-1 {
    width: 0.25rem;
  }
  .xl\:w-60 {
    width: 60%;
  }
  .xl\:w-64 {
    width: 16rem;
  }
  .xl\:w-72 {
    width: 18rem;
  }
  .xl\:w-80 {
    width: 20rem;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .xl\:w-1\/4 {
    width: 25%;
  }
  .xl\:w-3\/4 {
    width: 75%;
  }
  .xl\:w-1\/5 {
    width: 20%;
  }
  .xl\:w-7\/12 {
    width: 58.333333%;
  }
  .xl\:w-11\/12 {
    width: 91.666667%;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:w-1\.2 {
    width: 12.5rem;
  }
  .xl\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .xl\:w-3\/10 {
    width: 30%;
  }
  .xl\:w-6\/0 {
    width: 37.5rem;
  }
  .xl\:z-0 {
    z-index: 0;
  }
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }
}
@media (min-width: 1536px) {
  .\32xl\:flex {
    display: flex;
  }
  .\32xl\:justify-start {
    justify-content: flex-start;
  }
  .\32xl\:justify-evenly {
    justify-content: space-evenly;
  }
  .\32xl\:order-last {
    order: 9999;
  }
  .\32xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .\32xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
  .\32xl\:ml-0 {
    margin-left: 0;
  }
  .\32xl\:mr-14 {
    margin-right: 3.5rem;
  }
  .\32xl\:ml-20 {
    margin-left: 5rem;
  }
  .\32xl\:max-w-120 {
    max-width: 30rem;
  }
  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .\32xl\:px-36 {
    padding-left: 9rem;
    padding-right: 9rem;
  }
  .\32xl\:px-56 {
    padding-left: 14rem;
    padding-right: 14rem;
  }
  .\32xl\:top-36 {
    top: 9rem;
  }
  .\32xl\:top-48 {
    top: 12rem;
  }
  .\32xl\:left-6\/100 {
    left: 6%;
  }
  .\32xl\:w-4\/6 {
    width: 66.666667%;
  }
  .\32xl\:w-3\/12 {
    width: 25%;
  }
  .\32xl\:w-5\/12 {
    width: 41.666667%;
  }
  .\32xl\:w-9\/12 {
    width: 75%;
  }
}
@media (min-width: 320px) {
  .lm\:whitespace-nowrap {
    white-space: nowrap;
  }
}
@media (min-width: 1330px) {
  .pre-2xl\:text-3xxl {
    font-size: 2.5rem;
  }
  .pre-2xl\:max-w-92 {
    max-width: 23rem;
  }
}
@media (min-width: 1400px) {
  .\32xl-section\:m-0-auto {
    margin: 0 auto;
  }
  .\32xl-section\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .\32xl-section\:mr-0 {
    margin-right: 0;
  }
  .\32xl-section\:mt-4 {
    margin-top: 1rem;
  }
  .\32xl-section\:mr-6 {
    margin-right: 1.5rem;
  }
  .\32xl-section\:mr-20 {
    margin-right: 5rem;
  }
  .\32xl-section\:ml-20 {
    margin-left: 5rem;
  }
  .\32xl-section\:-mr-4 {
    margin-right: -1rem;
  }
  .\32xl-section\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .\32xl-section\:pr-0 {
    padding-right: 0;
  }
  .\32xl-section\:pr-2 {
    padding-right: 0.5rem;
  }
  .\32xl-section\:pl-16 {
    padding-left: 4rem;
  }
  .\32xl-section\:pr-2\.5 {
    padding-right: 0.625rem;
  }
  .\32xl-section\:top-px-34 {
    top: 34px;
  }
  .\32xl-section\:w-1\/2 {
    width: 50%;
  }
  .\32xl-section\:w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media (min-width: 1624px) {
  .\32xl-super\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .\32xl-super\:max-w-152 {
    max-width: 38rem;
  }
  .\32xl-super\:min-w-3\/4 {
    min-width: 75%;
  }
  .\32xl-super\:pl-2 {
    padding-left: 0.5rem;
  }
  .\32xl-super\:w-auto {
    width: auto;
  }
}
@media (min-width: 1800px) {
  .super\:top-40 {
    top: 10rem;
  }
  .super\:top-56 {
    top: 14rem;
  }
  .super\:left-5\.2\/100 {
    left: 5.2%;
  }
  .super\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
