*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

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

/*
Remove the default font size and weight for headings.
*/

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

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

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

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

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

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

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

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

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {

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

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

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

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

  .container {
    max-width: 1536px;
  }
}
label {
  margin-top: 3rem;
  margin-bottom: 0.25rem;
  display: flex;
  flex-direction: column;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  vertical-align: middle;
  line-height: 1.625;
}
/*  */
label:first-child {
  margin-top: 1.25rem;
}
form {
  display: flex;
  flex-direction: column;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0px;
  padding-bottom: 0px;
}
fieldset {
  margin-top: 3.5rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0px;
  padding-bottom: 2.25rem;
}
select {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  height: 4rem;
  max-width: 100%;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(9 9 11 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {

  select {
    max-width: 35%;
  }
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.blur {
  --tw-blur: blur(8px);
  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);
}
#bar.bara_ambient {
  background: #4b5151;
  background: linear-gradient(to bottom, #4b5151 0, #0e0f0e 100%);
  flex-direction: row;
}
#bar div > div {
  padding: 41px 0;
}
@media (min-width: 600px) {
  #bar.bar_ambient div > div {
    width: 35%;
  }
  #bar div > div {
    padding: auto;
  }
}
.bar_ambient div > span.product {
  width: 35%;
}
#bar.bar_ambient h1.title {
  font-weight: 400;
  font-size: 4em;
}
#bar.bar_ambient h1.title .subtitle {
  font: 400 0.5em var(--section-title-font);
  font-style: italic;
  color: var(--section-color-secondary);
  text-indent: 7px;
  display: block;
}
@media (min-width: 1100px) {
  #bar > div {
    background-repeat: no-repeat;
    background-size: 41%;
    background-position: top right;
  }
  #bar.educacao > div {
    background-image: url(i/ambients/educacao.png);
  }
  #bar.hotel > div {
    background-image: url(i/ambients/hotel.png);
    background-position: 103% 85%;
  }
  #bar.corporativo > div {
    background-image: url(i/ambients/corporativo.png);
  }
  #bar.eventos > div {
    background-image: url(i/ambients/eventos.png);
  }
  #bar.igreja > div {
    background-image: url(i/ambients/igrejas.png);
  }
  #bar.homecinema > div {
    background-image: url(i/ambients/homecinema.png);
    background-position: 103% 60%;
  }
}
#produto-descricao .ambiente_info {
  margin-bottom: 22px;
}
#produto-descricao .ambiente_info a {
  font: 400 0.9em Arial;
}
.banner {
  display: none;
}
@media (min-width: 800px) {
  .banner {
    display: block;
    position: relative;
    height: 275px;
    overflow: hidden;
    margin-bottom: -45px;
    width: 100%;
  }
  .banner a {
    justify-content: flex-start;
    height: 240px;
    padding: 5px 50px 0;
    background-color: #000;
    background-image: url(./img/bnnrs/inovacao/bgInovacao.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
  }
  .banner a img.banner-inovacao {
    position: relative;
    margin: 0 200px 0;
    max-height: 70%;
  }
  .banner a img {
    display: block;
  }
  .banner a img.banner-webinarEpson-text {
    max-height: 70%;
  }
  .banner a img.banner-webinarEpson-logo {
    position: relative;
    margin: -15px 0 0 1.8em;
  }
  .banner #banners-lista .banner-webinarEpson-logo img {
    max-height: 150px;
  }
  @media (min-width: 870px) {
    .banner #banners-lista {
      height: 224px;
    }
  }
}
@media (min-width: 870px) {
  .banner a img.banner-webinarEpson-logo {
    margin: -15px 0 0 4.8em;
  }
}
#bar {
  border-bottom: 4px solid #f0f0f0;
  background: #0e0f0e;
  background: linear-gradient(to bottom, #0e0f0e 0, #4b5151 95%, #3b3d3f 100%);

  background: linear-gradient(to right, #434343 0%, #000000 80%);

  color: #fff;
}
#bar > div {
  display: flex;
  justify-content: center;
}
#bar h1 {
  color: var(--section-color-primary);
  font-weight: 400;
  font-size: 3.1em;
  font-family: "Open Sans", Arial, sans-serif;
  letter-spacing: -2px;
  text-shadow: rgba(11, 11, 10, 0.6) -1px 1px 1px;
}
#bar.bar_ambient h1 {
  text-align: left;
}
#bar p.description {
  font-weight: 400;
  padding-left: 5px;
  font-family: open_sansregular, Geneva, sans-serif;
  font-size: 1.25em;
  font-style: italic;
  color: var(--section-color-primary);
}
*,
:after,
:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100%;
  font-size: 16px;
}
ul {
  list-style: none;
}
h2 {
  font: 400 1.8em bebas_neue_regular, sans-serif;
  color: #999;
  clear: both;
  margin-left: 15px;
  margin-top: 35px;
}
@media (max-width: 799px) {
  .no-small-screen {
    display: none !important;
  }
}
#buscar-mostrar .off {
  opacity: 0.3 !important;
  cursor: default;
}
.alert {
  background: #fad160;
  font: 12px Verdana, sans-serif;
  text-align: center;
  padding: 15px 20px;
}
section {
  position: relative;
}
#content {
  margin: 0 auto;
  margin-top: 50px;
  width: 80%;
}
#content p {
  color: #666;
  font: 400 1.1em/1.5em "Open Sans", Geneva, sans-serif;
  letter-spacing: 0;
  margin-bottom: 23px;
}
#content a {
  font: 0.925em Verdana;
}
#content a:hover {
  text-decoration: none;
}
#root {
  padding-top: 0px;
}
#blogfeed {
  margin: 18px 19px;
  padding-bottom: 70px;
}
#blogfeed li {
  vertical-align: middle;
  margin-bottom: 22px;
  padding-bottom: 27px;
  min-width: 40%;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#blogfeed li:last-child {
  border-bottom: none;
}
#blogfeed li a {
  font: 1.5em open_sansregular, Arial, sans-serif;
  color: #666;
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (min-width: 800px) {
  #blogfeed li a {
    text-decoration: underline;
  }
  #blogfeed li a:hover {
    text-decoration: none;
  }
}
#blogfeed li img {
  float: left;
  margin-right: 18px;
}
#budget form p,
div#budget p {
  color: #666;
  font: 400 1.1em/1.5em "Open Sans", Geneva, sans-serif;
  letter-spacing: 0;
  margin-bottom: 23px;
  text-align: center;
}
form#budget {
  background-color: #333;
  text-align: center;
  display: block;
  transition: padding-top 0.4s ease-in-out;
}
body.js div.on form#budget {
  padding-top: 124px;
}
#search fieldset,
form#budget fieldset {
  height: 124px;
  position: relative;
  display: block;
}
#search form input,
form#budget input {
  width: 85%;
  border: medium none;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  font-size: 1.35em;
  box-shadow: 3px 3px 2px #242525;
  box-shadow: 3px 3px 2px #ccc;
  padding: 5px 7px;
  padding: 15px 21px;
  margin: 35px 0;
  color: #999;
  transition: color 0.25s ease-in-out 0s;
}
@media (min-width: 768px) {
  #search input,
  form#budget input {
    width: 62%;
    font-size: 1.8em;
  }
}
#search input.active,
form#budget input.active {
  color: #333;
}
#produto-descricao button {
  padding: 15px 30px;
  display: inline-block;
  margin: 10px auto;
  text-decoration: none;
  font: 0.9em Verdana !important;
  background-color: #0ac80a;
  border-radius: 5px;
  font-weight: 700;
  color: #043a09;
  -o-box-shadow: 0 7px 0 #33838c, 0 11px 16px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 7px 0 #397706, 0 11px 16px 0 rgba(0, 0, 0, 0.5);
  transition: all 0.1s ease;
}
#produto-descricao button:focus,
#produto-descricao button:hover {
  color: #032907;
  position: relative;
  top: 2px;
  -o-box-shadow: 0 5px 0 #33838c, 0 6px 14px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 5px 0 #295505, 0 6px 14px 0 rgba(0, 0, 0, 0.5);
}
#search button,
form#budget button {
  display: none;
  position: relative;
  top: -4px;
  left: 10px;
}
@media (min-width: 768px) {
  #search button,
  form#budget button {
    display: inline;
  }
}
#budget a.close,
form#budget a.fechar {
  background: #0092b5 none repeat scroll 0 0;
  border-radius: 19px;
  color: #fff;
  font: 800 16px Verdana;
  margin-left: 8px;
  padding: 9px 12px;
  position: absolute;
  right: 14px;
  text-decoration: none;
  top: 14px;
  transition: background 0.25s ease-in-out 0s;
}
@media (min-width: 768px) {
  form#budget a.fechar {
    top: -4px;
    margin-left: 20px;
  }
}
#search a.close:focus,
#search a.close:hover,
form#budget a.fechar:focus,
form#budget a.fechar:hover {
  background: #00668c;
}
div#budget {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  background: #f0f0f0 none repeat scroll 0 0;
}
div#budget .content {
  width: 70%;
  margin: 25px auto 0;
}
#budget table {
  font: 1.1em Verdana, sans-serif;
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}
#budget table td {
  background: #fff;
}
#budget table tr {
  border-bottom: 1px solid silver;
}
#budget table td:nth-child(2),
#budget table td:nth-child(4) {
  padding: 0 22px;
}
#budget table td img {
  display: block;
  max-width: 200px;
  margin: 0 auto;
}
#budget table input[type="number"] {
  width: 100%;
  min-width: 80px;
  max-width: 80px;
  padding: 15px;
  border: none;
  box-shadow: none;
  cursor: default;
  color: #000;
  display: block;
  margin: 0 auto;
}
#budget table a.discard {
  position: static;
  top: 0;
  right: 0;
  background: silver;
}
#budget table span {
  text-indent: 10px;
  color: #b7b7b7;
}
#budget table input:invalid {
  border: 1px solid red;
}
form#buscar {
  background-color: #333;
  text-align: center;
  display: block;
  transition: padding-top 0.4s ease-in-out;
}
body.js div.on form#buscar {
  padding-top: 124px;
}
#search fieldset,
form#buscar fieldset {
  height: 124px;
  position: relative;
  display: block;
}
#search form input,
form#buscar input {
  width: 85%;
  border: medium none;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  font-size: 1.35em;
  box-shadow: 3px 3px 2px #242525;
  box-shadow: 3px 3px 2px #ccc;
  padding: 5px 7px;
  padding: 15px 21px;
  margin: 35px 0;
  color: #999;
  transition: color 0.25s ease-in-out 0s;
}
@media (min-width: 768px) {
  #search input,
  form#buscar input {
    width: 62%;
    font-size: 1.8em;
  }
}
#search input.active,
form#buscar input.active {
  color: #333;
}
#search button,
form#buscar button {
  display: none;
  position: relative;
  top: -4px;
  left: 10px;
}
@media (min-width: 768px) {
  #search button,
  form#buscar button {
    display: inline;
  }
}
#search a.close,
form#buscar a.fechar {
  background: #0092b5 none repeat scroll 0 0;
  border-radius: 19px;
  color: #fff;
  font: 800 16px Verdana;
  margin-left: 8px;
  padding: 9px 12px;
  position: absolute;
  right: 14px;
  text-decoration: none;
  top: 14px;
  transition: background 0.25s ease-in-out 0s;
}
@media (min-width: 768px) {
  form#buscar a.fechar {
    top: -4px;
    margin-left: 20px;
  }
}
#search a.close:focus,
#search a.close:hover,
form#buscar a.fechar:focus,
form#buscar a.fechar:hover {
  background: #00668c;
}
div#search {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  background: #f0f0f0 none repeat scroll 0 0;
}
div#search .content {
  width: 70%;
  margin: 25px auto 0;
}
input[type="button"] {
  cursor: pointer;
  border-radius: 7px;
}
input[type="button"]:focus,
input[type="button"]:hover {
  background: #00668c;
}
#buttonBudgetKeepShopping {
  margin: 15px 0 30px;
  width: 100%;
}
.buttonClose {
  background: #0092b5;
  border-radius: 19px;
  color: #fff;
  font: 800 16px Verdana;
  padding: 9px 12px;
  text-decoration: none;
  transition: background 0.25s ease-in-out 0s;
}
a.buttonClose:focus,
a.buttonClose:hover {
  background: #00668c;
}
a.buttonCloseDiscard {
  background: #ccc;
}
#creditslinks {
  text-align: center;
  opacity: 0.9;
}
#creditslinks a {
  font: 0.7em Arial, sans-serif;
  color: #939393;
  text-decoration: none;
}
#creditslinks a:hover {
  text-decoration: underline;
}
.galeria {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.galeria li {
  max-width: 46%;
  margin-bottom: 20px;
}
.galeria img {
  max-width: 100%;
}
span.error {
  background: pink none repeat scroll 0 0;
  padding: 4px 8px;
  line-height: 25px;
}
body,
html {
  position: relative;
}
form.filters {
  text-align: center;
  margin-top: 15px;
}
.overflowHidden {
  overflow: hidden;
}
div.show {
  display: flex;
  flex-direction: column;
  opacity: 1;
  animation: fadeIn 0.8s ease-in;
}
div.disappear {
  animation: fadeOut 0.6s ease-in;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    display: none;
  }
  to {
    opacity: 1;
    display: block;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
    display: none;
  }
}
.is-paused {
  animation-play-state: paused;
}
.elementClose {
  display: table;
  margin: 20px auto 20px;
  background: #0092b5;
  border-radius: 19px;
  color: #fff;
  font: 800 0.965em open_sansregular, Arial, sans-serif;
  padding: 9px 22px;
  text-decoration: none;
  transition: background 0.25s ease-in-out 0s;
}
a.elementClose:focus,
a.elementClose:hover {
  background: #00668c;
}
a.elementCloseDiscard {
  background: #ccc;
}
form.filters button:active,
form.filters button:focus,
form.filters button:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0 !important;
}
form.filters button:-moz-focus-inner,
form.filters button:-moz-focusring {
  color: red;
  outline: 0;
}
form.filters button,
form.filters select {
  outline: 0 !important;
  background: 0 0;
  color: #333;
  margin: 0;
  line-height: inherit;
  cursor: pointer;
  font-size: 1em;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ccc;
  background-image: url(arrow-grey-down.png) !important;
  background-repeat: no-repeat;
  background-size: 11px !important;
  padding: 5px 29px 5px 15px;
  line-height: 28px;
  border-radius: 4px !important;
  background-position-x: calc(100% - 10px) !important;
  background-position-y: center !important;
  margin-left: 12px;
}
form.filters button[type="submit"] {
  background-image: none !important;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  background: #212423;
  color: #fff;
  box-shadow: none !important;
  margin-top: 15px;
}
@media (min-width: 1000px) {
  form.filters button[type="submit"] {
    margin-top: 0;
  }
}
form.filters select {
  display: block;
  width: 100%;
  margin: 17px auto;
}
@media (min-width: 1000px) {
  form.filters select {
    display: inline;
    width: auto;
    padding: 0 0 0 15px;
    margin: 0 0 0 12px;
  }
}
form.filters_clean {
  transition: 1s ease;
  text-align: center;
  font: 1em/1.265em Arial, sans-serif;
}
form.filters_clean:hover {
  text-decoration: none;
}
form.filters label {
  display: block;
  width: 90%;
  padding: 12px 0;
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 600px) {
  form.filters label {
    display: inline;
    padding: 0;
    line-height: 60px;
    margin-left: 18px;
  }
}
.filter_status {
  background-color: #fff;
  border-radius: 6px;
  display: block;
  text-align: center;
  transition: 4s ease;
  font: 400 0.9em Verdana, sans-serif !important;
  padding: 10px;
}
.filter_status.alert {
  background-color: #f7df2a;
  padding: 10px !important;
  font: 400 0.9em Verdana, sans-serif !important;
}
.windowover .filters_window ul {
  width: 50%;
  margin: 0 auto;
  list-style: none;
}
.windowover #filters_window li {
  border-bottom: 1px solid #ccc;
}
.windowover #filters_window li a {
  display: block;
  padding: 18px 22px;
  color: #333;
  font-size: 1.75em;
  text-decoration: none;
}
.windowover #filters_window li a span {
  margin-left: 12px;
  font-size: 0.9em;
  font-style: italic;
  color: #666;
}
@media (min-width: 600px) {
  .windowover #filters_window li a:hover {
    color: #fff;
    background: #333;
  }
}
.windowover #filters_window h1 {
  font: 400 1.7em bebas_neue_regular, sans-serif;
  text-align: center;
  width: 100%;
  padding: 26px 0 20px;
}
div#windowover div.content {
  width: 70%;
  margin: 25px auto 0;
  flex: 1;
}
.windowover {
  height: 100vh;
  min-height: 100%;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  overflow-y: scroll;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  opacity: 0;
  background: #f0f0f0 none repeat scroll 0 0;
  transition: all 0.85s ease-in-out 0s;
}
@font-face {
  font-family: "Bebas Neue";
  src: url(../../../font/bebasneue_regular-webfont.eot);
  src: url(../../../font/bebasneue_regular-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../../../font/bebasneue_regular-webfont.woff2) format("woff2"),
    url(../../../font/bebasneue_regular-webfont.woff) format("woff"),
    url(../../../font/bebasneue_regular-webfont.ttf) format("truetype"),
    url(../../../font/bebasneue_regular-webfont.svg#bebas_neue_regular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Open Sans";
  src: url(../../../font/opensans-regular-webfont.eot);
  src: url(../../../font/opensans-regular-webfont.eot?#iefix)
      format("embedded-opentype"),
    url(../../../font/opensans-regular-webfont.woff2) format("woff2"),
    url(../../../font/opensans-regular-webfont.woff) format("woff"),
    url(../../../font/opensans-regular-webfont.ttf) format("truetype"),
    url(../../../font/opensans-regular-webfont.svg#open_sansregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
footer {
  clear: both;
  margin-top: 104px;
  padding: 50px 2px;
  position: relative;
  background: #f6f6f6 none repeat scroll 0 0;
}
footer a.logo > img {
  display: block;
  position: relative;
  margin: -97px auto 21px;
}
@media (min-width: 400px) {
  footer a.logo > img {
    position: absolute;
    left: 5%;
    top: -51px;
    margin: 0 auto;
  }
}
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
footer li {
  padding-bottom: 20px;
  text-align: center;
  min-width: 190px;
}
@media (min-width: 400px) {
  footer ul li.atendimento,
  footer ul li.endereco {
    max-width: 30%;
  }
  footer ul li.telefones {
    max-width: 10%;
    text-align: center;
  }
  footer ul li.email {
    max-width: 20%;
  }
  footer li {
    text-align: left;
    padding-bottom: 0;
  }
}
footer ul li,
footer ul li a {
  color: #333;
  font: 0.835em "Open Sans", Geneva, sans-serif;
  letter-spacing: 0;
}
footer ul li a {
  text-decoration: none;
  word-wrap: break-word;
}
footer ul li a:hover {
  text-decoration: underline;
}
footer ul li address {
  font: inherit;
}
footer li img {
  display: block;
  margin: 0 auto;
}
@media (min-width: 400px) and (max-width: 572px) {
  footer li img {
    padding-top: 35px;
  }
  footer ul li.atendimento {
    vertical-align: center;
  }
}
@media (min-width: 400px) {
  footer li img {
    margin-bottom: 12px;
    margin-top: -20px;
  }
}
#cadastro-form {
  padding: 20px 0;
}
#cadastro-form button[type="submit"] {
  margin: 0 auto;
  display: block;
}
#cadastro-form span.error {
  margin-left: 8px;
}
#cadastro #resposta {
  border-radius: 10px !important;
}
#cadastro #content .alert {
  background: #f6f6f6;
}
#cadastro #content .alert p {
  font: 1.4em Verdana, sans-serif !important;
}
#produto-descricao button {
  font: 0.8em Verdana;
  padding: 15px 30px;
  margin-top: 22px;
  width: 100%;
}
button {
  -moz-appearance: none;
  border: none;
  border-radius: 3px;
  box-shadow: 0 -0.3em 0 rgba(0, 0, 0, 0.2) inset;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 1px;
  transition: all 0.25s ease-in-out 0s;
  vertical-align: middle;
  background: #00668c;
  padding: 11px 19px;
  padding: 15px 13px;
  color: #fff;
  font: 0.9em Verdana;
  font: 1.1em Verdana;
}
button:focus,
button:hover {
  background: #0092b5;
}
fieldset {
  border: none;
  margin-bottom: 40px;
}
button,
input {
  outline: 0;
}
input {
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  box-shadow: 3px 3px 2px #ccc;
  color: #999;
  font-size: 1em;
  margin: 35px 0;
  margin: 9px 0 36px;
  width: 100%;
  padding: 15px 21px;
  transition: color 0.25s ease-in-out 0s;
}
@media (min-width: 600px) {
  input {
    font-size: 1.35em;
  }
}
input.alert,
input.error,
select.alert {
  border-color: #dc143c;
}
input.alert,
select.alert {
  text-align: left;
}
select.alert option {
  padding: 0;
}
label {
  display: block;
  font: 0.9em Verdana, sans-serif;
}
legend {
  color: #999;
  display: block;
  font: 800 1.325em Verdana;
  letter-spacing: -1px;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
p.tip {
  padding-top: 2px;
  color: #d80d1d !important;
  font-style: italic !important;
  text-align: left !important;
}
option {
  font: 1em Verdana;
  padding: 15px 21px;
  color: #000;
}
select {
  display: block;
  font: 1em Verdana;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  box-shadow: 3px 3px 2px #ccc;
  color: #999;
  font-size: 1em;
  margin: 35px 0;
  margin: 9px 0 36px;
  padding-left: 21px;
  width: 100%;
}
textarea {
  display: block;
  font-size: 1.25rem;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  box-shadow: 3px 3px 2px #ccc;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  margin: 35px 0;
  margin: 9px 0 36px;
  padding: 15px 21px;
  width: 100%;
}
textarea:focus {
  color: rgb(3 7 18 / var(--tw-text-opacity));
}
header {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  min-height: auto;
  z-index: 99;
}
@media (min-width: 800px) {
  header {
    display: block;
    min-height: 124px;
  }
}
header #navs {
  display: none;
  order: 1;
  width: 100%;
}
@media (min-width: 800px) {
  header #navs {
    display: block;
  }
}
header nav a {
  font-family: Arial, sans-serif;
  color: #2b2b2b;
  font-weight: 400;
  font-size: 1em;
  text-decoration: none;
  padding: 0.4em 0.3em;
}
@media (min-width: 800px) {
  header nav a {
    padding: 0.4em 0.2em;
  }
}
@media (min-width: 1040px) {
  header nav a {
    font-size: 1.2em;
    padding: 0.4em 0.7em;
    margin-right: 20px;
  }
}
header nav a {
  background: #fff;
}
header nav a:hover {
  background: #333;
}
@media (min-width: 800px) {
  header nav a:hover {
    background: #fff;
  }
  header nav ul ul a:hover {
    background: #333;
  }
  header nav a span {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-color: #fff;
    transition: border-color 0.5s ease;
  }
  header nav a:focus span,
  header nav a:hover span {
    border-color: #666;
  }
  header nav .buscar a:focus span,
  header nav .buscar a:hover span {
    border-color: #fff;
  }
}
#logo-container {
  padding-left: 10px;
  width: 100%;
}
a#logo {
  float: none;
  display: block;
  left: -35px;
  padding-top: 15px;
  position: relative;
  width: 76%;
  margin: 0 auto;
}
@media (min-width: 450px) {
  a#logo {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 800px) {
  a#logo {
    display: table-cell;
    float: left;
    max-width: 260px;
    max-height: 88px;
    padding-top: 21px;
  }
}
a#logo img {
  height: auto;
  width: 100%;
  max-width: 268px;
}
@media (min-width: 800px) {
  #menu {
    float: left;
    margin-top: 48px;
  }
}
#menu > ul > li {
  display: table;
  width: 100%;
}
@media (min-width: 800px) {
  #menu > ul > li {
    display: block;
    width: auto;
    float: left;
  }
}
#menu > ul > li a {
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
@media (min-width: 800px) {
  #menu > ul > li > a {
    clear: both;
  }
  #menu > ul > li > ul {
    float: none;
    position: absolute;
    left: -1000px;
    opacity: 0;
    z-index: 99;
    transition: opacity 0.5s ease;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.4) !important;
  }
  #menu > ul li.sub:hover > ul {
    left: auto;
    opacity: 1;
  }
  #menu > ul > li a {
    display: block;
    text-align: left;
    width: auto;
    border-bottom: none;
    float: none;
  }
}
#menu-login {
  min-width: auto;
}
@media (min-width: 800px) {
  #menu-login {
    float: right;
    margin-top: 59px;
  }
}
#menu-login li {
  display: table;
  width: 100%;
}
@media (min-width: 800px) {
  #menu-login li {
    display: block;
    width: auto;
    float: left;
  }
}
#menu-login li a {
  display: block;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
