/*! tailwindcss v2.1.4 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

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

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

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

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

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

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

/*
Forms
=====
*/

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

/**
Restore the focus styles unset by the previous rule.
*/

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

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

/*
Interactive
===========
*/

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

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

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

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

button {
  background-color: transparent;
  background-image: none;
}

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

fieldset {
  margin: 0;
  padding: 0;
}

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

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: Noto Sans TC, Sulphur Point, sans-serif; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

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

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #585858;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #585858;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #585858;
}

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

table {
  border-collapse: collapse;
}

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

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

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

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

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

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

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

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

.bg-lightwhite {
  background-color: rgba(255,255,255,0.8);
}

.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(63, 63, 63, var(--tw-bg-opacity));
}

.bg-gray-1300 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 248, 248, var(--tw-bg-opacity));
}

.bg-brown {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 132, 109, var(--tw-bg-opacity));
}

.bg-cream {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 226, 190, var(--tw-bg-opacity));
}

.bg-lightcream {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 245, 234, var(--tw-bg-opacity));
}

.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(39, 60, 85, var(--tw-bg-opacity));
}

.bg-blue {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 89, 125, var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
}

.hover\:bg-brown:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 132, 109, var(--tw-bg-opacity));
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.border-collapse {
  border-collapse: collapse;
}

.border-transparent {
  border-color: transparent;
}

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

.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(187, 187, 187, var(--tw-border-opacity));
}

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(168, 168, 168, var(--tw-border-opacity));
}

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(118, 118, 118, var(--tw-border-opacity));
}

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(88, 88, 88, var(--tw-border-opacity));
}

.border-gray-900 {
  --tw-border-opacity: 1;
  border-color: rgba(201, 201, 201, var(--tw-border-opacity));
}

.border-brown {
  --tw-border-opacity: 1;
  border-color: rgba(151, 132, 109, var(--tw-border-opacity));
}

.border-cream {
  --tw-border-opacity: 1;
  border-color: rgba(255, 226, 190, var(--tw-border-opacity));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgba(39, 60, 85, var(--tw-border-opacity));
}

.border-blue {
  --tw-border-opacity: 1;
  border-color: rgba(59, 89, 125, var(--tw-border-opacity));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-brown:hover {
  --tw-border-opacity: 1;
  border-color: rgba(151, 132, 109, var(--tw-border-opacity));
}

.rounded {
  border-radius: 0.25rem;
}

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

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

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

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

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

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

.border-solid {
  border-style: solid;
}

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

.border {
  border-width: 1px;
}

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

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

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

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

.border-l {
  border-left-width: 1px;
}

.cursor {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

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

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

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

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

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

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

.flex-1 {
  flex: 1 1 0%;
}

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.font-serif {
  font-family: Sulphur Point, Georgia, serif;
}

.font-tc {
  font-family: Sulphur Point, Noto Sans TC, sans-serif;
}

.font-light {
  font-weight: 300;
}

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

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

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

.h-0 {
  height: 0;
}

.h-2 {
  height: 2px;
}

.h-12 {
  height: 12px;
}

.h-18 {
  height: 18px;
}

.h-30 {
  height: 30px;
}

.h-32 {
  height: 32px;
}

.h-35 {
  height: 35px;
}

.h-48 {
  height: 48px;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-xxl {
  font-size: 1.5rem;
}

.text-xxxl {
  font-size: 1.875rem;
}

.text-2xl {
  font-size: 1.375rem;
}

.text-3xl {
  font-size: 1.625rem;
}

.text-4xl {
  font-size: 2.188rem;
}

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

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

.m-15 {
  margin: 15px;
}

.my-5 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.my-10 {
  margin-top: 10px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

.mr-1 {
  margin-right: 1px;
}

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

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

.mr-2 {
  margin-right: 2px;
}

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

.ml-2 {
  margin-left: 2px;
}

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

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

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

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

.ml-4 {
  margin-left: 4px;
}

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

.mr-8 {
  margin-right: 8px;
}

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

.ml-8 {
  margin-left: 8px;
}

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

.mr-10 {
  margin-right: 10px;
}

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

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

.ml-12 {
  margin-left: 12px;
}

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

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

.mr-15 {
  margin-right: 15px;
}

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

.mr-16 {
  margin-right: 16px;
}

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

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

.ml-18 {
  margin-left: 18px;
}

.mr-20 {
  margin-right: 20px;
}

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

.ml-20 {
  margin-left: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.-ml-4 {
  margin-left: -4px;
}

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

.-mr-10 {
  margin-right: -10px;
}

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

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

.min-h-0 {
  min-height: 0;
}

.opacity-0 {
  opacity: 0;
}

.opacity-20 {
  opacity: 0.20;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.60;
}

.opacity-70 {
  opacity: 0.70;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

.p-0 {
  padding: 0;
}

.p-2 {
  padding: 2px;
}

.p-3 {
  padding: 3px;
}

.p-10 {
  padding: 10px;
}

.p-20 {
  padding: 20px;
}

.p-30 {
  padding: 30px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.py-2 {
  padding-top: 2px;
  padding-bottom: 2px;
}

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

.py-3 {
  padding-top: 3px;
  padding-bottom: 3px;
}

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

.py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

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

.py-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

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

.py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

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

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.px-14 {
  padding-left: 14px;
  padding-right: 14px;
}

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

.px-15 {
  padding-left: 15px;
  padding-right: 15px;
}

.py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.py-18 {
  padding-top: 18px;
  padding-bottom: 18px;
}

.px-18 {
  padding-left: 18px;
  padding-right: 18px;
}

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

.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.px-25 {
  padding-left: 25px;
  padding-right: 25px;
}

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

.px-30 {
  padding-left: 30px;
  padding-right: 30px;
}

.py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.py-35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.px-35 {
  padding-left: 35px;
  padding-right: 35px;
}

.py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.py-45 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.px-45 {
  padding-left: 45px;
  padding-right: 45px;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.py-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.py-110 {
  padding-top: 110px;
  padding-bottom: 110px;
}

.pb-2 {
  padding-bottom: 2px;
}

.pb-3 {
  padding-bottom: 3px;
}

.pb-4 {
  padding-bottom: 4px;
}

.pt-8 {
  padding-top: 8px;
}

.pb-8 {
  padding-bottom: 8px;
}

.pt-10 {
  padding-top: 10px;
}

.pr-10 {
  padding-right: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pl-10 {
  padding-left: 10px;
}

.pt-12 {
  padding-top: 12px;
}

.pb-12 {
  padding-bottom: 12px;
}

.pb-14 {
  padding-bottom: 14px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-16 {
  padding-bottom: 16px;
}

.pb-18 {
  padding-bottom: 18px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-20 {
  padding-right: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.pb-22 {
  padding-bottom: 22px;
}

.pb-24 {
  padding-bottom: 24px;
}

.pl-24 {
  padding-left: 24px;
}

.pt-30 {
  padding-top: 30px;
}

.pr-30 {
  padding-right: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pl-30 {
  padding-left: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pl-40 {
  padding-left: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pl-45 {
  padding-left: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pl-60 {
  padding-left: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-90 {
  padding-right: 90px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-200 {
  padding-bottom: 200px;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.left-0 {
  left: 0;
}

.resize-y {
  resize: vertical;
}

* {
  --tw-shadow: 0 0 #0000;
}

.shadow {
  --tw-shadow: 0px 10px 12px -5px rgba(0, 0, 0, 0.06), 0px 0px 24px -5px rgba(0, 0, 0, 0.15);;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(69, 89, 113, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

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

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

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

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

.text-gray-100 {
  --tw-text-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-text-opacity));
}

.text-gray-200 {
  --tw-text-opacity: 1;
  color: rgba(168, 168, 168, var(--tw-text-opacity));
}

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(118, 118, 118, var(--tw-text-opacity));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(88, 88, 88, var(--tw-text-opacity));
}

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(178, 178, 178, var(--tw-text-opacity));
}

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(154, 154, 154, var(--tw-text-opacity));
}

.text-gray-1100 {
  --tw-text-opacity: 1;
  color: rgba(205, 205, 205, var(--tw-text-opacity));
}

.text-gray-1200 {
  --tw-text-opacity: 1;
  color: rgba(221, 221, 221, var(--tw-text-opacity));
}

.text-brown {
  --tw-text-opacity: 1;
  color: rgba(151, 132, 109, var(--tw-text-opacity));
}

.text-cream {
  --tw-text-opacity: 1;
  color: rgba(255, 226, 190, var(--tw-text-opacity));
}

.text-blue-100 {
  --tw-text-opacity: 1;
  color: rgba(39, 60, 85, var(--tw-text-opacity));
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgba(65, 96, 131, var(--tw-text-opacity));
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgba(22, 34, 48, var(--tw-text-opacity));
}

.text-blue-400 {
  --tw-text-opacity: 1;
  color: rgba(43, 65, 90, var(--tw-text-opacity));
}

.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(69, 89, 113, var(--tw-text-opacity));
}

.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgba(59, 89, 125, var(--tw-text-opacity));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgba(59, 89, 125, var(--tw-text-opacity));
}

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

.hover\:text-gray-100:hover {
  --tw-text-opacity: 1;
  color: rgba(187, 187, 187, var(--tw-text-opacity));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgba(118, 118, 118, var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgba(178, 178, 178, var(--tw-text-opacity));
}

.hover\:text-brown:hover {
  --tw-text-opacity: 1;
  color: rgba(151, 132, 109, var(--tw-text-opacity));
}

.hover\:text-cream:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 226, 190, var(--tw-text-opacity));
}

.hover\:text-lightcream:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 245, 234, var(--tw-text-opacity));
}

.hover\:text-blue-300:hover {
  --tw-text-opacity: 1;
  color: rgba(22, 34, 48, var(--tw-text-opacity));
}

.hover\:text-blue:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 89, 125, var(--tw-text-opacity));
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

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

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

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

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

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

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

.w-0 {
  width: 0;
}

.w-1 {
  width: 1px;
}

.w-12 {
  width: 12px;
}

.w-18 {
  width: 18px;
}

.w-30 {
  width: 30px;
}

.w-32 {
  width: 32px;
}

.w-50 {
  width: 50px;
}

.w-70 {
  width: 70px;
}

.w-85 {
  width: 85px;
}

.w-100 {
  width: 100px;
}

.w-full {
  width: 100%;
}

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

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

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

.w-5\/12 {
  width: 41.666667%;
}

.w-7\/12 {
  width: 58.333333%;
}

.w-screen {
  width: 100vw;
}

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

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

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

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

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

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

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

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

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  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-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    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%, 100% {
    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);
  }
}

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

@font-face {
  font-family: 'icomoon';

  src:  url('/fonts/icomoon.eot?ci4b04');

  src:  url('/fonts/icomoon.eot?ci4b04#iefix') format('embedded-opentype'),
    url('/fonts/icomoon.ttf?ci4b04') format('truetype'),
    url('/fonts/icomoon.woff?ci4b04') format('woff'),
    url('/fonts/icomoon.svg?ci4b04#icomoon') format('svg');

  font-weight: normal;

  font-style: normal;

  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-filter:before {
  content: "\e916";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-line:before {
  content: "\e901";
}

.icon-link:before {
  content: "\e902";
}

.icon-location:before {
  content: "\e903";
}

.icon-paint:before {
  content: "\e904";
}

.icon-pinterest:before {
  content: "\e905";
}

.icon-search:before {
  content: "\e906";
}

.icon-wechat:before {
  content: "\e907";
}

.icon-zoom:before {
  content: "\e908";
}

.icon-angle-down:before {
  content: "\e909";
}

.icon-angle-down-small:before {
  content: "\e90a";
}

.icon-angle-left:before {
  content: "\e90b";
}

.icon-angle-right:before {
  content: "\e90c";
}

.icon-angle-up-small:before {
  content: "\e90d";
}

.icon-arrow-right:before {
  content: "\e90e";
}

.icon-bar:before {
  content: "\e90f";
}

.icon-bar-plus:before {
  content: "\e910";
}

.icon-check-circle:before {
  content: "\e911";
}

.icon-close:before {
  content: "\e912";
}

.icon-close-small:before {
  content: "\e913";
}

.icon-del:before {
  content: "\e914";
}

.icon-download:before {
  content: "\e915";
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */

/*
 *  Owl Carousel - Core
 */

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: '';
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 5px;
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #cccccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* clears the ‘X’ from Internet Explorer */

input[type=search]::-ms-clear { display: none; width : 0; height: 0;
}

input[type=search]::-ms-reveal { display: none; width : 0; height: 0;
}

/* clears the ‘X’ from Chrome */

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none;
}

input[type="search"]:focus {
    outline: none;
  }

input[type="search"]::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
    font-size: 14px;
  }

input[type="search"]:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
    font-size: 14px;
  }

input[type="search"]::placeholder {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
    font-size: 14px;
  }

input[type="tel"]::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

input[type="tel"]:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

input[type="tel"]::placeholder {
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
  }

ul.list {
  list-style: outside;
  padding-left: 20px;
}

.container-left {
  padding-left: 1.25rem !important;
}

@media screen and (min-width: 769px) {

.container-left {
    padding-left: 1rem !important
}
  }

@media screen and (min-width: 1231px) {

.container-left {
    padding-left: calc(50% - 600px) !important
}
  }

section, 
.standard-vertical-padding {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media screen and (min-width:768px) {

section, 
.standard-vertical-padding {
    padding-top: 130px;

    padding-bottom: 130px
}
  }

section.no-pad, .standard-vertical-padding.no-pad {
    padding-top: 0;
    padding-bottom: 0;
  }

section.no-pad-t, .standard-vertical-padding.no-pad-t {
    padding-top: 0;
  }

#main-banner {
  position: relative;
}

#main-banner::before {
    /*  @apply absolute w-full h-full bg-black bg-opacity-60 z-0; */
    content: '';
  }

#main-banner > * {
    z-index: 1;
  }

.product-series-slider {
  margin-left: -1.25rem;
}

@media screen and (min-width: 375px) {

.product-series-slider {
    margin-left: -1rem
}
  }

.product-series-slider > a > img {
      transition: all 0.4s ease-in-out;
    }

.product-series-slider > a:hover > img {
        transform: scale(1.1);
      }

.product-series-slider > a:hover .icon-arrow-right {
        right: -10px;
      }

.product-series-slider > a {
    padding: 0 1.25rem;
}

@media screen and (min-width: 375px) {

.product-series-slider > a {
      padding: 0 1rem
  }
    }

@media screen and (max-width:767px) {

.product-series-slider .owl-item {
      max-width: 310px
  }
    }

.popular-products-slider .owl-carousel .owl-nav {
    right: -60px;
  }

.popular-products-slider .owl-carousel .owl-item .slide:first-child {
      padding-left: 1px;
      padding-right: 24px;
    }

.popular-products-slider .owl-carousel .owl-stage .owl-item {
    width: 180px;
  }

#nav {
  position: relative;
}

#nav .nav-drop {
    position: relative;
  }

#nav .nav-drop::after {
      position: fixed;
      top: 61px;
      left: 0;
      content: '';
      width: 100vw;
      height: 100vh;
      z-index: 0;
      background-color: rgba(0,0,0,0.6);
      opacity: 60%;
      opacity: 0;
      transition: opacity 0.3s;
      z-index: -1;
      pointer-events: none;
    }

@media screen and (min-width: 769px) {
        #nav .nav-drop:hover::after {
          opacity: 1;
        }
    }

@media screen and (min-width: 769px) {
          #nav .nav-group:hover > .nav-link:after {
            display: block;
          }
    }

#nav .nav-group > .nav-link {
      position: relative;
    }

#nav .nav-group > .nav-link:after {
        content: '';
        width: 100%;
        height: 2px;
        position: absolute;
        background-color: #FFE2BE;
        top: calc(100% + 16px);
        display: none;
      }

@media screen and (max-width: 767px) {

#nav .nav-wrap {
      padding-right: 10px
  }
    }

.lang-switch__wrapper {
  display: flex;
  flex-direction: column;
  --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.lang-switch__wrapper.lang-switch--active .lang-switch__menu {
      display: flex;
    }

.lang-switch__wrapper .lang-switch__dropdown .icon-angle-down {
      transform: scale(0.55);
      left: 80px;
    }

.lang-switch__wrapper .lang-switch__menu {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 125, var(--tw-bg-opacity));
    border-radius: 0.25rem;
    display: none;
    flex-direction: column;
    justify-content: center;
    padding-top: 12px;
    padding-bottom: 12px
  }

.lang-switch__wrapper .inquiry-table.lang-switch__menu {
      display: none;
    }

.lang-switch__wrapper .lang-switch__menu {
    width: 120px;
  }

.lang-switch__wrapper .lang-switch__menu .lang-switch__menu-item {
      display: inline-block;
      font-size: 0.875rem;
      position: relative;
      text-align: center;
      --tw-text-opacity: 1;
      color: rgba(187, 187, 187, var(--tw-text-opacity));
    }

.lang-switch__wrapper .lang-switch__menu .lang-switch__menu-item:not(:last-child) {
        margin-bottom: 10px;
      }

.lang-switch__wrapper .lang-switch__menu .lang-switch__menu-item:hover {
        --tw-text-opacity: 1;
        color: rgba(255, 226, 190, var(--tw-text-opacity));
        text-decoration: underline;
      }

.popular-article-slider .owl-item div:first-child {
        padding-left: 0;
      }

.header__wrapper {
  background-size: 0 0;
}

@media screen and (max-width: 767px) {
    .header__wrapper .nav-wrap {
      background: none;
    }
  }

.nav-drop {
  /* opacity: 0; */
}

.nav-active .nav-drop {
    opacity: 1;
  }

.nav-active .logo {
    display: none;
  }

.nav-active .inquiry-table.logo {
      display: none;
    }

.nav-active .header-list {
    opacity: 0;
    pointer-events: none;
  }

.nav-active .header__wrapper {
    background-size: auto;
    height: 100vh;
  }

.nav-active #nav {
    align-self: flex-start;
  }

.search-result__grid .search-result__item {
      padding-bottom: 30px;
    }

@media screen and (max-width:767px) {

.search-result__grid .search-result__item {
        text-align: left
    }
      }

@media screen and (min-width: 768px) {

.search-result__grid .search-result__item {
        padding-bottom: 60px
    }
      }

.button {
  cursor: pointer;
  font-family: Sulphur Point, Noto Sans TC, sans-serif;
}

.button.button--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    padding: 10px 0;
  }

.product-filter__category-link {
    border-color: transparent;
    display: inline-block;
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
    vertical-align: top;
    transition-duration: 300ms;
    font-weight: 400;
  }

.product-filter__category-link:hover {
      --tw-text-opacity: 1;
      color: rgba(39, 60, 85, var(--tw-text-opacity));
    }

.product-filter__category-link.active {
      --tw-border-opacity: 1;
      border-color: rgba(39, 60, 85, var(--tw-border-opacity));
      border-bottom-width: 1px;
      --tw-text-opacity: 1;
      color: rgba(39, 60, 85, var(--tw-text-opacity));
    }

@media screen and (max-width:767px) {

.product-filter__category-heading {
      display: none
  }
    }

.product-filter__category-filter {
    min-height: 34px;
  }

@media screen and (max-width:767px) {

.product-filter__category-filter {
      display: none !important
  }
    }

.product-filter__category-filter--mobile {
    height: 45px;
  }

.product-filter__tag {
    cursor: pointer;
  }

.product-filter__tag:not(:last-child) {
      margin-right: 10px;
    }

.product-filter__tag:not(:last-child) .button.button-outline.button-small .icon-close-small {
          right: 12px;
        }

.product-filter__tag:not(:last-child):hover .button.button-outline {
          --tw-bg-opacity: 1;
          background-color: rgba(151, 132, 109, var(--tw-bg-opacity));
          --tw-text-opacity: 1;
          color: rgba(255, 255, 255, var(--tw-text-opacity));
        }

.product-filter__tag:not(:last-child):hover .title.button.button-outline {
            color: white;
          }

.product-filter__tag:last-child {
      margin-left: -10px;
    }

.product-filter__tag:last-child .button.button-outline {
        border-style: none;
        --tw-text-opacity: 1;
        color: rgba(151, 132, 109, var(--tw-text-opacity));
        font-size: 1rem;
      }

.product-filter__tag:last-child:hover .button.button-outline {
          --tw-text-opacity: 1;
          color: rgba(59, 89, 125, var(--tw-text-opacity));
        }

.product-filter__tag .button.button-outline {
      --tw-border-opacity: 1;
      border-color: rgba(118, 118, 118, var(--tw-border-opacity));
      display: flex;
      align-items: center;
      --tw-text-opacity: 1;
      color: rgba(118, 118, 118, var(--tw-text-opacity));
      padding-top: 0;
      padding-bottom: 0;
      height: 34px;
    }

.history-slider.owl-holder .owl-carousel .owl-nav .owl-next:hover, .history-slider.owl-holder .owl-carousel .owl-nav .owl-prev:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(59, 89, 125, var(--tw-bg-opacity));
    }

.history-slider {
  position: relative;
}

@media screen and (max-width:767px) {
    .history-slider::before {
      content: '';
      position:absolute;
      height: calc(100% - 5px);
      width: 100px;
      top: 0;
      right: 0;
      z-index: 10;
      background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
      pointer-events: none;
    }
  }

.history-slider .owl-nav {
    position: relative;
    z-index: 10;
  }