#buscar-mostrar {
  display: block;
  width: 45px !important;
  height: 45px;
  position: absolute;
  right: 0;
  top: 59px;
}
@media (min-width: 800px) {
  #menu-login li a {
    display: inline;
    text-align: left;
    width: auto;
    border-bottom: none;
  }
}
#menu-login li.buscar {
  margin: 0;
  padding: 0;
  width: 45px;
  display: block;
}
#buscar-mostrar a {
  display: block;
  padding-left: 0;
  padding-right: 0;
  text-indent: -9999px;
  width: 45px;
  margin: -2px 0 0;
  transition: opacity 0.25s ease-in-out 0s;
}
#buscar-mostrar a:hover {
  opacity: 0.7;
}
#buscar-mostrar a span {
  background: url(img/busca-icon.png) no-repeat;
  display: block;
  width: 45px;
  height: 45px;
}
@media (max-width: 799px) {
  #buscar-mostrar {
    right: 8px;
    top: 65px;
  }
}
#buscar-mostrar a span {
  background: url(img/busca-icon.png) no-repeat;
  display: block;
  width: 45px;
  height: 45px;
}
#vitrine-marcas #marcas-lista {
  display: block;
}
@media (min-width: 500px) {
  #vitrine-marcas #marcas-lista li a {
    transition: opacity 0.5s ease;
  }
  #vitrine-marcas #marcas-lista li a:hover {
    opacity: 0.4;
  }
}
body {
  position: relative;
}
button.hamburger {
  position: absolute;
  top: 2px;
  right: 6px;
  z-index: 10;
  padding: 14px 7px 11px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: none;
  box-shadow: none;
}
button.is-active {
  border: 1px solid #0e6f93;
}
@media (min-width: 800px) {
  button.hamburger {
    display: none;
  }
}
.iframe-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
}
.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.js header {
  position: absolute;
  width: 100%;
  z-index: 5;
  height: 124px;
}
body.js header,
body.js header #buscar-mostrar,
body.js header #menu,
body.js header #menu-login,
body.js header a#logo,
body.js header a#logo img {
  transition: all 1.3s cubic-bezier(0.57, 0.33, 0.03, 0.94) 0s;
}
@media (min-width: 800px) {
  body.js header.resize {
    height: 80px !important;
    min-height: auto;
  }
  body.js header.resize a#logo {
    padding-top: 7px !important;
    max-width: 213px;
  }
  body.js header.resize a#logo img {
    margin-left: 7px;
    max-width: 196px;
  }
  body.js header.resize #menu,
  body.js header.resize #menu-login {
    margin-top: 21px;
  }
  body.js header.resize #buscar-mostrar {
    top: 33px;
  }
  body.js header {
    background: #fff;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1) !important;
    position: fixed;
    z-index: 99;
    width: 100%;
  }
  body.js #root {
    transition: all 1.3s cubic-bezier(0.57, 0.33, 0.03, 0.94) 0s;
  }
}
a#link_lampada {
  font: 400 0.9em Verdana, sans-serif;
  display: flex;
  padding: 5px 9px;
  border: 1px solid #ccc;
  border-radius: 12px;
  margin-bottom: 20px;
  min-height: 150px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 2s;
  text-align: center;
}
a#link_lampada:hover {
  border-color: #666;
  text-decoration: underline;
}
a#link_lampada img {
  display: block;
  float: left;
}
a#link_lampada strong {
  display: block;
  float: left;
  font-weight: 400;
  padding: 0 11px;
}
a#link_lente {
  font: 400 0.9em Verdana, sans-serif;
  display: flex;
  padding: 5px 9px;
  border: 1px solid #ccc;
  border-radius: 12px;
  margin-bottom: 20px;
  min-height: 150px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 2s;
  text-align: center;
}
a#link_lente:hover {
  border-color: #666;
  text-decoration: underline;
}
a#link_lente img {
  display: block;
  float: left;
}
a#link_lente strong {
  display: block;
  float: left;
  font-weight: 400;
  padding: 0 11px;
}
a {
  font-family: bebas_neue_regular, sans-serif;
  font-size: 1.9em;
  outline: 0;
}
a:hover {
  text-decoration: none;
}
a.link_likebigbutton {
  font: 400 0.9em Verdana, sans-serif;
  display: flex;
  padding: 5px 9px;
  border: 1px solid #ccc;
  border-radius: 12px;
  min-height: 150px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: all 2s;
  flex-direction: column;
  text-align: center;
  margin-top: 12px;
}
a.link_likebigbutton:hover {
  text-decoration: none;
}
a.link_likebigbutton img {
  max-width: 400px;
  width: 80%;
  padding-top: 10px;
}
a.link_likebigbutton strong {
  font-weight: 400;
  padding: 11px 11px;
}
form#login {
  background-color: #333;
  text-align: center;
  display: block;
  transition: padding-top 0.4s ease-in-out;
}
body.js div.on form#login {
  padding-top: 124px;
}
#search fieldset,
form#login fieldset {
  height: 124px;
  position: relative;
  display: block;
}
#search form input,
form#login input {
  width: 85%;
  border: medium none;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  font-size: 1.35em;
  box-shadow: 3px 3px 2px #242525;
  box-shadow: 3px 3px 2px #ccc;
  padding: 5px 7px;
  padding: 15px 21px;
  margin: 35px 0;
  color: #999;
  transition: color 0.25s ease-in-out 0s;
}
@media (min-width: 768px) {
  #search input,
  form#login input {
    width: 62%;
    font-size: 1.8em;
  }
}
#search input.active,
form#login input.active {
  color: #333;
}
#search button,
form#login button {
  display: none;
  position: relative;
  top: -4px;
  left: 10px;
}
@media (min-width: 768px) {
  #search button,
  form#login button {
    display: inline;
  }
}
#login a.close,
form#login a.fechar {
  background: #0092b5 none repeat scroll 0 0;
  border-radius: 19px;
  color: #fff;
  font: 800 16px Verdana;
  margin-left: 8px;
  padding: 9px 12px;
  position: absolute;
  right: 14px;
  text-decoration: none;
  top: 14px;
  transition: background 0.25s ease-in-out 0s;
}
@media (min-width: 768px) {
  form#login a.fechar {
    top: -4px;
    margin-left: 20px;
  }
}
#search a.close:focus,
#search a.close:hover,
form#login a.fechar:focus,
form#login a.fechar:hover {
  background: #00668c;
}
div#login {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  background: #f0f0f0 none repeat scroll 0 0;
}
div#login .content {
  width: 70%;
  margin: 25px auto 0;
}
#vitrine-marcas #marcas-lista {
  vertical-align: middle;
  align-items: center;
}
#marcas-lista {
  padding: 19px;
}
#vitrine-marcas #marcas-lista li {
  width: 100%;
}
#marcas-lista li {
  padding: 9px;
  text-align: center;
  float: left;
  width: auto;
}
#vitrine-marcas #marcas-lista li a {
  padding: 2px;
  display: inline-block;
  max-width: 150px;
  max-height: 150px;
}
#marcas-lista li a {
  display: block;
  height: 100px;
  line-height: 98px;
  vertical-align: middle;
}
#vitrine-marcas #marcas-lista div a img,
#vitrine-marcas #marcas-lista li a img {
  max-width: 100%;
  max-height: 100%;
}
.item {
  height: 100px;
  position: relative;
}
.item > a {
  display: flex !important;
  height: 100%;
  width: 100%;
  transition: opacity 0.5s ease;
}
#marcas-lista .item {
  float: left;
}
#vitrine-marcas .item > a {
  align-items: center;
}
#vitrine-marcas .item > a:hover {
  opacity: 0.4;
}
#vitrine-marcas .item img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 500px) {
  .owl-pagination {
    display: none;
  }
}
@media (min-width: 500px) {
  .owl-buttons {
    display: none;
  }
}
body#marcas div.diff {
  display: table;
  padding-bottom: 30px;
}
.no-small-screen {
  margin-top: -5px;
}
@media (min-width: 995px) {
  .no-small-screen {
    margin-top: -1px;
  }
}
.mktlist {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 35px;
  min-height: 200px;
  width: 100%;
  max-width: 1200px;
  background-color: #000001;
  background-image: url(../../img/projetor-form.png);
  background-repeat: no-repeat;
  background-position-x: -205px;
  background-position-y: 0;
  font-size: 1.3em;
  height: 200px;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 400px) {
  .amktlist {
    background-position-x: -205px;
    font-size: 1.6em;
  }
}
@media (min-width: 600px) {
  .mktlist {
    background-position-x: -125px;
    font-size: 1.7em;
  }
}
@media (min-width: 900px) {
  .mktlist {
    background: url(../../img/projetor-form.png),
      linear-gradient(90deg, rgba(0, 0, 0, 1) 84%, rgba(9, 9, 121, 1) 100%);
    background-repeat: no-repeat;
    background-position-x: -5px;
    font-size: 1.8em;
  }
}
a.mktlist:hover {
  text-decoration: underline;
}
.epsonlist {
  display: block;
  max-width: 50%;
  padding-right: 15%;
  color: #fff;
}
.btn-budget {
  background: #007aab none repeat scroll 0 0;
  border: 1px solid #0a80af;
  border-radius: 4px;
  color: #fff;
  display: table;
  font: 0.825em Trebuchet MS, sans-serif;
  text-decoration: none;
  margin-top: 18px;
  padding: 9px 24px 10px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) inset,
    0 0 22px rgba(0, 0, 0, 0.2) inset;
}
.btn-budget:hover {
  box-shadow: none;
}
#produto-descricao {
  margin: 0 auto;
  padding-bottom: 60px;
  width: 86%;
  color: #666;
  font: 1.27em Arial;
}
#produto-descricao dl {
  clear: both;
  padding-bottom: 25px;
  max-width: 100%;
}
#produto-descricao dl dt {
  padding-bottom: 4px;
  color: #999;
}
#produto-descricao dl dd {
  line-height: 1.45em;
  margin-bottom: 35px;
}
@media (min-width: 600px) {
  #produto-descricao dl dd {
    padding-left: 23px;
  }
}
#produto-imagem {
  display: flex;
  align-items: center;
  max-width: 750px;
}
@media (min-width: 815px) {
  #produto-imagem {
    min-height: 375px;
    align-items: flex-start;
  }
}
#produto-imagem img {
  display: block;
  height: auto;
  max-width: 400px;
  margin: 0 auto;
}
#produto-resumo {
  max-width: 600px;
  color: #666;
  font: 1.25em Arial, sans-serif;
  letter-spacing: -1px;
  padding-bottom: 35px;
  margin-bottom: 0;
  border-bottom: 1px solid #f0f0f0;
}
@media (min-width: 815px) {
  #produto-resumo {
    padding-left: 28px;
    padding-top: 61px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
#produto-topo-resumo {
  display: block;
}
@media (min-width: 815px) {
  #produto-topo-resumo {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
}
#produto-resumo-fixo {
  display: none;
  position: fixed;
  width: 467px;
  height: 352px;
  top: 251px;
  right: 181px;
  background: #ff0;
}
.preco {
  background: #f60 none repeat scroll 0 0;
  border: 1px solid #f60;
  border-radius: 17px;
  box-shadow: -4px 5px 6px 0 rgba(50, 50, 50, 0.5);
  color: #fff;
  display: table;
  font-family: Arial, sans-serif;
  font-size: 1.3em;
  margin-top: 18px;
  padding: 7px 16px 4px;
}
.preco-rs {
  letter-spacing: -6px;
  position: relative;
  top: -6px;
}
.preco-parte-0 {
  font-size: 1.8em;
  letter-spacing: -5px;
}
.preco-parte-1 {
  letter-spacing: -4px;
  position: relative;
  top: -5px;
}
#especificacao {
  background: rgba(0, 0, 0, 0) url(i/icon-pdf.png) no-repeat scroll 0 1px;
  color: #1a1c8f;
  display: block;
  font: 0.625em Verdana, sans-serif;
  margin-top: 15px;
  padding: 5px 5px 6px 30px;
  right: 6px;
  top: 7px;
}
#especificacao:hover {
  text-decoration: none;
}
@media (min-width: 600px) {
  #produto-descricao table {
    border: 1px solid #333;
    box-shadow: 1px 1px 1px #a8a8a8;
  }
}
#produto-descricao table th {
  background: #333 none repeat scroll 0 0;
  color: #fff;
  padding: 2px 0 0 15px;
  text-align: left;
}
@media (min-width: 600px) {
  #produto-descricao table tbody tr {
    text-indent: 10px;
    margin-bottom: 10px;
  }
}
#produto-descricao table tbody tr td {
  padding: 5px 5px;
}
table,
tbody,
td,
th,
thead,
tr {
  display: block;
}
thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
#produto-descricao table tbody tr td {
  border: none;
  border-bottom: 1px solid #eee;
  position: relative;
  padding-left: 50%;
}
#produto-descricao table td:before {
  position: absolute;
  left: 6px;
  width: 45%;
  padding-right: 10px;
}
#produto-descricao table tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
@media (min-width: 1000px) {
  #produto-descricao ul.thumb {
    margin-bottom: 60px;
  }
}
#produto-descricao ul.thumb li {
  padding-bottom: 15px;
  display: block;
}
#produto-descricao ul.thumb img {
  max-width: 99%;
  margin: 19px auto;
  display: block;
}
@media (min-width: 801px) {
  #produto-descricao ul.thumb {
    margin-bottom: 0;
  }
  #produto-descricao ul.thumb img {
    max-height: 80px;
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 600px) {
  th,
  tr {
    font-size: 0.79em;
  }
  table {
    display: table;
  }
  thead {
    display: table-header-group;
  }
  tbody {
    display: table-row-group;
  }
  tr {
    display: table-row;
  }
  td,
  th {
    display: table-cell;
  }
  thead tr {
    position: static;
    top: 0;
    left: 0;
  }
  #produto-descricao table tbody tr td {
    border: none;
    border-bottom: none;
    position: relative;
    padding-left: 0;
  }
  #produto-descricao table td:before {
    position: static;
    left: 0;
    width: 0;
    padding-right: 0;
  }
}
@media (max-width: 599px) {
  table.tela1 td:nth-of-type(1):before {
    content: "Código";
  }
  table.tela1 td:nth-of-type(2):before {
    content: "Área";
  }
  table.tela1 td:nth-of-type(3):before {
    content: "Formato";
  }
  table.tela1 td:nth-of-type(4):before {
    content: "Matt White 1";
  }
  table.tela1 td:nth-of-type(5):before {
    content: "Dual Vision";
  }
}
#produto-descricao p.solo {
  padding: 40px 0 20px;
}
#produtos-lista {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
#produtos-lista li {
  min-width: 195px;
  border: 1px solid #f6f6f6;
  border-radius: 5px;
  overflow: hidden;
  max-width: 77%;
  margin: 0.6em 0;
}
@media (min-width: 320px) {
  #produtos-lista li {
    max-width: 87%;
    border-width: 0 0 1px 0;
  }
}
@media (min-width: 430px) {
  #produtos-lista li {
    max-width: 47%;
    border-width: 1px;
  }
}
@media (min-width: 630px) {
  #produtos-lista li {
    max-width: 32%;
  }
}
@media (min-width: 760px) {
  #produtos-lista li {
    min-width: 200px;
    max-width: 31%;
  }
}
@media (min-width: 900px) {
  #produtos-lista li {
    max-width: 23%;
  }
}
#produtos-lista li a {
  color: #666;
  text-decoration: none;
  font-size: 1.2em;
  overflow: hidden;
  letter-spacing: -2px;
  padding-bottom: 1.9em;
}
#produtos-lista li a h1 {
  padding: 0 0.9em;
  margin-bottom: 10px;
  color: #333;
  font: 400 1.1em/1.1em "Open Sans", Arial, sans-serif;
  letter-spacing: 0;
  position: relative;
  transition: color 1.3s ease;
}
#produtos-lista li a:focus h1,
#produtos-lista li a:hover h1 {
  color: #00668c;
}
#produtos-lista li a p {
  padding: 0 1.2em 1.9em;
  padding: 0 1.2em;
  color: #999;
  font: 1em/1.265em "Open Sans", Arial, sans-serif;
  letter-spacing: -1px;
  position: relative;
}
#produtos-lista li a p.ambiente_info {
  font: italic 0.89em Arial, sans-serif;
  color: #666;
  letter-spacing: 0;
  margin-bottom: 5px;
}
#produtos-lista li img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 15px;
}
#produtos-lista li a:focus img,
#produtos-lista li a:hover img {
  transform: scale(1.2);
}
@media (min-width: 768px) {
  #produtos-lista li span {
    display: flex;
    height: 225px;
    vertical-align: middle;
    line-height: 225px;
    align-items: center;
  }
}
.section_description {
  background: #004378;
  color: #fff;
  background: #fff;
  color: #666;
  line-height: 33px;
  atext-align: center;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.section_description ul {
  margin: 0;
  margin-top: 10px;
  align-self: center;
}
.section_description ul.odd {
  aalign-self: flex-end;
}
.section_description ul li {
  list-style: none;
  min-height: 100px;
  width: auto;
  margin-bottom: 9px;
  padding: 66px 28px 3px;
  padding: 15px 28px 3px 73px;
  aborder: 1px solid red;
  font: 1em/1.62em "Open Sans", Arial, sans-serif;
  background-position: 0 7px;
  background-repeat: no-repeat;
}
.section_description ul.noicon li {
  padding: 15px 61px 3px 38px;
  margin-bottom: 18px;
}
.section_description ul li span {
  display: block;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-position: center 12px;
  background-repeat: no-repeat;
}
.section_description ul li.oneline {
  padding-top: 29px;
}
@media (min-width: 1100px) {
  .section_description ul li.oneline {
    padding-top: 39px;
  }
  .section_description ul {
    margin: 0;
    margin-top: 10px;
    align-self: center;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  .section_description ul li {
    padding: 25px 61px 3px 61px;
    background-position: -9px 14px;
    line-height: 23px;
    vertical-align: middle;
    margin: 0 auto;
    width: 28%;
  }
  .section_description ul li span {
    display: inline-table;
  }
}
.section_description ul li.icon-lamp {
  background-image: url(i/icons/lamp.png);
}
.section_description ul li.icon-lampfree {
  background-image: url(i/icons/lampfree.png);
}
.section_description ul li.icon-maintanace {
  background-image: url(i/icons/maintanace.png);
}
.section_description ul li.icon-noheat {
  background-image: url(i/icons/noheat.png);
}
.section_description ul li.icon-quickstart {
  background-image: url(i/icons/quickstart.png);
}
.section_description ul li.icon-prize {
  background-image: url(i/icons/prize.png);
}
.section_description ul li.icon-lifecycle {
  background-image: url(i/icons/lifecycle.png);
}
.section_description ul li.icon-calendar {
  background-image: url(i/icons/calendar.png);
}
.section_description p {
  align-self: center;
  padding: 24px 22px;
  font-size: 1.1em;
  text-align: center;
}
@media (min-width: 1100px) {
  .section_description p {
    max-width: 70%;
  }
}
.section_description .imghold {
  width: 90%;
  background: url(i/projetorcasiolaserled-hs.jpg) no-repeat center top;
  background-size: 100%;
}
.section_description ul li a {
  color: #00668c;
}
.section_description ul li a:hover {
  text-decoration: none;
}
:root {
  --border-red: 1px solid red;
  --section-title-font: "Times New Roman";
  --section-color-primary: #fff;
  --section-color-secondary: #f04c4f;
}
#tireasduvidas {
  font: 1.1em "Open Sans", Verdana;
}
#tireasduvidas ul {
  display: flex;
  flex-flow: wrap;
}
#tireasduvidas ul li {
  max-width: 50%;
}
#tireasduvidas ul li h1 {
  color: #5fc211;
}
#tireasduvidas img {
  max-width: 290px;
}
#aviso_geral {
  background: #fad160 none repeat scroll 0 0;
  color: #ac2638;
  font: 800 15px Verdana, sans-serif;
  padding: 12px 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999;
}
#aviso_geral a {
  color: #ac2638;
  font: 800 15px Verdana, sans-serif !important;
}
.whatsbutton {
  height: 50px;
  overflow: hidden;
}
.whatsapp {
  clear: both;
  position: relative;
  top: -14px;
  padding: 10px 0;
}
.whatsapp:focus {
  border: 0;
  outline: 0 !important;
}
.whatsapp span {
  border-radius: 4px;
  background: #25d366;
  color: #fff;
  font-size: 13px;
  padding: 6px 8px;
  display: inline-block;
  outline: 0;
  cursor: pointer;
}
.whatsapp a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.whatsapp-icon {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAHgAAAB4CAMAAAAOusbgAAAAsVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+3mHKcAAAAOnRSTlMA+wPs96LwyQ2be29MGLeoBpAcEvTEYDgqzyDh29iVf3bAi2VXRufTCrFALrs8MyXdhGpUFVDjiKxbh+2tSQAABqlJREFUaN7Fm3f7myAQx0/jjNn5mWX2Tpq9y/t/YX26BAQRkT79/Je2egFufI9LIT+N3nPqH/pR6Qshq/TazOzy8rSFf8ugYw8NxCP6BD34N2yX/gUJWdcXbdCMefQdJIFx6Ojc9db7haQp+d90HWzTQvk4dKE432wD5SesQDGqNlJkVsTJzcBByhhNDxQ59hEfx7Xf5WBxv3eC6dsPS4jPawkqNN6Iw1dtuq9Cgnb39uFar3sKvuwihk25a6Z7YRCyT1xOkJNniY3PY2a8T4fMSU9MyMMcJejf5V6wryWf/GxzeLPPhqV64LsPkMSrJY52D7noHRLPt0CKdkj78aQBealEdNn6JmV3Q0dEFRTw5gblmD2Jskut1wpAkf2ayiWDzLRBne+oQIV7UG8aZmycWUcEdqGibk4o3/bk4/cNBemQB70zRd5I2p1CYVaO3PsGRJ40lqCBLvnGY6pjkQ7dAS10v4hwTnOwJsIEoIkKcc414HIi/skVtPHdyNhGs0+kK9BImchgPMEfENHuaW0GiEzic/Qk9nzrBFp5vLBns4qbSFkL0MzRwILCTNZQQ+x759O3wYCsj6qC5g40Nt5oTiFZDn8HouoZbCO85MSC8ILLwDCJtYQJajxRDK2ifFwJ2f2c4qe+gyI7XKYoXYr7wafg2+Knskn3oRU3xjdsnFEKWznS6tzshHU4W5PoftFWbnex97ZxCcE5y+TvEX7qoX7KbJ4Ys3+W/Dt1ecCuLoyjzInX4zGJdp1sw0xQZBS/48wInnrq0WAqxavUlEloK1avMYZroMjASL4iLsRrdhuviOEMisziruh3kmobgmo5Zg03QRFc8Y+JzPQdRFGM96VwKE8Si6qKBCCmrSpF4hw4g5+EcX0QuiKbr9XTpvPre8TKdwwsS6QvnuAWv2Pw08vjTzdgqTJ2bVBmT335VXoU4/qBcQt0kFWqX1jEn1rA4Z3ImFUogEOG5DUOa34Fpy+7zlAEN+5ZyWjapOYbbcrXJgvUBwdXds9csHcdk5F7yMr+LsKEoALrMGsyf9TTKrihrW0ukxnETZQIcb52sNwvUiYsXBRx1RHrzJmyAiFD15BaMdwRQVnXimdULszebKOi6YxrOKhT8S7kMfe0eDWO44O4w8VcWsXjmP4gYEJdTLaKFuQZue+W+CJDg2XsyB9KwAoLTzuiihTnnFc1eyVbneZUdT6KpZpDzbwY3+5aP/v97w3RlAZrjkR1FrKi27c5baL6+jM6DzyxAsGaoyQrahaJiVCX9IEZrtnldqawblEFd5Qd/xSG3+bLYOf6EHeqJfoZI1PWTJLTt6mH9SPJ15zzLtOhU8adqXnZlrHpyQMfP2V6wdbXRLv4SO1SpQS+Zd+nFm/uaqY/+8c7NvHZmBKVzUKSMC9zk3aauZqEfUlsLzURnvFchAmvD0hwHkkZ7qe32gHTxVlSjaBXlzFsJ306iqMnzvR+3lFEx8kyyyph3CodOKksaoAUrV2WXSO5eQde/z/KL1+fGSc9Tg3iry3vfnYkLSLNRSSwu0mWihr38B+WimI3l2Gq3aRSOCE6e7DutfZy3afM1zy7OyY6Quxaicsv1VmXWaknc9m6I7qn26fOJHKr1+29Tk4Qyx6rm3C2C9Nvh12FJqVxnBxeyLjsynve0z5Kv+8Ya2lSMlvsmWg3IlAkeyxt9EQ1fgxaabiEQhROK46gB1aORR7HNWPHfJmgB1aOPYV3h03QSQdljKU/TErTNKnPGEt71j/x6QqRWaxv3Ek+1/G0/gJlkTGO0jguLyekkHCnh6CLrU8NbxoZvncFTZz7ot8YsfrgG+jhTunB4SOl3TfSOsbWrQcKVGkFHLUyO98Jld2DEP+GtsBvdkfYbqr0xOs7XTd/v28nXxJdbRBFmNomPIzEZbl5bEbUV17Km664SQG2FeZxvNONis/2ZZdpW6oELvuMwDYlpo3o7C3rKe3Jl7/KWvaR/cbOUuSCRvzynbD7LY2fqev2VvMLZyp3FldMeQx3/r1nMv9X5BoaiEOzkTHXzYk1nNnzyfR2m76bfm1opLUTGVKmZSCdyP9mNxA9fbAU7dpV2StVlpJ996DVVDBt7CSK64D/7Gv8tycYNJ2cLuBLDQKniGX07lKhEozkzQ4nODPn2+l+mVOQTk3cjwojvStdr+nDmQWDtJLTvfbFB9tvVhpKusiqLR4ZZfY5D7kH7rjj+wPkIQZtX/WlZN1trW5Xu+b2L9HrMnRr9nyxryooo7+BswXNZN8DR3720ejncz3B/+AHfAHoi1N9tksAAAAASUVORK5CYII=);
  background-size: auto;
  background-repeat: no-repeat;
  display: inline-block;
  height: 18px;
  width: 18px;
  top: -1px;
  vertical-align: middle;
  background-size: contain;
}
.whatsapp-icon-3x {
  position: relative;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABIAAAASABGyWs+AAAACXZwQWcAAAAwAAAAMADO7oxXAAADqElEQVRo3u2ZS0hVURSG1ym10l7odRIaRBFkNClLiYho0KRpL6EalAVJj5k0qAwaVBA0qZAgpJGSNRAhKCiCokkZhNkge2LkQKHItKzwa3C3cVp333te+2qUP9zBPXf9/1r/Oevuvc/eIlOYwv8Nz4UIME1EVovIRhFZJSJLRaRCREpMyLCIvBeRFyLSJSJ3ReSR53ljk+oeqADOAH1ER5/hVkxG4SngIjAao3CNUaOVmqji64ABB4VrDAB1+Sy8EGjOUcAQ0ArsB9YA5UCR+ZSba/tNzFAOnWagwHXxxUBnloS9QD1QHFGv3nBt6IyiF+bOd1iSfAUagcKE2o1GS6MjibY/ia1tPgC1Tu5QOket0cxop6TCOyyi3eRh6CM9JHdb8u2IK1gGDCqx/nwUr0z0q5yDQFkcsUtK6BtQY4k7CHwxMdccmKgxufy4FOdO6Emq0RK3XcWMAUscmGhUuqORnjxwWgm81CMCUAC8s/TsKQcGCk1OP06HJU8jc21Tb4lbiR1vgMSLRNLzhB99pBeNgcRaRfwMlFjitpEd6x0YKDG5/cgYum2ONqjvNz3PG7bEfcyRf2ZSAybnzYDarAaq1fc7WXI8FxEs11s8z7ud1ECW3NWBDDInk5ocsfdV7GNguqPix4dUP7rDkPTklcoRu1nFfgDmOjSQUvqDYUh6/C8KiL+l4i84NFCktEfDkEYUaVZA/GJgWHF2TqaB94q0MARnr04ErHNgIFYLPQ37J1a8FsUbAbZa4lYAb4E2YGmAZqw/casiHQppoBi4RyauAgtMTDnpmXocP4DLQGUWzX1K63qYQo4oUugVJjAPeGgxMQJcAZ5hxwiwyaLXpuKOhilCP7YhYE4EE8XADaJjt9IJtZSwFeABrxWxIawBn06DpYBsGEMNFsRdzBnySUXuBWbEMJECzgOfAgycVbz4y2kjUEnmTsHxqAZ8erOBPcAD4KdP8xWwyxKf7IXGiJxTIl1xDSjd+cAqYFGW35O/UhqhUv5cVjS5MBCQ0+lLfZUSqpqA4p1uqzT5RIJnwGTFu9/YAnps7QMsA04AT4BjcUYnn1Z+thYt7bPFPBHbTNoLHCDCewD53txV7RMWQ0A7cNi0RKUpdOK311X72PA9hsEguDngILN9xtFDeoZeTnrf9Bz23o0Kt0dM/Nk+v4vOEltpfn8ZtWocHfJl7KAB7SLSIyLtnuf1hDTtSfqYda2I1IrIMhEpE5FSEZkuf+sx6xSm8A/gFyLit6sRyX5hAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  display: inline-block;
  height: 38px;
  width: 38px;
  background-size: 38px 38px;
  top: 10px;
  vertical-align: middle;
  left: 2px;
}
.whatsapp i.icon-whatsapp {
  font-size: 21px;
  line-height: 21px;
  padding-right: 7px;
}
.whatsapp.left {
  text-align: left;
}
.whatsapp.center {
  text-align: center;
}
.whatsapp.right {
  text-align: right;
}
.whatsapp.bottom-left {
  left: 0;
}
.whatsapp.bottom-right {
  right: 0;
}
.whatsapp-hookDisplayFooter {
  clear: none;
}
.whatsapp-hookDisplayNav {
  clear: none;
  float: left;
  margin-left: 15px;
  padding: 0;
}
.whatsapp-hookDisplayNav span {
  float: left;
  padding: 5px 0 10px;
  line-height: 18px;
  background: 0 0;
}
.whatsapp-hookDisplayNav .whatsapp-icon {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAAEhyb7BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAlxJREFUeNpiZLgSxwAEP4GYnQlIbAcxgLiQBUhcAuI3QCwCEECMUGVJICUgMA/EWALErwACCCaFDB6DZNmgHJBpm4FYBiCAYCrnAbEfyFSQqv9APBfEAekA2ckIFQTRv0AqzkE5W0B6QSoMoSp+AzErQADBDFUH4otALAHEH6A2OwDxfpBukDEpQMwM1f0eya0HoMZfAilSA+JnQHwdiM1BDgBiHyA+DVV8FWQdI9RDoUD8Hc3n34BYCiCAkIPEDogXArEsEO8D4kAg/gqSgIXkXSDWA2JFqO/cgfgQEKfDvNsHxDFAfA0pcEDYGIjPAPFykHX/kSS3Qh2NDI6yQMMHBBYB8UYGTGDOBA1IEIgH4vlAnAvEX4DYGyr+AqToDhBzQwX4oQH6EohvAHEJEIcxQX0I8iorVCEouSgDsRYQJwDxMSYo5y00Gv5DQx9EawCxDkgXQICxoKUvcSCeDA19UETvAeLL0BSsAMSOUD+AnJgFxLthGlmgNC80PkWB2BnkVgb8gBOIFwPxLiB2AxkIcrYU1Nkg04VBCQOadf5DFWEDoLQSAsTWUMMyQQa1Qr1RBFUkCfUCCLgScNkxIO4F4g6QQUJA/A6aK0DgETTR3QfiVCC2QtKohhQrMADK55wggyZCA9APSfI1ECtBc9QkpDR4E5pHFiGFbTkQr2SBJvd2aFKTAeKnSAZeAGITtECG5SUraA5YBcSxTNDsUQktJ8pASRCaG1KgruKAegdUhtiCbIe6rgsqH8UAzh1X4lZD/bkeiI8D8WeojUZQjSpQg54D8SkgPoKkBg4AycuHUCgFw3QAAAAASUVORK5CYII=);
  top: 0;
  vertical-align: baseline;
}
.whatsapp-hookDisplayNav i.icon-whatsapp {
  vertical-align: 0;
}
.whatsapp-badge {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  margin: 10px;
  width: auto !important;
}
.whatsapp-topWidth {
  padding: 0;
  text-align: center;
}
.whatsapp-topWidthSticky {
  padding: 0;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
}
.whatsapp-topWidthSticky span {
  width: 100%;
  border-radius: inherit;
}
.whatsapp-bottomWidth {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1000;
  margin: 0;
  padding: 0;
  width: 100% !important;
  text-align: center;
}
#bidding {
  padding-top: 20px;
}
.hide {
  display: none;
}
.show {
  display: block;
}
fieldset[name="bidding-box"] {
  padding-top: 30px;
  margin-top: 10px;
}
#bidding-types {
  display: flex;
  flex-direction: column;

  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
#bidding-types span,
  #bidding-types label {
    height: auto;
  }
@media (min-width: 768px) {
#bidding-types {
    flex-direction: row;
}
  }
#bidding-types > span {
  display: block;
  line-height: 80px;
  height: 80px;
  padding: 0 15px;
  color: red;
  font-weight: 800;
  font-style: italic;
  margin: 0 auto;
}
#bidding-types label {
  margin: 0;
  width: 90%;
  margin: auto;
  border: 1px solid #d0cccc;
  border-radius: 16px;
  color: #000;
  padding: 25px 20px;

  display: flex;
  flex-direction: row;
}
@media (min-width: 768px) {
#bidding-types label {
    width: 45%;
}
  }
#bidding-types label:has(input[type="checkbox"]:checked) {
  color: #fff;
  border: 1px solid red;
  background-color: #df0015;
}
#bidding-types label:hover {
  border-color: #fdbbbb;
  color: #d0cccc;
  --tw-bg-opacity: 1;
  background-color: rgb(223 0 21 / var(--tw-bg-opacity));
}
#bidding-types label:hover:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
#bidding-types label:hover {
  --tw-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 2px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
#bidding-types label:hover:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 5px 7px 20px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 5px 7px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
button,
button[type="button"],
button[type="submit"] {
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  /* @apply pt-4 px-6 pb-4 hover:pb-4; */
  /* @apply my-4 hover:mt-5 hover:mb-4; */
  border-radius: 0.375rem;
}
@media (min-width: 768px) {

  button,
button[type="button"],
button[type="submit"] {
    width: -moz-fit-content;
    width: fit-content;
  }
}
button,
button[type="button"],
button[type="submit"] {
  --tw-text-opacity: 1;
  color: rgb(254 254 254 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(223 0 21 / var(--tw-bg-opacity));
}
button:hover,
button[type="button"]:hover,
button[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity));
}
button,
button[type="button"],
button[type="submit"] {
  /* @apply shadow-[inset_0_-7px_0_rgba(122,0,12,1),0px_11px_16px_0px_rgba(0,_0,_0,_0.5)]; */
  --tw-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0px 2px 16px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  /* @apply hover:shadow-[inset_0_-5px_0_rgba(100,0,12,1),0px_5px_16px_0px_rgba(0,_0,_0,_0.5)]; */
}
button:hover,
button[type="button"]:hover,
button[type="submit"]:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow: 5px 7px 20px 0px rgba(0, 0, 0, 0.2);
  --tw-shadow-colored: 5px 7px 20px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