.history-slider .owl-nav .owl-next {
      z-index: 10;
      margin-right: 15px;
    }

.history-slider .owl-nav::before {
      content: '';
      position:absolute;
      height: 350px;
      width: 150px;
      top: 50%;
      transform: translateY(-50%);
      right: 0;
      z-index: 0;
      background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);
      pointer-events: none;
    }

.layer-expander__list {
    list-style: outside;
    padding-left: 20px;
  }

.layer-expander__scene {
    position: relative;
    overflow: hidden;
  }

@media screen and (max-width: 767px) {

.layer-expander__scene {
      padding:0 20px;

      padding-bottom: 80px
  }
    }

.layer-expander__scene.closed .layer-expander__trigger {
        transform: rotate(0deg);
      }

.layer-expander__scene.closed .layer-1 {
        padding-bottom: 0px;
      }

.layer-expander__scene.closed .layer-2 {
        opacity: 0;
        transform: translateY(-100px);
      }

.layer-expander__mb-img {
    width: 100%;
  }

.layer-expander__layer {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.layer-expander__layer.layer-1 {
      z-index: 10;
      pointer-events: none;
      transition: padding 0.5s ease-in-out;
      padding-bottom: 400px;
    }

.layer-expander__layer.layer-2 {
      z-index: 5;
      opacity: 1;
      max-height: 0px;
      transition: transform 0.5s ease-in-out, opacity 0.4s;
      transition-delay: 0.1s;
      transform: translateY(-300px);
    }

@media screen and (max-width: 767px) {

.layer-expander__layer.layer-2 {
        transform: translateY(-240px);

        transition-delay: 0
    }
      }

.layer-expander__layer.layer-3 {
      z-index: 1;
      left: 2.6%;
      transition: transform 0.5s ease-in-out;
      max-height: 0px;
      transform: translateY(-100px);
    }

@media screen and (max-width: 767px) {

.layer-expander__layer.layer-3 {
        transform: translateY(-24px)
    }
      }

.layer-expander__layer.layer-3 .layer-expander__pc-img {
        padding: 0 17.5%;
      }

.layer-expander__trigger-container {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding-top: calc(436 / 2026 * 100%);
    z-index: 30;
  }

@media screen and (max-width: 767px) {

.layer-expander__trigger-container {
      top: 0;

      padding-top: calc(231 / 636 * 100%)
  }
    }

.layer-expander__trigger {
    transform: rotate(45deg);
    transition: transform 0.5s ease-in-out;
  }

.layer-expander__trigger:after {
      content: '+';
      font-size: 24px;
      line-height: 24px;
      position: absolute;
      left: 50%;
      top: 46%;
      transform: translateX(-50%) translateY(-50%);
      color: #fff;
    }

@media screen and (min-width: 768px) {

.layer-expander__trigger:after {
        font-size: 29px;

        line-height: 29px
    }
      }

@media screen and (max-width: 767px) {

.layer-expander__trigger {
      top: 46%;

      left: 74%
  }
    }

.layer-expander__trigger {
    font-size: 20px;
    line-height: 35px;
    position: absolute;
    top: 61.3%;
    left: 67.5%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.print-block.active .layer-expander__trigger {
      transform: rotate(45deg);
    }

@media screen and (max-width: 767px) {

.process-grid .process .num {
        padding-top: 45px
    }

        .process-grid .process .num:before {
          top: 0;
          left: 50%;
          font-size: 30px;
          transform: translateX(-50%);
        }
      }

.inquiry-table {
  display: flex;
  flex-direction: column;
  --tw-text-opacity: 1;
  color: rgba(59, 89, 125, var(--tw-text-opacity));
}

.inquiry-table.hidden {
    display: none;
  }

.inquiry-table__head, .inquiry-table__item {
    --tw-border-opacity: 1;
    border-color: rgba(59, 89, 125, var(--tw-border-opacity));
    --tw-border-opacity: 0.20;
    border-bottom-width: 1px;
    display: flex;
    width: 100%;
  }

.inquiry-table__head,
  .inquiry-table__item {
    padding: 15px 0;
  }

.inquiry-table__id {
    font-family: Sulphur Point, Arial, sans-serif;
    margin-left: 25px;
    margin-top: 4px;
    font-size: 20px;
  }

.inquiry-table__heading {
    opacity: 0.60;
  }

.inquiry-table__heading, .inquiry-table__item > div {
    display: flex;
    align-items: center;
  }

.inquiry-table__heading,
  .inquiry-table__item > div {
    flex-shrink: 0;
    flex-basis: 33%;
  }

.inquiry-table__item > div:first-child {
      flex-basis: 130px
    }

.inquiry-table__heading:first-child:first-child {
      flex-basis: calc(130px + 33%);
    }

.inquiry-table__delete {
    margin-left: auto;
  }

.inquiry-table__delete .icon-del {
      font-size:20px;
    }

.inquiry-table__total {
    font-family: Sulphur Point, Arial, sans-serif;
    text-align: right;
    font-size: 18px;
    margin-top: 20px;
  }

.inquiry-table__total span {
      margin-left: 10px;
    }

@media screen and (max-width: 639px) {
    .inquiry-table__head {
      display: none;
    }

    .inquiry-table__item {
      --tw-border-opacity: 1;
      border-width: 1px;
      flex-wrap: wrap;
      padding: 25px;
      margin-bottom: 20px;
    }
      .inquiry-table__item > div.inquiry-table__selection {
        --tw-border-opacity: 1;
        border-color: rgba(59, 89, 125, var(--tw-border-opacity));
        --tw-border-opacity: 0.20;
        border-bottom-width: 1px;
        width: 100%;
        padding-top: 30px;
        padding-left: 65px;
        padding-bottom: 20px;
        margin-bottom: 20px;
        flex-basis: 100%;
        position: relative;
      }
        .inquiry-table__item > div.inquiry-table__selection:before {
          opacity: 0.60;
          --tw-text-opacity: 1;
          color: rgba(59, 89, 125, var(--tw-text-opacity));
          content: '版號';
          font-size: 16;
          position: absolute;
          left: 0;
        }
      .inquiry-table__item > div.inquiry-table__image {
        flex-basis: 100px;
      }
        .inquiry-table__item > div.inquiry-table__image img {
          width: 100%;
        }
      .inquiry-table__item > div.inquiry-table__name {
        flex-basis: auto;
        flex-grow: 1;
      }
      .inquiry-table__delete .icon-del {
        font-size: 24px;
      }

    .inquiry-table__total {
      margin-top: 0;
    }

    .inquiry-table__name {
      font-size: 18px;
      padding-left: 25px;
    }
  }

.sample-modal {
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.sample-modal.active {
    display: flex;
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }

.sample-modal input.warn {
    border-bottom-color: red;
  }

.sample-modal #hs-free-sample-success.popup-wrap {
    text-align: center;
  }

.sample-modal #hs-free-sample-success.popup-wrap img {
      width: 100px;
    }

.before-after {
  display: inline-block;
  width: 100%;
}

.animate {
  width: 50px;
  height: 50px;
  background: blue;
}

.before-after__wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0,0,0,0.2);
  display: inline-block;
  overflow: hidden;
  width: 100%;
}