button.remove {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
}
button[type="submit"] {
  margin-bottom: 1.5rem;
}
button[name="submitRO"] {
  display: block;
  width: 100%;
  padding: 20px 0;
}
input[type="file"] {
  min-width: 80%;
  max-width: 140px;
}
@media (min-width: 640px) {

  input[type="file"] {
    min-width: 50%;
  }
}
label.checkbox {

  cursor:pointer

}
input[type="date"] {
  min-width: 100px;
  max-width: 250px;
}
fieldset.checkbox input {
  display: inline;
}
input[type="checkbox"] {
  /* @apply inline cursor-pointer appearance-none px-3 py-0 m-0 mr-3 checked:bg-primary-red focus:ring-gray-200; */

  min-width: auto;

  /* @apply appearance-none outline-none pl-2 pt-2 pb-0 h-8 w-8 mr-5 mt-2 rounded checked:bg-gray-700 checked:ring-0; */

  margin-right: 0.75rem;

  margin-top: 0.5rem;

  height: 0.25rem;

  width: 2rem;

  -webkit-appearance: none;

     -moz-appearance: none;

          appearance: none;

  border-style: none;

  padding-left: 0.5rem;

  padding-top: 0px;

  padding-bottom: 0.25rem;

  outline: 2px solid transparent;

  outline-offset: 2px;
}
#bidding-types label {
  font-weight: 400;
  font-size: 1.2rem;
}
input[type='text'] {
  border-radius: 0.25rem;
  padding: 0.75rem;
}
input[type='text']:focus {

    border-color: black;
}
.inputNumberArea {
  position: relative;
  margin-top: 0.25rem;
  display: flex;
  height: 2.5rem;
  width: 100%;
  flex-direction: row;
  border-radius: 0.5rem;
  background-color: transparent;
}
@media (min-width: 768px) {

  .inputNumberArea {
    min-width: 200px;
    max-width: 20%;
  }
}
button.inputNumberControl {
  margin-top: 0px;
  height: 100%;
  width: 5rem;
  cursor: pointer;
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
  padding: 0px;
  padding-bottom: 0.25rem;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(243 244 246 / var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
button.inputNumberControl:hover {
  margin-top: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding-bottom: 0.25rem;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 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) {

  button.inputNumberControl {
    min-width: 40px;
  }
}
input.counter {
  border-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.inputNumberControl.controlLeft {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.inputNumberControl.controlRight {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
input.counter {
  width: 100%;
  cursor: default;
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input.counter:hover {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
input.counter:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
@media (min-width: 768px) {

  input.counter {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
select,
select option
{
  color: black
}
.fade-in {
  opacity: 0;
  animation: fade-in 0.5s ease-in forwards;
}
@keyframes fade-in {
  100% {
    opacity: 1;
  }
}
.fade-out {
  opacity: 1;
  animation: fade-out 0.6s 0s ease-out forwards;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.column {

  display: flex;
  

}
.column select {
  max-width: 80px;
  margin-bottom: 0;
}
.column span {

  padding: 30px 10px 10px;
  vertical-align: middle;
}
#content p {
    color: #333;
  }
#content ul {
    list-style: disc;
  }
@media (min-width: 768px) {
#content ul {
      padding-left: 22px;
  }
    }
#content li {
    line-height: 40px;
  }
.dialog_title {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
dialog::backdrop {
  --tw-backdrop-brightness: brightness(.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
dialog {
  margin: auto;
}
dialog p {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
form[method="dialog"] {
  padding: 32px 52px
}
.loading {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 50;
  display: block;
  height: 100%;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  opacity: 0.8;
  display: grid;
  height: 100vh;
  place-items: center;
}
.loading p {
  padding-top: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity));
}
.loadings .box-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.loadings .box-spinner > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.loadings .box-spinner {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.spinner {
  animation: rotate 2s linear infinite;
  z-index: 20;

  position: fixed;
  top: 50%;
  left: 50%;

  margin: -45px 0 0 -25px;
  width: 50px;
  height: 50px;
  
}
.spinner .path {
  /* stroke: #DF0015; */
  stroke: orange;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
.hamburger:hover {
    opacity: 0.7; }
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
.hamburger-inner::before {
    top: -10px; }
.hamburger-inner::after {
    bottom: -10px; }
/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px; }
.hamburger--3dx .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg); }
.hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px; }
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(-180deg); }
.hamburger--3dx-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dx-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px; }
.hamburger--3dy .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(-180deg); }
.hamburger--3dy.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dy.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px; }
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
    transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateX(180deg); }
.hamburger--3dy-r.is-active .hamburger-inner::before {
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--3dy-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -10px, 0) rotate(-45deg); }
/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }
/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }
/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.15s ease, transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1); }
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.15s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }
/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none; }
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg); }
.hamburger--boring.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
.hamburger--boring.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
.hamburger--collapse.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }
.hamburger--collapse-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--collapse-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear; }
.hamburger--collapse-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease; }
.hamburger--elastic .hamburger-inner::after {
    top: 20px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.1s; }
.hamburger--elastic.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
.hamburger--elastic.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-270deg);
    transition-delay: 0.1s; }
/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.4s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r .hamburger-inner::before {
    top: 10px;
    transition: opacity 0.15s 0.4s ease; }
.hamburger--elastic-r .hamburger-inner::after {
    top: 20px;
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.1s; }
.hamburger--elastic-r.is-active .hamburger-inner::before {
    transition-delay: 0s;
    opacity: 0; }
.hamburger--elastic-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(270deg);
    transition-delay: 0.1s; }
/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden; }
.hamburger--emphatic .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
.hamburger--emphatic .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
.hamburger--emphatic .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
.hamburger--emphatic.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
.hamburger--emphatic.is-active .hamburger-inner::before {
      left: -80px;
      top: -80px;
      transform: translate3d(80px, 80px, 0) rotate(45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
.hamburger--emphatic.is-active .hamburger-inner::after {
      right: -80px;
      top: -80px;
      transform: translate3d(-80px, 80px, 0) rotate(-45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden; }
.hamburger--emphatic-r .hamburger-inner {
    transition: background-color 0.2s 0.25s ease-in; }
.hamburger--emphatic-r .hamburger-inner::before {
      left: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in; }
.hamburger--emphatic-r .hamburger-inner::after {
      top: 10px;
      right: 0;
      transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in; }
.hamburger--emphatic-r.is-active .hamburger-inner {
    transition-delay: 0s;
    transition-timing-function: ease-out;
    background-color: transparent; }
.hamburger--emphatic-r.is-active .hamburger-inner::before {
      left: -80px;
      top: 80px;
      transform: translate3d(80px, -80px, 0) rotate(-45deg);
      transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
.hamburger--emphatic-r.is-active .hamburger-inner::after {
      right: -80px;
      top: 80px;
      transform: translate3d(-80px, -80px, 0) rotate(45deg);
      transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1); }
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px; }
.hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
.hamburger--slider .hamburger-inner::after {
    top: 20px; }
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
.hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }
/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }
.hamburger--slider-r .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
.hamburger--slider-r .hamburger-inner::after {
    top: 20px; }
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg); }
.hamburger--slider-r.is-active .hamburger-inner::before {
    transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
    opacity: 0; }