.before-after__img-container, .before-after__spinner-wrap{
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.before-after__before-transition {
  opacity: 1;
  transition: opacity .2s ease-out;
  z-index: 2;
}

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

.before-after__spinner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.before-after__fade-out {
  opacity: 0;
}

.before-after__before, .before-after__before-transition, .before-after__spinner-wrap{
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  border-right: 2px solid white;
}

.before-after__after {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 0;
}

.before-after__sizer {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  padding-top: calc(930 / 1300 * 100%);
}

.before-after__control {
  background: white;
  border-radius: 5px;
  display: flex;
  position: relative;
  width: 10px;
  height: 50px;
  z-index: 2;
  cursor: pointer;
  transform: translateX(-1px);
}

.before-after__control:after {
    position: absolute;
    left: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-color: transparent transparent transparent #fff;
  }

.before-after__control:before {
    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 5px 0;
    border-color: transparent #fff transparent transparent;
  }

.before-after__control-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.zoom-lightbox {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 100;
  background: rgba(0,0,0,0.7);
  display: none;
  /* align-items: center; */
  justify-content: center;
}

.zoom-lightbox.active {
    display: flex;
  }

@media screen and (max-width: 768px) {

.zoom-lightbox {
    flex-direction: column;

    justify-content: flex-start;

    padding-top: 60px
}
  }

.zoom-lightbox__image-container {
  margin-top: 50px;
  max-height: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 70%;
  display: none;
  pointer-events: none;
  position: relative;
}

.zoom-lightbox__image-container > img {
    height: 100%;
    width: auto;
  }

.zoom-lightbox__image-container.active {
    display: block;
    pointer-events: auto;
  }

.zoom-lightbox__image-container {
  cursor: url('/images/cross_cursor.png') 15 15, auto;
}

@media screen and (max-width: 768px) {

.zoom-lightbox__image-container {
    order: 1
}
  }

@media screen and (max-width: 1024px) {

.zoom-lightbox__image-container {
    max-width: 80%;

    height: auto;

    width: 80%
}

    .zoom-lightbox__image-container > img {
      height: auto;
      width: 100%;
    }
  }

.zoom-lightbox__open:focus {
    outline: none;
  }

.zoom-lightbox__close {
  position: absolute;
  width: 50px;
  height: 50px;
  background: transparent;
  top: 50px;
  right: 50px;
  transform: rotate(45deg);
  cursor: pointer;
}

.zoom-lightbox__close:after {
    width: 4px;
    height: 50px;
    background: white;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(90deg);
  }

.zoom-lightbox__close:before {
    width: 4px;
    height: 50px;
    background: white;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
  }

@media screen and (max-width: 768px) {

.zoom-lightbox__close {
    right: 0;

    top: 20px;

    transform-origin: 50% 50%;

    transform: rotate(45deg) scale(0.5)
}
  }

.zoom-lightbox__hover-window {
  pointer-events: none;
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  background: rgba(255,255,255,0.2);
  position: absolute;
  background-repeat: no-repeat;
  background-size: auto;
}

@media screen and (max-width: 768px) {

.zoom-lightbox__hover-window {
    position: relative;

    order: 0;

    left: initial;

    top: initial;

    transform: none;

    margin-bottom: 50px;

    width: 150px;

    height: 150px
}
  }

.zoom-lightbox__image {
  pointer-events: none;
}

.zoom-lightbox__download.button {
  order: 2;
  margin-top: 100px;
}

@media screen and (min-width: 769px) {

.zoom-lightbox__download.button {
    position: absolute;

    left: 50%;

    transform: translateX(-50%);

    bottom: 40px;

    margin-top: 0
}
  }

@media screen and (min-width: 1441px) {

.zoom-lightbox__download.button {
    bottom: 100px
}
  }

@media screen and (max-width: 768px) {

.cart-item-count {
    line-height: 10px;

    font-size: 11px
}
  }

.inquiry-form input.warn,
    .inquiry-form textarea.warn,
    .contact-form input.warn,
    .contact-form textarea.warn {
    border-bottom-color: red;
  }

.inquiry-form select.warn + .nice-select, .contact-form select.warn + .nice-select {
    border-bottom-color: red !important;
    border: initial;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

.inquiry-form .nice-select, .contact-form .nice-select {
    --tw-border-opacity: 1 !important;
    border-color: rgba(187, 187, 187, var(--tw-border-opacity)) !important;
    border: initial;
    border-bottom-width: 1px;
    border-bottom-style: solid;
  }

.inquiry-form .nice-select .current.active, .contact-form .nice-select .current.active {
    --tw-text-opacity: 1;
    color: rgba(39, 60, 85, var(--tw-text-opacity));
  }

.hero-block .owl-carousel .slide {
      height: 100%;
    }

@media (min-width: 768px) {
      .hero-block .owl-carousel .slide {
        height: auto;
      }
    }

.hero-block .owl-carousel .owl-stage-outer, .hero-block .owl-carousel .owl-stage, .hero-block .owl-carousel .owl-item {
      height: 100%;
    }

@media (min-width: 768px) {
      .hero-block .owl-carousel .owl-stage-outer, .hero-block .owl-carousel .owl-stage, .hero-block .owl-carousel .owl-item {
        height: auto;
      }
    }

.hero-title__bg--transparent {
  background-color: rgba(255,255,255,0.32);
}

.hero-title__bg--transparent .hero__title {
    font-weight: 400;
    margin-bottom: -8px;
    --tw-text-opacity: 1;
    color: rgba(39, 60, 85, var(--tw-text-opacity))
  }

@media (min-width: 768px) {
    .hero-title__bg--transparent .hero__title {
      margin-bottom: 0;
    }
  }

.hero-title__bg--transparent .hero__title {
    font-size: 40px;
  }

@media only screen and (min-width: 768px) {

.hero-title__bg--transparent .hero__title {
      font-size: 50px;
  }
    }

.hero-title__bg--transparent .hero__subtitle {
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgba(39, 60, 85, var(--tw-text-opacity));
  }

@media (min-width: 768px) {
    .hero-title__bg--transparent .hero__subtitle {
      font-size: 1.25rem;
    }
  }

.product__card {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  font-size: 1.125rem;
  overflow: hidden;
  --tw-shadow: 0px 10px 12px -5px rgba(0, 0, 0, 0.06), 0px 0px 24px -5px rgba(0, 0, 0, 0.15);;
  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(88, 88, 88, var(--tw-text-opacity));
}

.product__card .product__code {
    display: block;
    font-family: Sulphur Point, Georgia, serif;
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgba(88, 88, 88, var(--tw-text-opacity));
  }

.product__card .product__name {
    font-family: Sulphur Point, Noto Sans TC, sans-serif;
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

.product__card .product__name:hover {
    --tw-text-opacity: 1;
    color: rgba(178, 178, 178, var(--tw-text-opacity));
  }

.thank-you__block {
  display: none;
  justify-content: center
}

.inquiry-table.thank-you__block {
    display: none;
  }

.thank-you__block {
  height: 70vh;
}

.thank-you__block img {
    width: 100px;
  }

.notfound {
  display: flex;
  flex-direction: column;
  width: 100%
}

@media (min-width: 768px) {
  .notfound {
    flex-direction: row;
  }
}

.notfound div {
    width: 100%;
  }

@media (min-width: 768px) {
    .notfound div {
      width: 50%;
    }
  }

.notfound .notfound__background {
    background-size: cover;
    order: 1
  }

@media (min-width: 768px) {
    .notfound .notfound__background {
      order: 2;
    }
  }

.notfound .notfound__background {
    background-image: url(/images/404-dining.jpeg);
    background-position: bottom;
  }

@media only screen and (min-width: 768px) {

.notfound .notfound__background {
      height: 94vh;
  }
    }

.notfound .notfound__message {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 245, 234, var(--tw-bg-opacity));
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    order: 2;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center
  }

@media (min-width: 768px) {
    .notfound .notfound__message {
      order: 1;
    }
  }

.notfound .notfound__message {
    height: calc(94vh/2);
  }

.notfound .notfound__message h1 {
      font-size: 2.188rem;
    }

@media (min-width: 768px) {
      .notfound .notfound__message h1 {
        font-size: 3.125rem;
      }
    }

.notfound .notfound__message p {
      font-size: 1rem;
      --tw-text-opacity: 1;
      color: rgba(59, 89, 125, var(--tw-text-opacity));
    }

@media (min-width: 768px) {
      .notfound .notfound__message p {
        font-size: 1.25rem;
      }
    }

.notfound .notfound__message .notfound__redirect.button {
      margin-left: auto;
      margin-right: auto;
      margin-top: 60px;
      width: 191px;
    }

@media only screen and (min-width: 768px) {

.notfound .notfound__message {
      height: 94vh;
  }
    }

.card {
  margin-bottom: 35px;
  padding-left: 16px;
  padding-right: 16px;
  width: 50%
}

@media (min-width: 768px) {
  .card {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 1024px) {
  .card {
    width: 33.333333%;
  }
}

.card .card__content {
    background-color: rgba(59, 89, 125, 0.4);
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
    width: 100%
  }

.card .title.card__content {
      color: white;
    }

@media (min-width: 768px) {
    .card .card__content {
      justify-content: flex-start;
      padding-top: 40px;
      padding-bottom: 40px;
      padding-left: 50px;
      padding-right: 50px;
    }
  }

.card .card__content .card__icon {
      flex-shrink: 0;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 16px;
      width: 80px;
    }

.card .card__content .card__title {
      font-family: Sulphur Point, Noto Sans TC, sans-serif;
      margin-left: auto;
      margin-right: auto;
      width: 100%
    }

@media (min-width: 768px) {
      .card .card__content .card__title {
        width: auto;
      }
    }

.card .card__content .card__title span {
        display: block;
        text-align: center;
        letter-spacing: 0.05em;
        width: 100%;
      }

@media (min-width: 768px) {
        .card .card__content .card__title span {
          width: auto;
        }
      }

@media only screen and (max-width: 767px) {
    .card:nth-child(1), .card:nth-child(3), .card:nth-child(5) {
      padding-right: 10px;
    }
    .card:nth-child(2), .card:nth-child(4), .card:nth-child(6) {
      padding-left: 10px;
    }
}

.loader {
  border: 4px solid #FFFF;
  border-top: 4px solid #273C55;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 0.8s linear infinite;
          animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg);
  }

  100% { transform: rotate(360deg);
  }
}

.member__background {
  display: flex;
  flex-direction: row;
  height: 100vh;
}

.member__background.signup {
    height: 120vh;
  }

.member__background.password-success {
    height: 60vh;
  }

@media only screen and (min-width: 768px) {

.member__background.password-success {
      height: 100vh
  }
    }

.member__background--left {
    background-position: center;
    background-size: cover;
    display: none;
    height: 100%;
    width: 60%;
  }

.member__background .inquiry-table.member__background .inquiry-table--left {
      display: none;
    }

@media (min-width: 768px) {
    .member__background--left {
      display: block;
    }
  }

.member__background--left {
    background-image: url("/images/member_background.png");
  }

.member__background--right {
    height: 100%;
    position: relative;
    width: 100%
  }

@media (min-width: 768px) {
    .member__background--right {
      width: 40%;
    }
  }

.member__background--right {
    background-color: #FFFBF8;
  }

.member__background--right .member__form-wrapper {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      padding-left: 30px;
      padding-right: 30px;
      padding-top: 85px;
      padding-bottom: 85px;
      position: relative;
      --tw-shadow: 0 0 #0000;
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }

@media (min-width: 768px) {
      .member__background--right .member__form-wrapper {
        padding-top: 70px;
        padding-bottom: 70px;
        padding-left: 70px;
        padding-right: 70px;
        position: absolute;
        --tw-shadow: 0px 10px 12px -5px rgba(0, 0, 0, 0.06), 0px 0px 24px -5px rgba(0, 0, 0, 0.15);;
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
      }
    }

.member__background--right .member__form-wrapper {
      border-radius: 5px;
      width: 517px;
      max-height: 864px;
      top: 100px;
      right: calc(59% - 100px);
    }

@media only screen and (max-width: 767px){

.member__background--right .member__form-wrapper {
        max-height: 100%;
    }
      }

.member__background--right .member__form-wrapper.forgot-password, .member__background--right .member__form-wrapper.change-password, .member__background--right .member__form-wrapper.password-success {
        top: 180px;
      }

@media only screen and (max-width: 768px) {

.member__background--right .member__form-wrapper {
        width: 100% !important;

        height: 100% !important;

        top: 0 !important;

        right: 0 !important;
    }
      }

.member__background--right .member__form h2 {
        font-size: 2.188rem;
        line-height: 1.5;
        --tw-text-opacity: 1;
        color: rgba(39, 60, 85, var(--tw-text-opacity));
      }

.member__background--right .member__form span {
        font-size: 1rem;
        --tw-text-opacity: 1;
        color: rgba(59, 89, 125, var(--tw-text-opacity));
      }

.member__background--right .member__form span a {
          --tw-text-opacity: 1;
          color: rgba(151, 132, 109, var(--tw-text-opacity));
        }

.member__background--right .member__form-fields {
        margin-top: 45px;
      }

.member__background--right .member__form-fields .member__two-column-field {
          display: flex;
        }

.member__background--right .member__form-fields .member__two-column-field:not(:first-child) {
            margin-top: 20px;
          }

.member__background--right .member__form-fields .member__two-column-field .member__form-group {
            margin-top: 0;
          }

.member__background--right .member__form-fields .member__two-column-field .member__form-group:first-child {
              margin-right: 20px;
            }

.member__background--right .member__form-fields .member__two-column-field .member__form-group:not(:first-child) {
              margin-top: 0;
            }

.member__background--right .member__form-fields .member__form-group {
          font-family: Sulphur Point, Noto Sans TC, sans-serif;
        }

.member__background--right .member__form-fields .member__form-group:not(:first-child) {
            margin-top: 30px;
          }

.member__background--right .member__form-fields .member__form-group .member__form-label {
            display: inline-block;
            font-size: 1rem;
            --tw-text-opacity: 1;
            color: rgba(39, 60, 85, var(--tw-text-opacity));
            letter-spacing: 0.05em;
          }

.member__background--right .member__form-fields .member__form-group .member__form-input {
            position: relative;
          }

.member__background--right .member__form-fields .member__form-group .member__form-input input {
              --tw-border-opacity: 1;
              border-color: rgba(187, 187, 187, var(--tw-border-opacity));
              border-style: solid;
              border-bottom-width: 1px;
              display: block;
              height: 35px;
              padding-bottom: 4px;
              --tw-text-opacity: 1;
              color: rgba(39, 60, 85, var(--tw-text-opacity));
              width: 100%;
            }

.member__background .button {
    margin-top: 50px;
    border-radius: 10px;
    height: 46px;
    width: 191px;
  }

.member__background.forgot-password {
  height: 80vh;
}

@media only screen and (min-width: 767px){

.member__background.forgot-password {
    height: 100vh
}
  }

.member__modal-wrapper {
  display: none;
  align-items: center;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  width: 100%
}

.inquiry-table.member__modal-wrapper {
    display: none;
  }

@media (min-width: 768px) {
  .member__modal-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

.member__modal-wrapper.active {
    display: flex;
  }

.member__modal-wrapper {
  background-color: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 999;
}

.member__modal-wrapper .member__modal {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align: center;
    border-radius: 5px;
    max-width: 516px;
    min-height: 419px;
    max-height: 491px;
  }

.member__modal-wrapper .member__modal .member__modal-text {
      --tw-text-opacity: 1;
      color: rgba(59, 89, 125, var(--tw-text-opacity));
    }

.member__modal-wrapper .member__modal .member__modal-text.email {
        --tw-text-opacity: 1;
        color: rgba(151, 132, 109, var(--tw-text-opacity));
      }

a,
button,
input[type="submit"] {
  transition: all 0.3s ease-in-out;
}

body {
  font-family: Noto Sans TC, Sulphur Point, sans-serif;
  --tw-text-opacity: 1;
  color: rgba(118, 118, 118, var(--tw-text-opacity));
  font-size: 16px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px !important;
}

@media screen and (min-width: 375px) {

.container {
    padding-left: 1.25rem;

    padding-right: 1.25rem
}
  }

@media screen and (min-width: 768px) {

.container {
    padding-left: 1rem;

    padding-right: 1rem
}
  }

#header .container {
    max-width: 1390px !important;
  }

@media screen and (min-width: 375px) {

#header .container {
      padding-left: 15px;

      padding-right: 15px
  }
    }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Sulphur Point, Georgia, serif;
  font-weight: 400;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(22, 34, 48, var(--tw-text-opacity));
}