.hamburger--slider-r.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(90deg); }
/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.15s linear; }
.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.32s;
  background-color: transparent; }
.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg); }
.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg); }
/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r .hamburger-inner::after {
    top: -20px;
    transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }
.hamburger--spring-r .hamburger-inner::before {
    transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spring-r.is-active .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.32s linear; }
.hamburger--spring-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.32s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
.hamburger--stand .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
.hamburger--stand.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--stand.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.1s 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.1s linear; }
.hamburger--stand-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease-in, transform 0.1s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent;
  transition: transform 0.1s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.22s linear; }
.hamburger--stand-r.is-active .hamburger-inner::before {
    top: 0;
    transform: rotate(-45deg);
    transition: top 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--stand-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(45deg);
    transition: bottom 0.1s 0.12s ease-out, transform 0.1s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
.hamburger--spin .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
.hamburger--spin.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r .hamburger-inner::before {
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in; }
.hamburger--spin-r .hamburger-inner::after {
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out; }
.hamburger--spin-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.1s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.1s 0.14s ease, opacity 0.1s ease; }
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.1s 0.14s ease, transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease; }
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease, transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1); }
/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
.hamburger--vortex .hamburger-inner::before {
    transition-property: top, opacity; }
.hamburger--vortex .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
    transition-delay: 0s; }