h1,
.h1 {
  font-size: 32px;
}

@media screen and (min-width: 768px) {

h1,
.h1 {
    font-size: 2.813rem
}
  }

@media screen and (min-width: 1024px) {

h1,
.h1 {
    font-size: 3.438rem
}
  }

h2, .h2 {
  font-size: 2.188rem;
}

@media screen and (min-width: 1024px) {

h2,
.h2 {
    font-size: 2.813rem;
}
  }

@media screen and (min-width: 1200px) {

h2,
.h2 {
    font-size: 3.125rem;
}
  }

h3, .h3 {
  font-size: 1.625rem;
  line-height: 1.25;
}

.text-drop {
  max-width: 372px;
}

.title {
  display: block;
  font-size: 1.125rem;
  --tw-text-opacity: 1;
  color: rgba(59, 89, 125, var(--tw-text-opacity));
  letter-spacing: 0.05em;
}

.title.tracking-normal {
    letter-spacing: 0;
  }

.title.text-white {
    color: white;
  }

@media screen and (min-width: 768px) {

.title {
    font-size: 1.25rem
}
  }

.logo {
  width: 100px;
  flex-basis: 100px;
}

@media screen and (min-width: 768px) {

.logo {
    flex-basis: 131px;

    width: 131px
}
  }

.logo img {
    display: block;
  }

@media screen and (min-width: 768px) {

.header-list {
    width: 500px;

    flex-basis: 310px
}
  }

.header-list .icon-bar {
    font-size: 19px;
  }

@media screen and (min-width: 768px) {

.header-list .icon-bar {
      font-size: 25px
  }
    }

.header-list .icon-search {
    font-size: 19px;
  }

@media screen and (min-width: 768px) {

.header-list .icon-search {
      font-size: 21px
  }
    }

.header-list .icon-angle-down {
    font-size: 9px;
  }

@media screen and (min-width: 768px){

.text-x {
    font-size: 8px
}
  }

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

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

.-translate-x-1\/2 {
  transform: translateX(-50%);
}

.-translate-y-1\/2 {
  transform: translatey(-50%);
}

.-translate-1\/2 {
  transform: translate(-50%, -50%);
}

.top-full {
  top: 100%;
}

.decor {
  height: 78px;
  margin-top: 45px;
}

@media screen and (min-width:768px) {

.decor {
    margin-top: 0;

    height: 126px
}
  }

.btn-more {
  display: inline-block;
  font-family: Sulphur Point, Georgia, serif;
  font-size: 1rem;
  padding-right: 30px;
  padding-right: 85px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(151, 132, 109, var(--tw-text-opacity));
  text-transform: capitalize;
  letter-spacing: 0.05em;
  vertical-align: middle;
}

.btn-more .icon-arrow-right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 9px;
    transition: right 0.3s ease-in-out;
  }

.btn-more:hover .icon-arrow-right {
      right: -10px;
    }

.btn-more.btn-more-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

.btn-more .title.btn-more .title.btn-more-white {
      color: white;
    }

.bg-responsive {
  height: 0;
  padding-top: 63.45%;
}

@media screen and (min-width: 1024px) {

.bg-responsive {
    padding-top: 60.85%
}
  }

.button {
  --tw-bg-opacity: 1;
  background-color: rgba(151, 132, 109, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(151, 132, 109, var(--tw-border-opacity));
  border-radius: 0.5rem;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  font-weight: 400;
  font-size: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 64px;
  padding-right: 64px;
  position: relative;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  letter-spacing: 0.05em;
  vertical-align: top
}

.title.button {
    color: white;
  }

.button .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
    font-size: 26px;
  }

.button.button-icon {
    padding: 11px 56px 11px 30px;
  }

.button:hover {
    background: darken(#97846D, 10%);
  }

.button.button-outline {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(151, 132, 109, var(--tw-text-opacity));
    border-radius: 50px;
  }

.button.button-outline:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(151, 132, 109, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.button.button-outline .title.button.button-outline .title:hover {
        color: white;
      }

.button.button-blue {
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 125, var(--tw-bg-opacity));
    border-color: transparent;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
  }

.button .title.button .title.button-blue {
      color: white;
    }

.button.button-blue:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(22, 34, 48, var(--tw-bg-opacity));
      border-color: transparent;
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.button.button-blue .title.button.button-blue .title:hover {
        color: white;
      }

.button.button-small {
    font-size: 0.875rem;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 15px;
  }

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

li.active .button.button-outline {
    --tw-bg-opacity: 1;
    background-color: rgba(151, 132, 109, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
  }

li.active .title.button.button-outline {
      color: white;
    }

.icon-close-small.icon {
  font-size: 7px;
}

.owl-carousel .owl-nav {
    position: absolute;
    bottom: 23px;
    display: none;
    right: -29px;
  }

@media screen and (min-width:768px) {

.owl-carousel .owl-nav {
      display: block
  }
    }

@media screen and (min-width: 1200px) {

.owl-carousel .owl-nav {
      right: -32px
  }
    }

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
      --tw-bg-opacity: 1;
      background-color: rgba(151, 132, 109, var(--tw-bg-opacity));
      display: block;
      height: 35px;
      text-align: center;
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
      width: 35px;
    }

.owl-carousel .owl-nav .titlebutton.owl-prev, .owl-carousel .owl-nav .titlebutton.owl-next {
        color: white;
      }

.owl-carousel .owl-nav button.owl-prev,
		.owl-carousel .owl-nav button.owl-next {
      line-height: 35px;
      outline: none;
    }

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
        font-size:0;
        line-height:0;
      }

.owl-carousel .owl-nav button.owl-prev span:before, .owl-carousel .owl-nav button.owl-next span:before {
          font: 15px/1 icomoon;
        }

.owl-carousel .owl-nav button.owl-prev:hover, .owl-carousel .owl-nav button.owl-next:hover {
        background: darken(#97846D, 10%);
      }

.owl-carousel .owl-nav button.owl-prev.disabled, .owl-carousel .owl-nav button.owl-next.disabled {
        background: rgba(151, 132, 109, 0.2);
      }

.owl-carousel .owl-nav button.owl-next {
      margin-bottom: 4px;
    }

.owl-carousel .owl-nav button.owl-next span:before {
          /* icomoon icon-angle-right */
          content: "\e90c";
        }

.owl-carousel .owl-nav button.owl-prev {
      margin-bottom: 4px;
    }

.owl-carousel .owl-nav button.owl-prev span:before {
          /* icomoon icon-angle-left */
          content: "\e90b";
        }

@media screen and (min-width: 769px) {

.bg-responsive-mb {
    position: static;

    height: 0;

    padding-top: 56.25%
}
  }

.line {
  background: rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.line .line-active {
    transition: width 0.3s ease-in-out left 0.3s ease-in-out;
    border-radius: 4px;
  }

.decor-blue {
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  top: 43%;
}

@media screen and (min-width:768px) {

.decor-blue {
    top: 45%
}
  }

@media screen and (min-width: 1024px) {

.decor-blue {
    top: 47.4%
}
  }

.footer-title {
  font-size: 28px;
}

@media screen and (min-width:768px) {

.footer-title {
    font-size: 36px
}
  }

.footer-logo {
  width: 164px;
}

@media screen and (min-width:768px) {

.footer-logo {
    width: 230px
}
  }

.footer-openclose:last-child .footer-drop ul {
        border: none;
      }

@media screen and (min-width: 769px) {

.footer-openclose:last-child .footer-drop ul {
          padding-bottom: 0;

          margin-bottom: 0
      }
        }

.banner {
  min-height: 473px;
}

@media screen and (min-width:768px) {

.banner {
    min-height: 523px
}
  }

.owl-carousel {
  width: auto;
}

.cjk-list {
  counter-reset: counter;
  list-style-type: cjk-decimal;
}

.cjk-list p {
    margin-bottom: 15px;
  }

@media screen and (min-width: 1024px) {

.cjk-list p {
      margin-bottom: 24px
  }
    }

.cjk-list li {
  }

.cjk-list h2:before {
      counter-increment: counter;
      content: counter(counter, cjk-ideographic) '、';
    }

.hero-block {
  padding-top: calc((252 / 375) * 100%);
  padding-bottom: 0;
}

@media screen and (min-width:768px) {

.hero-block {
    padding-top: calc((460 / 1440) * 100%);

    padding-bottom: 0
}
  }

.hero-block > .container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translateX(-50%) translateY(-50%);
  }

.hero-block .owl-carousel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }

.hero-block .owl-carousel .slide {
      padding-top: calc((460 / 1440) * 100%);
      padding-bottom: 0;
    }