.hamburger--vortex.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
.hamburger--vortex.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(90deg); }
/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
    transition-duration: 0s;
    transition-delay: 0.1s;
    transition-timing-function: linear; }
.hamburger--vortex-r .hamburger-inner::before {
    transition-property: top, opacity; }
.hamburger--vortex-r .hamburger-inner::after {
    transition-property: bottom, transform; }
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
    transition-delay: 0s; }
.hamburger--vortex-r.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0; }
.hamburger--vortex-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg); }
button.hamburger[type="button"] {
  background-color: #fff;

}
:root {
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  --button-happy-path-background: #0ac80a;
  --button-happy-path-background-hover: #0ac80a;
  --button-happy-path-text: #043a09;
  --button-happy-path-text-hover: #043a09;
  /* --box-shadow-button: inset_0_-7px_0_rgba(122,0,12,1),0px_11px_16px_0px_rgba(0,_0,_0,_0.5); */
}
label,
select {
  display: block;
}
fieldset p {
  padding: 1.5rem;
}
.error {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: table;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
input {
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  min-width: 80%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
input:hover {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}
input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(3 7 18 / var(--tw-text-opacity));
}
input[type="checkbox"] {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.transitioncolors {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-delay: 0s;
  transition-duration: 0.25s;
  transition-timing-function: ease-in-out;
  /* @apply hover:shadow-[0_-0.1em_0_rgba(0,0,0,0.2)_inset];
 @apply focus:shadow-[0_-0.1em_0_rgba(0,0,0,0.2)_inset]; */
}
.checked\:before\:opacity-\[0\.16\]:checked::before {
  content: var(--tw-content);
  opacity: 0.16;
}
.checked\:after\:absolute:checked::after {
  content: var(--tw-content);
  position: absolute;
}
.checked\:after\:-mt-px:checked::after {
  content: var(--tw-content);
  margin-top: -1px;
}
.checked\:after\:ml-\[0\.25rem\]:checked::after {
  content: var(--tw-content);
  margin-left: 0.25rem;
}
.checked\:after\:block:checked::after {
  content: var(--tw-content);
  display: block;
}
.checked\:after\:h-\[0\.8125rem\]:checked::after {
  content: var(--tw-content);
  height: 0.8125rem;
}
.checked\:after\:w-\[0\.375rem\]:checked::after {
  content: var(--tw-content);
  width: 0.375rem;
}
.checked\:after\:-translate-y-1:checked::after {
  content: var(--tw-content);
  --tw-translate-y: -0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.checked\:after\:translate-x-2:checked::after {
  content: var(--tw-content);
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.checked\:after\:rotate-45:checked::after {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.checked\:after\:border-\[0\.125rem\]:checked::after {
  content: var(--tw-content);
  border-width: 0.125rem;
}
.checked\:after\:border-l-0:checked::after {
  content: var(--tw-content);
  border-left-width: 0px;
}
.checked\:after\:border-t-0:checked::after {
  content: var(--tw-content);
  border-top-width: 0px;
}
.checked\:after\:border-solid:checked::after {
  content: var(--tw-content);
  border-style: solid;
}
.checked\:after\:border-white:checked::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.checked\:after\:bg-transparent:checked::after {
  content: var(--tw-content);
  background-color: transparent;
}
.checked\:after\:content-\[\'\'\]:checked::after {
  --tw-content: '';
  content: var(--tw-content);
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.hover\:before\:opacity-\[0\.04\]:hover::before {
  content: var(--tw-content);
  opacity: 0.04;
}
.focus\:shadow-none:focus {
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.focus\:transition-\[border-color_0\.2s\]:focus {
  transition-property: border-color 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.focus\:before\:scale-100:focus::before {
  content: var(--tw-content);
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.focus\:before\:opacity-\[0\.12\]:focus::before {
  content: var(--tw-content);
  opacity: 0.12;
}
.focus\:after\:absolute:focus::after {
  content: var(--tw-content);
  position: absolute;
}
.focus\:after\:z-\[1\]:focus::after {
  content: var(--tw-content);
  z-index: 1;
}
.focus\:after\:block:focus::after {
  content: var(--tw-content);
  display: block;
}
.focus\:after\:h-\[0\.875rem\]:focus::after {
  content: var(--tw-content);
  height: 0.875rem;
}
.focus\:after\:w-\[0\.875rem\]:focus::after {
  content: var(--tw-content);
  width: 0.875rem;
}
.focus\:after\:rounded-\[0\.125rem\]:focus::after {
  content: var(--tw-content);
  border-radius: 0.125rem;
}
.focus\:after\:content-\[\'\'\]:focus::after {
  --tw-content: '';
  content: var(--tw-content);
}
.checked\:focus\:before\:scale-100:focus:checked::before {
  content: var(--tw-content);
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.checked\:focus\:after\:-mt-px:focus:checked::after {
  content: var(--tw-content);
  margin-top: -1px;
}
.checked\:focus\:after\:ml-\[0\.25rem\]:focus:checked::after {
  content: var(--tw-content);
  margin-left: 0.25rem;
}
.checked\:focus\:after\:h-\[0\.8125rem\]:focus:checked::after {
  content: var(--tw-content);
  height: 0.8125rem;
}
.checked\:focus\:after\:w-\[0\.375rem\]:focus:checked::after {
  content: var(--tw-content);
  width: 0.375rem;
}
.checked\:focus\:after\:rotate-45:focus:checked::after {
  content: var(--tw-content);
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.checked\:focus\:after\:rounded-none:focus:checked::after {
  content: var(--tw-content);
  border-radius: 0px;
}
.checked\:focus\:after\:border-\[0\.125rem\]:focus:checked::after {
  content: var(--tw-content);
  border-width: 0.125rem;
}
.checked\:focus\:after\:border-l-0:focus:checked::after {
  content: var(--tw-content);
  border-left-width: 0px;
}
.checked\:focus\:after\:border-t-0:focus:checked::after {
  content: var(--tw-content);
  border-top-width: 0px;
}
.checked\:focus\:after\:border-solid:focus:checked::after {
  content: var(--tw-content);
  border-style: solid;
}
.checked\:focus\:after\:border-white:focus:checked::after {
  content: var(--tw-content);
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