.hero-block .owl-carousel .slide .container {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        transform: translateX(-50%) translateY(-50%);
      }

.hero-block .text {
    background: rgba(#fff, 0.32);
  }

@media screen and (min-width: 375px) and (max-width:768px) {

.hero-block .text {
      margin: 0 20px
  }
    }

.hero-block h1 {
    font-size: 32px;
  }

@media screen and (min-width: 375px) {

.hero-block h1 {
      font-size: 40px
  }
    }

@media screen and (min-width:768px) {

.hero-block h1 {
      font-size: 50px
  }
    }

@media screen and (min-width: 769px) {

.hero-block .title {
      font-size: 14px
  }
    }

section ul:not([class]) {
    margin-bottom: 20px;
  }

section ul:not([class]) > li {
      position: relative;
      margin-bottom: 24px;
    }

section ul:not([class]) > li.mb-0 {
        margin-bottom: 0;
      }

section ul:not([class]) > li:before {
        --tw-bg-opacity: 1;
        background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
        border-radius: 9999px;
        content: '';
        width: 4px;
        height: 4px;
        display: inline-block;
        margin-left: 7px;
        margin-right: 12px;
        vertical-align: middle;
      }

section ol:not([class]) {
    margin-bottom: 20px;
    counter-reset: section;
  }

section ol:not([class]) > li {
      position: relative;
      padding-left: 21px;
    }

section ol:not([class]) > li:before {
        counter-increment: section;
        content: counter(section) '.';
        position: absolute;
        left: 0;
        top: 0;
      }

.address img {
    display: inline-block;
    vertical-align: top;
  }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
  outline: none;
}

input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
    color: #bbb;
    opacity: 1;
  }

input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #bbb;
    opacity: 1;
  }

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="url"]::placeholder, input[type="password"]::placeholder, textarea::placeholder {
    color: #bbb;
    opacity: 1;
  }

textarea {
  resize: none;
  overflow: auto;
}

.nice-select {
  --tw-border-opacity: 1;
  border-color: rgba(168, 168, 168, var(--tw-border-opacity));
  border-radius: 0px;
  border-style: solid;
  border-width: 0px;
  border-bottom-width: 1px;
  width: 100%;
  width: 100%;
  float: none;
  border: none;
  line-height: 33px;
  height: 35px;
  padding-left: 0;
  background: none;
}

.nice-select .current {
    font-size: 1rem;
    --tw-text-opacity: 1;
    color: rgba(187, 187, 187, var(--tw-text-opacity));
    letter-spacing: 0.05em;
  }

.nice-select:after {
    --tw-text-opacity: 1;
    color: rgba(65, 96, 131, var(--tw-text-opacity));
    border: none;
    width: auto;
    height: auto;
    margin: 0;
    content: "\e90a";
    top: 50%;
    font: 8px/1 icomoon;
    font-size: 12px !important;
    right: 3px;
    transform-origin: center;
    transition: all 0.2s;
    transform: translateY(-50%) rotate(0deg) scale(0.5);
  }

.nice-select.open:after {
      transform: translateY(-50%) rotate(180deg) scale(0.5);
    }

.nice-select .list {
    border-radius: 0px;
    width: 100%;
  }

.nice-select .list .option:hover, .nice-select .list .option.selected {
        --tw-bg-opacity: 1;
        background-color: rgba(39, 60, 85, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
      }

.nice-select .list .option .title.nice-select .list .option .title:hover, .nice-select .list .option .title.nice-select .list .option .title.selected {
          color: white;
        }

.address .border-r:last-child {
      border: none;
    }

.counter-holder {
  counter-reset: counter;
}

.counter-holder .counter:before {
      display: inline-block;
      font-family: Sulphur Point, Georgia, serif;
      font-weight: 700;
      margin-right: 12px;
      vertical-align: middle;
      font-size: 40px;
      counter-increment: counter;
      content: counter(counter);
    }

.counter-holder .counter-item:nth-child(-n+9) .counter:before {
          content: "0" counter(counter);
        }

.bg-decor-white {
  background-image: url(/images/decor-white.png);
}

.bg-decor-dark {
  background-image: url(/images/decor-dark.png);
}

.bg-decor-blue {
  background-image: url(/images/decor-blue.png);
}

.search-block h1 {
    font-size: 25px;
  }

@media screen and (min-width:768px) {

.search-block h1 {
      font-size: 30px
  }
    }

@media screen and (min-width: 1024px) {

.search-block h1 {
      font-size: 30px
  }
    }

@media screen and (min-width: 1200px) {

.search-block h1 {
      font-size: 30px
  }
    }

@media screen and (min-width: 1200px) {

.search-block h1.h1-small {
        font-size: 35px
    }
      }

.inline-list li {
    position: relative;
  }

.inline-list li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      background: #fff;
      width: 1px;
      height: 12px;
    }

.inline-list li:first-child:before {
        display: none;
      }

.inline-list.inline-list-gray li:before {
        --tw-bg-opacity: 1;
        background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
      }

.btn-next, .btn-prev {
  display: inline-block;
  font-family: Sulphur Point, Georgia, serif;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(151, 132, 109, var(--tw-text-opacity));
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.btn-next,
.btn-prev {
  padding-left: 17px;
}

.btn-next.disabled, .btn-prev.disabled {
    opacity: 0.4;
    pointer-events: none;
  }

.btn-next:hover, .btn-prev:hover {
    color: darken(#97846D, 10%);
  }

.btn-next .icon, .btn-prev .icon {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    position: absolute;
    font-size: 9px;
  }

.btn-next {
  padding-left: 0;
  padding-right: 17px;
}

.btn-next .icon {
    left: auto;
    right: 0;
  }

.num-select {
  --tw-border-opacity: 1;
  border-color: rgba(151, 132, 109, var(--tw-border-opacity));
  border-radius: 0.25rem;
  border-style: solid;
  border-width: 1px;
  width: 100%;
  height: 26px;
  line-height: 26px;
  padding-left: 6px;
}

.num-select .current {
    font-size: 0.875rem;
    --tw-text-opacity: 1;
    color: rgba(151, 132, 109, var(--tw-text-opacity));
  }

.num-select:after {
    --tw-text-opacity: 1;
    color: rgba(151, 132, 109, var(--tw-text-opacity));
    font-size: 5px;
    right: 6px;
  }

.num-select .list {
    border-radius: 5px;
  }

.num-select .list .option {
      min-height: 26px;
      line-height: 26px;
      padding: 0px 7px;
      text-align: left;
      --tw-text-opacity: 1;
      color: rgba(151, 132, 109, var(--tw-text-opacity));
    }

.num-select .list .option.selected, .num-select .list .option:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 132, 109, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
      }

.num-select .list .option .title.num-select .list .option .title.selected, .num-select .list .option .title.num-select .list .option .title:hover {
          color: white;
        }

.num-select .list li.option.selected {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(151, 132, 109, var(--tw-text-opacity));
    }

.num-select .list li.option.selected:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(151, 132, 109, var(--tw-bg-opacity));
        --tw-text-opacity: 1;
        color: rgba(255, 255, 255, var(--tw-text-opacity));
      }

.num-select .list li.option.selected .title.num-select .list li.option.selected .title:hover {
          color: white;
        }

.num-select .list li:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(151, 132, 109, var(--tw-bg-opacity));
    }

.content p {
    margin-bottom: 25px;
  }

.content p.mb-0 {
      margin-bottom: 0;
    }

.num-list {
  counter-reset: counter;
}

.num-list.num-list--large li:before {
      font-size: 30px;
    }

.num-list li {
    position: relative;
  }

.num-list li:before {
      font-family: Sulphur Point, Georgia, serif;
      font-size: 1.5rem;
      margin-top: -4px;
      position: absolute;
      top: 0;
      left: 0;
      --tw-text-opacity: 1;
      color: rgba(168, 168, 168, var(--tw-text-opacity));
      counter-increment: counter;
      content: counter(counter);
    }

.num-list li:nth-child(-n+9):before {
        content: "0"counter(counter);
      }

.heading:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 1px;
    --tw-bg-opacity: 1;
    background-color: rgba(22, 34, 48, var(--tw-bg-opacity));
  }

.txt-title {
  font-size: 25px;
  font-weight: 500;
}

@media screen and (min-width:768px) {

.txt-title {
    font-size: 30px
}
  }

@media screen and (min-width: 1024px) {

.txt-title {
    font-size: 35px
}
  }

@media screen and (min-width: 1200px) {

.txt-title {
    font-size: 40px
}
  }

.info-list li:last-child {
      border: none;
    }

@media screen and (min-width: 769px) {

.info-block {
    padding-bottom: 200px
}
  }

.year-carousel .owl-stage-outer {
  }

.year-carousel time:before {
      content: '';
      --tw-bg-opacity: 1;
      background-color: rgba(151, 132, 109, var(--tw-bg-opacity));
      border-radius: 9999px;
      height: 15px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 15px;
      transform: translateY(50%);
      opacity: 0;
    }

.year-carousel .owl-item:first-child time:before {
        opacity: 1;
      }

.year-carousel .owl-item > div {
      width: 250px;
    }

@media screen and (min-width:768px) {

.year-carousel .owl-item > div {
        width: auto
    }
      }

.year-carousel .owl-nav {
    display: block;
    position: static;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

@media screen and (min-width: 769px) {

.year-carousel .owl-nav {
      display: none
  }
    }

.year-carousel .owl-nav .disabled {
      opacity: 0;
      visibility: hidden;
    }

.container-sm {
  max-width: 930px !important;
}

.flex-70 {
  flex-basis: 70px;
}

img {
  display: inline-block;
  vertical-align: top;
}

.display-1 {
  font-size: 25px;
}

@media screen and (min-width:768px) {

.display-1 {
    font-size: 30px
}
  }

@media screen and (min-width: 1024px) {

.display-1 {
    font-size: 40px
}
  }

@media screen and (min-width: 1200px) {

.display-1 {
    font-size: 50px
}
  }

.process {
  counter-reset: counter;
}

.process .num:before {
      font-size: 40px;
      counter-increment: counter;
      color: #CFBBA2;
      font-family: Sulphur Point, Georgia, serif;
      font-weight: 700;
      position: absolute;
      left: 0;
      letter-spacing: 0.05em;
      top: 50%;
      transform: translateY(-50%);
      content: counter(counter);
    }

.process > div:nth-child(-n+9) .num:before {
        content: "0"counter(counter);
      }

.num-holder {
  counter-reset: section;
}

.num-holder .num:before {
      counter-increment: section;
      content: counter(section)".";
      font-size: 28px;
      position: absolute;
      left: 0;
      top: -3px;
    }

.num-holder > div:nth-child(-n+9) .num:before {
        content: "0"counter(section)".";
      }

.txt-line:before {
    content: '';
    width: 20px;
    --tw-bg-opacity: 1;
    background-color: rgba(59, 89, 125, var(--tw-bg-opacity));
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
  }

.flex-85 {
  flex-basis: 85px;
}

.table-holder table {
    width: 100%;
    table-layout: fixed;
  }

.table-holder tr {
    border-bottom: 1px solid rgba(#3B597D,0.2);
  }

.table-holder td {
    padding: 14px 0;
  }

.table-holder td, .table-holder th {
    font-size: 1.125rem;
  }

.table-holder td:first-child, .table-holder th:first-child {
      width: 30.7%;
    }

.table-holder td:nth-child(2), .table-holder th:nth-child(2) {
      width: 31%;
    }

@media screen and (min-width:768px) {

.table-holder td:nth-child(2), .table-holder th:nth-child(2) {
        width: 20.3%
    }
      }

.table-holder td:nth-child(3), .table-holder th:nth-child(3) {
      width: 33%;
    }

@media screen and (min-width:768px) {

.table-holder td:nth-child(3), .table-holder th:nth-child(3) {
        width: 45%
    }
      }

.table-holder th {
    padding-bottom: 9px;
    text-align: left;
    color: rgba(#3B597D, 0.6);
    font-weight: 400;
    font-size: 1rem;
  }

.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 9;
  bottom: 22px;
}

@media screen and (min-width:768px) {

.owl-dots {
    bottom: 35px
}
  }

.owl-dots .owl-dot {
    background-color: #000 !important;
    border-radius: 50%;
    opacity: 0.2;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    display: block;
    transition: opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
    outline: none;
  }

@media screen and (min-width:768px) {

.owl-dots .owl-dot {
      width: 12px;

      height: 12px
  }
    }

.owl-dots .owl-dot.active {
      opacity: 1;
      background-color: #273C55;
    }

.owl-dots .owl-dot:hover {
      opacity: 1;
    }

.link-list .active a {
      --tw-border-opacity: 1;
      border-color: rgba(255, 226, 190, var(--tw-border-opacity));
      opacity: 1;
      font-weight: 700;
    }

@media screen and (min-width:768px) {

.link-list .active a {
        --tw-border-opacity: 1;

        border-color: rgba(39, 60, 85, var(--tw-border-opacity));

        --tw-text-opacity: 1;

        color: rgba(39, 60, 85, var(--tw-text-opacity))
    }
      }

.open-close .opener .icon-close-small {
      font-size: 9px;
      line-height: 1;
    }

.checkbox-list {
  font-family: Sulphur Point, Georgia, serif;
}

.checkbox-list input[type="checkbox"] {
    opacity: 0;
    width: 0;
    top: 0;
    left: 0;
    height: 0;
  }

.checkbox-list input[type="checkbox"]:checked ~ .slide:before {
          opacity: 1;
        }

.checkbox-list .slide {
    --tw-border-opacity: 1;
    border-color: rgba(151, 132, 109, var(--tw-border-opacity));
    border-style: solid;
    border-width: 1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 1px;
  }

.checkbox-list .slide:before {
      --tw-text-opacity: 1;
      color: rgba(151, 132, 109, var(--tw-text-opacity));
      /* icomoon check-circle */
      content: "\e911";
      font: 15px/1 icomoon;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      transition: opacity 0.3s ease-in-out;
      opacity: 0;
    }

.list-opener .icon-angle-down-small {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 7px;
  }

.open-close.active .opener-hold:after {
        transform: translateY(-50%);
      }

.open-close.selected .btn-close {
      opacity: 1;
      visibility: visible;
    }

.open-close .btn-close {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out;
  }

.open-close .opener-hold:before,
		.open-close .opener-hold:after {
      content: '';
    }

.open-close .opener-hold:before, .open-close .opener-hold:after {
      --tw-bg-opacity: 1;
      background-color: rgba(118, 118, 118, var(--tw-bg-opacity));
    }

.open-close .opener-hold:before,
		.open-close .opener-hold:after {
      width: 16px;
      height: 1px;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translateY(-50%);
      pointer-events: none;
    }

.open-close .opener-hold:after {
      transition: transform 0.3s ease-in-out;
      transform: translateY(-50%) rotate(90deg);
    }

.open-close .opener:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: 1;
    }

span.button.button-outline {
  padding: 6px 43px 6px 20px;
}

span.button.button-outline:hover {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

span.button.button-outline .icon-close-small {
    font-size: 9px;
    right: 21px;
  }

.product-slider {
  counter-reset: section;
  max-width: 915px;
}

@media screen and (min-width:768px) {

.product-slider {
    padding:  0 47px
}
  }

.product-slider .num:before {
      counter-increment: section;
      content: counter(section);
    }

.product-slider .owl-item:nth-child(-n+9) .num:before {
        content: "0"counter(section);
      }

.product-slider .owl-item .img,
		.product-slider .owl-item .num {
      transition: all 0.3s ease-in-out;
    }

.product-slider .owl-item a:hover .img {
          --tw-border-opacity: 1;
          border-color: rgba(151, 132, 109, var(--tw-border-opacity));
        }

.product-slider .owl-item a:hover .num {
          --tw-text-opacity: 1;
          color: rgba(151, 132, 109, var(--tw-text-opacity));
          font-weight: 700;
        }

.product-slider .owl-item a.active .img {
          --tw-border-opacity: 1;
          border-color: rgba(151, 132, 109, var(--tw-border-opacity));
        }

.product-slider .owl-item a.active .num {
          --tw-text-opacity: 1;
          color: rgba(151, 132, 109, var(--tw-text-opacity));
          font-weight: 700;
        }

.product-slider .owl-nav {
    position: static;
    display: block;
  }

.product-slider .owl-nav button.owl-prev,
		.product-slider .owl-nav button.owl-next {
      top: 50%;
      transform: translateY(-50%);
      margin-bottom: 0;
      position: absolute;
      width: 20px;
      height: 20px;
      font-size: 10px;
      line-height: 20px;
      margin-top: -16px;
    }

.product-slider .owl-nav button.owl-prev span:before, .product-slider .owl-nav button.owl-next span:before {
        font-size: 10px;
      }

.product-slider .owl-nav .owl-prev {
      right: auto;
      left: 0;
    }

.product-slider .owl-nav .owl-next {
      left: auto;
      right: 0;
    }

@media screen and (min-width:768px) {

.single-content {
    width: 321px;

    flex-basis: 321px
}
  }

.related-slider .owl-stage-outer {
    overflow: visible;
  }

@media screen and (min-width:768px) {

.related-slider .owl-stage-outer {
      overflow: hidden
  }
    }

.related-slider .owl-nav {
    position: static;
    display: none;
  }

@media screen and (min-width:768px) {

.related-slider .owl-nav {
      display: block
  }
    }

.related-slider .owl-nav button.owl-prev,
		.related-slider .owl-nav button.owl-next {
      top: 50%;
      transform: translateY(-50%);
      margin-bottom: 0;
      position: absolute;
    }

.related-slider .owl-nav .owl-prev {
      right: auto;
      left: 0;
    }

.related-slider .owl-nav .owl-next {
      left: auto;
      right: 0;
    }

.related-slider .owl-item > div {
      width: 169px;
    }

@media screen and (min-width: 769px) {

.related-slider .owl-item > div {
        width: auto
    }
      }

.carousel .slide {
    width: 230px;
  }

@media screen and (min-width:768px) {

.carousel .slide {
      width: auto
  }
    }

.cart-block {
  height: calc(100vh - 44px);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (min-width:768px) {

.cart-block {
    width: 354px;

    height: auto
}
  }

.cart-block {
  @include media('>=1440px') {
    right: -24px;
  }
}

.cart-active .cart-block {
    opacity: 1;
    visibility: visible;
  }

@media screen and (min-width: 769px) {

.cart-block .button {
      position: absolute;

      left: 0;

      right: 0;

      bottom: 0;

      width: 100%;

      border-radius: 0;

      --tw-bg-opacity: 1;

      background-color: rgba(151, 132, 109, var(--tw-bg-opacity))
  }

      .cart-block .button:hover {
        --tw-bg-opacity: 1;
        background-color: rgba(123, 109, 92, var(--tw-bg-opacity));
      }
    }

.border-white-80 {
  border-color: rgba(#fff,0.2);
}

.search-drop {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.search-active .search-drop {
    height: calc(100vh - 44px);
    opacity: 1;
  }

@media screen and (min-width:768px) {

.search-active .search-drop {
      height: calc(100vh - 59px)
  }
    }

.search-drop .search-wrap {
    max-width: 523px;
  }

.search-drop input[type="search"] {
    font-size: 20px;
  }

.search-drop input[type="search"]::-moz-placeholder {
      color: rgba(#FFE2BE, 0.3);
      opacity: 1;
    }

.search-drop input[type="search"]:-ms-input-placeholder {
      color: rgba(#FFE2BE, 0.3);
      opacity: 1;
    }

.search-drop input[type="search"]::placeholder {
      color: rgba(#FFE2BE, 0.3);
      opacity: 1;
    }

.lang-switcher {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 89, 125, var(--tw-bg-opacity));
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
}

.lang.lang-active .lang-switcher {
    opacity: 1;
    visibility: visible;
  }

.lang-switcher::before  {
    position: absolute;
    top: -15px;
    content: "";
    width: 0;
    left: 40%;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #3B597D;
  }

.lang-switcher ul {
    margin-bottom: 0;
  }

.lang-switcher li {
    border-bottom: 1px solid #273C55;
  }

.lang-switcher li.active a {
        --tw-bg-opacity: 1;
        background-color: rgba(22, 34, 48, var(--tw-bg-opacity));
      }

.lang-switcher a {
    text-decoration: none;
    --tw-text-opacity: 1;
    color: rgba(255, 245, 234, var(--tw-text-opacity));
    display: block;
    padding: 10px;
  }

.lang-switcher a:hover {
      --tw-bg-opacity: 1;
      background-color: rgba(22, 34, 48, var(--tw-bg-opacity));
    }

.lang-switcher span:first-child {
      font-weight: 700;
      margin: 0 14px;
    }

.popup {
  max-width: 516px;
}

.popup-wrap {
  max-width: 322px;
}

.radio-list input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
  }

.radio-list .slide {
  }

.check-num-list label {
    cursor: pointer;
  }

.check-num-list .slide {
    transition: all 0.3s ease-in-out;
  }

.check-num-list input[type="checkbox"]:checked ~ .slide {
      --tw-bg-opacity: 1;
      background-color: rgba(151, 132, 109, var(--tw-bg-opacity));
      --tw-text-opacity: 1;
      color: rgba(255, 255, 255, var(--tw-text-opacity));
    }

.check-num-list input[type="checkbox"]:checked .title~ .slide {
        color: white;
      }

.select-all .slide span {
      opacity: 0;
    }

.select-all.active .slide span {
      opacity: 1;
    }

.nav-drop {
  transition: all 0.3s ease-in-out;
  max-height: 0;
  overflow: hidden;
}

@media screen and (min-width:768px) {

.nav-drop {
    max-height: none;

    overflow: visible
}
  }

.nav-drop .nav-wrap {
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  }

@media screen and (min-width:768px) {

.nav-drop .nav-wrap {
      transform: none
  }
    }

.nav-active .nav-drop {
    max-height: 9999px;
  }

.nav-active .nav-drop .nav-wrap {
      transform: translateY(0);
    }

.nav-opener {
  width: 38px;
  height: 24px;
  border-radius: 50%;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  display: block;
}

.nav-opener span {
    text-indent: -9999px;
    height: 2px;
    width: 24px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 226, 190, var(--tw-bg-opacity));
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
  }

.nav-active .nav-opener span {
      background: none;
    }

.nav-opener span:before,
		.nav-opener span:after {
      width: 24px;
      height: 2px;
      position: absolute;
      content: ''
    }

.nav-opener span:before, .nav-opener span:after {
      --tw-bg-opacity: 1;
      background-color: rgba(255, 226, 190, var(--tw-bg-opacity));
    }

.nav-opener span:before,
		.nav-opener span:after {
      opacity: 1;
      transform-origin:center;
      transition:top 0.15s linear 0.15s, bottom 0.15s linear 0.15s, transform 0.15s linear 0s;
      left: 0;
    }

.nav-active .nav-opener span:before, .nav-active .nav-opener span:after {
        transform:rotate(45deg);
        bottom: 0;
        transition:top 0.15s linear 0s, bottom 0.15s linear 0s, transform 0.15s linear 0.15s;
      }

.nav-opener span:before {
      bottom: 6px;
    }

.nav-opener span:after {
      top: 6px;
    }

.nav-active .nav-opener span:after {
        transform:rotate(-45deg);
        top: 0;
      }

@media screen and (max-width: 1023px) {

.nav-active {
    overflow: hidden
}
  }

.post-slider .owl-item > div {
    width: 310px;
  }

@media screen and (min-width:768px) {

.post-slider .owl-item > div {
      width: auto
  }
    }

.post-slider .owl-stage-outer {
    overflow: visible;
  }

@media screen and (min-width:768px) {

.post-slider .owl-stage-outer {
      overflow: hidden
  }
    }

.menu-xs:before {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 226, 190, var(--tw-bg-opacity));
    content: '';
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
  }

.menu-list > li:hover ul {
        display: block;
      }

@media screen and (min-width:768px) {

.menu-list > li ul {
        left: 50%;

        margin-top: 18px;

        transform: translateX(-50%)
    }

        .menu-list > li ul:before {
          content: '';
          position: absolute;
          left: 0;
          right: 0;
          top: -18px;
          height: 18px;
        }
      }

@media screen and (min-width: 769px) {

.cart-active {
    overflow: hidden
}
  }

.filter {
  background: #F2F2F2;
  padding: 0 15px;
}

@media screen and (min-width: 375px) {

.filter {
    padding: 0 30px
}
  }

.filter .icon-filter {
    font-size: 15px;
  }

.filter .icon-angle-down-small {
    font-size: 7px;
  }

.series-drop {
  width: 202px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width:768px) {

.series-drop {
    width: auto;

    opacity: 1;

    visibility: visible
}
  }

.filter-block.series-active .series-drop {
    opacity: 1;
    visibility: visible;
  }

@media screen and (min-width: 769px) {

.mb-minus {
    margin: 0 -15px
}
  }

.mb-minus {
  @include media('<tablet', '>=375px') {
    margin: 0 -30px;
  }
}

section {
  position: relative;
}

.product-gray {
  left: -9999px;
  right: -9999px;
  bottom: -33px;
  z-index: -1;
  top: -999px;
}

.filter-drop {
  z-index: 9999;
  background-image: url(/images/decor-white.png);
  top: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

@media screen and (min-width:768px) {

.filter-drop {
    background: none;

    opacity: 1;

    visibility: visible
}
  }

.filter-active .filter-drop {
    opacity: 1;
    visibility: visible;
  }

.print-opener {
  font-size: 20px;
  line-height: 35px;
  position: absolute;
  left: 71.2%;
  top: 30.3%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}

.print-block.active .print-opener {
    transform: rotate(45deg);
  }

@media screen and (min-width:768px) {

.print-opener {
    left: 68.2%;

    top: 44.3%
}
  }

.print-opener:after {
    content: '+';
    font-size: 24px;
    line-height: 24px;
    position: absolute;
    left: 50%;
    top: 46%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
  }

@media screen and (min-width:768px) {

.print-opener:after {
      font-size: 29px;

      line-height: 29px
  }
    }

.product__label {
  padding: 6px 8px 3px;
  display: inline-block;
  vertical-align: top;
  background: rgba(0, 0, 0, 0.25);
  color: #fff;
  position: absolute;
  right: 8px;
  top: 8px;
  border-radius: 0.75rem;
  font-size: 0.75rem;
  line-height: 1.25;
  font-family: "Sulphur Point", Georgia, serif;
}

@media (min-width: 768px) {
  .product__label {
    padding: 4px 12px;
    top: 12px;
    right: 10px;
    font-size: 1rem;
  }
}

@media (min-width: 480px) {
  .sm\:h-40 {
    height: 40px;
  }

  .sm\:w-40 {
    width: 40px;
  }
}

@media (min-width: 768px) {
  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  }

  .md\:bg-blue-100 {
    --tw-bg-opacity: 1;
    background-color: rgba(39, 60, 85, var(--tw-bg-opacity));
  }

  .md\:border-gray-1000 {
    --tw-border-opacity: 1;
    border-color: rgba(188, 188, 188, var(--tw-border-opacity));
  }

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

  .md\:border-solid {
    border-style: solid;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .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\:flex-1 {
    flex: 1 1 0%;
  }

  .md\:h-18 {
    height: 18px;
  }

  .md\:h-120 {
    height: 120px;
  }

  .md\:h-auto {
    height: auto;
  }

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

  .md\:h-screen {
    height: 100vh;
  }

  .md\:text-xs {
    font-size: 0.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
  }

  .md\:text-xl {
    font-size: 1.25rem;
  }

  .md\:text-xxl {
    font-size: 1.5rem;
  }

  .md\:text-3xl {
    font-size: 1.625rem;
  }

  .md\:text-4xl {
    font-size: 2.188rem;
  }

  .md\:text-6xl {
    font-size: 3.125rem;
  }

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

  .md\:my-60 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

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

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

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

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

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

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

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

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

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

  .md\:mr-0 {
    margin-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:p-0 {
    padding: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pb-4 {
    padding-bottom: 4px;
  }

  .md\:pb-10 {
    padding-bottom: 10px;
  }

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

  .md\:pt-12 {
    padding-top: 12px;
  }

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

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

  .md\:pr-20 {
    padding-right: 20px;
  }

  .md\:pb-24 {
    padding-bottom: 24px;
  }

  .md\:pt-25 {
    padding-top: 25px;
  }

  .md\:pr-30 {
    padding-right: 30px;
  }

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

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

  .md\:pt-35 {
    padding-top: 35px;
  }

  .md\:pb-35 {
    padding-bottom: 35px;
  }

  .md\:pt-40 {
    padding-top: 40px;
  }

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

  .md\:pb-45 {
    padding-bottom: 45px;
  }

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

  .md\:pt-60 {
    padding-top: 60px;
  }

  .md\:pr-60 {
    padding-right: 60px;
  }

  .md\:pb-60 {
    padding-bottom: 60px;
  }

  .md\:pt-64 {
    padding-top: 64px;
  }

  .md\:pr-90 {
    padding-right: 90px;
  }

  .md\:static {
    position: static;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:left-0 {
    left: 0;
  }

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

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

  .md\:text-gray-300 {
    --tw-text-opacity: 1;
    color: rgba(118, 118, 118, var(--tw-text-opacity));
  }

  .md\:w-18 {
    width: 18px;
  }

  .md\:w-125 {
    width: 125px;
  }

  .md\:w-195 {
    width: 195px;
  }

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

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

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

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

  .md\:w-4\/12 {
    width: 33.333333%;
  }

  .md\:w-5\/12 {
    width: 41.666667%;
  }

  .md\:w-7\/12 {
    width: 58.333333%;
  }

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

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

@media (min-width: 1024px) {
  .lg\:inline-block {
    display: inline-block;
  }

  .lg\:flex {
    display: flex;
  }

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

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

  .lg\:text-xl {
    font-size: 1.25rem;
  }

  .lg\:text-xxxl {
    font-size: 1.875rem;
  }

  .lg\:text-4xl {
    font-size: 2.188rem;
  }

  .lg\:text-6xl {
    font-size: 3.125rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:py-50 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lg\:py-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .lg\:pl-20 {
    padding-left: 20px;
  }

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

  .lg\:pl-30 {
    padding-left: 30px;
  }

  .lg\:pt-45 {
    padding-top: 45px;
  }

  .lg\:pt-50 {
    padding-top: 50px;
  }

  .lg\:pt-60 {
    padding-top: 60px;
  }

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

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

  .lg\:pl-64 {
    padding-left: 64px;
  }

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

  .lg\:pt-130 {
    padding-top: 130px;
  }

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

  .lg\:w-180 {
    width: 180px;
  }

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

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

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

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

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

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

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

  .lg\:w-11\/12 {
    width: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .xl\:items-start {
    align-items: flex-start;
  }

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

  .xl\:-mx-20 {
    margin-left: -20px;
    margin-right: -20px;
  }

  .xl\:mb-45 {
    margin-bottom: 45px;
  }

  .xl\:mb-60 {
    margin-bottom: 60px;
  }

  .xl\:mb-70 {
    margin-bottom: 70px;
  }

  .xl\:mb-130 {
    margin-bottom: 130px;
  }

  .xl\:-mb-100 {
    margin-bottom: -100px;
  }

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

  .xl\:px-22 {
    padding-left: 22px;
    padding-right: 22px;
  }

  .xl\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xl\:px-80 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .xl\:py-95 {
    padding-top: 95px;
    padding-bottom: 95px;
  }

  .xl\:py-110 {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .xl\:pb-64 {
    padding-bottom: 64px;
  }

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

  .xl\:pl-110 {
    padding-left: 110px;
  }

  .xl\:pt-120 {
    padding-top: 120px;
  }

  .xl\:pb-130 {
    padding-bottom: 130px;
  }

  .xl\:pt-200 {
    padding-top: 200px;
  }

  .xl\:w-442 {
    width: 442px;
  }

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

  .xl\:w-5\/12 {
    width: 41.666667%;
  }

  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-9\/12 {
    width: 75%;
  }
}

