@charset "UTF-8";
:root {
  --color-primary: rgba(67, 160, 214, 1);
  --color-primary-inverse: #f5f5f9;
  --font-heading: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --font-text: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  --spacer: 1rem;
  --transition-translate-factor: 0.5;
  --transition-rotate-factor: -4deg;
  --transition-scale-factor: 0.05;
  --transition-skew-factor: -4deg;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
.nesty-input,
.hc-multiselect-toggle,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select,
.nesty-input,
.hc-multiselect-toggle {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@-ms-viewport {
  width: device-width;
}

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

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -ms-overflow-style: scrollbar;
  background-color: rgba(245, 245, 245, 1);
  height: 100%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  color: rgba(100, 100, 100, 1);
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

html,
body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

[role="main"] {
  flex-grow: 1;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
.nesty-input,
.hc-multiselect-toggle,
summary,
textarea {
  touch-action: manipulation;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  margin: 1.5rem 0 1rem;
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.375;
  color: rgba(40, 97, 151, 1);
}

h1,
.h1 {
  font-size: 1.875rem;
  font-weight: 600;
}

h2,
.h2 {
  font-size: 1.75rem;
  font-weight: 600;
}

h3,
.h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

h4,
.h4 {
  font-size: 1.125rem;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 1em;
  font-weight: 700;
}

h6,
.h6 {
  font-size: 0.875rem;
  font-weight: 700;
}

b,
strong {
  font-weight: 700;
}

em {
  padding: 0 0.25rem;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

dfn {
  font-style: italic;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

small,
.small {
  font-size: 0.875rem;
}

mark {
  padding: .2rem;
  color: rgba(141, 141, 141, 1);
  background-color: #FEFCBF;
}

blockquote {
  padding: 1.5em;
  margin: 0 0 1rem;
  border-style: solid;
  border-width: 0 0 0 4px;
  border-color: rgba(255, 255, 255, 1);
}

summary {
  cursor: pointer;
  text-decoration: none;
}

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

code {
  padding: 0.25em;
  background-color: rgba(248, 248, 248, 1);
  border-radius: 4px;
}

pre {
  padding: 1em;
  margin: 0 0 1rem;
  background-color: #fbfbff;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
}

kbd {
  display: inline-block;
  padding: 0 0.25em;
  color: rgba(141, 141, 141, 1);
  background-color: #fff;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.875rem;
  text-align: center;
  user-select: none;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

img {
  vertical-align: middle;
  border-style: none;
}

figure {
  display: inline-block;
  margin: 0 0 1rem;
  max-width: 100%;
}

figcaption {
  font-size: 90%;
  color: #718096;
}

svg:not(:root) {
  overflow: hidden;
}

a {
  color: rgba(100, 100, 100, 1);
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #1b6693;
  text-decoration: underline;
}

a:active {
  color: #185a82;
}

a.is-disabled {
  color: #CBD5E0;
  pointer-events: none;
  cursor: not-allowed;
}

fieldset:disabled a {
  pointer-events: none;
}

a[href^="#fn:"],
a[href^="#fnref:"] {
  margin: 0 2px;
}

ol,
ul,
dl {
  margin: 0 0 1rem;
}

ol,
ul {
  padding: 0 0 0 1.5rem;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1rem;
  margin-left: 0;
}

input,
select,
.nesty-input,
.hc-multiselect-toggle,
textarea {
  line-height: inherit;
}

input::-webkit-file-upload-button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  font: inherit;
}

input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

select::-ms-expand, .nesty-input::-ms-expand,
.hc-multiselect-toggle::-ms-expand {
  display: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type="date"],
[type="time"],
[type="datetime-local"],
[type="month"] {
  -webkit-appearance: listbox;
  -moz-appearance: listbox;
  appearance: listbox;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

button,
input {
  overflow: visible;
}

button,
select,
.nesty-input,
.hc-multiselect-toggle {
  text-transform: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

table {
  margin-bottom: 1rem;
  width: 100%;
  border-collapse: collapse;
}

thead {
  vertical-align: bottom;
}

th {
  text-align: inherit;
}

caption {
  text-align: left;
  caption-side: bottom;
}

.avatar {
  position: relative;
  display: inline-block;
  margin: 0 0.75rem 1rem 0;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
}

.avatar-img {
  border: 2px solid #fff;
  border-radius: 50%;
  max-width: 100%;
  height: 100%;
}

.avatar-sm {
  width: 2rem;
  min-width: 2rem;
  height: 2rem;
}

.avatar-lg {
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
}

.avatar-group {
  padding-left: 0;
  list-style: none;
}

.avatar-group .avatar:not(:last-child) {
  margin-right: -1rem;
}

.badge, .recent-activity-item-parent {
  padding: 0.25em 0.375em;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 4px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  color: #1A202C;
  background-color: #EDF2F7;
  transition: 0.15s ease-in-out;
}

a.badge:focus, a.recent-activity-item-parent:focus, a.badge:hover, a.recent-activity-item-parent:hover {
  color: #1A202C;
  background-color: #cad9e7;
}

a.badge:focus, a.recent-activity-item-parent:focus, a.badge.is-focused, a.is-focused.recent-activity-item-parent {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(237, 242, 247, 0.25);
}

a.badge:focus, a.recent-activity-item-parent:focus, a.badge:hover, a.recent-activity-item-parent:hover {
  text-decoration: none;
}

.badge:empty, .recent-activity-item-parent:empty {
  display: none;
}

.badge, .recent-activity-item-parent {
  position: relative;
  top: -1px;
}

.button {
    display: inline-block;
    padding: 0.5em 1.25em;
    line-height: 1.5;
    color: rgb(255 255 255);
    text-align: center;
    vertical-align: middle;
    user-select: none;
    background-color: #43a0d6;
    border: 1px solid #43a0d6;
    cursor: pointer;
    border-radius: 4px;
    transition: 0.15s ease-in-out;
}

.button:hover {
  text-decoration: none;
}

.button:disabled, .button.is-disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

a.button.is-disabled,
fieldset:disabled a.button {
  pointer-events: none;
}

.button-link {
  color: rgba(30, 114, 164, 1);
  border-color: transparent;
  text-decoration: none;
}

.button-link:hover {
  color: #1b6693;
  text-decoration: underline;
}

.button-link:focus {
  box-shadow: none;
}

.button-link:disabled, .button-link.is-disabled {
  color: #CBD5E0;
  pointer-events: none;
}

.button-sm {
  padding: 0.25em 0.75em;
  font-size: 0.875rem;
}

.button-lg {
  padding: 0.5em 1.5em;
  font-size: 1.125rem;
}

.not-a-button {
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  overflow: visible;
  user-select: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.button-primary {
  color: #f5f5f9;
  border-color: rgba(67, 160, 214, 1);
  background-color: rgba(67, 160, 214, 1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.button-primary:hover {
  color: #f5f5f9;
  border-color: #2e95d1;
  background-color: #3298d2;
}

.button-primary:focus, .button-primary.is-focused {
  outline: 0;
}

.button-primary:disabled, .button-primary.is-disabled {
  color: #f5f5f9;
  background-color: rgba(67, 160, 214, 1);
  border-color: rgba(67, 160, 214, 1);
}

.button-primary:not(:disabled):not(.is-disabled):active, .button-primary:not(:disabled):not(.is-disabled)[data-selected="true"], .button-primary:not(:disabled):not(.is-disabled).is-active {
  color: #f5f5f9;
  border-color: #2987bd;
  background-color: #2b8dc5;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.button-outline:hover {
    color: rgb(255 255 255);
    border-color: rgb(41 118 163);
    background-color: #3582af;
}

.button-outline:focus, .button-outline.is-focused {
  outline: 0;
}

.button-outline:disabled, .button-outline.is-disabled {
  color: rgba(141, 141, 141, 1);
  border-color: rgba(255, 255, 255, 1);
}

.button-outline:not(:disabled):not(.is-disabled):active, .button-outline:not(:disabled):not(.is-disabled)[data-selected="true"], .button-outline:not(:disabled):not(.is-disabled).is-active {
  color: #3298d2;
  border-color: #3298d2;
}

.button-outline-primary {
  color: rgba(67, 160, 214, 1);
  border-color: rgba(67, 160, 214, 1);
}

.button-outline-primary:hover {
  color: #f5f5f9;
  background-color: rgba(67, 160, 214, 1);
}

.button-outline-primary:focus, .button-outline-primary.is-focused {
  outline: 0;
}

.button-outline-primary:disabled, .button-outline-primary.is-disabled {
  color: rgba(141, 141, 141, 1);
  border-color: rgba(255, 255, 255, 1);
}

.button-outline-primary:not(:disabled):not(.is-disabled):active, .button-outline-primary:not(:disabled):not(.is-disabled)[data-selected="true"], .button-outline-primary:not(:disabled):not(.is-disabled).is-active {
  color: #f5f5f9;
  border-color: #3298d2;
  background-color: #3298d2;
}

.button-secondary {
  color: rgba(245, 245, 249, 1);
  border-color: rgba(67, 160, 214, 1);
  background-color: rgba(67, 160, 214, 1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.button-secondary:hover {
  color: rgba(245, 245, 249, 1);
  border-color: #2e95d1;
  background-color: #3298d2;
}

.button-secondary:focus, .button-secondary.is-focused {
  outline: 0;
}

.button-secondary:disabled, .button-secondary.is-disabled {
  color: rgba(245, 245, 249, 1);
  background-color: rgba(67, 160, 214, 1);
  border-color: rgba(67, 160, 214, 1);
}

.button-secondary:not(:disabled):not(.is-disabled):active, .button-secondary:not(:disabled):not(.is-disabled)[data-selected="true"], .button-secondary:not(:disabled):not(.is-disabled).is-active {
  color: rgba(245, 245, 249, 1);
  border-color: #2987bd;
  background-color: #2b8dc5;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.button-outline-secondary {
  color: rgba(67, 160, 214, 1);
  border-color: rgba(67, 160, 214, 1);
}

.button-outline-secondary:hover {
  color: rgba(245, 245, 249, 1);
  background-color: rgba(67, 160, 214, 1);
}

.button-outline-secondary:focus, .button-outline-secondary.is-focused {
  outline: 0;
}

.button-outline-secondary:disabled, .button-outline-secondary.is-disabled {
  color: rgba(141, 141, 141, 1);
  border-color: rgba(255, 255, 255, 1);
}

.button-outline-secondary:not(:disabled):not(.is-disabled):active, .button-outline-secondary:not(:disabled):not(.is-disabled)[data-selected="true"], .button-outline-secondary:not(:disabled):not(.is-disabled).is-active {
  color: rgba(245, 245, 249, 1);
  border-color: #3298d2;
  background-color: #3298d2;
}

.button-tertiary {
  color: rgba(245, 245, 249, 1);
  border-color: rgba(67, 160, 214, 1);
  background-color: rgba(67, 160, 214, 1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.button-tertiary:hover {
  color: rgba(245, 245, 249, 1);
  border-color: #2e95d1;
  background-color: #3298d2;
}

.button-tertiary:focus, .button-tertiary.is-focused {
  outline: 0;
}

.button-tertiary:disabled, .button-tertiary.is-disabled {
  color: rgba(245, 245, 249, 1);
  background-color: rgba(67, 160, 214, 1);
  border-color: rgba(67, 160, 214, 1);
}

.button-tertiary:not(:disabled):not(.is-disabled):active, .button-tertiary:not(:disabled):not(.is-disabled)[data-selected="true"], .button-tertiary:not(:disabled):not(.is-disabled).is-active {
  color: rgba(245, 245, 249, 1);
  border-color: #2987bd;
  background-color: #2b8dc5;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.button-outline-tertiary {
  color: rgba(67, 160, 214, 1);
  border-color: rgba(67, 160, 214, 1);
}

.button-outline-tertiary:hover {
  color: rgba(245, 245, 249, 1);
  background-color: rgba(67, 160, 214, 1);
}

.button-outline-tertiary:focus, .button-outline-tertiary.is-focused {
  outline: 0;
}

.button-outline-tertiary:disabled, .button-outline-tertiary.is-disabled {
  color: rgba(141, 141, 141, 1);
  border-color: rgba(255, 255, 255, 1);
}

.button-outline-tertiary:not(:disabled):not(.is-disabled):active, .button-outline-tertiary:not(:disabled):not(.is-disabled)[data-selected="true"], .button-outline-tertiary:not(:disabled):not(.is-disabled).is-active {
  color: rgba(245, 245, 249, 1);
  border-color: #3298d2;
  background-color: #3298d2;
}

.button-translucent {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.1);
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.button-translucent:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.125);
  background-color: rgba(255, 255, 255, 0.125);
}

.button-translucent:focus {
  outline: 0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 0 0 0.2rem rgba(141, 141, 141, 1);
}

.button-translucent:not(:disabled):not(.is-disabled):active, .button-translucent:not(:disabled):not(.is-disabled)[data-selected="true"], .button-translucent:not(:disabled):not(.is-disabled).is-active {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.15);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.button-translucent:not(:disabled):not(.is-disabled):active:focus, .button-translucent:not(:disabled):not(.is-disabled)[data-selected="true"]:focus, .button-translucent:not(:disabled):not(.is-disabled).is-active:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125), 0 0 0 0.2rem rgba(141, 141, 141, 1);
}

.button .badge, .button .recent-activity-item-parent {
  position: relative;
  top: -1px;
}

.button-group,
.button-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.button-group > .button,
.button-group-vertical > .button {
  position: relative;
  flex: 1 1 auto;
}

.button-group > .button:hover,
.button-group-vertical > .button:hover {
  z-index: 1;
}

.button-group > .button:focus, .button-group > .button:active, .button-group > .button.is-active,
.button-group-vertical > .button:focus,
.button-group-vertical > .button:active,
.button-group-vertical > .button.is-active {
  z-index: 1;
}

.button-group > .button:not(:first-child),
.button-group > .button-group:not(:first-child) {
  margin-left: -1px;
}

.button-group > .button:not(:last-child),
.button-group > .button-group:not(:last-child) > .button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.button-group > .button:not(:first-child),
.button-group > .button-group:not(:first-child) > .button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.button-group-sm > .button {
  padding: 0.25em 0.75em;
  font-size: 0.875rem;
}

.button-group-lg > .button {
  padding: 0.5em 1.5em;
  font-size: 1.125rem;
}

.button-group-vertical {
  flex-direction: column;
  align-content: flex-start;
  justify-content: center;
}

.button-group-vertical > .button,
.button-group-vertical > .button-group {
  width: 100%;
}

.button-group-vertical > .button:not(:first-child),
.button-group-vertical > .button-group:not(:first-child) {
  margin-top: -1px;
}

.button-group-vertical > .button:not(:last-child),
.button-group-vertical > .button-group:not(:last-child) > .button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.button-group-vertical > .button:not(:first-child),
.button-group-vertical > .button-group:not(:first-child) > .button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-field {
  margin-bottom: 1.5rem;
}

.form-field > label {
  display: block;
  margin: 0 0 0.5rem;
  font-size: 0.9375rem;
}

.form-field > p {
  margin: 0.25rem 0 0;
  color: #718096;
  font-size: 0.875rem;
}

.form-field select, .form-field .nesty-input,
.form-field .hc-multiselect-toggle,
.form-field > input,
.form-field > textarea {
  padding: 0.5em 0.75em;
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: #fff;
  width: 100%;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-field select:hover, .form-field .nesty-input:hover,
.form-field .hc-multiselect-toggle:hover,
.form-field > input:hover,
.form-field > textarea:hover {
  border-color: #718096;
}

.form-field select:focus, .form-field .nesty-input:focus,
.form-field .hc-multiselect-toggle:focus,
.form-field > input:focus,
.form-field > textarea:focus {
  outline: 0;
  border-color: rgba(67, 160, 214, 1);
  box-shadow: 0 0 0 0.2rem rgba(141, 141, 141, 1);
}

.form-field select:disabled, .form-field .nesty-input:disabled,
.form-field .hc-multiselect-toggle:disabled, .form-field select.is-disabled, .form-field .is-disabled.nesty-input,
.form-field .is-disabled.hc-multiselect-toggle,
.form-field > input:disabled,
.form-field > input.is-disabled,
.form-field > textarea:disabled,
.form-field > textarea.is-disabled {
  border-color: rgba(255, 255, 255, 1);
  background-color: #E2E8F0;
  cursor: not-allowed;
}

.form-field select, .form-field .nesty-input,
.form-field .hc-multiselect-toggle {
  padding-right: 2em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' width='10' height='6'%3E%3Cpath fill='%232D3748' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E") no-repeat #fff;
  background-position: right 0.75em center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-field > input::-webkit-input-placeholder,
.form-field > textarea::-webkit-input-placeholder {
  color: #718096;
}

.form-field > input::-moz-placeholder,
.form-field > textarea::-moz-placeholder {
  color: #718096;
}

.form-field > input:-moz-placeholder,
.form-field > textarea:-moz-placeholder {
  color: #718096;
}

.form-field > input:-ms-input-placeholder,
.form-field > textarea:-ms-input-placeholder {
  color: #718096;
}

.form-field > textarea {
  min-height: 8em;
}

.form-field.required > label::after {
  margin-left: 2px;
  content: "*";
  color: #FC8181;
}

.form-field .optional {
  margin-left: 2px;
}

.search {
  position: relative;
}

.search-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 1em;
  margin-right: 1em;
  bottom: -.125em;
  display: inline-block;
  width: 1em;
  line-height: 1;
}

.search .form-field {
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.search .form-field:hover {
  border-color: #718096;
}

.search .form-field:focus {
  border-color: rgba(67, 160, 214, 1);
  box-shadow: 0 0 0 0.2rem rgba(141, 141, 141, 1);
}

.search .form-field.is-focused + .search-icon {
  color: rgba(67, 160, 214, 1);
}

.search [type="search"] {
  padding: 0.5em 0.75em;
  margin: 0; /* Zerado para não espremer o input interno */
  background-color: #fff;
  border-color: rgba(255, 255, 255, 1);
  border-radius: 8px; /* Combinado com o raio de canto do redesign */
}

.search-sm [type="search"] {
  padding: 0.375em 0.675em;
}

.search-lg [type="search"] {
  padding: 0.675em 1em;
}

[dir="ltr"] .search:not(.search-right) .search-icon {
  left: 0;
}

[dir="rtl"] .search:not(.search-right) .search-icon {
  right: 0;
}

[dir="ltr"] .search:not(.search-right) [type="search"] {
  padding-left: 2.5em;
}

[dir="rtl"] .search:not(.search-right) [type="search"] {
  padding-right: 2.5em;
}

[dir="ltr"] .search-right .search-icon {
  right: 0;
}

[dir="rtl"] .search-right .search-icon {
  left: 0;
}

[dir="ltr"] .search-right [type="search"] {
  padding-right: 2.5em;
}

[dir="rtl"] .search-right [type="search"] {
  padding-left: 2.5em;
}

.search [type="submit"] {
  display: inline-block;
  padding: 0.5em 1.25em;
  line-height: 1.5;
  color: rgba(141, 141, 141, 1);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 1);
  cursor: pointer;
  border-radius: 4px;
  transition: 0.15s ease-in-out;
  color: #f5f5f9;
  border-color: rgba(67, 160, 214, 1);
  background-color: rgba(67, 160, 214, 1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  flex: 0;
  margin: 0 0.5rem;
}

.search [type="submit"]:hover {
  text-decoration: none;
}

.search [type="submit"]:disabled, .search [type="submit"].is-disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

.search [type="submit"]:hover {
  color: #f5f5f9;
  border-color: #2e95d1;
  background-color: #3298d2;
}

.search [type="submit"]:focus, .search [type="submit"].is-focused {
  outline: 0;
}

.search [type="submit"]:disabled, .search [type="submit"].is-disabled {
  color: #f5f5f9;
  background-color: rgba(67, 160, 214, 1);
  border-color: rgba(67, 160, 214, 1);
}

.search [type="submit"]:not(:disabled):not(.is-disabled):active, .search [type="submit"]:not(:disabled):not(.is-disabled)[data-selected="true"], .search [type="submit"]:not(:disabled):not(.is-disabled).is-active {
  color: #f5f5f9;
  border-color: #2987bd;
  background-color: #2b8dc5;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

@media (max-width: 991.98px) {
  .search [type="submit"] {
    display: flex;
    font-size: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' focusable='false' viewBox='0 0 12 12' width='16' height='16' fill='none' stroke='white' aria-hidden='true'%3E%3Ccircle cx='4.5' cy='4.5' r='4'%3E%3C/circle%3E%3Cpath stroke-linecap='round' d='M11 11L7.5 7.5'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
  }
}

.search-translucent .search-icon {
  color: #fff;
}

.search-translucent [type="search"] {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(8px);
  border-color: rgba(255, 255, 255, 0.1);
}

.search-translucent [type="search"]:hover {
  background-color: rgba(255, 255, 255, 0.25);
  border-color: rgba(255, 255, 255, 0.25);
}

.search-translucent [type="search"]:focus {
  background-color: #fff;
}

.search-translucent [type="search"]:not(:focus) {
  color: #fff;
}

.search-translucent [type="search"]:not(:focus)::-webkit-input-placeholder {
  color: rgba(248, 248, 248, 1);
}

.search-translucent [type="search"]:not(:focus)::-moz-placeholder {
  color: rgba(248, 248, 248, 1);
}

.search-translucent [type="search"]:not(:focus):-moz-placeholder {
  color: rgba(248, 248, 248, 1);
}

.search-translucent [type="search"]:not(:focus):-ms-input-placeholder {
  color: rgba(248, 248, 248, 1);
}

.boolean input {
  padding: 0.5rem;
  margin-right: 0.5em;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.boolean input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.boolean input:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.boolean input:checked, .boolean input:indeterminate {
  border-color: rgba(67, 160, 214, 1);
  background-color: rgba(67, 160, 214, 1);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0.75em;
}

.boolean input:active {
  filter: brightness(90%);
}

.boolean input:focus {
  outline: 0;
  border-color: rgba(67, 160, 214, 1);
}

.nesty-input,
.hc-multiselect-toggle {
  height: auto;
}

.nesty-input:hover,
.hc-multiselect-toggle:hover {
  color: inherit;
  text-decoration: none;
}

.nesty-input::after,
.hc-multiselect-toggle::after {
  content: "";
}

.hc-multiselect-toggle li {
  padding: 4px 6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1;
}

.upload-dropzone {
  color: inherit;
  border: 1px solid rgba(255, 255, 255, 1);
  background-color: #fff;
  width: 100%;
  border-radius: 4px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.upload-dropzone span {
  color: inherit;
}

.upload-dropzone:hover {
  border-color: #718096;
}

.upload-dropzone[data-hc-focus="true"] {
  outline: 0;
  border-color: rgba(67, 160, 214, 1);
  box-shadow: 0 0 0 0.2rem rgba(141, 141, 141, 1);
}

.svg-icon {
  box-sizing: content-box;
  height: 1em;
}

.svg-icon {
  position: relative;
  bottom: -.125em;
  display: inline-block;
  width: 1em;
  line-height: 1;
  flex-shrink: 0;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.content img {
  max-width: 100%;
  height: auto;
}

.link-plain {
  text-decoration: none;
}

.link-plain:hover {
  text-decoration: none;
}

.link-stretched::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0);
}

.link-anchor {
  opacity: 0;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

:hover > .link-anchor, .link-anchor:focus {
  opacity: 1;
}

.link-anchor::before {
  content: "#";
}

.link-anchor:hover, .link-anchor:focus, .link-anchor:active {
  text-decoration: none;
}

.link {
  color: currentColor;
}

.link::after {
  background-color: currentColor;
  opacity: 0.2;
}

.link:focus, .link:hover {
  color: rgba(30, 114, 164, 1);
}

.link:focus::after, .link:hover::after {
  background-color: rgba(30, 114, 164, 1);
  opacity: 1;
}

.link-article {
  color: rgba(30, 114, 164, 1);
}

.link-article::after {
  background-color: rgba(30, 114, 164, 1);
  opacity: 0.2;
}

.link-article:focus::after, .link-article:hover::after {
  opacity: 1;
}

.link-implied {
  text-decoration: none;
  color: currentColor;
}

.link-implied:hover {
  color: inherit;
  text-decoration: none;
}

.link-implied::after {
  background-color: currentColor;
  opacity: 0;
}

.link-implied:focus::after, .link-implied:hover::after {
  opacity: 0.2;
}

.link,
.link-article,
.link-implied {
  position: relative;
}

.link::after,
.link-article::after,
.link-implied::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -.125em;
  content: "";
  height: .125em;
}

.link:focus, .link:hover,
.link-article:focus,
.link-article:hover,
.link-implied:focus,
.link-implied:hover {
  text-decoration: none;
}

.link:active::after,
.link-article:active::after,
.link-implied:active::after {
  opacity: 1;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-bordered > :not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.list-item {
  margin: 0.5rem 0;
}

.list-divider {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 1rem;
}

.list-divider > * + * {
  padding-left: 0.5rem;
}

.list-divider > * + *::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "·";
}

.list-divider > * + *::before {
  color: #718096;
}

.list-divider > * + *[data-divider]::before {
  content: attr(data-divider);
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: rgba(141, 141, 141, 1);
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: rgba(141, 141, 141, 1);
  text-decoration: none;
  background-color: #fbfbff;
}

.list-group-item-action:active {
  color: rgba(141, 141, 141, 1);
  background-color: rgba(248, 248, 248, 1);
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5em 1em;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 1);
}

.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item:disabled, .list-group-item.is-disabled {
  color: #718096;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.is-active {
  z-index: 2;
  color: #fff;
  background-color: rgba(30, 114, 164, 1);
  border-color: rgba(30, 114, 164, 1);
}

.list-group-horizontal {
  flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .sm\:list-group-horizontal {
    flex-direction: row;
  }
  .sm\:list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .sm\:list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .sm\:list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .md\:list-group-horizontal {
    flex-direction: row;
  }
  .md\:list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .md\:list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .md\:list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .lg\:list-group-horizontal {
    flex-direction: row;
  }
  .lg\:list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .lg\:list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .lg\:list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .xl\:list-group-horizontal {
    flex-direction: row;
  }
  .xl\:list-group-horizontal .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .xl\:list-group-horizontal .list-group-item:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
  }
  .xl\:list-group-horizontal .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.table, .content table:not([class*="table"]) {
  color: rgba(141, 141, 141, 1);
  border-color: transparent;
}

.table th, .content table:not([class*="table"]) th,
.table td,
.content table:not([class*="table"]) td {
  padding: 0.75rem;
  vertical-align: top;
}

.table thead th, .content table:not([class*="table"]) thead th {
  font-size: 0.9375rem;
  font-weight: 500;
  vertical-align: bottom;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.table tbody, .content table:not([class*="table"]) tbody {
  font-size: 0.9375rem;
}

.table tr:not(:last-child), .content table:not([class*="table"]) tr:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.table-sm th,
.table-sm td {
  padding: 0.375rem;
}

.table-flush th:first-child,
.table-flush td:first-child {
  padding-left: 0;
}

.table-flush th:last-child,
.table-flush td:last-child {
  padding-right: 0;
}

.table-bordered {
  border: 1px solid rgba(255, 255, 255, 1);
}

.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(255, 255, 255, 1);
}

.table-bordered th:first-child,
.table-bordered td:first-child {
  padding-left: 0.75rem;
}

.table-bordered th:last-child,
.table-bordered td:last-child {
  padding-right: 0.75rem;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-borderless tr:not(:last-child) {
  border-bottom: none;
}

.table-flush th:first-child,
.table-flush td:first-child {
  padding-left: 0;
}

.table-flush th:last-child,
.table-flush td:last-child {
  padding-right: 0;
}

.hr {
  margin: 0;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
  background: transparent;
}

.zd-comment {
  margin-bottom: 1rem;
}

.notification {
  border: 1px solid;
  display: table;
  font-family: sans-serif;
  font-size: 13px;
  padding: 13px 15px;
  transition: height .2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: .6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir="rtl"] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

:not(.container) .template-notice {
  padding: 0 2rem;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.layout {
  position: relative;
  background-color: rgba(255, 255, 255, 1);
  z-index: 0;
}

.layout--boxed {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  overflow: clip;
}

.layout--boxed ~ .powered-by-zendesk {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 0 2rem;
}

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

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  padding: 0 2rem;
}

.flex-container {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .flex-container {
    flex-direction: row;
    align-items: flex-end;
    border:1px solid green;
  }
}

/*  - Alteração do alinhamento das colunas das sesões dentro da categoria.
.row {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: center;
}
*/

/* Comentado para justificar o texto dentro das categorias quando clicamos no botão Ver todos artigos nessa sesão.
.row {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: flex-end;
}
*/
.row {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    justify-content: flex-start;
}

.row-flush {
  margin-right: 0;
  margin-left: 0;
}

.row-flush > [class*="col"] {
  padding-right: 0;
  padding-left: 0;
}

.row-sm {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.row-sm > [class*="col"] {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.row-lg {
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.row-lg > [class*="col"] {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .sm\:col-1, .sm\:col-2, .sm\:col-3, .sm\:col-4, .sm\:col-5, .sm\:col-6, .sm\:col-7, .sm\:col-8, .sm\:col-9, .sm\:col-10, .sm\:col-11, .sm\:col-12, .sm\:col,
.sm\:col-auto, .md\:col-1, .md\:col-2, .md\:col-3, .md\:col-4, .md\:col-5, .md\:col-6, .md\:col-7, .md\:col-8, .md\:col-9, .md\:col-10, .md\:col-11, .md\:col-12, .md\:col,
.md\:col-auto, .lg\:col-1, .lg\:col-2, .lg\:col-3, .lg\:col-4, .lg\:col-5, .lg\:col-6, .lg\:col-7, .lg\:col-8, .lg\:col-9, .lg\:col-10, .lg\:col-11, .lg\:col-12, .lg\:col,
.lg\:col-auto, .xl\:col-1, .xl\:col-2, .xl\:col-3, .xl\:col-4, .xl\:col-5, .xl\:col-6, .xl\:col-7, .xl\:col-8, .xl\:col-9, .xl\:col-10, .xl\:col-11, .xl\:col-12, .xl\:col,
.xl\:col-auto, .recent-articles,
.related-articles {
  position: relative;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%;
  min-height: 1px;
  min-width: 0;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 1 0 300px;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  display:flex;
  flex-direction: column;
  align-items:center;
  
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.col-order-1 {
  order: 1;
}

.col-order-2 {
  order: 2;
}

.col-order-3 {
  order: 3;
}

.col-order-4 {
  order: 4;
}

.col-order-5 {
  order: 5;
}

.col-order-6 {
  order: 6;
}

.col-order-7 {
  order: 7;
}

.col-order-8 {
  order: 8;
}

.col-order-9 {
  order: 9;
}

.col-order-10 {
  order: 10;
}

.col-order-11 {
  order: 11;
}

.col-order-12 {
  order: 12;
}

.col-offset-1 {
  margin-left: 8.3333333333%;
}

.col-offset-2 {
  margin-left: 16.6666666667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.3333333333%;
}

.col-offset-5 {
  margin-left: 41.6666666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.3333333333%;
}

.col-offset-8 {
  margin-left: 66.6666666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.3333333333%;
}

.col-offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .sm\:col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .sm\:col-auto {
    flex: 1 0 300px;
  }
  .sm\:col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .sm\:col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .sm\:col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .sm\:col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .sm\:col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .sm\:col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .sm\:col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .sm\:col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .sm\:col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .sm\:col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .sm\:col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .sm\:col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .sm\:col-order-1 {
    order: 1;
  }
  .sm\:col-order-2 {
    order: 2;
  }
  .sm\:col-order-3 {
    order: 3;
  }
  .sm\:col-order-4 {
    order: 4;
  }
  .sm\:col-order-5 {
    order: 5;
  }
  .sm\:col-order-6 {
    order: 6;
  }
  .sm\:col-order-7 {
    order: 7;
  }
  .sm\:col-order-8 {
    order: 8;
  }
  .sm\:col-order-9 {
    order: 9;
  }
  .sm\:col-order-10 {
    order: 10;
  }
  .sm\:col-order-11 {
    order: 11;
  }
  .sm\:col-order-12 {
    order: 12;
  }
  .sm\:col-offset-0 {
    margin-left: 0;
  }
  .sm\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .sm\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .sm\:col-offset-3 {
    margin-left: 25%;
  }
  .sm\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .sm\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .sm\:col-offset-6 {
    margin-left: 50%;
  }
  .sm\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .sm\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .sm\:col-offset-9 {
    margin-left: 75%;
  }
  .sm\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .sm\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 768px) {
  .md\:col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .md\:col-auto {
    flex: 1 0 300px;
  }
  .md\:col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .md\:col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .md\:col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .md\:col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .md\:col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
/*    .md\:col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  } */
  
  .md\:col-6 {
    flex: 50%;
    max-width: 100%;
  }
  .md\:col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .md\:col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .md\:col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .md\:col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .md\:col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .md\:col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .md\:col-order-1 {
    order: 1;
  }
  .md\:col-order-2 {
    order: 2;
  }
  .md\:col-order-3 {
    order: 3;
  }
  .md\:col-order-4 {
    order: 4;
  }
  .md\:col-order-5 {
    order: 5;
  }
  .md\:col-order-6 {
    order: 6;
  }
  .md\:col-order-7 {
    order: 7;
  }
  .md\:col-order-8 {
    order: 8;
  }
  .md\:col-order-9 {
    order: 9;
  }
  .md\:col-order-10 {
    order: 10;
  }
  .md\:col-order-11 {
    order: 11;
  }
  .md\:col-order-12 {
    order: 12;
  }
  .md\:col-offset-0 {
    margin-left: 0;
  }
  .md\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .md\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .md\:col-offset-3 {
    margin-left: 25%;
  }
  .md\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .md\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .md\:col-offset-6 {
    margin-left: 50%;
  }
  .md\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .md\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .md\:col-offset-9 {
    margin-left: 75%;
  }
  .md\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .md\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 992px) {
  .lg\:col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .lg\:col-auto {
    flex: 1 0 300px;
  }
  .lg\:col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .lg\:col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .lg\:col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .lg\:col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .lg\:col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .lg\:col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .lg\:col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .lg\:col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .lg\:col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .lg\:col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .lg\:col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .lg\:col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .lg\:col-order-1 {
    order: 1;
  }
  .lg\:col-order-2 {
    order: 2;
  }
  .lg\:col-order-3 {
    order: 3;
  }
  .lg\:col-order-4 {
    order: 4;
  }
  .lg\:col-order-5 {
    order: 5;
  }
  .lg\:col-order-6 {
    order: 6;
  }
  .lg\:col-order-7 {
    order: 7;
  }
  .lg\:col-order-8 {
    order: 8;
  }
  .lg\:col-order-9 {
    order: 9;
  }
  .lg\:col-order-10 {
    order: 10;
  }
  .lg\:col-order-11 {
    order: 11;
  }
  .lg\:col-order-12 {
    order: 12;
  }
  .lg\:col-offset-0 {
    margin-left: 0;
  }
  .lg\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .lg\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .lg\:col-offset-3 {
    margin-left: 25%;
  }
  .lg\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .lg\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .lg\:col-offset-6 {
    margin-left: 50%;
  }
  .lg\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .lg\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .lg\:col-offset-9 {
    margin-left: 75%;
  }
  .lg\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .lg\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
}

@media (min-width: 1200px) {
  .xl\:col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .xl\:col-auto {
    flex: 1 0 300px;
  }
  .xl\:col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .xl\:col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .xl\:col-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .xl\:col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .xl\:col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .xl\:col-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .xl\:col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .xl\:col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .xl\:col-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .xl\:col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .xl\:col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .xl\:col-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .xl\:col-order-1 {
    order: 1;
  }
  .xl\:col-order-2 {
    order: 2;
  }
  .xl\:col-order-3 {
    order: 3;
  }
  .xl\:col-order-4 {
    order: 4;
  }
  .xl\:col-order-5 {
    order: 5;
  }
  .xl\:col-order-6 {
    order: 6;
  }
  .xl\:col-order-7 {
    order: 7;
  }
  .xl\:col-order-8 {
    order: 8;
  }
  .xl\:col-order-9 {
    order: 9;
  }
  .xl\:col-order-10 {
    order: 10;
  }
  .xl\:col-order-11 {
    order: 11;
  }
  .xl\:col-order-12 {
    order: 12;
  }
  .xl\:col-offset-0 {
    margin-left: 0;
  }
  .xl\:col-offset-1 {
    margin-left: 8.3333333333%;
  }
  .xl\:col-offset-2 {
    margin-left: 16.6666666667%;
  }
  .xl\:col-offset-3 {
    margin-left: 25%;
  }
  .xl\:col-offset-4 {
    margin-left: 33.3333333333%;
  }
  .xl\:col-offset-5 {
    margin-left: 41.6666666667%;
  }
  .xl\:col-offset-6 {
    margin-left: 50%;
  }
  .xl\:col-offset-7 {
    margin-left: 58.3333333333%;
  }
  .xl\:col-offset-8 {
    margin-left: 66.6666666667%;
  }
  .xl\:col-offset-9 {
    margin-left: 75%;
  }
  .xl\:col-offset-10 {
    margin-left: 83.3333333333%;
  }
  .xl\:col-offset-11 {
    margin-left: 91.6666666667%;
  }
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1.5rem;
}

.cta {
  background-color: rgba(67, 160, 214, 1);
  color: #f4f4f7;
}

.cta h3 {
  color: #f4f4f7;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 1);
}

.hero h1,
.hero h2 {
  color: rgba(255, 255, 255, 1);
}

@keyframes skeleton {
  100% {
    left: 100%;
  }
}

.skeleton {
  position: relative;
  border-radius: 4px;
  height: 8rem;
  overflow: hidden;
  line-height: 0.6;
  background-color: #f9f9f9;
}

.skeleton::before {
  position: absolute;
  top: 0;
  width: 1000px;
  height: 100%;
  content: "";
  left: -1800px;
  animation: 1.5s ease-in-out 300ms infinite normal none running skeleton;
  background-image: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.4), transparent);
}

.skeleton::after {
  content: "";
  display: block;
}

.media {
  display: flex;
  align-items: flex-start;
  flex: 1;
}

.media-body {
  flex: 1;
  min-width: 0;
}

.svg-shape {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 4rem;
  fill: rgba(255, 255, 255, 1);
}

.header {
  height: 100px;
  background-color: #286197;
}

.header .navbar-brand,
.header .navbar-toggle,
.header .nav-link {
  color: rgba(67, 160, 214, 1);
}

.header .navbar-brand:focus, .header .navbar-brand:hover,
.header .navbar-toggle:focus,
.header .navbar-toggle:hover,
.header .nav-link:focus,
.header .nav-link:hover {
  color: #2d93ce;
}

.header .navbar-brand:active,
.header .navbar-toggle:active,
.header .nav-link:active {
  color: #2781b4;
}

.fixed-header {
  visibility: hidden;
  background-color: transparent;
  transition: background-color 0.15s ease-in-out;
}

.fixed-header .navbar-brand,
.fixed-header .navbar-toggle,
.fixed-header .nav-link {
  color: #fefefe;
}

.fixed-header .navbar-brand:focus, .fixed-header .navbar-brand:hover,
.fixed-header .navbar-toggle:focus,
.fixed-header .navbar-toggle:hover,
.fixed-header .nav-link:focus,
.fixed-header .nav-link:hover {
  color: #efefef;
}

.fixed-header .navbar-brand:active,
.fixed-header .navbar-toggle:active,
.fixed-header .nav-link:active {
  color: #dfdfdf;
}

.fixed-header:not(.visible) ~ main > .hero, .fixed-header.sticky-header ~ main > .hero {
  margin-top: -30px;
}

.text-header .navbar-brand,
.text-header .navbar-toggle,
.text-header .nav-link {
  color: rgba(67, 160, 214, 1);
}

.text-header .navbar-brand:focus, .text-header .navbar-brand:hover,
.text-header .navbar-toggle:focus,
.text-header .navbar-toggle:hover,
.text-header .nav-link:focus,
.text-header .nav-link:hover {
  color: #2d93ce;
}

.text-header .navbar-brand:active,
.text-header .navbar-toggle:active,
.text-header .nav-link:active {
  color: #2781b4;
}

#logo {
  height: 40px;
}

.footer {
  position: relative;
  background-color: rgba(37, 45, 105, 1);
}

.footer .nav-link {
  color: rgba(255, 255, 255, 1);
}

.footer .nav-link:hover {
  color: #f0f0f0;
}

.footer .nav-link:active {
  color: #e0e0e0;
}

.breadcrumbs-lista {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 1rem;
  justify-content: left;
}

.breadcrumbs-lista > * + * {
  padding-left: 0.5rem;
}

.breadcrumbs-lista > * + *::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "/";
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 1rem;
  justify-content: center;
}

.breadcrumbs > * + * {
  padding-left: 0.5rem;
}

.breadcrumbs > * + *::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "/";
}

.breadcrumbs li {
  color: #4A5568;
}

.breadcrumbs li + li::before {
  color: #4A5568;
}

.dropdown {
  position: relative;
  display: inline-flex;
}

.dropdown-toggle {
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background-color: #fff;
  z-index: 99;
  padding: 0.75rem 0;
  margin: 0.25rem 0;
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  min-width: 170px;
  font-size: 0.875rem;
}

.dropdown-menu-start {
  left: 0;
  right: auto;
  transform: translateX(0);
}

.dropdown-menu-end {
  left: auto;
  right: 0;
  transform: translateX(0);
}

.dropdown-menu-top {
  top: auto;
  bottom: 100%;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.5rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #2D3748;
  text-align: inherit;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #232b38;
  text-decoration: none;
  background-color: rgba(248, 248, 248, 1);
}

.dropdown-item.is-active {
  color: #fff;
  text-decoration: none;
  background-color: rgba(30, 114, 164, 1);
}

.dropdown-item[aria-selected="true"] {
  cursor: default;
}

.dropdown-item[aria-selected="true"]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}

[dir="rtl"] .dropdown-item[aria-selected="true"]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}

.has-dropdown {
  position: relative;
}

.has-dropdown:focus > .dropdown-menu, .has-dropdown:hover > .dropdown-menu {
  display: block;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: inline-block;
  padding: 0.5em 1em;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
  cursor: pointer;
}

.nav-line .nav-link {
  position: relative;
}

.nav-line .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  border-bottom: 3px solid transparent;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  transition: border-color 0.15s ease-in-out;
}

.nav-line .nav-link:hover::after {
  border-bottom-color: rgba(255, 255, 255, 1);
}

.nav-line .nav-link:active, .nav-line .nav-link.is-active::after {
  border-bottom-color: rgba(67, 160, 214, 1);
}

.nav-tabs {
  position: relative;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, 1);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-width: 1px 1px 0;
  margin-bottom: -1px;
}

.nav-tabs .nav-item {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 576px) {
  .nav-tabs {
    flex-direction: row;
    border-width: 0 0 1px;
  }
  .nav-tabs .nav-item,
  .nav-tabs .nav-link {
    z-index: 1;
  }
  .nav-tabs .nav-item {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: none;
  }
  .nav-tabs .nav-link {
    margin-bottom: -1px;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    border-bottom-color: rgba(255, 255, 255, 1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .nav-tabs .nav-link.is-active {
    background-color: #fff;
    border-color: rgba(255, 255, 255, 1);
    border-bottom-color: transparent;
  }
  .nav-tabs .dropdown-menu {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .nav-tabs .dropdown-menu .is-active {
    border: none;
    font-weight: 500;
  }
}

.nav-pills .nav-link.is-active {
  color: #f5f5f9;
  background-color: rgba(67, 160, 214, 1);
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 96;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 98;
}

.menu {
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  padding: 30px 0 1.5rem;
  background-color: #fff;
}

.menu-links-center::before {
  content: "";
  display: flex;
  margin-right: auto;
}

.menu-standard {
  position: absolute;
  text-align: center;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

.menu-slide-in {
  position: fixed;
  bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  max-width: 20rem;
  box-shadow: 5px 0 40px rgba(0, 0, 0, 0.4);
}

@media (min-width: 768px) {
  .md\:menu-expanded {
    position: revert;
    top: auto;
    bottom: auto;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    text-align: left;
    max-width: none;
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 992px) {
  .lg\:menu-expanded {
    position: revert;
    top: auto;
    bottom: auto;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    text-align: left;
    max-width: none;
    background-color: transparent;
    box-shadow: none;
  }
}

@media (min-width: 1200px) {
  .xl\:menu-expanded {
    position: revert;
    top: auto;
    bottom: auto;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
    text-align: left;
    max-width: none;
    background-color: transparent;
    box-shadow: none;
  }
}

.navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-light .navbar-brand {
  color: #1A202C;
}

.navbar-light .navbar-toggle,
.navbar-light .nav-link {
  color: #4A5568;
}

.navbar-light .navbar-toggle:focus, .navbar-light .navbar-toggle:hover,
.navbar-light .nav-link:focus,
.navbar-light .nav-link:hover {
  color: #1A202C;
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-toggle,
.navbar-dark .nav-link {
  color: #E2E8F0;
}

.navbar-dark .navbar-toggle:focus, .navbar-dark .navbar-toggle:hover,
.navbar-dark .nav-link:focus,
.navbar-dark .nav-link:hover {
  color: #fff;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-tagline {
  font-weight: 600;
}

.navbar-toggle {
  position: relative;
  display: block;
  padding: 1rem 0.5rem;
  height: auto;
  border: none;
  background-color: transparent;
  box-shadow: none;
  -webkit-appearance: none;
  cursor: pointer;
  order: 1;
  z-index: 100;
}

.navbar-toggle span {
  display: block;
  position: relative;
  pointer-events: none;
}

.navbar-toggle span, .navbar-toggle span:before, .navbar-toggle span:after {
  background-color: currentColor;
  height: 2px;
  width: 26px;
  outline: 1px solid transparent;
  transition: background-color 0.15s, transform 0.15s;
}

.navbar-toggle span:before, .navbar-toggle span:after {
  position: absolute;
  content: "";
  left: 0;
}

.navbar-toggle span:before {
  top: -7px;
}

.navbar-toggle span:after {
  top: 7px;
}

.navbar-toggle[aria-expanded="true"] {
  outline: none;
}

.navbar-toggle[aria-expanded="true"] span {
  background-color: transparent;
}

.navbar-toggle[aria-expanded="true"] span:before, .navbar-toggle[aria-expanded="true"] span:after {
  top: 0;
}

.navbar-toggle[aria-expanded="true"] span:before {
  transform: rotate(-45deg);
}

.navbar-toggle[aria-expanded="true"] span:after {
  transform: rotate(45deg);
}

.pagination {
  margin: 1rem 0;
  text-align: center;
}

.pagination-list {
  padding-left: 0;
}

.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}

.pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link {
  display: inline-block;
  padding: 0.5em 1.25em;
  line-height: 1.5;
  color: rgba(141, 141, 141, 1);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 1);
  cursor: pointer;
  border-radius: 4px;
  transition: 0.15s ease-in-out;
  color: rgba(67, 160, 214, 1);
  border-color: rgba(67, 160, 214, 1);
}

.pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover {
  text-decoration: none;
}

.pagination-next-link:disabled, .pagination-next-link.is-disabled, .pagination-prev-link:disabled, .pagination-prev-link.is-disabled, .pagination-first-link:disabled, .pagination-first-link.is-disabled, .pagination-last-link:disabled, .pagination-last-link.is-disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

.pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover {
  color: #f5f5f9;
  background-color: rgba(67, 160, 214, 1);
}

.pagination-next-link:focus, .pagination-next-link.is-focused, .pagination-prev-link:focus, .pagination-prev-link.is-focused, .pagination-first-link:focus, .pagination-first-link.is-focused, .pagination-last-link:focus, .pagination-last-link.is-focused {
  outline: 0;
}

.pagination-next-link:disabled, .pagination-next-link.is-disabled, .pagination-prev-link:disabled, .pagination-prev-link.is-disabled, .pagination-first-link:disabled, .pagination-first-link.is-disabled, .pagination-last-link:disabled, .pagination-last-link.is-disabled {
  color: rgba(141, 141, 141, 1);
  border-color: rgba(255, 255, 255, 1);
}

.pagination-next-link:not(:disabled):not(.is-disabled):active, .pagination-next-link:not(:disabled):not(.is-disabled)[data-selected="true"], .pagination-next-link:not(:disabled):not(.is-disabled).is-active, .pagination-prev-link:not(:disabled):not(.is-disabled):active, .pagination-prev-link:not(:disabled):not(.is-disabled)[data-selected="true"], .pagination-prev-link:not(:disabled):not(.is-disabled).is-active, .pagination-first-link:not(:disabled):not(.is-disabled):active, .pagination-first-link:not(:disabled):not(.is-disabled)[data-selected="true"], .pagination-first-link:not(:disabled):not(.is-disabled).is-active, .pagination-last-link:not(:disabled):not(.is-disabled):active, .pagination-last-link:not(:disabled):not(.is-disabled)[data-selected="true"], .pagination-last-link:not(:disabled):not(.is-disabled).is-active {
  color: #f5f5f9;
  border-color: #3298d2;
  background-color: #3298d2;
}

.pagination-first-text, .pagination-last-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

@media (max-width: 767.98px) {
  .collapsible-nav {
    position: relative;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-left: 0;
    margin-right: 0;
    max-height: 3em;
    overflow: hidden;
    cursor: pointer;
    transition: max-height 0.3s ease-in-out;
  }
  .collapsible-nav > * {
    line-height: 3em;
  }
  .collapsible-nav > [aria-selected="true"] {
    order: -1;
  }
  .collapsible-nav .nav-link {
    padding: 0;
    border: none;
  }
  .collapsible-nav .nav-link::after {
    display: none;
  }
  .collapsible-nav .nav-link.is-active {
    order: -1;
    color: inherit;
    background-color: transparent;
  }
  .collapsible-nav::after {
    position: absolute;
    right: 0;
    top: calc(3em / 2 - .5em);
    content: "";
    height: 1em;
    width: 1em;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%232D3748' stroke-linecap='round' d='M3 4.5l2.6 2.6c.2.2.5.2.7 0L9 4.5'%3E%3C/path%3E%3C/svg%3E") no-repeat transparent center center;
    pointer-events: none;
  }
  [dir="rtl"] .collapsible-nav::after {
    left: 0;
    right: auto;
  }
  .collapsible-nav.is-expanded {
    max-height: 100vh;
  }
  .collapsible-nav.is-expanded::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath stroke='%232D3748' stroke-linecap='round' d='M3 9l6-6m0 6L3 3'%3E%3C/path%3E%3C/svg%3E") no-repeat transparent center center;
  }
  .collapsible-nav .dropdown-menu {
    display: none !important;
  }
}

@media (max-width: 767.98px) {
  .collapse-title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    margin: 0;
    font-size: 1em;
    cursor: pointer;
    user-select: none;
    transition: color 0.15s ease-in-out;
  }
  .collapse-title::after {
    content: "";
    height: 1em;
    width: 1em;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%232D3748' stroke-linecap='round' d='M3 4.5l2.6 2.6c.2.2.5.2.7 0L9 4.5'%3E%3C/path%3E%3C/svg%3E") no-repeat transparent center center;
  }
  .collapse-title.is-active::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath stroke='%232D3748' stroke-linecap='round' d='M3 9l6-6m0 6L3 3'%3E%3C/path%3E%3C/svg%3E") no-repeat transparent center center;
  }
  .collapse-title:focus, .collapse-title:hover {
    text-decoration: none;
    outline: none;
  }
}

.collapse:not(.is-visible) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: all 0.15s ease-in-out;
}

.expand {
  display: flex !important;
  height: 100% !important;
  max-height: none !important;
  overflow: visible;
}

@media (min-width: 576px) {
  .sm\:expand {
    display: flex !important;
    height: 100% !important;
    max-height: none !important;
    overflow: visible;
  }
}

@media (min-width: 768px) {
  .md\:expand {
    display: flex !important;
    height: 100% !important;
    max-height: none !important;
    overflow: visible;
  }
}

@media (min-width: 992px) {
  .lg\:expand {
    display: flex !important;
    height: 100% !important;
    max-height: none !important;
    overflow: visible;
  }
}

@media (min-width: 1200px) {
  .xl\:expand {
    display: flex !important;
    height: 100% !important;
    max-height: none !important;
    overflow: visible;
  }
}

.tab-panel {
  padding: 1rem;
  margin-bottom: 1rem;
  list-style: none;
  border: 1px solid rgba(255, 255, 255, 1);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.tab-panel:not(:first-of-type) {
  display: none;
}

.tab-panel :last-child {
  margin-bottom: 0;
}

.tab {
  display: none;
}

.tab.is-active {
  display: block;
}

.fade {
  transition: opacity 150ms ease;
}

.fade:not(.is-shown) {
  opacity: 0;
}

.scaled {
  transition: opacity 500ms ease, transform 500ms ease;
  transform: scale(1);
}

.scaled:not(.is-shown) {
  opacity: 0;
  transform: scale(1.1);
}

.toggle {
  padding-left: 1em;
  padding-right: 1em;
}

.toggle:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.toggle-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  margin: 0;
  font-size: 1em;
  cursor: pointer;
  user-select: none;
  transition: color 0.15s ease-in-out;
}

.toggle-title::after {
  content: "";
  height: 1em;
  width: 1em;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%232D3748' stroke-linecap='round' d='M3 4.5l2.6 2.6c.2.2.5.2.7 0L9 4.5'%3E%3C/path%3E%3C/svg%3E") no-repeat transparent center center;
}

.toggle-title.is-active::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath stroke='%232D3748' stroke-linecap='round' d='M3 9l6-6m0 6L3 3'%3E%3C/path%3E%3C/svg%3E") no-repeat transparent center center;
}

.toggle-title:focus, .toggle-title:hover {
  text-decoration: none;
  outline: none;
}

.text-note {
  color: rgba(67, 160, 214, 1);
}

.text-warning {
  color: rgba(214, 67, 69, 1);
}

.text-notification {
  color: #fff;
}

.text-inherit {
  color: inherit;
}

.text-base {
  color: rgba(141, 141, 141, 1);
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-gray-100 {
  color: #fbfbff;
}

.text-gray-200 {
  color: rgba(248, 248, 248, 1);
}

.text-gray-300 {
  color: #E2E8F0;
}

.text-gray-400 {
  color: #CBD5E0;
}

.text-gray-500 {
  color: #A0AEC0;
}

.text-gray-600 {
  color: #718096;
}

.text-gray-700 {
  color: #4A5568;
}

.text-gray-800 {
  color: #2D3748;
}

.text-gray-900 {
  color: #1A202C;
}

.text-red-500 {
  color: #F56565;
}

.text-orange-500 {
  color: #ED8936;
}

.text-green-500 {
  color: #48BB78;
}

.text-primary {
  color: rgba(67, 160, 214, 1);
}

.text-secondary {
  color: rgba(67, 160, 214, 1);
}

.text-tertiary {
  color: rgba(67, 160, 214, 1);
}

.text-primary-inverse {
  color: #f5f5f9;
}

.text-secondary-inverse {
  color: rgba(245, 245, 249, 1);
}

.text-tertiary-inverse {
  color: rgba(245, 245, 249, 1);
}

.hover\:text-inherit:hover {
  color: inherit;
}

.hover\:text-base:hover {
  color: rgba(141, 141, 141, 1);
}

.hover\:text-black:hover {
  color: #000;
}

.hover\:text-white:hover {
  color: #fff;
}

.hover\:text-gray-100:hover {
  color: #fbfbff;
}

.hover\:text-gray-200:hover {
  color: rgba(248, 248, 248, 1);
}

.hover\:text-gray-300:hover {
  color: #E2E8F0;
}

.hover\:text-gray-400:hover {
  color: #CBD5E0;
}

.hover\:text-gray-500:hover {
  color: #A0AEC0;
}

.hover\:text-gray-600:hover {
  color: #718096;
}

.hover\:text-gray-700:hover {
  color: #4A5568;
}

.hover\:text-gray-800:hover {
  color: #2D3748;
}

.hover\:text-gray-900:hover {
  color: #1A202C;
}

.hover\:text-red-500:hover {
  color: #F56565;
}

.hover\:text-orange-500:hover {
  color: #ED8936;
}

.hover\:text-green-500:hover {
  color: #48BB78;
}

.hover\:text-primary:hover {
  color: rgba(67, 160, 214, 1);
}

.hover\:text-secondary:hover {
  color: rgba(67, 160, 214, 1);
}

.hover\:text-tertiary:hover {
  color: rgba(67, 160, 214, 1);
}

.hover\:text-primary-inverse:hover {
  color: #f5f5f9;
}

.hover\:text-secondary-inverse:hover {
  color: rgba(245, 245, 249, 1);
}

.hover\:text-tertiary-inverse:hover {
  color: rgba(245, 245, 249, 1);
}

@media (min-width: 576px) {
  .sm\:text-inherit {
    color: inherit;
  }
  .sm\:text-base {
    color: rgba(141, 141, 141, 1);
  }
  .sm\:text-black {
    color: #000;
  }
  .sm\:text-white {
    color: #fff;
  }
  .sm\:text-gray-100 {
    color: #fbfbff;
  }
  .sm\:text-gray-200 {
    color: rgba(248, 248, 248, 1);
  }
  .sm\:text-gray-300 {
    color: #E2E8F0;
  }
  .sm\:text-gray-400 {
    color: #CBD5E0;
  }
  .sm\:text-gray-500 {
    color: #A0AEC0;
  }
  .sm\:text-gray-600 {
    color: #718096;
  }
  .sm\:text-gray-700 {
    color: #4A5568;
  }
  .sm\:text-gray-800 {
    color: #2D3748;
  }
  .sm\:text-gray-900 {
    color: #1A202C;
  }
  .sm\:text-red-500 {
    color: #F56565;
  }
  .sm\:text-orange-500 {
    color: #ED8936;
  }
  .sm\:text-green-500 {
    color: #48BB78;
  }
  .sm\:text-primary {
    color: rgba(67, 160, 214, 1);
  }
  .sm\:text-secondary {
    color: rgba(67, 160, 214, 1);
  }
  .sm\:text-tertiary {
    color: rgba(67, 160, 214, 1);
  }
  .sm\:text-primary-inverse {
    color: #f5f5f9;
  }
  .sm\:text-secondary-inverse {
    color: rgba(245, 245, 249, 1);
  }
  .sm\:text-tertiary-inverse {
    color: rgba(245, 245, 249, 1);
  }
}

@media (min-width: 768px) {
  .md\:text-inherit {
    color: inherit;
  }
  .md\:text-base {
    color: rgba(141, 141, 141, 1);
  }
  .md\:text-black {
    color: #000;
  }
  .md\:text-white {
    color: #fff;
  }
  .md\:text-gray-100 {
    color: #fbfbff;
  }
  .md\:text-gray-200 {
    color: rgba(248, 248, 248, 1);
  }
  .md\:text-gray-300 {
    color: #E2E8F0;
  }
  .md\:text-gray-400 {
    color: #CBD5E0;
  }
  .md\:text-gray-500 {
    color: #A0AEC0;
  }
  .md\:text-gray-600 {
    color: #718096;
  }
  .md\:text-gray-700 {
    color: #4A5568;
  }
  .md\:text-gray-800 {
    color: #2D3748;
  }
  .md\:text-gray-900 {
    color: #1A202C;
  }
  .md\:text-red-500 {
    color: #F56565;
  }
  .md\:text-orange-500 {
    color: #ED8936;
  }
  .md\:text-green-500 {
    color: #48BB78;
  }
  .md\:text-primary {
    color: rgba(67, 160, 214, 1);
  }
  .md\:text-secondary {
    color: rgba(67, 160, 214, 1);
  }
  .md\:text-tertiary {
    color: rgba(67, 160, 214, 1);
  }
  .md\:text-primary-inverse {
    color: #f5f5f9;
  }
  .md\:text-secondary-inverse {
    color: rgba(245, 245, 249, 1);
  }
  .md\:text-tertiary-inverse {
    color: rgba(245, 245, 249, 1);
  }
}

@media (min-width: 992px) {
  .lg\:text-inherit {
    color: inherit;
  }
  .lg\:text-base {
    color: rgba(141, 141, 141, 1);
  }
  .lg\:text-black {
    color: #000;
  }
  .lg\:text-white {
    color: #fff;
  }
  .lg\:text-gray-100 {
    color: #fbfbff;
  }
  .lg\:text-gray-200 {
    color: rgba(248, 248, 248, 1);
  }
  .lg\:text-gray-300 {
    color: #E2E8F0;
  }
  .lg\:text-gray-400 {
    color: #CBD5E0;
  }
  .lg\:text-gray-500 {
    color: #A0AEC0;
  }
  .lg\:text-gray-600 {
    color: #718096;
  }
  .lg\:text-gray-700 {
    color: #4A5568;
  }
  .lg\:text-gray-800 {
    color: #2D3748;
  }
  .lg\:text-gray-900 {
    color: #1A202C;
  }
  .lg\:text-red-500 {
    color: #F56565;
  }
  .lg\:text-orange-500 {
    color: #ED8936;
  }
  .lg\:text-green-500 {
    color: #48BB78;
  }
  .lg\:text-primary {
    color: rgba(67, 160, 214, 1);
  }
  .lg\:text-secondary {
    color: rgba(67, 160, 214, 1);
  }
  .lg\:text-tertiary {
    color: rgba(67, 160, 214, 1);
  }
  .lg\:text-primary-inverse {
    color: #f5f5f9;
  }
  .lg\:text-secondary-inverse {
    color: rgba(245, 245, 249, 1);
  }
  .lg\:text-tertiary-inverse {
    color: rgba(245, 245, 249, 1);
  }
}

@media (min-width: 1200px) {
  .xl\:text-inherit {
    color: inherit;
  }
  .xl\:text-base {
    color: rgba(141, 141, 141, 1);
  }
  .xl\:text-black {
    color: #000;
  }
  .xl\:text-white {
    color: #fff;
  }
  .xl\:text-gray-100 {
    color: #fbfbff;
  }
  .xl\:text-gray-200 {
    color: rgba(248, 248, 248, 1);
  }
  .xl\:text-gray-300 {
    color: #E2E8F0;
  }
  .xl\:text-gray-400 {
    color: #CBD5E0;
  }
  .xl\:text-gray-500 {
    color: #A0AEC0;
  }
  .xl\:text-gray-600 {
    color: #718096;
  }
  .xl\:text-gray-700 {
    color: #4A5568;
  }
  .xl\:text-gray-800 {
    color: #2D3748;
  }
  .xl\:text-gray-900 {
    color: #1A202C;
  }
  .xl\:text-red-500 {
    color: #F56565;
  }
  .xl\:text-orange-500 {
    color: #ED8936;
  }
  .xl\:text-green-500 {
    color: #48BB78;
  }
  .xl\:text-primary {
    color: rgba(67, 160, 214, 1);
  }
  .xl\:text-secondary {
    color: rgba(67, 160, 214, 1);
  }
  .xl\:text-tertiary {
    color: rgba(67, 160, 214, 1);
  }
  .xl\:text-primary-inverse {
    color: #f5f5f9;
  }
  .xl\:text-secondary-inverse {
    color: rgba(245, 245, 249, 1);
  }
  .xl\:text-tertiary-inverse {
    color: rgba(245, 245, 249, 1);
  }
}

.font-heading {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

.font-text {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
}

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

.wysiwyg-font-size-small {
  font-size: 0.875rem;
}

.wysiwyg-font-size-medium {
  font-size: 1em;
}

.wysiwyg-font-size-large {
  font-size: 1.125rem;
}

.wysiwyg-font-size-x-large {
  font-size: 1.25rem;
}

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

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

.font-size-md {
  font-size: 0.9375rem;
}

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

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

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

.font-size-2xl {
  font-size: 1rem;
}

.font-size-3xl {
  font-size: 1.875rem;
}

.font-size-4xl {
  font-size: 2.25rem;
}

.font-size-5xl {
  font-size: 3.25rem;
}

.font-size-6xl {
  font-size: 4rem;
}

@media (min-width: 576px) {
  .sm\:font-size-xs {
    font-size: 0.75rem;
  }
  .sm\:font-size-sm {
    font-size: 0.875rem;
  }
  .sm\:font-size-md {
    font-size: 0.9375rem;
  }
  .sm\:font-size-base {
    font-size: 1rem;
  }
  .sm\:font-size-lg {
    font-size: 1.125rem;
  }
  .sm\:font-size-xl {
    font-size: 1.25rem;
  }
  .sm\:font-size-2xl {
    font-size: 1.75rem;
  }
  .sm\:font-size-3xl {
    font-size: 1.875rem;
  }
  .sm\:font-size-4xl {
    font-size: 2.25rem;
  }
  .sm\:font-size-5xl {
    font-size: 3.25rem;
  }
  .sm\:font-size-6xl {
    font-size: 4rem;
  }
}

@media (min-width: 768px) {
  .md\:font-size-xs {
    font-size: 0.75rem;
  }
  .md\:font-size-sm {
    font-size: 0.875rem;
  }
  .md\:font-size-md {
    font-size: 0.9375rem;
  }
  .md\:font-size-base {
    font-size: 1rem;
  }
  .md\:font-size-lg {
    font-size: 1.125rem;
  }
  .md\:font-size-xl {
    font-size: 1.25rem;
  }
  .md\:font-size-2xl {
    font-size: 1.75rem;
  }
  .md\:font-size-3xl {
    font-size: 1.875rem;
  }
  .md\:font-size-4xl {
    font-size: 2.25rem;
  }
  .md\:font-size-5xl {
    font-size: 3.25rem;
  }
  .md\:font-size-6xl {
    font-size: 4rem;
  }
}

@media (min-width: 992px) {
  .lg\:font-size-xs {
    font-size: 0.75rem;
  }
  .lg\:font-size-sm {
    font-size: 0.875rem;
  }
  .lg\:font-size-md {
    font-size: 0.9375rem;
  }
  .lg\:font-size-base {
    font-size: 1rem;
  }
  .lg\:font-size-lg {
    font-size: 1.125rem;
  }
  .lg\:font-size-xl {
    font-size: 1.25rem;
  }
  .lg\:font-size-2xl {
    font-size: 1.75rem;
  }
  .lg\:font-size-3xl {
    font-size: 1.875rem;
  }
  .lg\:font-size-4xl {
    font-size: 2.25rem;
  }
  .lg\:font-size-5xl {
    font-size: 3rem;
  }
  .lg\:font-size-6xl {
    font-size: 4rem;
  }
}

@media (min-width: 1200px) {
  .xl\:font-size-xs {
    font-size: 0.75rem;
  }
  .xl\:font-size-sm {
    font-size: 0.875rem;
  }
  .xl\:font-size-md {
    font-size: 0.9375rem;
  }
  .xl\:font-size-base {
    font-size: 1rem;
  }
  .xl\:font-size-lg {
    font-size: 1.125rem;
  }
  .xl\:font-size-xl {
    font-size: 1.25rem;
  }
  .xl\:font-size-2xl {
    font-size: 1.75rem;
  }
  .xl\:font-size-3xl {
    font-size: 1.875rem;
  }
  .xl\:font-size-4xl {
    font-size: 2.25rem;
  }
  .xl\:font-size-5xl {
    font-size: 3.25rem;
  }
  .xl\:font-size-6xl {
    font-size: 4rem;
  }
}

.normal {
  font-style: normal;
}

.italic {
  font-style: italic;
}

@media (min-width: 576px) {
  .sm\:normal {
    font-style: normal;
  }
  .sm\:italic {
    font-style: italic;
  }
}

@media (min-width: 768px) {
  .md\:normal {
    font-style: normal;
  }
  .md\:italic {
    font-style: italic;
  }
}

@media (min-width: 992px) {
  .lg\:normal {
    font-style: normal;
  }
  .lg\:italic {
    font-style: italic;
  }
}

@media (min-width: 1200px) {
  .xl\:normal {
    font-style: normal;
  }
  .xl\:italic {
    font-style: italic;
  }
}

.font-hairline {
  font-weight: 100;
}

.font-thin {
  font-weight: 200;
}

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

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

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

.font-semibold {
  font-weight: 600;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-black {
  font-weight: 900;
}

@media (min-width: 576px) {
  .sm\:font-hairline {
    font-weight: 100;
  }
  .sm\:font-thin {
    font-weight: 200;
  }
  .sm\:font-light {
    font-weight: 300;
  }
  .sm\:font-normal {
    font-weight: 400;
  }
  .sm\:font-medium {
    font-weight: 500;
  }
  .sm\:font-semibold {
    font-weight: 600;
  }
  .sm\:font-bold {
    font-weight: 700;
  }
  .sm\:font-extrabold {
    font-weight: 800;
  }
  .sm\:font-black {
    font-weight: 900;
  }
}

@media (min-width: 768px) {
  .md\:font-hairline {
    font-weight: 100;
  }
  .md\:font-thin {
    font-weight: 200;
  }
  .md\:font-light {
    font-weight: 300;
  }
  .md\:font-normal {
    font-weight: 400;
  }
  .md\:font-medium {
    font-weight: 500;
  }
  .md\:font-semibold {
    font-weight: 600;
  }
  .md\:font-bold {
    font-weight: 700;
  }
  .md\:font-extrabold {
    font-weight: 800;
  }
  .md\:font-black {
    font-weight: 900;
  }
}

@media (min-width: 992px) {
  .lg\:font-hairline {
    font-weight: 100;
  }
  .lg\:font-thin {
    font-weight: 200;
  }
  .lg\:font-light {
    font-weight: 300;
  }
  .lg\:font-normal {
    font-weight: 400;
  }
  .lg\:font-medium {
    font-weight: 500;
  }
  .lg\:font-semibold {
    font-weight: 600;
  }
  .lg\:font-bold {
    font-weight: 700;
  }
  .lg\:font-extrabold {
    font-weight: 800;
  }
  .lg\:font-black {
    font-weight: 900;
  }
}

@media (min-width: 1200px) {
  .xl\:font-hairline {
    font-weight: 100;
  }
  .xl\:font-thin {
    font-weight: 200;
  }
  .xl\:font-light {
    font-weight: 300;
  }
  .xl\:font-normal {
    font-weight: 400;
  }
  .xl\:font-medium {
    font-weight: 500;
  }
  .xl\:font-semibold {
    font-weight: 600;
  }
  .xl\:font-bold {
    font-weight: 700;
  }
  .xl\:font-extrabold {
    font-weight: 800;
  }
  .xl\:font-black {
    font-weight: 900;
  }
}

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

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

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

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

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

@media (min-width: 576px) {
  .sm\:tracking-tighter {
    letter-spacing: -0.05em;
  }
  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }
  .sm\:tracking-normal {
    letter-spacing: 0;
  }
  .sm\:tracking-wide {
    letter-spacing: 0.025em;
  }
  .sm\:tracking-wider {
    letter-spacing: 0.05em;
  }
}

@media (min-width: 768px) {
  .md\:tracking-tighter {
    letter-spacing: -0.05em;
  }
  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }
  .md\:tracking-normal {
    letter-spacing: 0;
  }
  .md\:tracking-wide {
    letter-spacing: 0.025em;
  }
  .md\:tracking-wider {
    letter-spacing: 0.05em;
  }
}

@media (min-width: 992px) {
  .lg\:tracking-tighter {
    letter-spacing: -0.05em;
  }
  .lg\:tracking-tight {
    letter-spacing: -0.025em;
  }
  .lg\:tracking-normal {
    letter-spacing: 0;
  }
  .lg\:tracking-wide {
    letter-spacing: 0.025em;
  }
  .lg\:tracking-wider {
    letter-spacing: 0.05em;
  }
}

@media (min-width: 1200px) {
  .xl\:tracking-tighter {
    letter-spacing: -0.05em;
  }
  .xl\:tracking-tight {
    letter-spacing: -0.025em;
  }
  .xl\:tracking-normal {
    letter-spacing: 0;
  }
  .xl\:tracking-wide {
    letter-spacing: 0.025em;
  }
  .xl\:tracking-wider {
    letter-spacing: 0.05em;
  }
}

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

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

.line-height-snug {
  line-height: 1.375;
}

.line-height-normal {
  line-height: 1.5;
}

.line-height-relaxed {
  line-height: 1.625;
}

.line-height-wide {
  line-height: 2;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.list-square {
  list-style-type: square;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

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

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

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

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

@media (min-width: 576px) {
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-right {
    text-align: right;
  }
  .sm\:text-center {
    text-align: center;
  }
  .sm\:text-justify {
    text-align: justify;
  }
}

@media (min-width: 768px) {
  .md\:text-left {
    text-align: left;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-justify {
    text-align: justify;
  }
}

@media (min-width: 992px) {
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-right {
    text-align: right;
  }
  .lg\:text-center {
    text-align: center;
  }
  .lg\:text-justify {
    text-align: justify;
  }
}

@media (min-width: 1200px) {
  .xl\:text-left {
    text-align: left;
  }
  .xl\:text-right {
    text-align: right;
  }
  .xl\:text-center {
    text-align: center;
  }
  .xl\:text-justify {
    text-align: justify;
  }
}

.underline {
  text-decoration: underline;
}

.line-through {
  text-decoration: line-through;
}

.no-underline {
  text-decoration: none;
}

.hover\:underline:hover {
  text-decoration: underline;
}

.hover\:line-through:hover {
  text-decoration: line-through;
}

.hover\:no-underline:hover {
  text-decoration: none;
}

.lowercase {
  text-transform: lowercase;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.normal-case {
  text-transform: none;
}

@media (min-width: 576px) {
  .sm\:lowercase {
    text-transform: lowercase;
  }
  .sm\:uppercase {
    text-transform: uppercase;
  }
  .sm\:capitalize {
    text-transform: capitalize;
  }
  .sm\:normal-case {
    text-transform: none;
  }
}

@media (min-width: 768px) {
  .md\:lowercase {
    text-transform: lowercase;
  }
  .md\:uppercase {
    text-transform: uppercase;
  }
  .md\:capitalize {
    text-transform: capitalize;
  }
  .md\:normal-case {
    text-transform: none;
  }
}

@media (min-width: 992px) {
  .lg\:lowercase {
    text-transform: lowercase;
  }
  .lg\:uppercase {
    text-transform: uppercase;
  }
  .lg\:capitalize {
    text-transform: capitalize;
  }
  .lg\:normal-case {
    text-transform: none;
  }
}

@media (min-width: 1200px) {
  .xl\:lowercase {
    text-transform: lowercase;
  }
  .xl\:uppercase {
    text-transform: uppercase;
  }
  .xl\:capitalize {
    text-transform: capitalize;
  }
  .xl\:normal-case {
    text-transform: none;
  }
}

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

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

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

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

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

.align-text-bottom {
  vertical-align: text-bottom;
}

@media (min-width: 576px) {
  .sm\:align-baseline {
    vertical-align: baseline;
  }
  .sm\:align-top {
    vertical-align: top;
  }
  .sm\:align-middle {
    vertical-align: middle;
  }
  .sm\:align-bottom {
    vertical-align: bottom;
  }
  .sm\:align-text-top {
    vertical-align: text-top;
  }
  .sm\:align-text-bottom {
    vertical-align: text-bottom;
  }
}

@media (min-width: 768px) {
  .md\:align-baseline {
    vertical-align: baseline;
  }
  .md\:align-top {
    vertical-align: top;
  }
  .md\:align-middle {
    vertical-align: middle;
  }
  .md\:align-bottom {
    vertical-align: bottom;
  }
  .md\:align-text-top {
    vertical-align: text-top;
  }
  .md\:align-text-bottom {
    vertical-align: text-bottom;
  }
}

@media (min-width: 992px) {
  .lg\:align-baseline {
    vertical-align: baseline;
  }
  .lg\:align-top {
    vertical-align: top;
  }
  .lg\:align-middle {
    vertical-align: middle;
  }
  .lg\:align-bottom {
    vertical-align: bottom;
  }
  .lg\:align-text-top {
    vertical-align: text-top;
  }
  .lg\:align-text-bottom {
    vertical-align: text-bottom;
  }
}

@media (min-width: 1200px) {
  .xl\:align-baseline {
    vertical-align: baseline;
  }
  .xl\:align-top {
    vertical-align: top;
  }
  .xl\:align-middle {
    vertical-align: middle;
  }
  .xl\:align-bottom {
    vertical-align: bottom;
  }
  .xl\:align-text-top {
    vertical-align: text-top;
  }
  .xl\:align-text-bottom {
    vertical-align: text-bottom;
  }
}

.white-space-normal {
  white-space: normal;
}

.white-space-no-wrap {
  white-space: nowrap;
}

.white-space-pre {
  white-space: pre;
}

.white-space-pre-line {
  white-space: pre-line;
}

.white-space-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  word-break: normal;
}

.break-words {
  word-wrap: break-word;
}

.break-spaces {
  word-wrap: break-spaces;
}

.break-all {
  word-break: break-all;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.ratio {
  position: relative;
  height: 0;
}

.ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 96;
}

.ratio-1-1 {
  padding-bottom: 100%;
}

.ratio-16-9 {
  padding-bottom: 56.25%;
}

.ratio-4-3 {
  padding-bottom: 75%;
}

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.table, .content table:not([class*="table"]) {
  display: table !important;
}

.table-header-group {
  display: table-header-group !important;
}

.table-row {
  display: table-row !important;
}

.table-cell {
  display: table-cell !important;
}

.flex {
  display: flex !important;
  /*centralizar texto  bloco 4 imagens abaixo do banner e assuntos mais pesquisados*/
  justify-content: space-around;
}

.inline-flex {
  display: inline-flex !important;
}

.hidden {
  display: none !important;
}

.empty\:hidden:empty {
  display: none;
}

@media (min-width: 576px) {
  .sm\:block {
    display: block !important;
  }
  .sm\:inline-block {
    display: inline-block !important;
  }
  .sm\:inline {
    display: inline !important;
  }
  .sm\:table {
    display: table !important;
  }
  .sm\:table-header-group {
    display: table-header-group !important;
  }
  .sm\:table-row {
    display: table-row !important;
  }
  .sm\:table-cell {
    display: table-cell !important;
  }
  .sm\:flex {
    display: flex !important;
  }
  .sm\:inline-flex {
    display: inline-flex !important;
  }
  .sm\:hidden {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .md\:block {
    display: block !important;
  }
  .md\:inline-block {
    display: inline-block !important;
  }
  .md\:inline {
    display: inline !important;
  }
  .md\:table {
    display: table !important;
  }
  .md\:table-header-group {
    display: table-header-group !important;
  }
  .md\:table-row {
    display: table-row !important;
  }
  .md\:table-cell {
    display: table-cell !important;
  }
  .md\:flex {
    display: flex !important;
  }
  .md\:inline-flex {
    display: inline-flex !important;
  }
  .md\:hidden {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .lg\:block {
    display: block !important;
  }
  .lg\:inline-block {
    display: inline-block !important;
  }
  .lg\:inline {
    display: inline !important;
  }
  .lg\:table {
    display: table !important;
  }
  .lg\:table-header-group {
    display: table-header-group !important;
  }
  .lg\:table-row {
    display: table-row !important;
  }
  .lg\:table-cell {
    display: table-cell !important;
  }
  .lg\:flex {
    display: flex !important;
  }
  .lg\:inline-flex {
    display: inline-flex !important;
  }
  .lg\:hidden {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .xl\:block {
    display: block !important;
  }
  .xl\:inline-block {
    display: inline-block !important;
  }
  .xl\:inline {
    display: inline !important;
  }
  .xl\:table {
    display: table !important;
  }
  .xl\:table-header-group {
    display: table-header-group !important;
  }
  .xl\:table-row {
    display: table-row !important;
  }
  .xl\:table-cell {
    display: table-cell !important;
  }
  .xl\:flex {
    display: flex !important;
  }
  .xl\:inline-flex {
    display: inline-flex !important;
  }
  .xl\:hidden {
    display: none !important;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

@media (min-width: 576px) {
  .sm\:float-left {
    float: left;
  }
  .sm\:float-right {
    float: right;
  }
  .sm\:float-none {
    float: none;
  }
  .sm\:clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

@media (min-width: 768px) {
  .md\:float-left {
    float: left;
  }
  .md\:float-right {
    float: right;
  }
  .md\:float-none {
    float: none;
  }
  .md\:clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

@media (min-width: 992px) {
  .lg\:float-left {
    float: left;
  }
  .lg\:float-right {
    float: right;
  }
  .lg\:float-none {
    float: none;
  }
  .lg\:clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

@media (min-width: 1200px) {
  .xl\:float-left {
    float: left;
  }
  .xl\:float-right {
    float: right;
  }
  .xl\:float-none {
    float: none;
  }
  .xl\:clearfix::after {
    display: block;
    clear: both;
    content: "";
  }
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-scroll {
  overflow: scroll;
}

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

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

.overflow-x-hidden {
  overflow-x: hidden;
}

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

.overflow-x-visible {
  overflow-x: visible;
}

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

.overflow-x-scroll {
  overflow-x: scroll;
}

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

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

@media (min-width: 576px) {
  .sm\:overflow-auto {
    overflow: auto;
  }
  .sm\:overflow-hidden {
    overflow: hidden;
  }
  .sm\:overflow-visible {
    overflow: visible;
  }
  .sm\:overflow-scroll {
    overflow: scroll;
  }
  .sm\:overflow-x-auto {
    overflow-x: auto;
  }
  .sm\:overflow-y-auto {
    overflow-y: auto;
  }
  .sm\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .sm\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .sm\:overflow-x-visible {
    overflow-x: visible;
  }
  .sm\:overflow-y-visible {
    overflow-y: visible;
  }
  .sm\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .sm\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .sm\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
}

@media (min-width: 768px) {
  .md\:overflow-auto {
    overflow: auto;
  }
  .md\:overflow-hidden {
    overflow: hidden;
  }
  .md\:overflow-visible {
    overflow: visible;
  }
  .md\:overflow-scroll {
    overflow: scroll;
  }
  .md\:overflow-x-auto {
    overflow-x: auto;
  }
  .md\:overflow-y-auto {
    overflow-y: auto;
  }
  .md\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .md\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .md\:overflow-x-visible {
    overflow-x: visible;
  }
  .md\:overflow-y-visible {
    overflow-y: visible;
  }
  .md\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .md\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .md\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
}

@media (min-width: 992px) {
  .lg\:overflow-auto {
    overflow: auto;
  }
  .lg\:overflow-hidden {
    overflow: hidden;
  }
  .lg\:overflow-visible {
    overflow: visible;
  }
  .lg\:overflow-scroll {
    overflow: scroll;
  }
  .lg\:overflow-x-auto {
    overflow-x: auto;
  }
  .lg\:overflow-y-auto {
    overflow-y: auto;
  }
  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .lg\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .lg\:overflow-x-visible {
    overflow-x: visible;
  }
  .lg\:overflow-y-visible {
    overflow-y: visible;
  }
  .lg\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .lg\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .lg\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
}

@media (min-width: 1200px) {
  .xl\:overflow-auto {
    overflow: auto;
  }
  .xl\:overflow-hidden {
    overflow: hidden;
  }
  .xl\:overflow-visible {
    overflow: visible;
  }
  .xl\:overflow-scroll {
    overflow: scroll;
  }
  .xl\:overflow-x-auto {
    overflow-x: auto;
  }
  .xl\:overflow-y-auto {
    overflow-y: auto;
  }
  .xl\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .xl\:overflow-y-hidden {
    overflow-y: hidden;
  }
  .xl\:overflow-x-visible {
    overflow-x: visible;
  }
  .xl\:overflow-y-visible {
    overflow-y: visible;
  }
  .xl\:overflow-x-scroll {
    overflow-x: scroll;
  }
  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }
  .xl\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }
  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }
}

@media (max-width: 575.98px) {
  .sm\:scroll-x {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .sm\:scroll-x::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .md\:scroll-x {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .md\:scroll-x::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .lg\:scroll-x {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .lg\:scroll-x::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .xl\:scroll-x {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .xl\:scroll-x::-webkit-scrollbar {
    display: none;
  }
}

.scroll-x {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scroll-x::-webkit-scrollbar {
  display: none;
}

.static {
  position: static;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.initial {
  position: initial;
}

.absolute-top {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 100;
}

.absolute-bottom {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 96;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 96;
}

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 97;
}

@media (min-width: 576px) {
  .sm\:static {
    position: static;
  }
  .sm\:relative {
    position: relative;
  }
  .sm\:absolute {
    position: absolute;
  }
  .sm\:fixed {
    position: fixed;
  }
  .sm\:sticky {
    position: sticky;
  }
  .sm\:initial {
    position: initial;
  }
  .sm\:absolute-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
  }
  .sm\:absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 100;
  }
  .sm\:fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 96;
  }
  .sm\:fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 96;
  }
  .sm\:sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 97;
  }
}

@media (min-width: 768px) {
  .md\:static {
    position: static;
  }
  .md\:relative {
    position: relative;
  }
  .md\:absolute {
    position: absolute;
  }
  .md\:fixed {
    position: fixed;
  }
  .md\:sticky {
    position: sticky;
  }
  .md\:initial {
    position: initial;
  }
  .md\:absolute-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
  }
  .md\:absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 100;
  }
  .md\:fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 96;
  }
  .md\:fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 96;
  }
  .md\:sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 97;
  }
}

@media (min-width: 992px) {
  .lg\:static {
    position: static;
  }
  .lg\:relative {
    position: relative;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:fixed {
    position: fixed;
  }
  .lg\:sticky {
    position: sticky;
  }
  .lg\:initial {
    position: initial;
  }
  .lg\:absolute-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
  }
  .lg\:absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 100;
  }
  .lg\:fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 96;
  }
  .lg\:fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 96;
  }
  .lg\:sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 97;
  }
}

@media (min-width: 1200px) {
  .xl\:static {
    position: static;
  }
  .xl\:relative {
    position: relative;
  }
  .xl\:absolute {
    position: absolute;
  }
  .xl\:fixed {
    position: fixed;
  }
  .xl\:sticky {
    position: sticky;
  }
  .xl\:initial {
    position: initial;
  }
  .xl\:absolute-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
  }
  .xl\:absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 100;
  }
  .xl\:fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 96;
  }
  .xl\:fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 96;
  }
  .xl\:sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 97;
  }
}

.top-0 {
  top: 0;
}

.top-100 {
  top: 100%;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.right-0 {
  right: 0;
}

.top-auto {
  top: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.right-auto {
  right: auto;
}

@media (min-width: 576px) {
  .sm\:top-0 {
    top: 0;
  }
  .sm\:top-100 {
    top: 100%;
  }
  .sm\:bottom-0 {
    bottom: 0;
  }
  .sm\:left-0 {
    left: 0;
  }
  .sm\:right-0 {
    right: 0;
  }
  .sm\:top-auto {
    top: auto;
  }
  .sm\:bottom-auto {
    bottom: auto;
  }
  .sm\:left-auto {
    left: auto;
  }
  .sm\:right-auto {
    right: auto;
  }
}

@media (min-width: 768px) {
  .md\:top-0 {
    top: 0;
  }
  .md\:top-100 {
    top: 100%;
  }
  .md\:bottom-0 {
    bottom: 0;
  }
  .md\:left-0 {
    left: 0;
  }
  .md\:right-0 {
    right: 0;
  }
  .md\:top-auto {
    top: auto;
  }
  .md\:bottom-auto {
    bottom: auto;
  }
  .md\:left-auto {
    left: auto;
  }
  .md\:right-auto {
    right: auto;
  }
}

@media (min-width: 992px) {
  .lg\:top-0 {
    top: 0;
  }
  .lg\:top-100 {
    top: 100%;
  }
  .lg\:bottom-0 {
    bottom: 0;
  }
  .lg\:left-0 {
    left: 0;
  }
  .lg\:right-0 {
    right: 0;
  }
  .lg\:top-auto {
    top: auto;
  }
  .lg\:bottom-auto {
    bottom: auto;
  }
  .lg\:left-auto {
    left: auto;
  }
  .lg\:right-auto {
    right: auto;
  }
}

@media (min-width: 1200px) {
  .xl\:top-0 {
    top: 0;
  }
  .xl\:top-100 {
    top: 100%;
  }
  .xl\:bottom-0 {
    bottom: 0;
  }
  .xl\:left-0 {
    left: 0;
  }
  .xl\:right-0 {
    right: 0;
  }
  .xl\:top-auto {
    top: auto;
  }
  .xl\:bottom-auto {
    bottom: auto;
  }
  .xl\:left-auto {
    left: auto;
  }
  .xl\:right-auto {
    right: auto;
  }
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

@media (min-width: 576px) {
  .sm\:visible {
    visibility: visible;
  }
  .sm\:invisible {
    visibility: hidden;
  }
}

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }
  .md\:invisible {
    visibility: hidden;
  }
}

@media (min-width: 992px) {
  .lg\:visible {
    visibility: visible;
  }
  .lg\:invisible {
    visibility: hidden;
  }
}

@media (min-width: 1200px) {
  .xl\:visible {
    visibility: visible;
  }
  .xl\:invisible {
    visibility: hidden;
  }
}

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

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

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

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

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

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

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

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

.z-fixed {
  z-index: 96;
}

.z-sticky {
  z-index: 97;
}

.z-dropdown {
  z-index: 99;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-local {
  background-attachment: local;
}

.bg-scroll {
  background-attachment: scroll;
}

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

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

.bg-translucent {
  background-color: rgba(255, 255, 255, 0.1);
}

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

.bg-header {
  background-color: #fff;
}

.bg-note {
  background-color: rgba(67, 160, 214, 1);
}

.bg-warning {
  background-color: rgba(214, 67, 69, 1);
}

.bg-notification {
  background-color: #ef526e;
}

/*comentado para ficar com background branco
/*.bg-custom-blocks {
  background-color: rgba(245, 245, 245, 1);
}

.bg-content-blocks {
  background-color: rgba(245, 245, 245, 1);
}*/

.blur {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}

.bg-black {
  background-color: #000;
}

.bg-white {
  background-color: #fff;
}

.bg-gray-100 {
  background-color: #fbfbff;
}

.bg-gray-200 {
  background-color: rgba(248, 248, 248, 1);
}

.bg-gray-300 {
  background-color: #E2E8F0;
}

.bg-gray-400 {
  background-color: #CBD5E0;
}

.bg-gray-500 {
  background-color: #A0AEC0;
}

.bg-gray-600 {
  background-color: #718096;
}

.bg-gray-700 {
  background-color: #4A5568;
}

.bg-gray-800 {
  background-color: #2D3748;
}

.bg-gray-900 {
  background-color: #1A202C;
}

.bg-red-500 {
  background-color: #F56565;
}

.bg-orange-500 {
  background-color: #ED8936;
}

.bg-green-500 {
  background-color: #48BB78;
}

.bg-primary {
  background-color: rgb(240 240 240);
}

.bg-secondary {
  background-color: rgb(240 240 240);
}

.bg-tertiary {
  background-color: rgb(240 240 240);
}

.hover\:bg-inherit:hover {
  background-color: inherit;
}

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

.hover\:bg-translucent:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.hover\:bg-black:hover {
  background-color: #000;
}

.hover\:bg-white:hover {
  background-color: #fff;
}

.hover\:bg-gray-100:hover {
  /*background-color: #ffffff;*/
}

.hover\:bg-gray-200:hover {
  background-color: rgba(248, 248, 248, 1);
}

.hover\:bg-gray-300:hover {
  background-color: #E2E8F0;
}

.hover\:bg-gray-400:hover {
  background-color: #CBD5E0;
}

.hover\:bg-gray-500:hover {
  background-color: #A0AEC0;
}

.hover\:bg-gray-600:hover {
  background-color: #718096;
}

.hover\:bg-gray-700:hover {
  background-color: #4A5568;
}

.hover\:bg-gray-800:hover {
  background-color: #2D3748;
}

.hover\:bg-gray-900:hover {
  background-color: #1A202C;
}

.hover\:bg-red-500:hover {
  background-color: #F56565;
}

.hover\:bg-orange-500:hover {
  background-color: #ED8936;
}

.hover\:bg-green-500:hover {
  background-color: #48BB78;
}

.hover\:bg-primary:hover {
  background-color: rgba(67, 160, 214, 1);
}

.hover\:bg-secondary:hover {
  background-color: rgba(67, 160, 214, 1);
}

.hover\:bg-tertiary:hover {
  background-color: rgba(67, 160, 214, 1);
}

@media (min-width: 576px) {
  .sm\:bg-inherit {
    background-color: inherit;
  }
  .sm\:bg-transparent {
    background-color: transparent;
  }
  .sm\:bg-translucent {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .sm\:bg-black {
    background-color: #000;
  }
  .sm\:bg-white {
    background-color: #fff;
  }
  .sm\:bg-gray-100 {
    background-color: #fbfbff;
  }
  .sm\:bg-gray-200 {
    background-color: rgba(248, 248, 248, 1);
  }
  .sm\:bg-gray-300 {
    background-color: #E2E8F0;
  }
  .sm\:bg-gray-400 {
    background-color: #CBD5E0;
  }
  .sm\:bg-gray-500 {
    background-color: #A0AEC0;
  }
  .sm\:bg-gray-600 {
    background-color: #718096;
  }
  .sm\:bg-gray-700 {
    background-color: #4A5568;
  }
  .sm\:bg-gray-800 {
    background-color: #2D3748;
  }
  .sm\:bg-gray-900 {
    background-color: #1A202C;
  }
  .sm\:bg-red-500 {
    background-color: #F56565;
  }
  .sm\:bg-orange-500 {
    background-color: #ED8936;
  }
  .sm\:bg-green-500 {
    background-color: #48BB78;
  }
  .sm\:bg-primary {
    background-color: rgba(67, 160, 214, 1);
  }
  .sm\:bg-secondary {
    background-color: rgba(67, 160, 214, 1);
  }
  .sm\:bg-tertiary {
    background-color: rgba(67, 160, 214, 1);
  }
}

@media (min-width: 768px) {
  .md\:bg-inherit {
    background-color: inherit;
  }
  .md\:bg-transparent {
    background-color: transparent;
  }
  .md\:bg-translucent {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .md\:bg-black {
    background-color: #000;
  }
  .md\:bg-white {
    background-color: #fff;
  }
  .md\:bg-gray-100 {
    background-color: #fbfbff;
  }
  .md\:bg-gray-200 {
    background-color: rgba(248, 248, 248, 1);
  }
  .md\:bg-gray-300 {
    background-color: #E2E8F0;
  }
  .md\:bg-gray-400 {
    background-color: #CBD5E0;
  }
  .md\:bg-gray-500 {
    background-color: #A0AEC0;
  }
  .md\:bg-gray-600 {
    background-color: #718096;
  }
  .md\:bg-gray-700 {
    background-color: #4A5568;
  }
  .md\:bg-gray-800 {
    background-color: #2D3748;
  }
  .md\:bg-gray-900 {
    background-color: #1A202C;
  }
  .md\:bg-red-500 {
    background-color: #F56565;
  }
  .md\:bg-orange-500 {
    background-color: #ED8936;
  }
  .md\:bg-green-500 {
    background-color: #48BB78;
  }
  .md\:bg-primary {
    background-color: rgba(67, 160, 214, 1);
  }
  .md\:bg-secondary {
    background-color: rgba(67, 160, 214, 1);
  }
  .md\:bg-tertiary {
    background-color: rgba(67, 160, 214, 1);
  }
}

@media (min-width: 992px) {
  .lg\:bg-inherit {
    background-color: inherit;
  }
  .lg\:bg-transparent {
    background-color: transparent;
  }
  .lg\:bg-translucent {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .lg\:bg-black {
    background-color: #000;
  }
  .lg\:bg-white {
    background-color: #fff;
  }
  .lg\:bg-gray-100 {
    background-color: #fbfbff;
  }
  .lg\:bg-gray-200 {
    background-color: rgba(248, 248, 248, 1);
  }
  .lg\:bg-gray-300 {
    background-color: #E2E8F0;
  }
  .lg\:bg-gray-400 {
    background-color: #CBD5E0;
  }
  .lg\:bg-gray-500 {
    background-color: #A0AEC0;
  }
  .lg\:bg-gray-600 {
    background-color: #718096;
  }
  .lg\:bg-gray-700 {
    background-color: #4A5568;
  }
  .lg\:bg-gray-800 {
    background-color: #2D3748;
  }
  .lg\:bg-gray-900 {
    background-color: #1A202C;
  }
  .lg\:bg-red-500 {
    background-color: #F56565;
  }
  .lg\:bg-orange-500 {
    background-color: #ED8936;
  }
  .lg\:bg-green-500 {
    background-color: #48BB78;
  }
  .lg\:bg-primary {
    background-color: rgba(67, 160, 214, 1);
  }
  .lg\:bg-secondary {
    background-color: rgba(67, 160, 214, 1);
  }
  .lg\:bg-tertiary {
    background-color: rgba(67, 160, 214, 1);
  }
}

@media (min-width: 1200px) {
  .xl\:bg-inherit {
    background-color: inherit;
  }
  .xl\:bg-transparent {
    background-color: transparent;
  }
  .xl\:bg-translucent {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .xl\:bg-black {
    background-color: #000;
  }
  .xl\:bg-white {
    background-color: #fff;
  }
  .xl\:bg-gray-100 {
    background-color: #fbfbff;
  }
  .xl\:bg-gray-200 {
    background-color: rgba(248, 248, 248, 1);
  }
  .xl\:bg-gray-300 {
    background-color: #E2E8F0;
  }
  .xl\:bg-gray-400 {
    background-color: #CBD5E0;
  }
  .xl\:bg-gray-500 {
    background-color: #A0AEC0;
  }
  .xl\:bg-gray-600 {
    background-color: #718096;
  }
  .xl\:bg-gray-700 {
    background-color: #4A5568;
  }
  .xl\:bg-gray-800 {
    background-color: #2D3748;
  }
  .xl\:bg-gray-900 {
    background-color: #1A202C;
  }
  .xl\:bg-red-500 {
    background-color: #F56565;
  }
  .xl\:bg-orange-500 {
    background-color: #ED8936;
  }
  .xl\:bg-green-500 {
    background-color: #48BB78;
  }
  .xl\:bg-primary {
    background-color: rgba(67, 160, 214, 1);
  }
  .xl\:bg-secondary {
    background-color: rgba(67, 160, 214, 1);
  }
  .xl\:bg-tertiary {
    background-color: rgba(67, 160, 214, 1);
  }
}

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

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

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

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

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

.bg-left-bottom {
  background-position: left bottom;
}

.bg-left-top {
  background-position: left top;
}

.bg-right-bottom {
  background-position: right bottom;
}

.bg-right-top {
  background-position: right top;
}

@media (min-width: 576px) {
  .sm\:bg-bottom {
    background-position: bottom;
  }
  .sm\:bg-center {
    background-position: center;
  }
  .sm\:bg-left {
    background-position: left;
  }
  .sm\:bg-right {
    background-position: right;
  }
  .sm\:bg-top {
    background-position: top;
  }
  .sm\:bg-left-bottom {
    background-position: left bottom;
  }
  .sm\:bg-left-top {
    background-position: left top;
  }
  .sm\:bg-right-bottom {
    background-position: right bottom;
  }
  .sm\:bg-right-top {
    background-position: right top;
  }
}

@media (min-width: 768px) {
  .md\:bg-bottom {
    background-position: bottom;
  }
  .md\:bg-center {
    background-position: center;
  }
  .md\:bg-left {
    background-position: left;
  }
  .md\:bg-right {
    background-position: right;
  }
  .md\:bg-top {
    background-position: top;
  }
  .md\:bg-left-bottom {
    background-position: left bottom;
  }
  .md\:bg-left-top {
    background-position: left top;
  }
  .md\:bg-right-bottom {
    background-position: right bottom;
  }
  .md\:bg-right-top {
    background-position: right top;
  }
}

@media (min-width: 992px) {
  .lg\:bg-bottom {
    background-position: bottom;
  }
  .lg\:bg-center {
    background-position: center;
  }
  .lg\:bg-left {
    background-position: left;
  }
  .lg\:bg-right {
    background-position: right;
  }
  .lg\:bg-top {
    background-position: top;
  }
  .lg\:bg-left-bottom {
    background-position: left bottom;
  }
  .lg\:bg-left-top {
    background-position: left top;
  }
  .lg\:bg-right-bottom {
    background-position: right bottom;
  }
  .lg\:bg-right-top {
    background-position: right top;
  }
}

@media (min-width: 1200px) {
  .xl\:bg-bottom {
    background-position: bottom;
  }
  .xl\:bg-center {
    background-position: center;
  }
  .xl\:bg-left {
    background-position: left;
  }
  .xl\:bg-right {
    background-position: right;
  }
  .xl\:bg-top {
    background-position: top;
  }
  .xl\:bg-left-bottom {
    background-position: left bottom;
  }
  .xl\:bg-left-top {
    background-position: left top;
  }
  .xl\:bg-right-bottom {
    background-position: right bottom;
  }
  .xl\:bg-right-top {
    background-position: right top;
  }
}

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

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

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

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

@media (min-width: 576px) {
  .sm\:bg-repeat {
    background-repeat: repeat;
  }
  .sm\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .sm\:bg-repeat-x {
    background-repeat: repeat-x;
  }
  .sm\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}

@media (min-width: 768px) {
  .md\:bg-repeat {
    background-repeat: repeat;
  }
  .md\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .md\:bg-repeat-x {
    background-repeat: repeat-x;
  }
  .md\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}

@media (min-width: 992px) {
  .lg\:bg-repeat {
    background-repeat: repeat;
  }
  .lg\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .lg\:bg-repeat-x {
    background-repeat: repeat-x;
  }
  .lg\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}

@media (min-width: 1200px) {
  .xl\:bg-repeat {
    background-repeat: repeat;
  }
  .xl\:bg-no-repeat {
    background-repeat: no-repeat;
  }
  .xl\:bg-repeat-x {
    background-repeat: repeat-x;
  }
  .xl\:bg-repeat-y {
    background-repeat: repeat-y;
  }
}

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

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

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

@media (min-width: 576px) {
  .sm\:bg-auto {
    background-size: auto;
  }
  .sm\:bg-cover {
    background-size: cover;
  }
  .sm\:bg-contain {
    background-size: contain;
  }
}

@media (min-width: 768px) {
  .md\:bg-auto {
    background-size: auto;
  }
  .md\:bg-cover {
    background-size: cover;
  }
  .md\:bg-contain {
    background-size: contain;
  }
}

@media (min-width: 992px) {
  .lg\:bg-auto {
    background-size: auto;
  }
  .lg\:bg-cover {
    background-size: cover;
  }
  .lg\:bg-contain {
    background-size: contain;
  }
}

@media (min-width: 1200px) {
  .xl\:bg-auto {
    background-size: auto;
  }
  .xl\:bg-cover {
    background-size: cover;
  }
  .xl\:bg-contain {
    background-size: contain;
  }
}

.border {
  border: 1px solid rgba(255, 255, 255, 1);
}

.border-top {
  border-top: 1px solid rgba(255, 255, 255, 1);
}

.border-right {
  border-right: 1px solid rgba(255, 255, 255, 1);
}

.border-bottom {
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.border-left {
  border-left: 1px solid rgba(255, 255, 255, 1);
}

@media (min-width: 576px) {
  .sm\:border {
    border: 1px solid rgba(255, 255, 255, 1);
  }
  .sm\:border-top {
    border-top: 1px solid rgba(255, 255, 255, 1);
  }
  .sm\:border-right {
    border-right: 1px solid rgba(255, 255, 255, 1);
  }
  .sm\:border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
  }
  .sm\:border-left {
    border-left: 1px solid rgba(255, 255, 255, 1);
  }
}

@media (min-width: 768px) {
  .md\:border {
    border: 1px solid rgba(255, 255, 255, 1);
  }
  .md\:border-top {
    border-top: 1px solid rgba(255, 255, 255, 1);
  }
  .md\:border-right {
    border-right: 1px solid rgba(255, 255, 255, 1);
  }
  .md\:border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
  }
  .md\:border-left {
    border-left: 1px solid rgba(255, 255, 255, 1);
  }
}

@media (min-width: 992px) {
  .lg\:border {
    border: 1px solid rgba(255, 255, 255, 1);
  }
  .lg\:border-top {
    border-top: 1px solid rgba(255, 255, 255, 1);
  }
  .lg\:border-right {
    border-right: 1px solid rgba(255, 255, 255, 1);
  }
  .lg\:border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
  }
  .lg\:border-left {
    border-left: 1px solid rgba(255, 255, 255, 1);
  }
}

@media (min-width: 1200px) {
  .xl\:border {
    border: 1px solid rgba(255, 255, 255, 1);
  }
  .xl\:border-top {
    border-top: 1px solid rgba(255, 255, 255, 1);
  }
  .xl\:border-right {
    border-right: 1px solid rgba(255, 255, 255, 1);
  }
  .xl\:border-bottom {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
  }
  .xl\:border-left {
    border-left: 1px solid rgba(255, 255, 255, 1);
  }
}

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

.border-translucent {
  border-color: rgba(255, 255, 255, 0.1);
}

.border-current {
  border-color: currentColor;
}

.border-note {
  border-color: rgba(67, 160, 214, 1);
}

.border-warning {
  border-color: rgba(214, 67, 69, 1);
}

.border-black {
  border-color: #000;
}

.border-top-black {
  border-top-color: #000;
}

.border-right-black {
  border-right-color: #000;
}

.border-bottom-black {
  border-bottom-color: #000;
}

.border-left-black {
  border-left-color: #000;
}

.border-white {
  border-color: #fff;
}

.border-top-white {
  border-top-color: #fff;
}

.border-right-white {
  border-right-color: #fff;
}

.border-bottom-white {
  border-bottom-color: #fff;
}

.border-left-white {
  border-left-color: #fff;
}

.border-gray-100 {
  border-color: #fbfbff;
}

.border-top-gray-100 {
  border-top-color: #fbfbff;
}

.border-right-gray-100 {
  border-right-color: #fbfbff;
}

.border-bottom-gray-100 {
  border-bottom-color: #fbfbff;
}

.border-left-gray-100 {
  border-left-color: #fbfbff;
}

.border-gray-200 {
  border-color: rgba(248, 248, 248, 1);
}

.border-top-gray-200 {
  border-top-color: rgba(248, 248, 248, 1);
}

.border-right-gray-200 {
  border-right-color: rgba(248, 248, 248, 1);
}

.border-bottom-gray-200 {
  border-bottom-color: rgba(248, 248, 248, 1);
}

.border-left-gray-200 {
  border-left-color: rgba(248, 248, 248, 1);
}

.border-gray-300 {
  border-color: #E2E8F0;
}

.border-top-gray-300 {
  border-top-color: #E2E8F0;
}

.border-right-gray-300 {
  border-right-color: #E2E8F0;
}

.border-bottom-gray-300 {
  border-bottom-color: #E2E8F0;
}

.border-left-gray-300 {
  border-left-color: #E2E8F0;
}

.border-gray-400 {
  border-color: #CBD5E0;
}

.border-top-gray-400 {
  border-top-color: #CBD5E0;
}

.border-right-gray-400 {
  border-right-color: #CBD5E0;
}

.border-bottom-gray-400 {
  border-bottom-color: #CBD5E0;
}

.border-left-gray-400 {
  border-left-color: #CBD5E0;
}

.border-gray-500 {
  border-color: #A0AEC0;
}

.border-top-gray-500 {
  border-top-color: #A0AEC0;
}

.border-right-gray-500 {
  border-right-color: #A0AEC0;
}

.border-bottom-gray-500 {
  border-bottom-color: #A0AEC0;
}

.border-left-gray-500 {
  border-left-color: #A0AEC0;
}

.border-gray-600 {
  border-color: #718096;
}

.border-top-gray-600 {
  border-top-color: #718096;
}

.border-right-gray-600 {
  border-right-color: #718096;
}

.border-bottom-gray-600 {
  border-bottom-color: #718096;
}

.border-left-gray-600 {
  border-left-color: #718096;
}

.border-gray-700 {
  border-color: #4A5568;
}

.border-top-gray-700 {
  border-top-color: #4A5568;
}

.border-right-gray-700 {
  border-right-color: #4A5568;
}

.border-bottom-gray-700 {
  border-bottom-color: #4A5568;
}

.border-left-gray-700 {
  border-left-color: #4A5568;
}

.border-gray-800 {
  border-color: #2D3748;
}

.border-top-gray-800 {
  border-top-color: #2D3748;
}

.border-right-gray-800 {
  border-right-color: #2D3748;
}

.border-bottom-gray-800 {
  border-bottom-color: #2D3748;
}

.border-left-gray-800 {
  border-left-color: #2D3748;
}

.border-gray-900 {
  border-color: #1A202C;
}

.border-top-gray-900 {
  border-top-color: #1A202C;
}

.border-right-gray-900 {
  border-right-color: #1A202C;
}

.border-bottom-gray-900 {
  border-bottom-color: #1A202C;
}

.border-left-gray-900 {
  border-left-color: #1A202C;
}

.border-red-500 {
  border-color: #F56565;
}

.border-top-red-500 {
  border-top-color: #F56565;
}

.border-right-red-500 {
  border-right-color: #F56565;
}

.border-bottom-red-500 {
  border-bottom-color: #F56565;
}

.border-left-red-500 {
  border-left-color: #F56565;
}

.border-orange-500 {
  border-color: #ED8936;
}

.border-top-orange-500 {
  border-top-color: #ED8936;
}

.border-right-orange-500 {
  border-right-color: #ED8936;
}

.border-bottom-orange-500 {
  border-bottom-color: #ED8936;
}

.border-left-orange-500 {
  border-left-color: #ED8936;
}

.border-green-500 {
  border-color: #48BB78;
}

.border-top-green-500 {
  border-top-color: #48BB78;
}

.border-right-green-500 {
  border-right-color: #48BB78;
}

.border-bottom-green-500 {
  border-bottom-color: #48BB78;
}

.border-left-green-500 {
  border-left-color: #48BB78;
}

.border-primary {
  border-color: rgba(67, 160, 214, 1);
}

.border-top-primary {
  border-top-color: rgba(67, 160, 214, 1);
}

.border-right-primary {
  border-right-color: rgba(67, 160, 214, 1);
}

.border-bottom-primary {
  border-bottom-color: rgba(67, 160, 214, 1);
}

.border-left-primary {
  border-left-color: rgba(67, 160, 214, 1);
}

.border-secondary {
  border-color: rgba(67, 160, 214, 1);
}

.border-top-secondary {
  border-top-color: rgba(67, 160, 214, 1);
}

.border-right-secondary {
  border-right-color: rgba(67, 160, 214, 1);
}

.border-bottom-secondary {
  border-bottom-color: rgba(67, 160, 214, 1);
}

.border-left-secondary {
  border-left-color: rgba(67, 160, 214, 1);
}

.border-tertiary {
  border-color: rgba(67, 160, 214, 1);
}

.border-top-tertiary {
  border-top-color: rgba(67, 160, 214, 1);
}

.border-right-tertiary {
  border-right-color: rgba(67, 160, 214, 1);
}

.border-bottom-tertiary {
  border-bottom-color: rgba(67, 160, 214, 1);
}

.border-left-tertiary {
  border-left-color: rgba(67, 160, 214, 1);
}

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

.hover\:border-translucent:hover {
  border-color: rgba(255, 255, 255, 0.1);
}

.hover\:border-current:hover {
  border-color: currentColor;
}

.hover\:border-black:hover {
  border-color: #000;
}

.hover\:border-top-black:hover {
  border-top-color: #000;
}

.hover\:border-right-black:hover {
  border-right-color: #000;
}

.hover\:border-bottom-black:hover {
  border-bottom-color: #000;
}

.hover\:border-left-black:hover {
  border-left-color: #000;
}

.hover\:border-white:hover {
  border-color: #fff;
}

.hover\:border-top-white:hover {
  border-top-color: #fff;
}

.hover\:border-right-white:hover {
  border-right-color: #fff;
}

.hover\:border-bottom-white:hover {
  border-bottom-color: #fff;
}

.hover\:border-left-white:hover {
  border-left-color: #fff;
}

.hover\:border-gray-100:hover {
  border-color: #fbfbff;
}

.hover\:border-top-gray-100:hover {
  border-top-color: #fbfbff;
}

.hover\:border-right-gray-100:hover {
  border-right-color: #fbfbff;
}

.hover\:border-bottom-gray-100:hover {
  border-bottom-color: #fbfbff;
}

.hover\:border-left-gray-100:hover {
  border-left-color: #fbfbff;
}

.hover\:border-gray-200:hover {
  border-color: rgba(248, 248, 248, 1);
}

.hover\:border-top-gray-200:hover {
  border-top-color: rgba(248, 248, 248, 1);
}

.hover\:border-right-gray-200:hover {
  border-right-color: rgba(248, 248, 248, 1);
}

.hover\:border-bottom-gray-200:hover {
  border-bottom-color: rgba(248, 248, 248, 1);
}

.hover\:border-left-gray-200:hover {
  border-left-color: rgba(248, 248, 248, 1);
}

.hover\:border-gray-300:hover {
  border-color: #E2E8F0;
}

.hover\:border-top-gray-300:hover {
  border-top-color: #E2E8F0;
}

.hover\:border-right-gray-300:hover {
  border-right-color: #E2E8F0;
}

.hover\:border-bottom-gray-300:hover {
  border-bottom-color: #E2E8F0;
}

.hover\:border-left-gray-300:hover {
  border-left-color: #E2E8F0;
}

.hover\:border-gray-400:hover {
  border-color: #CBD5E0;
}

.hover\:border-top-gray-400:hover {
  border-top-color: #CBD5E0;
}

.hover\:border-right-gray-400:hover {
  border-right-color: #CBD5E0;
}

.hover\:border-bottom-gray-400:hover {
  border-bottom-color: #CBD5E0;
}

.hover\:border-left-gray-400:hover {
  border-left-color: #CBD5E0;
}

.hover\:border-gray-500:hover {
  border-color: #A0AEC0;
}

.hover\:border-top-gray-500:hover {
  border-top-color: #A0AEC0;
}

.hover\:border-right-gray-500:hover {
  border-right-color: #A0AEC0;
}

.hover\:border-bottom-gray-500:hover {
  border-bottom-color: #A0AEC0;
}

.hover\:border-left-gray-500:hover {
  border-left-color: #A0AEC0;
}

.hover\:border-gray-600:hover {
  border-color: #718096;
}

.hover\:border-top-gray-600:hover {
  border-top-color: #718096;
}

.hover\:border-right-gray-600:hover {
  border-right-color: #718096;
}

.hover\:border-bottom-gray-600:hover {
  border-bottom-color: #718096;
}

.hover\:border-left-gray-600:hover {
  border-left-color: #718096;
}

.hover\:border-gray-700:hover {
  border-color: #4A5568;
}

.hover\:border-top-gray-700:hover {
  border-top-color: #4A5568;
}

.hover\:border-right-gray-700:hover {
  border-right-color: #4A5568;
}

.hover\:border-bottom-gray-700:hover {
  border-bottom-color: #4A5568;
}

.hover\:border-left-gray-700:hover {
  border-left-color: #4A5568;
}

.hover\:border-gray-800:hover {
  border-color: #2D3748;
}

.hover\:border-top-gray-800:hover {
  border-top-color: #2D3748;
}

.hover\:border-right-gray-800:hover {
  border-right-color: #2D3748;
}

.hover\:border-bottom-gray-800:hover {
  border-bottom-color: #2D3748;
}

.hover\:border-left-gray-800:hover {
  border-left-color: #2D3748;
}

.hover\:border-gray-900:hover {
  border-color: #1A202C;
}

.hover\:border-top-gray-900:hover {
  border-top-color: #1A202C;
}

.hover\:border-right-gray-900:hover {
  border-right-color: #1A202C;
}

.hover\:border-bottom-gray-900:hover {
  border-bottom-color: #1A202C;
}

.hover\:border-left-gray-900:hover {
  border-left-color: #1A202C;
}

.hover\:border-red-500:hover {
  border-color: #F56565;
}

.hover\:border-top-red-500:hover {
  border-top-color: #F56565;
}

.hover\:border-right-red-500:hover {
  border-right-color: #F56565;
}

.hover\:border-bottom-red-500:hover {
  border-bottom-color: #F56565;
}

.hover\:border-left-red-500:hover {
  border-left-color: #F56565;
}

.hover\:border-orange-500:hover {
  border-color: #ED8936;
}

.hover\:border-top-orange-500:hover {
  border-top-color: #ED8936;
}

.hover\:border-right-orange-500:hover {
  border-right-color: #ED8936;
}

.hover\:border-bottom-orange-500:hover {
  border-bottom-color: #ED8936;
}

.hover\:border-left-orange-500:hover {
  border-left-color: #ED8936;
}

.hover\:border-green-500:hover {
  border-color: #48BB78;
}

.hover\:border-top-green-500:hover {
  border-top-color: #48BB78;
}

.hover\:border-right-green-500:hover {
  border-right-color: #48BB78;
}

.hover\:border-bottom-green-500:hover {
  border-bottom-color: #48BB78;
}

.hover\:border-left-green-500:hover {
  border-left-color: #48BB78;
}

.hover\:border-primary:hover {
  border-color: rgba(67, 160, 214, 1);
}

.hover\:border-top-primary:hover {
  border-top-color: rgba(67, 160, 214, 1);
}

.hover\:border-right-primary:hover {
  border-right-color: rgba(67, 160, 214, 1);
}

.hover\:border-bottom-primary:hover {
  border-bottom-color: rgba(67, 160, 214, 1);
}

.hover\:border-left-primary:hover {
  border-left-color: rgba(67, 160, 214, 1);
}

.hover\:border-secondary:hover {
  border-color: rgba(67, 160, 214, 1);
}

.hover\:border-top-secondary:hover {
  border-top-color: rgba(67, 160, 214, 1);
}

.hover\:border-right-secondary:hover {
  border-right-color: rgba(67, 160, 214, 1);
}

.hover\:border-bottom-secondary:hover {
  border-bottom-color: rgba(67, 160, 214, 1);
}

.hover\:border-left-secondary:hover {
  border-left-color: rgba(67, 160, 214, 1);
}

.hover\:border-tertiary:hover {
  border-color: rgba(67, 160, 214, 1);
}

.hover\:border-top-tertiary:hover {
  border-top-color: rgba(67, 160, 214, 1);
}

.hover\:border-right-tertiary:hover {
  border-right-color: rgba(67, 160, 214, 1);
}

.hover\:border-bottom-tertiary:hover {
  border-bottom-color: rgba(67, 160, 214, 1);
}

.hover\:border-left-tertiary:hover {
  border-left-color: rgba(67, 160, 214, 1);
}

@media (min-width: 576px) {
  .sm\:border-transparent {
    border-color: transparent;
  }
  .sm\:border-translucent {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .sm\:border-current {
    border-color: currentColor;
  }
  .sm\:border-black {
    border-color: #000;
  }
  .sm\:border-top-black {
    border-top-color: #000;
  }
  .sm\:border-right-black {
    border-right-color: #000;
  }
  .sm\:border-bottom-black {
    border-bottom-color: #000;
  }
  .sm\:border-left-black {
    border-left-color: #000;
  }
  .sm\:border-white {
    border-color: #fff;
  }
  .sm\:border-top-white {
    border-top-color: #fff;
  }
  .sm\:border-right-white {
    border-right-color: #fff;
  }
  .sm\:border-bottom-white {
    border-bottom-color: #fff;
  }
  .sm\:border-left-white {
    border-left-color: #fff;
  }
  .sm\:border-gray-100 {
    border-color: #fbfbff;
  }
  .sm\:border-top-gray-100 {
    border-top-color: #fbfbff;
  }
  .sm\:border-right-gray-100 {
    border-right-color: #fbfbff;
  }
  .sm\:border-bottom-gray-100 {
    border-bottom-color: #fbfbff;
  }
  .sm\:border-left-gray-100 {
    border-left-color: #fbfbff;
  }
  .sm\:border-gray-200 {
    border-color: rgba(248, 248, 248, 1);
  }
  .sm\:border-top-gray-200 {
    border-top-color: rgba(248, 248, 248, 1);
  }
  .sm\:border-right-gray-200 {
    border-right-color: rgba(248, 248, 248, 1);
  }
  .sm\:border-bottom-gray-200 {
    border-bottom-color: rgba(248, 248, 248, 1);
  }
  .sm\:border-left-gray-200 {
    border-left-color: rgba(248, 248, 248, 1);
  }
  .sm\:border-gray-300 {
    border-color: #E2E8F0;
  }
  .sm\:border-top-gray-300 {
    border-top-color: #E2E8F0;
  }
  .sm\:border-right-gray-300 {
    border-right-color: #E2E8F0;
  }
  .sm\:border-bottom-gray-300 {
    border-bottom-color: #E2E8F0;
  }
  .sm\:border-left-gray-300 {
    border-left-color: #E2E8F0;
  }
  .sm\:border-gray-400 {
    border-color: #CBD5E0;
  }
  .sm\:border-top-gray-400 {
    border-top-color: #CBD5E0;
  }
  .sm\:border-right-gray-400 {
    border-right-color: #CBD5E0;
  }
  .sm\:border-bottom-gray-400 {
    border-bottom-color: #CBD5E0;
  }
  .sm\:border-left-gray-400 {
    border-left-color: #CBD5E0;
  }
  .sm\:border-gray-500 {
    border-color: #A0AEC0;
  }
  .sm\:border-top-gray-500 {
    border-top-color: #A0AEC0;
  }
  .sm\:border-right-gray-500 {
    border-right-color: #A0AEC0;
  }
  .sm\:border-bottom-gray-500 {
    border-bottom-color: #A0AEC0;
  }
  .sm\:border-left-gray-500 {
    border-left-color: #A0AEC0;
  }
  .sm\:border-gray-600 {
    border-color: #718096;
  }
  .sm\:border-top-gray-600 {
    border-top-color: #718096;
  }
  .sm\:border-right-gray-600 {
    border-right-color: #718096;
  }
  .sm\:border-bottom-gray-600 {
    border-bottom-color: #718096;
  }
  .sm\:border-left-gray-600 {
    border-left-color: #718096;
  }
  .sm\:border-gray-700 {
    border-color: #4A5568;
  }
  .sm\:border-top-gray-700 {
    border-top-color: #4A5568;
  }
  .sm\:border-right-gray-700 {
    border-right-color: #4A5568;
  }
  .sm\:border-bottom-gray-700 {
    border-bottom-color: #4A5568;
  }
  .sm\:border-left-gray-700 {
    border-left-color: #4A5568;
  }
  .sm\:border-gray-800 {
    border-color: #2D3748;
  }
  .sm\:border-top-gray-800 {
    border-top-color: #2D3748;
  }
  .sm\:border-right-gray-800 {
    border-right-color: #2D3748;
  }
  .sm\:border-bottom-gray-800 {
    border-bottom-color: #2D3748;
  }
  .sm\:border-left-gray-800 {
    border-left-color: #2D3748;
  }
  .sm\:border-gray-900 {
    border-color: #1A202C;
  }
  .sm\:border-top-gray-900 {
    border-top-color: #1A202C;
  }
  .sm\:border-right-gray-900 {
    border-right-color: #1A202C;
  }
  .sm\:border-bottom-gray-900 {
    border-bottom-color: #1A202C;
  }
  .sm\:border-left-gray-900 {
    border-left-color: #1A202C;
  }
  .sm\:border-red-500 {
    border-color: #F56565;
  }
  .sm\:border-top-red-500 {
    border-top-color: #F56565;
  }
  .sm\:border-right-red-500 {
    border-right-color: #F56565;
  }
  .sm\:border-bottom-red-500 {
    border-bottom-color: #F56565;
  }
  .sm\:border-left-red-500 {
    border-left-color: #F56565;
  }
  .sm\:border-orange-500 {
    border-color: #ED8936;
  }
  .sm\:border-top-orange-500 {
    border-top-color: #ED8936;
  }
  .sm\:border-right-orange-500 {
    border-right-color: #ED8936;
  }
  .sm\:border-bottom-orange-500 {
    border-bottom-color: #ED8936;
  }
  .sm\:border-left-orange-500 {
    border-left-color: #ED8936;
  }
  .sm\:border-green-500 {
    border-color: #48BB78;
  }
  .sm\:border-top-green-500 {
    border-top-color: #48BB78;
  }
  .sm\:border-right-green-500 {
    border-right-color: #48BB78;
  }
  .sm\:border-bottom-green-500 {
    border-bottom-color: #48BB78;
  }
  .sm\:border-left-green-500 {
    border-left-color: #48BB78;
  }
  .sm\:border-primary {
    border-color: rgba(67, 160, 214, 1);
  }
  .sm\:border-top-primary {
    border-top-color: rgba(67, 160, 214, 1);
  }
  .sm\:border-right-primary {
    border-right-color: rgba(67, 160, 214, 1);
  }
  .sm\:border-bottom-primary {
    border-bottom-color: rgba(67, 160, 214, 1);
  }
  .sm\:border-left-primary {
    border-left-color: rgba(67, 160, 214, 1);
  }
  .sm\:border-secondary {
    border-color: rgba(67, 160, 214, 1);
  }
  .sm\:border-top-secondary {
    border-top-color: rgba(67, 160, 214, 1);
  }
  .sm\:border-right-secondary {
    border-right-color: rgba(67, 160, 214, 1);
  }
  .sm\:border-bottom-secondary {
    border-bottom-color: rgba(67, 160, 214, 1);
  }
  .sm\:border-left-secondary {
    border-left-color: rgba(67, 160, 214, 1);
  }
  .sm\:border-tertiary {
    border-color: rgba(67, 160, 214, 1);
  }
  .sm\:border-top-tertiary {
    border-top-color: rgba(67, 160, 214, 1);
  }
  .sm\:border-right-tertiary {
    border-right-color: rgba(67, 160, 214, 1);
  }
  .sm\:border-bottom-tertiary {
    border-bottom-color: rgba(67, 160, 214, 1);
  }
  .sm\:border-left-tertiary {
    border-left-color: rgba(67, 160, 214, 1);
  }
}

@media (min-width: 768px) {
  .md\:border-transparent {
    border-color: transparent;
  }
  .md\:border-translucent {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .md\:border-current {
    border-color: currentColor;
  }
  .md\:border-black {
    border-color: #000;
  }
  .md\:border-top-black {
    border-top-color: #000;
  }
  .md\:border-right-black {
    border-right-color: #000;
  }
  .md\:border-bottom-black {
    border-bottom-color: #000;
  }
  .md\:border-left-black {
    border-left-color: #000;
  }
  .md\:border-white {
    border-color: #fff;
  }
  .md\:border-top-white {
    border-top-color: #fff;
  }
  .md\:border-right-white {
    border-right-color: #fff;
  }
  .md\:border-bottom-white {
    border-bottom-color: #fff;
  }
  .md\:border-left-white {
    border-left-color: #fff;
  }
  .md\:border-gray-100 {
    border-color: #fbfbff;
  }
  .md\:border-top-gray-100 {
    border-top-color: #fbfbff;
  }
  .md\:border-right-gray-100 {
    border-right-color: #fbfbff;
  }
  .md\:border-bottom-gray-100 {
    border-bottom-color: #fbfbff;
  }
  .md\:border-left-gray-100 {
    border-left-color: #fbfbff;
  }
  .md\:border-gray-200 {
    border-color: rgba(248, 248, 248, 1);
  }
  .md\:border-top-gray-200 {
    border-top-color: rgba(248, 248, 248, 1);
  }
  .md\:border-right-gray-200 {
    border-right-color: rgba(248, 248, 248, 1);
  }
  .md\:border-bottom-gray-200 {
    border-bottom-color: rgba(248, 248, 248, 1);
  }
  .md\:border-left-gray-200 {
    border-left-color: rgba(248, 248, 248, 1);
  }
  .md\:border-gray-300 {
    border-color: #E2E8F0;
  }
  .md\:border-top-gray-300 {
    border-top-color: #E2E8F0;
  }
  .md\:border-right-gray-300 {
    border-right-color: #E2E8F0;
  }
  .md\:border-bottom-gray-300 {
    border-bottom-color: #E2E8F0;
  }
  .md\:border-left-gray-300 {
    border-left-color: #E2E8F0;
  }
  .md\:border-gray-400 {
    border-color: #CBD5E0;
  }
  .md\:border-top-gray-400 {
    border-top-color: #CBD5E0;
  }
  .md\:border-right-gray-400 {
    border-right-color: #CBD5E0;
  }
  .md\:border-bottom-gray-400 {
    border-bottom-color: #CBD5E0;
  }
  .md\:border-left-gray-400 {
    border-left-color: #CBD5E0;
  }
  .md\:border-gray-500 {
    border-color: #A0AEC0;
  }
  .md\:border-top-gray-500 {
    border-top-color: #A0AEC0;
  }
  .md\:border-right-gray-500 {
    border-right-color: #A0AEC0;
  }
  .md\:border-bottom-gray-500 {
    border-bottom-color: #A0AEC0;
  }
  .md\:border-left-gray-500 {
    border-left-color: #A0AEC0;
  }
  .md\:border-gray-600 {
    border-color: #718096;
  }
  .md\:border-top-gray-600 {
    border-top-color: #718096;
  }
  .md\:border-right-gray-600 {
    border-right-color: #718096;
  }
  .md\:border-bottom-gray-600 {
    border-bottom-color: #718096;
  }
  .md\:border-left-gray-600 {
    border-left-color: #718096;
  }
  .md\:border-gray-700 {
    border-color: #4A5568;
  }
  .md\:border-top-gray-700 {
    border-top-color: #4A5568;
  }
  .md\:border-right-gray-700 {
    border-right-color: #4A5568;
  }
  .md\:border-bottom-gray-700 {
    border-bottom-color: #4A5568;
  }
  .md\:border-left-gray-700 {
    border-left-color: #4A5568;
  }
  .md\:border-gray-800 {
    border-color: #2D3748;
  }
  .md\:border-top-gray-800 {
    border-top-color: #2D3748;
  }
  .md\:border-right-gray-800 {
    border-right-color: #2D3748;
  }
  .md\:border-bottom-gray-800 {
    border-bottom-color: #2D3748;
  }
  .md\:border-left-gray-800 {
    border-left-color: #2D3748;
  }
  .md\:border-gray-900 {
    border-color: #1A202C;
  }
  .md\:border-top-gray-900 {
    border-top-color: #1A202C;
  }
  .md\:border-right-gray-900 {
    border-right-color: #1A202C;
  }
  .md\:border-bottom-gray-900 {
    border-bottom-color: #1A202C;
  }
  .md\:border-left-gray-900 {
    border-left-color: #1A202C;
  }
  .md\:border-red-500 {
    border-color: #F56565;
  }
  .md\:border-top-red-500 {
    border-top-color: #F56565;
  }
  .md\:border-right-red-500 {
    border-right-color: #F56565;
  }
  .md\:border-bottom-red-500 {
    border-bottom-color: #F56565;
  }
  .md\:border-left-red-500 {
    border-left-color: #F56565;
  }
  .md\:border-orange-500 {
    border-color: #ED8936;
  }
  .md\:border-top-orange-500 {
    border-top-color: #ED8936;
  }
  .md\:border-right-orange-500 {
    border-right-color: #ED8936;
  }
  .md\:border-bottom-orange-500 {
    border-bottom-color: #ED8936;
  }
  .md\:border-left-orange-500 {
    border-left-color: #ED8936;
  }
  .md\:border-green-500 {
    border-color: #48BB78;
  }
  .md\:border-top-green-500 {
    border-top-color: #48BB78;
  }
  .md\:border-right-green-500 {
    border-right-color: #48BB78;
  }
  .md\:border-bottom-green-500 {
    border-bottom-color: #48BB78;
  }
  .md\:border-left-green-500 {
    border-left-color: #48BB78;
  }
  .md\:border-primary {
    border-color: rgba(67, 160, 214, 1);
  }
  .md\:border-top-primary {
    border-top-color: rgba(67, 160, 214, 1);
  }
  .md\:border-right-primary {
    border-right-color: rgba(67, 160, 214, 1);
  }
  .md\:border-bottom-primary {
    border-bottom-color: rgba(67, 160, 214, 1);
  }
  .md\:border-left-primary {
    border-left-color: rgba(67, 160, 214, 1);
  }
  .md\:border-secondary {
    border-color: rgba(67, 160, 214, 1);
  }
  .md\:border-top-secondary {
    border-top-color: rgba(67, 160, 214, 1);
  }
  .md\:border-right-secondary {
    border-right-color: rgba(67, 160, 214, 1);
  }
  .md\:border-bottom-secondary {
    border-bottom-color: rgba(67, 160, 214, 1);
  }
  .md\:border-left-secondary {
    border-left-color: rgba(67, 160, 214, 1);
  }
  .md\:border-tertiary {
    border-color: rgba(67, 160, 214, 1);
  }
  .md\:border-top-tertiary {
    border-top-color: rgba(67, 160, 214, 1);
  }
  .md\:border-right-tertiary {
    border-right-color: rgba(67, 160, 214, 1);
  }
  .md\:border-bottom-tertiary {
    border-bottom-color: rgba(67, 160, 214, 1);
  }
  .md\:border-left-tertiary {
    border-left-color: rgba(67, 160, 214, 1);
  }
}

@media (min-width: 992px) {
  .lg\:border-transparent {
    border-color: transparent;
  }
  .lg\:border-translucent {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .lg\:border-current {
    border-color: currentColor;
  }
  .lg\:border-black {
    border-color: #000;
  }
  .lg\:border-top-black {
    border-top-color: #000;
  }
  .lg\:border-right-black {
    border-right-color: #000;
  }
  .lg\:border-bottom-black {
    border-bottom-color: #000;
  }
  .lg\:border-left-black {
    border-left-color: #000;
  }
  .lg\:border-white {
    border-color: #fff;
  }
  .lg\:border-top-white {
    border-top-color: #fff;
  }
  .lg\:border-right-white {
    border-right-color: #fff;
  }
  .lg\:border-bottom-white {
    border-bottom-color: #fff;
  }
  .lg\:border-left-white {
    border-left-color: #fff;
  }
  .lg\:border-gray-100 {
    border-color: #fbfbff;
  }
  .lg\:border-top-gray-100 {
    border-top-color: #fbfbff;
  }
  .lg\:border-right-gray-100 {
    border-right-color: #fbfbff;
  }
  .lg\:border-bottom-gray-100 {
    border-bottom-color: #fbfbff;
  }
  .lg\:border-left-gray-100 {
    border-left-color: #fbfbff;
  }
  .lg\:border-gray-200 {
    border-color: rgba(248, 248, 248, 1);
  }
  .lg\:border-top-gray-200 {
    border-top-color: rgba(248, 248, 248, 1);
  }
  .lg\:border-right-gray-200 {
    border-right-color: rgba(248, 248, 248, 1);
  }
  .lg\:border-bottom-gray-200 {
    border-bottom-color: rgba(248, 248, 248, 1);
  }
  .lg\:border-left-gray-200 {
    border-left-color: rgba(248, 248, 248, 1);
  }
  .lg\:border-gray-300 {
    border-color: #E2E8F0;
  }
  .lg\:border-top-gray-300 {
    border-top-color: #E2E8F0;
  }
  .lg\:border-right-gray-300 {
    border-right-color: #E2E8F0;
  }
  .lg\:border-bottom-gray-300 {
    border-bottom-color: #E2E8F0;
  }
  .lg\:border-left-gray-300 {
    border-left-color: #E2E8F0;
  }
  .lg\:border-gray-400 {
    border-color: #CBD5E0;
  }
  .lg\:border-top-gray-400 {
    border-top-color: #CBD5E0;
  }
  .lg\:border-right-gray-400 {
    border-right-color: #CBD5E0;
  }
  .lg\:border-bottom-gray-400 {
    border-bottom-color: #CBD5E0;
  }
  .lg\:border-left-gray-400 {
    border-left-color: #CBD5E0;
  }
  .lg\:border-gray-500 {
    border-color: #A0AEC0;
  }
  .lg\:border-top-gray-500 {
    border-top-color: #A0AEC0;
  }
  .lg\:border-right-gray-500 {
    border-right-color: #A0AEC0;
  }
  .lg\:border-bottom-gray-500 {
    border-bottom-color: #A0AEC0;
  }
  .lg\:border-left-gray-500 {
    border-left-color: #A0AEC0;
  }
  .lg\:border-gray-600 {
    border-color: #718096;
  }
  .lg\:border-top-gray-600 {
    border-top-color: #718096;
  }
  .lg\:border-right-gray-600 {
    border-right-color: #718096;
  }
  .lg\:border-bottom-gray-600 {
    border-bottom-color: #718096;
  }
  .lg\:border-left-gray-600 {
    border-left-color: #718096;
  }
  .lg\:border-gray-700 {
    border-color: #4A5568;
  }
  .lg\:border-top-gray-700 {
    border-top-color: #4A5568;
  }
  .lg\:border-right-gray-700 {
    border-right-color: #4A5568;
  }
  .lg\:border-bottom-gray-700 {
    border-bottom-color: #4A5568;
  }
  .lg\:border-left-gray-700 {
    border-left-color: #4A5568;
  }
  .lg\:border-gray-800 {
    border-color: #2D3748;
  }
  .lg\:border-top-gray-800 {
    border-top-color: #2D3748;
  }
  .lg\:border-right-gray-800 {
    border-right-color: #2D3748;
  }
  .lg\:border-bottom-gray-800 {
    border-bottom-color: #2D3748;
  }
  .lg\:border-left-gray-800 {
    border-left-color: #2D3748;
  }
  .lg\:border-gray-900 {
    border-color: #1A202C;
  }
  .lg\:border-top-gray-900 {
    border-top-color: #1A202C;
  }
  .lg\:border-right-gray-900 {
    border-right-color: #1A202C;
  }
  .lg\:border-bottom-gray-900 {
    border-bottom-color: #1A202C;
  }
  .lg\:border-left-gray-900 {
    border-left-color: #1A202C;
  }
  .lg\:border-red-500 {
    border-color: #F56565;
  }
  .lg\:border-top-red-500 {
    border-top-color: #F56565;
  }
  .lg\:border-right-red-500 {
    border-right-color: #F56565;
  }
  .lg\:border-bottom-red-500 {
    border-bottom-color: #F56565;
  }
  .lg\:border-left-red-500 {
    border-left-color: #F56565;
  }
  .lg\:border-orange-500 {
    border-color: #ED8936;
  }
  .lg\:border-top-orange-500 {
    border-top-color: #ED8936;
  }
  .lg\:border-right-orange-500 {
    border-right-color: #ED8936;
  }
  .lg\:border-bottom-orange-500 {
    border-bottom-color: #ED8936;
  }
  .lg\:border-left-orange-500 {
    border-left-color: #ED8936;
  }
  .lg\:border-green-500 {
    border-color: #48BB78;
  }
  .lg\:border-top-green-500 {
    border-top-color: #48BB78;
  }
  .lg\:border-right-green-500 {
    border-right-color: #48BB78;
  }
  .lg\:border-bottom-green-500 {
    border-bottom-color: #48BB78;
  }
  .lg\:border-left-green-500 {
    border-left-color: #48BB78;
  }
  .lg\:border-primary {
    border-color: rgba(67, 160, 214, 1);
  }
  .lg\:border-top-primary {
    border-top-color: rgba(67, 160, 214, 1);
  }
  .lg\:border-right-primary {
    border-right-color: rgba(67, 160, 214, 1);
  }
  .lg\:border-bottom-primary {
    border-bottom-color: rgba(67, 160, 214, 1);
  }
  .lg\:border-left-primary {
    border-left-color: rgba(67, 160, 214, 1);
  }
  .lg\:border-secondary {
    border-color: rgba(67, 160, 214, 1);
  }
  .lg\:border-top-secondary {
    border-top-color: rgba(67, 160, 214, 1);
  }
  .lg\:border-right-secondary {
    border-right-color: rgba(67, 160, 214, 1);
  }
  .lg\:border-bottom-secondary {
    border-bottom-color: rgba(67, 160, 214, 1);
  }
  .lg\:border-left-secondary {
    border-left-color: rgba(67, 160, 214, 1);
  }
  .lg\:border-tertiary {
    border-color: rgba(67, 160, 214, 1);
  }
  .lg\:border-top-tertiary {
    border-top-color: rgba(67, 160, 214, 1);
  }
  .lg\:border-right-tertiary {
    border-right-color: rgba(67, 160, 214, 1);
  }
  .lg\:border-bottom-tertiary {
    border-bottom-color: rgba(67, 160, 214, 1);
  }
  .lg\:border-left-tertiary {
    border-left-color: rgba(67, 160, 214, 1);
  }
}

@media (min-width: 1200px) {
  .xl\:border-transparent {
    border-color: transparent;
  }
  .xl\:border-translucent {
    border-color: rgba(255, 255, 255, 0.1);
  }
  .xl\:border-current {
    border-color: currentColor;
  }
  .xl\:border-black {
    border-color: #000;
  }
  .xl\:border-top-black {
    border-top-color: #000;
  }
  .xl\:border-right-black {
    border-right-color: #000;
  }
  .xl\:border-bottom-black {
    border-bottom-color: #000;
  }
  .xl\:border-left-black {
    border-left-color: #000;
  }
  .xl\:border-white {
    border-color: #fff;
  }
  .xl\:border-top-white {
    border-top-color: #fff;
  }
  .xl\:border-right-white {
    border-right-color: #fff;
  }
  .xl\:border-bottom-white {
    border-bottom-color: #fff;
  }
  .xl\:border-left-white {
    border-left-color: #fff;
  }
  .xl\:border-gray-100 {
    border-color: #fbfbff;
  }
  .xl\:border-top-gray-100 {
    border-top-color: #fbfbff;
  }
  .xl\:border-right-gray-100 {
    border-right-color: #fbfbff;
  }
  .xl\:border-bottom-gray-100 {
    border-bottom-color: #fbfbff;
  }
  .xl\:border-left-gray-100 {
    border-left-color: #fbfbff;
  }
  .xl\:border-gray-200 {
    border-color: rgba(248, 248, 248, 1);
  }
  .xl\:border-top-gray-200 {
    border-top-color: rgba(248, 248, 248, 1);
  }
  .xl\:border-right-gray-200 {
    border-right-color: rgba(248, 248, 248, 1);
  }
  .xl\:border-bottom-gray-200 {
    border-bottom-color: rgba(248, 248, 248, 1);
  }
  .xl\:border-left-gray-200 {
    border-left-color: rgba(248, 248, 248, 1);
  }
  .xl\:border-gray-300 {
    border-color: #E2E8F0;
  }
  .xl\:border-top-gray-300 {
    border-top-color: #E2E8F0;
  }
  .xl\:border-right-gray-300 {
    border-right-color: #E2E8F0;
  }
  .xl\:border-bottom-gray-300 {
    border-bottom-color: #E2E8F0;
  }
  .xl\:border-left-gray-300 {
    border-left-color: #E2E8F0;
  }
  .xl\:border-gray-400 {
    border-color: #CBD5E0;
  }
  .xl\:border-top-gray-400 {
    border-top-color: #CBD5E0;
  }
  .xl\:border-right-gray-400 {
    border-right-color: #CBD5E0;
  }
  .xl\:border-bottom-gray-400 {
    border-bottom-color: #CBD5E0;
  }
  .xl\:border-left-gray-400 {
    border-left-color: #CBD5E0;
  }
  .xl\:border-gray-500 {
    border-color: #A0AEC0;
  }
  .xl\:border-top-gray-500 {
    border-top-color: #A0AEC0;
  }
  .xl\:border-right-gray-500 {
    border-right-color: #A0AEC0;
  }
  .xl\:border-bottom-gray-500 {
    border-bottom-color: #A0AEC0;
  }
  .xl\:border-left-gray-500 {
    border-left-color: #A0AEC0;
  }
  .xl\:border-gray-600 {
    border-color: #718096;
  }
  .xl\:border-top-gray-600 {
    border-top-color: #718096;
  }
  .xl\:border-right-gray-600 {
    border-right-color: #718096;
  }
  .xl\:border-bottom-gray-600 {
    border-bottom-color: #718096;
  }
  .xl\:border-left-gray-600 {
    border-left-color: #718096;
  }
  .xl\:border-gray-700 {
    border-color: #4A5568;
  }
  .xl\:border-top-gray-700 {
    border-top-color: #4A5568;
  }
  .xl\:border-right-gray-700 {
    border-right-color: #4A5568;
  }
  .xl\:border-bottom-gray-700 {
    border-bottom-color: #4A5568;
  }
  .xl\:border-left-gray-700 {
    border-left-color: #4A5568;
  }
  .xl\:border-gray-800 {
    border-color: #2D3748;
  }
  .xl\:border-top-gray-800 {
    border-top-color: #2D3748;
  }
  .xl\:border-right-gray-800 {
    border-right-color: #2D3748;
  }
  .xl\:border-bottom-gray-800 {
    border-bottom-color: #2D3748;
  }
  .xl\:border-left-gray-800 {
    border-left-color: #2D3748;
  }
  .xl\:border-gray-900 {
    border-color: #1A202C;
  }
  .xl\:border-top-gray-900 {
    border-top-color: #1A202C;
  }
  .xl\:border-right-gray-900 {
    border-right-color: #1A202C;
  }
  .xl\:border-bottom-gray-900 {
    border-bottom-color: #1A202C;
  }
  .xl\:border-left-gray-900 {
    border-left-color: #1A202C;
  }
  .xl\:border-red-500 {
    border-color: #F56565;
  }
  .xl\:border-top-red-500 {
    border-top-color: #F56565;
  }
  .xl\:border-right-red-500 {
    border-right-color: #F56565;
  }
  .xl\:border-bottom-red-500 {
    border-bottom-color: #F56565;
  }
  .xl\:border-left-red-500 {
    border-left-color: #F56565;
  }
  .xl\:border-orange-500 {
    border-color: #ED8936;
  }
  .xl\:border-top-orange-500 {
    border-top-color: #ED8936;
  }
  .xl\:border-right-orange-500 {
    border-right-color: #ED8936;
  }
  .xl\:border-bottom-orange-500 {
    border-bottom-color: #ED8936;
  }
  .xl\:border-left-orange-500 {
    border-left-color: #ED8936;
  }
  .xl\:border-green-500 {
    border-color: #48BB78;
  }
  .xl\:border-top-green-500 {
    border-top-color: #48BB78;
  }
  .xl\:border-right-green-500 {
    border-right-color: #48BB78;
  }
  .xl\:border-bottom-green-500 {
    border-bottom-color: #48BB78;
  }
  .xl\:border-left-green-500 {
    border-left-color: #48BB78;
  }
  .xl\:border-primary {
    border-color: rgba(67, 160, 214, 1);
  }
  .xl\:border-top-primary {
    border-top-color: rgba(67, 160, 214, 1);
  }
  .xl\:border-right-primary {
    border-right-color: rgba(67, 160, 214, 1);
  }
  .xl\:border-bottom-primary {
    border-bottom-color: rgba(67, 160, 214, 1);
  }
  .xl\:border-left-primary {
    border-left-color: rgba(67, 160, 214, 1);
  }
  .xl\:border-secondary {
    border-color: rgba(67, 160, 214, 1);
  }
  .xl\:border-top-secondary {
    border-top-color: rgba(67, 160, 214, 1);
  }
  .xl\:border-right-secondary {
    border-right-color: rgba(67, 160, 214, 1);
  }
  .xl\:border-bottom-secondary {
    border-bottom-color: rgba(67, 160, 214, 1);
  }
  .xl\:border-left-secondary {
    border-left-color: rgba(67, 160, 214, 1);
  }
  .xl\:border-tertiary {
    border-color: rgba(67, 160, 214, 1);
  }
  .xl\:border-top-tertiary {
    border-top-color: rgba(67, 160, 214, 1);
  }
  .xl\:border-right-tertiary {
    border-right-color: rgba(67, 160, 214, 1);
  }
  .xl\:border-bottom-tertiary {
    border-bottom-color: rgba(67, 160, 214, 1);
  }
  .xl\:border-left-tertiary {
    border-left-color: rgba(67, 160, 214, 1);
  }
}

.border-radius {
  border-radius: 4px;
}

.border-radius-0 {
  border-radius: 0;
}

.border-radius-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.border-radius-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.border-radius-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.border-radius-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded {
  border-radius: 2rem;
}

/*Alterado de 50 para 20 ficando assim um quadrado com borda arredondada*/
.circle {
  border-radius: 20%;
}

@media (min-width: 576px) {
  .sm\:border-radius {
    border-radius: 4px;
  }
  .sm\:border-radius-0 {
    border-radius: 0;
  }
  .sm\:border-radius-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .sm\:border-radius-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .sm\:border-radius-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .sm\:border-radius-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .sm\:rounded {
    border-radius: 2rem;
  }
  .sm\:circle {
    border-radius: 50%;
  }
}

@media (min-width: 768px) {
  .md\:border-radius {
    border-radius: 4px;
  }
  .md\:border-radius-0 {
    border-radius: 0;
  }
  .md\:border-radius-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .md\:border-radius-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .md\:border-radius-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .md\:border-radius-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .md\:rounded {
    border-radius: 2rem;
  }
  .md\:circle {
    border-radius: 50%;
  }
}

@media (min-width: 992px) {
  .lg\:border-radius {
    border-radius: 4px;
  }
  .lg\:border-radius-0 {
    border-radius: 0;
  }
  .lg\:border-radius-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .lg\:border-radius-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .lg\:border-radius-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .lg\:border-radius-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .lg\:rounded {
    border-radius: 2rem;
  }
  .lg\:circle {
    border-radius: 50%;
  }
}

@media (min-width: 1200px) {
  .xl\:border-radius {
    border-radius: 4px;
  }
  .xl\:border-radius-0 {
    border-radius: 0;
  }
  .xl\:border-radius-top {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  .xl\:border-radius-right {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .xl\:border-radius-bottom {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .xl\:border-radius-left {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .xl\:rounded {
    border-radius: 2rem;
  }
  .xl\:circle {
    border-radius: 50%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.border-top-3 {
  border-top-width: 3px;
}

.border-right-3 {
  border-right-width: 3px;
}

.border-bottom-3 {
  border-bottom-width: 3px;
}

.border-left-3 {
  border-left-width: 3px;
}

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

.border-top-4 {
  border-top-width: 4px;
}

.border-right-4 {
  border-right-width: 4px;
}

.border-bottom-4 {
  border-bottom-width: 4px;
}

.border-left-4 {
  border-left-width: 4px;
}

.border-0 {
  border-width: 0;
}

.border-top-0 {
  border-top-width: 0;
}

.border-right-0 {
  border-right-width: 0;
}

.border-bottom-0 {
  border-bottom-width: 0;
}

.border-left-0 {
  border-left-width: 0;
}

@media (min-width: 576px) {
  .sm\:border-1 {
    border-width: 1px;
  }
  .sm\:border-top-1 {
    border-top-width: 1px;
  }
  .sm\:border-right-1 {
    border-right-width: 1px;
  }
  .sm\:border-bottom-1 {
    border-bottom-width: 1px;
  }
  .sm\:border-left-1 {
    border-left-width: 1px;
  }
  .sm\:border-2 {
    border-width: 2px;
  }
  .sm\:border-top-2 {
    border-top-width: 2px;
  }
  .sm\:border-right-2 {
    border-right-width: 2px;
  }
  .sm\:border-bottom-2 {
    border-bottom-width: 2px;
  }
  .sm\:border-left-2 {
    border-left-width: 2px;
  }
  .sm\:border-3 {
    border-width: 3px;
  }
  .sm\:border-top-3 {
    border-top-width: 3px;
  }
  .sm\:border-right-3 {
    border-right-width: 3px;
  }
  .sm\:border-bottom-3 {
    border-bottom-width: 3px;
  }
  .sm\:border-left-3 {
    border-left-width: 3px;
  }
  .sm\:border-4 {
    border-width: 4px;
  }
  .sm\:border-top-4 {
    border-top-width: 4px;
  }
  .sm\:border-right-4 {
    border-right-width: 4px;
  }
  .sm\:border-bottom-4 {
    border-bottom-width: 4px;
  }
  .sm\:border-left-4 {
    border-left-width: 4px;
  }
  .sm\:border-0 {
    border-width: 0;
  }
  .sm\:border-top-0 {
    border-top-width: 0;
  }
  .sm\:border-right-0 {
    border-right-width: 0;
  }
  .sm\:border-bottom-0 {
    border-bottom-width: 0;
  }
  .sm\:border-left-0 {
    border-left-width: 0;
  }
}

@media (min-width: 768px) {
  .md\:border-1 {
    border-width: 1px;
  }
  .md\:border-top-1 {
    border-top-width: 1px;
  }
  .md\:border-right-1 {
    border-right-width: 1px;
  }
  .md\:border-bottom-1 {
    border-bottom-width: 1px;
  }
  .md\:border-left-1 {
    border-left-width: 1px;
  }
  .md\:border-2 {
    border-width: 2px;
  }
  .md\:border-top-2 {
    border-top-width: 2px;
  }
  .md\:border-right-2 {
    border-right-width: 2px;
  }
  .md\:border-bottom-2 {
    border-bottom-width: 2px;
  }
  .md\:border-left-2 {
    border-left-width: 2px;
  }
  .md\:border-3 {
    border-width: 3px;
  }
  .md\:border-top-3 {
    border-top-width: 3px;
  }
  .md\:border-right-3 {
    border-right-width: 3px;
  }
  .md\:border-bottom-3 {
    border-bottom-width: 3px;
  }
  .md\:border-left-3 {
    border-left-width: 3px;
  }
  .md\:border-4 {
    border-width: 4px;
  }
  .md\:border-top-4 {
    border-top-width: 4px;
  }
  .md\:border-right-4 {
    border-right-width: 4px;
  }
  .md\:border-bottom-4 {
    border-bottom-width: 4px;
  }
  .md\:border-left-4 {
    border-left-width: 4px;
  }
  .md\:border-0 {
    border-width: 0;
  }
  .md\:border-top-0 {
    border-top-width: 0;
  }
  .md\:border-right-0 {
    border-right-width: 0;
  }
  .md\:border-bottom-0 {
    border-bottom-width: 0;
  }
  .md\:border-left-0 {
    border-left-width: 0;
  }
}

@media (min-width: 992px) {
  .lg\:border-1 {
    border-width: 1px;
  }
  .lg\:border-top-1 {
    border-top-width: 1px;
  }
  .lg\:border-right-1 {
    border-right-width: 1px;
  }
  .lg\:border-bottom-1 {
    border-bottom-width: 1px;
  }
  .lg\:border-left-1 {
    border-left-width: 1px;
  }
  .lg\:border-2 {
    border-width: 2px;
  }
  .lg\:border-top-2 {
    border-top-width: 2px;
  }
  .lg\:border-right-2 {
    border-right-width: 2px;
  }
  .lg\:border-bottom-2 {
    border-bottom-width: 2px;
  }
  .lg\:border-left-2 {
    border-left-width: 2px;
  }
  .lg\:border-3 {
    border-width: 3px;
  }
  .lg\:border-top-3 {
    border-top-width: 3px;
  }
  .lg\:border-right-3 {
    border-right-width: 3px;
  }
  .lg\:border-bottom-3 {
    border-bottom-width: 3px;
  }
  .lg\:border-left-3 {
    border-left-width: 3px;
  }
  .lg\:border-4 {
    border-width: 4px;
  }
  .lg\:border-top-4 {
    border-top-width: 4px;
  }
  .lg\:border-right-4 {
    border-right-width: 4px;
  }
  .lg\:border-bottom-4 {
    border-bottom-width: 4px;
  }
  .lg\:border-left-4 {
    border-left-width: 4px;
  }
  .lg\:border-0 {
    border-width: 0;
  }
  .lg\:border-top-0 {
    border-top-width: 0;
  }
  .lg\:border-right-0 {
    border-right-width: 0;
  }
  .lg\:border-bottom-0 {
    border-bottom-width: 0;
  }
  .lg\:border-left-0 {
    border-left-width: 0;
  }
}

@media (min-width: 1200px) {
  .xl\:border-1 {
    border-width: 1px;
  }
  .xl\:border-top-1 {
    border-top-width: 1px;
  }
  .xl\:border-right-1 {
    border-right-width: 1px;
  }
  .xl\:border-bottom-1 {
    border-bottom-width: 1px;
  }
  .xl\:border-left-1 {
    border-left-width: 1px;
  }
  .xl\:border-2 {
    border-width: 2px;
  }
  .xl\:border-top-2 {
    border-top-width: 2px;
  }
  .xl\:border-right-2 {
    border-right-width: 2px;
  }
  .xl\:border-bottom-2 {
    border-bottom-width: 2px;
  }
  .xl\:border-left-2 {
    border-left-width: 2px;
  }
  .xl\:border-3 {
    border-width: 3px;
  }
  .xl\:border-top-3 {
    border-top-width: 3px;
  }
  .xl\:border-right-3 {
    border-right-width: 3px;
  }
  .xl\:border-bottom-3 {
    border-bottom-width: 3px;
  }
  .xl\:border-left-3 {
    border-left-width: 3px;
  }
  .xl\:border-4 {
    border-width: 4px;
  }
  .xl\:border-top-4 {
    border-top-width: 4px;
  }
  .xl\:border-right-4 {
    border-right-width: 4px;
  }
  .xl\:border-bottom-4 {
    border-bottom-width: 4px;
  }
  .xl\:border-left-4 {
    border-left-width: 4px;
  }
  .xl\:border-0 {
    border-width: 0;
  }
  .xl\:border-top-0 {
    border-top-width: 0;
  }
  .xl\:border-right-0 {
    border-right-width: 0;
  }
  .xl\:border-bottom-0 {
    border-bottom-width: 0;
  }
  .xl\:border-left-0 {
    border-left-width: 0;
  }
}

.align-content-start {
  align-content: flex-start;
}

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

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

.align-content-between {
  align-content: space-between;
}

.align-content-around {
  align-content: space-around;
}

.align-content-stretch {
  align-content: stretch;
}

@media (min-width: 576px) {
  .sm\:align-content-start {
    align-content: flex-start;
  }
  .sm\:align-content-end {
    align-content: flex-end;
  }
  .sm\:align-content-center {
    align-content: center;
  }
  .sm\:align-content-between {
    align-content: space-between;
  }
  .sm\:align-content-around {
    align-content: space-around;
  }
  .sm\:align-content-stretch {
    align-content: stretch;
  }
}

@media (min-width: 768px) {
  .md\:align-content-start {
    align-content: flex-start;
  }
  .md\:align-content-end {
    align-content: flex-end;
  }
  .md\:align-content-center {
    align-content: center;
  }
  .md\:align-content-between {
    align-content: space-between;
  }
  .md\:align-content-around {
    align-content: space-around;
  }
  .md\:align-content-stretch {
    align-content: stretch;
  }
}

@media (min-width: 992px) {
  .lg\:align-content-start {
    align-content: flex-start;
  }
  .lg\:align-content-end {
    align-content: flex-end;
  }
  .lg\:align-content-center {
    align-content: center;
  }
  .lg\:align-content-between {
    align-content: space-between;
  }
  .lg\:align-content-around {
    align-content: space-around;
  }
  .lg\:align-content-stretch {
    align-content: stretch;
  }
}

@media (min-width: 1200px) {
  .xl\:align-content-start {
    align-content: flex-start;
  }
  .xl\:align-content-end {
    align-content: flex-end;
  }
  .xl\:align-content-center {
    align-content: center;
  }
  .xl\:align-content-between {
    align-content: space-between;
  }
  .xl\:align-content-around {
    align-content: space-around;
  }
  .xl\:align-content-stretch {
    align-content: stretch;
  }
}

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

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

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

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

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

@media (min-width: 576px) {
  .sm\:align-items-start {
    align-items: flex-start;
  }
  .sm\:align-items-end {
    align-items: flex-end;
  }
  .sm\:align-items-center {
    align-items: center;
  }
  .sm\:align-items-baseline {
    align-items: baseline;
  }
  .sm\:align-items-stretch {
    align-items: stretch;
  }
}

@media (min-width: 768px) {
  .md\:align-items-start {
    align-items: flex-start;
  }
  .md\:align-items-end {
    align-items: flex-end;
  }
  .md\:align-items-center {
    align-items: center;
  }
  .md\:align-items-baseline {
    align-items: baseline;
  }
  .md\:align-items-stretch {
    align-items: stretch;
  }
}

@media (min-width: 992px) {
  .lg\:align-items-start {
    align-items: flex-start;
  }
  .lg\:align-items-end {
    align-items: flex-end;
  }
  .lg\:align-items-center {
    align-items: center;
  }
  .lg\:align-items-baseline {
    align-items: baseline;
  }
  .lg\:align-items-stretch {
    align-items: stretch;
  }
}

@media (min-width: 1200px) {
  .xl\:align-items-start {
    align-items: flex-start;
  }
  .xl\:align-items-end {
    align-items: flex-end;
  }
  .xl\:align-items-center {
    align-items: center;
  }
  .xl\:align-items-baseline {
    align-items: baseline;
  }
  .xl\:align-items-stretch {
    align-items: stretch;
  }
}

.align-self-auto {
  align-self: auto;
}

.align-self-start {
  align-self: flex-start;
}

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

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

.align-self-baseline {
  align-self: baseline;
}

.align-self-stretch {
  align-self: stretch;
}

@media (min-width: 576px) {
  .sm\:align-self-auto {
    align-self: auto;
  }
  .sm\:align-self-start {
    align-self: flex-start;
  }
  .sm\:align-self-end {
    align-self: flex-end;
  }
  .sm\:align-self-center {
    align-self: center;
  }
  .sm\:align-self-baseline {
    align-self: baseline;
  }
  .sm\:align-self-stretch {
    align-self: stretch;
  }
}

@media (min-width: 768px) {
  .md\:align-self-auto {
    align-self: auto;
  }
  .md\:align-self-start {
    align-self: flex-start;
  }
  .md\:align-self-end {
    align-self: flex-end;
  }
  .md\:align-self-center {
    align-self: center;
  }
  .md\:align-self-baseline {
    align-self: baseline;
  }
  .md\:align-self-stretch {
    align-self: stretch;
  }
}

@media (min-width: 992px) {
  .lg\:align-self-auto {
    align-self: auto;
  }
  .lg\:align-self-start {
    align-self: flex-start;
  }
  .lg\:align-self-end {
    align-self: flex-end;
  }
  .lg\:align-self-center {
    align-self: center;
  }
  .lg\:align-self-baseline {
    align-self: baseline;
  }
  .lg\:align-self-stretch {
    align-self: stretch;
  }
}

@media (min-width: 1200px) {
  .xl\:align-self-auto {
    align-self: auto;
  }
  .xl\:align-self-start {
    align-self: flex-start;
  }
  .xl\:align-self-end {
    align-self: flex-end;
  }
  .xl\:align-self-center {
    align-self: center;
  }
  .xl\:align-self-baseline {
    align-self: baseline;
  }
  .xl\:align-self-stretch {
    align-self: stretch;
  }
}

.flex-initial {
  flex: initial;
}

.flex-1 {
  flex: 1;
}

.flex-auto {
  flex: auto;
}

.flex-none {
  flex: none;
}

.flex-fill {
  flex: 1 1 auto;
}

.flex-grow {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-shrink {
  flex-shrink: 1;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

@media (min-width: 576px) {
  .sm\:flex-initial {
    flex: initial;
  }
  .sm\:flex-1 {
    flex: 1;
  }
  .sm\:flex-auto {
    flex: auto;
  }
  .sm\:flex-none {
    flex: none;
  }
  .sm\:flex-fill {
    flex: 1 1 auto;
  }
  .sm\:flex-grow {
    flex-grow: 1;
  }
  .sm\:flex-grow-0 {
    flex-grow: 0;
  }
  .sm\:flex-shrink {
    flex-shrink: 1;
  }
  .sm\:flex-shrink-0 {
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .md\:flex-initial {
    flex: initial;
  }
  .md\:flex-1 {
    flex: 1;
  }
  .md\:flex-auto {
    flex: auto;
  }
  .md\:flex-none {
    flex: none;
  }
  .md\:flex-fill {
    flex: 1 1 auto;
  }
  .md\:flex-grow {
    flex-grow: 1;
  }
  .md\:flex-grow-0 {
    flex-grow: 0;
  }
  .md\:flex-shrink {
    flex-shrink: 1;
  }
  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }
}

@media (min-width: 992px) {
  .lg\:flex-initial {
    flex: initial;
  }
  .lg\:flex-1 {
    flex: 1;
  }
  .lg\:flex-auto {
    flex: auto;
  }
  .lg\:flex-none {
    flex: none;
  }
  .lg\:flex-fill {
    flex: 1 1 auto;
  }
  .lg\:flex-grow {
    flex-grow: 1;
  }
  .lg\:flex-grow-0 {
    flex-grow: 0;
  }
  .lg\:flex-shrink {
    flex-shrink: 1;
  }
  .lg\:flex-shrink-0 {
    flex-shrink: 0;
  }
}

@media (min-width: 1200px) {
  .xl\:flex-initial {
    flex: initial;
  }
  .xl\:flex-1 {
    flex: 1;
  }
  .xl\:flex-auto {
    flex: auto;
  }
  .xl\:flex-none {
    flex: none;
  }
  .xl\:flex-fill {
    flex: 1 1 auto;
  }
  .xl\:flex-grow {
    flex-grow: 1;
  }
  .xl\:flex-grow-0 {
    flex-grow: 0;
  }
  .xl\:flex-shrink {
    flex-shrink: 1;
  }
  .xl\:flex-shrink-0 {
    flex-shrink: 0;
  }
}

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

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

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

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

@media (min-width: 576px) {
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-column {
    flex-direction: column;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .sm\:flex-column-reverse {
    flex-direction: column-reverse;
  }
}

@media (min-width: 768px) {
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-column {
    flex-direction: column;
  }
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .md\:flex-column-reverse {
    flex-direction: column-reverse;
  }
}

@media (min-width: 992px) {
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-column {
    flex-direction: column;
  }
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .lg\:flex-column-reverse {
    flex-direction: column-reverse;
  }
}

@media (min-width: 1200px) {
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:flex-column {
    flex-direction: column;
  }
  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .xl\:flex-column-reverse {
    flex-direction: column-reverse;
  }
}

.flex-first {
  order: -1;
}

.flex-last {
  order: 13;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

@media (min-width: 576px) {
  .sm\:flex-first {
    order: -1;
  }
  .sm\:flex-last {
    order: 13;
  }
  .sm\:order-inherit {
    order: inherit;
  }
}

@media (min-width: 768px) {
  .md\:flex-first {
    order: -1;
  }
  .md\:flex-last {
    order: 13;
  }
  .md\:order-inherit {
    order: inherit;
  }
}

@media (min-width: 992px) {
  .lg\:flex-first {
    order: -1;
  }
  .lg\:flex-last {
    order: 13;
  }
  .lg\:order-inherit {
    order: inherit;
  }
}

@media (min-width: 1200px) {
  .xl\:flex-first {
    order: -1;
  }
  .xl\:flex-last {
    order: 13;
  }
  .xl\:order-inherit {
    order: inherit;
  }
}

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

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

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

@media (min-width: 576px) {
  .sm\:flex-wrap {
    flex-wrap: wrap;
  }
  .sm\:flex-no-wrap {
    flex-wrap: nowrap;
  }
  .sm\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}

@media (min-width: 768px) {
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
  .md\:flex-no-wrap {
    flex-wrap: nowrap;
  }
  .md\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}

@media (min-width: 992px) {
  .lg\:flex-wrap {
    flex-wrap: wrap;
  }
  .lg\:flex-no-wrap {
    flex-wrap: nowrap;
  }
  .lg\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}

@media (min-width: 1200px) {
  .xl\:flex-wrap {
    flex-wrap: wrap;
  }
  .xl\:flex-no-wrap {
    flex-wrap: nowrap;
  }
  .xl\:flex-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}

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

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

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

.justify-content-between {
  justify-content: space-between;
}

.justify-content-around {
  justify-content: space-around;
}

@media (min-width: 576px) {
  .sm\:justify-content-start {
    justify-content: flex-start;
  }
  .sm\:justify-content-end {
    justify-content: flex-end;
  }
  .sm\:justify-content-center {
    justify-content: center;
  }
  .sm\:justify-content-between {
    justify-content: space-between;
  }
  .sm\:justify-content-around {
    justify-content: space-around;
  }
}

@media (min-width: 768px) {
  .md\:justify-content-start {
    justify-content: flex-start;
  }
  .md\:justify-content-end {
    justify-content: flex-end;
  }
  .md\:justify-content-center {
    justify-content: center;
  }
  .md\:justify-content-between {
    justify-content: space-between;
  }
  .md\:justify-content-around {
    justify-content: space-around;
  }
}

@media (min-width: 992px) {
  .lg\:justify-content-start {
    justify-content: flex-start;
  }
  .lg\:justify-content-end {
    justify-content: flex-end;
  }
  .lg\:justify-content-center {
    justify-content: center;
  }
  .lg\:justify-content-between {
    justify-content: space-between;
  }
  .lg\:justify-content-around {
    justify-content: space-around;
  }
}

@media (min-width: 1200px) {
  .xl\:justify-content-start {
    justify-content: flex-start;
  }
  .xl\:justify-content-end {
    justify-content: flex-end;
  }
  .xl\:justify-content-center {
    justify-content: center;
  }
  .xl\:justify-content-between {
    justify-content: space-between;
  }
  .xl\:justify-content-around {
    justify-content: space-around;
  }
}

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

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

.m-0 {
  margin: 0;
}

.mt-0,
.my-0 {
  margin-top: 0;
}

.mr-0,
.mx-0 {
  margin-right: 0;
}

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

.ml-0,
.mx-0 {
  margin-left: 0;
}

.-m-0 {
  margin: 0;
}

.-mt-0,
.-my-0 {
  margin-top: 0;
}

.-mr-0,
.-mx-0 {
  margin-right: 0;
}

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

.-ml-0,
.-mx-0 {
  margin-left: 0;
}

.m-1 {
  margin: 0.25rem;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem;
}

.-m-1 {
  margin: -0.25rem;
}

.-mt-1,
.-my-1 {
  margin-top: -0.25rem;
}

.-mr-1,
.-mx-1 {
  margin-right: -0.25rem;
}

.-mb-1,
.-my-1 {
  margin-bottom: -0.25rem;
}

.-ml-1,
.-mx-1 {
  margin-left: -0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-mt-2,
.-my-2 {
  margin-top: -0.5rem;
}

.-mr-2,
.-mx-2 {
  margin-right: -0.5rem;
}

.-mb-2,
.-my-2 {
  margin-bottom: -0.5rem;
}

.-ml-2,
.-mx-2 {
  margin-left: -0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.mt-3,
.my-3 {
  margin-top: 0.75rem;
}

.mr-3,
.mx-3 {
  margin-right: 0.75rem;
}

.mb-3,
.my-3 {
  margin-bottom: 0.75rem;
}

.ml-3,
.mx-3 {
  margin-left: 0.75rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-mt-3,
.-my-3 {
  margin-top: -0.75rem;
}

.-mr-3,
.-mx-3 {
  margin-right: -0.75rem;
}

.-mb-3,
.-my-3 {
  margin-bottom: -0.75rem;
}

.-ml-3,
.-mx-3 {
  margin-left: -0.75rem;
}

.m-4 {
  margin: 1rem;
}

.mt-4,
.my-4 {
  margin-top: 1rem;
}

.mr-4,
.mx-4 {
  margin-right: 1rem;
}

.mb-4,
.my-4 {
  margin-bottom: 1rem;
}

.ml-4,
.mx-4 {
  margin-left: 1rem;
}

.-m-4 {
  margin: -1rem;
}

.-mt-4,
.-my-4 {
  margin-top: -1rem;
}

.-mr-4,
.-mx-4 {
  margin-right: -1rem;
}

.-mb-4,
.-my-4 {
  margin-bottom: -1rem;
}

.-ml-4,
.-mx-4 {
  margin-left: -1rem;
}

.m-5 {
  margin: 1.5rem;
}

.mt-5,
.my-5 {
  margin-top: 1.5rem;
}

.mr-5,
.mx-5 {
  margin-right: 1.5rem;
}

.mb-5,
.my-5 {
  margin-bottom: 1.5rem;
}

.ml-5,
.mx-5 {
  margin-left: 1.5rem;
}

.-m-5 {
  margin: -1.5rem;
}

.-mt-5,
.-my-5 {
  margin-top: -1.5rem;
}

.-mr-5,
.-mx-5 {
  margin-right: -1.5rem;
}

.-mb-5,
.-my-5 {
  margin-bottom: -1.5rem;
}

.-ml-5,
.-mx-5 {
  margin-left: -1.5rem;
}

.m-6 {
  margin: 2rem;
}

.mt-6,
.my-6 {
  margin-top: 2rem;
}

.mr-6,
.mx-6 {
  margin-right: 2rem;
}

.mb-6,
.my-6 {
  margin-bottom: 2rem;
}

.ml-6,
.mx-6 {
  margin-left: 2rem;
}

.-m-6 {
  margin: -2rem;
}

.-mt-6,
.-my-6 {
  margin-top: -2rem;
}

.-mr-6,
.-mx-6 {
  margin-right: -2rem;
}

.-mb-6,
.-my-6 {
  margin-bottom: -2rem;
}

.-ml-6,
.-mx-6 {
  margin-left: -2rem;
}

.m-7 {
  margin: 3rem;
}

.mt-7,
.my-7 {
  margin-top: 3rem;
}

.mr-7,
.mx-7 {
  margin-right: 3rem;
}

.mb-7,
.my-7 {
  margin-bottom: 3rem;
}

.ml-7,
.mx-7 {
  margin-left: 3rem;
}

.-m-7 {
  margin: -3rem;
}

.-mt-7,
.-my-7 {
  margin-top: -3rem;
}

.-mr-7,
.-mx-7 {
  margin-right: -3rem;
}

.-mb-7,
.-my-7 {
  margin-bottom: -3rem;
}

.-ml-7,
.-mx-7 {
  margin-left: -3rem;
}

.m-8 {
  margin: 4rem;
}

.mt-8,
.my-8 {
  margin-top: 4rem;
}

.mr-8,
.mx-8 {
  margin-right: 4rem;
}

.mb-8,
.my-8 {
  margin-bottom: 4rem;
}

.ml-8,
.mx-8 {
  margin-left: 4rem;
}

.-m-8 {
  margin: -4rem;
}

.-mt-8,
.-my-8 {
  margin-top: -4rem;
}

.-mr-8,
.-mx-8 {
  margin-right: -4rem;
}

.-mb-8,
.-my-8 {
  margin-bottom: -4rem;
}

.-ml-8,
.-mx-8 {
  margin-left: -4rem;
}

.m-9 {
  margin: 6rem;
}

.mt-9,
.my-9 {
  margin-top: 6rem;
}

.mr-9,
.mx-9 {
  margin-right: 6rem;
}

.mb-9,
.my-9 {
  margin-bottom: 6rem;
}

.ml-9,
.mx-9 {
  margin-left: 6rem;
}

.-m-9 {
  margin: -6rem;
}

.-mt-9,
.-my-9 {
  margin-top: -6rem;
}

.-mr-9,
.-mx-9 {
  margin-right: -6rem;
}

.-mb-9,
.-my-9 {
  margin-bottom: -6rem;
}

.-ml-9,
.-mx-9 {
  margin-left: -6rem;
}

.m-auto {
  margin: auto;
}

.mt-auto,
.my-auto {
  margin-top: auto;
}

.mr-auto,
.mx-auto {
  margin-right: auto;
}

.mb-auto,
.my-auto {
  margin-bottom: auto;
}

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

@media (min-width: 576px) {
  .sm\:m-0 {
    margin: 0;
  }
  .sm\:mt-0,
  .sm\:my-0 {
    margin-top: 0;
  }
  .sm\:mr-0,
  .sm\:mx-0 {
    margin-right: 0;
  }
  .sm\:mb-0,
  .sm\:my-0 {
    margin-bottom: 0;
  }
  .sm\:ml-0,
  .sm\:mx-0 {
    margin-left: 0;
  }
  .sm\:-m-0 {
    margin: 0;
  }
  .sm\:-mt-0,
  .sm\:-my-0 {
    margin-top: 0;
  }
  .sm\:-mr-0,
  .sm\:-mx-0 {
    margin-right: 0;
  }
  .sm\:-mb-0,
  .sm\:-my-0 {
    margin-bottom: 0;
  }
  .sm\:-ml-0,
  .sm\:-mx-0 {
    margin-left: 0;
  }
  .sm\:m-1 {
    margin: 0.25rem;
  }
  .sm\:mt-1,
  .sm\:my-1 {
    margin-top: 0.25rem;
  }
  .sm\:mr-1,
  .sm\:mx-1 {
    margin-right: 0.25rem;
  }
  .sm\:mb-1,
  .sm\:my-1 {
    margin-bottom: 0.25rem;
  }
  .sm\:ml-1,
  .sm\:mx-1 {
    margin-left: 0.25rem;
  }
  .sm\:-m-1 {
    margin: -0.25rem;
  }
  .sm\:-mt-1,
  .sm\:-my-1 {
    margin-top: -0.25rem;
  }
  .sm\:-mr-1,
  .sm\:-mx-1 {
    margin-right: -0.25rem;
  }
  .sm\:-mb-1,
  .sm\:-my-1 {
    margin-bottom: -0.25rem;
  }
  .sm\:-ml-1,
  .sm\:-mx-1 {
    margin-left: -0.25rem;
  }
  .sm\:m-2 {
    margin: 0.5rem;
  }
  .sm\:mt-2,
  .sm\:my-2 {
    margin-top: 0.5rem;
  }
  .sm\:mr-2,
  .sm\:mx-2 {
    margin-right: 0.5rem;
  }
  .sm\:mb-2,
  .sm\:my-2 {
    margin-bottom: 0.5rem;
  }
  .sm\:ml-2,
  .sm\:mx-2 {
    margin-left: 0.5rem;
  }
  .sm\:-m-2 {
    margin: -0.5rem;
  }
  .sm\:-mt-2,
  .sm\:-my-2 {
    margin-top: -0.5rem;
  }
  .sm\:-mr-2,
  .sm\:-mx-2 {
    margin-right: -0.5rem;
  }
  .sm\:-mb-2,
  .sm\:-my-2 {
    margin-bottom: -0.5rem;
  }
  .sm\:-ml-2,
  .sm\:-mx-2 {
    margin-left: -0.5rem;
  }
  .sm\:m-3 {
    margin: 0.75rem;
  }
  .sm\:mt-3,
  .sm\:my-3 {
    margin-top: 0.75rem;
  }
  .sm\:mr-3,
  .sm\:mx-3 {
    margin-right: 0.75rem;
  }
  .sm\:mb-3,
  .sm\:my-3 {
    margin-bottom: 0.75rem;
  }
  .sm\:ml-3,
  .sm\:mx-3 {
    margin-left: 0.75rem;
  }
  .sm\:-m-3 {
    margin: -0.75rem;
  }
  .sm\:-mt-3,
  .sm\:-my-3 {
    margin-top: -0.75rem;
  }
  .sm\:-mr-3,
  .sm\:-mx-3 {
    margin-right: -0.75rem;
  }
  .sm\:-mb-3,
  .sm\:-my-3 {
    margin-bottom: -0.75rem;
  }
  .sm\:-ml-3,
  .sm\:-mx-3 {
    margin-left: -0.75rem;
  }
  .sm\:m-4 {
    margin: 1rem;
  }
  .sm\:mt-4,
  .sm\:my-4 {
    margin-top: 1rem;
  }
  .sm\:mr-4,
  .sm\:mx-4 {
    margin-right: 1rem;
  }
  .sm\:mb-4,
  .sm\:my-4 {
    margin-bottom: 1rem;
  }
  .sm\:ml-4,
  .sm\:mx-4 {
    margin-left: 1rem;
  }
  .sm\:-m-4 {
    margin: -1rem;
  }
  .sm\:-mt-4,
  .sm\:-my-4 {
    margin-top: -1rem;
  }
  .sm\:-mr-4,
  .sm\:-mx-4 {
    margin-right: -1rem;
  }
  .sm\:-mb-4,
  .sm\:-my-4 {
    margin-bottom: -1rem;
  }
  .sm\:-ml-4,
  .sm\:-mx-4 {
    margin-left: -1rem;
  }
  .sm\:m-5 {
    margin: 1.5rem;
  }
  .sm\:mt-5,
  .sm\:my-5 {
    margin-top: 1.5rem;
  }
  .sm\:mr-5,
  .sm\:mx-5 {
    margin-right: 1.5rem;
  }
  .sm\:mb-5,
  .sm\:my-5 {
    margin-bottom: 1.5rem;
  }
  .sm\:ml-5,
  .sm\:mx-5 {
    margin-left: 1.5rem;
  }
  .sm\:-m-5 {
    margin: -1.5rem;
  }
  .sm\:-mt-5,
  .sm\:-my-5 {
    margin-top: -1.5rem;
  }
  .sm\:-mr-5,
  .sm\:-mx-5 {
    margin-right: -1.5rem;
  }
  .sm\:-mb-5,
  .sm\:-my-5 {
    margin-bottom: -1.5rem;
  }
  .sm\:-ml-5,
  .sm\:-mx-5 {
    margin-left: -1.5rem;
  }
  .sm\:m-6 {
    margin: 2rem;
  }
  .sm\:mt-6,
  .sm\:my-6 {
    margin-top: 2rem;
  }
  .sm\:mr-6,
  .sm\:mx-6 {
    margin-right: 2rem;
  }
  .sm\:mb-6,
  .sm\:my-6 {
    margin-bottom: 2rem;
  }
  .sm\:ml-6,
  .sm\:mx-6 {
    margin-left: 2rem;
  }
  .sm\:-m-6 {
    margin: -2rem;
  }
  .sm\:-mt-6,
  .sm\:-my-6 {
    margin-top: -2rem;
  }
  .sm\:-mr-6,
  .sm\:-mx-6 {
    margin-right: -2rem;
  }
  .sm\:-mb-6,
  .sm\:-my-6 {
    margin-bottom: -2rem;
  }
  .sm\:-ml-6,
  .sm\:-mx-6 {
    margin-left: -2rem;
  }
  .sm\:m-7 {
    margin: 3rem;
  }
  .sm\:mt-7,
  .sm\:my-7 {
    margin-top: 3rem;
  }
  .sm\:mr-7,
  .sm\:mx-7 {
    margin-right: 3rem;
  }
  .sm\:mb-7,
  .sm\:my-7 {
    margin-bottom: 3rem;
  }
  .sm\:ml-7,
  .sm\:mx-7 {
    margin-left: 3rem;
  }
  .sm\:-m-7 {
    margin: -3rem;
  }
  .sm\:-mt-7,
  .sm\:-my-7 {
    margin-top: -3rem;
  }
  .sm\:-mr-7,
  .sm\:-mx-7 {
    margin-right: -3rem;
  }
  .sm\:-mb-7,
  .sm\:-my-7 {
    margin-bottom: -3rem;
  }
  .sm\:-ml-7,
  .sm\:-mx-7 {
    margin-left: -3rem;
  }
  .sm\:m-8 {
    margin: 4rem;
  }
  .sm\:mt-8,
  .sm\:my-8 {
    margin-top: 4rem;
  }
  .sm\:mr-8,
  .sm\:mx-8 {
    margin-right: 4rem;
  }
  .sm\:mb-8,
  .sm\:my-8 {
    margin-bottom: 4rem;
  }
  .sm\:ml-8,
  .sm\:mx-8 {
    margin-left: 4rem;
  }
  .sm\:-m-8 {
    margin: -4rem;
  }
  .sm\:-mt-8,
  .sm\:-my-8 {
    margin-top: -4rem;
  }
  .sm\:-mr-8,
  .sm\:-mx-8 {
    margin-right: -4rem;
  }
  .sm\:-mb-8,
  .sm\:-my-8 {
    margin-bottom: -4rem;
  }
  .sm\:-ml-8,
  .sm\:-mx-8 {
    margin-left: -4rem;
  }
  .sm\:m-9 {
    margin: 6rem;
  }
  .sm\:mt-9,
  .sm\:my-9 {
    margin-top: 6rem;
  }
  .sm\:mr-9,
  .sm\:mx-9 {
    margin-right: 6rem;
  }
  .sm\:mb-9,
  .sm\:my-9 {
    margin-bottom: 6rem;
  }
  .sm\:ml-9,
  .sm\:mx-9 {
    margin-left: 6rem;
  }
  .sm\:-m-9 {
    margin: -6rem;
  }
  .sm\:-mt-9,
  .sm\:-my-9 {
    margin-top: -6rem;
  }
  .sm\:-mr-9,
  .sm\:-mx-9 {
    margin-right: -6rem;
  }
  .sm\:-mb-9,
  .sm\:-my-9 {
    margin-bottom: -6rem;
  }
  .sm\:-ml-9,
  .sm\:-mx-9 {
    margin-left: -6rem;
  }
  .sm\:m-auto {
    margin: auto;
  }
  .sm\:mt-auto,
  .sm\:my-auto {
    margin-top: auto;
  }
  .sm\:mr-auto,
  .sm\:mx-auto {
    margin-right: auto;
  }
  .sm\:mb-auto,
  .sm\:my-auto {
    margin-bottom: auto;
  }
  .sm\:ml-auto,
  .sm\:mx-auto {
    margin-left: auto;
  }
}

@media (min-width: 768px) {
  .md\:m-0 {
    margin: 0;
  }
  .md\:mt-0,
  .md\:my-0 {
    margin-top: 0;
  }
  .md\:mr-0,
  .md\:mx-0 {
    margin-right: 0;
  }
  .md\:mb-0,
  .md\:my-0 {
    margin-bottom: 0;
  }
  .md\:ml-0,
  .md\:mx-0 {
    margin-left: 0;
  }
  .md\:-m-0 {
    margin: 0;
  }
  .md\:-mt-0,
  .md\:-my-0 {
    margin-top: 0;
  }
  .md\:-mr-0,
  .md\:-mx-0 {
    margin-right: 0;
  }
  .md\:-mb-0,
  .md\:-my-0 {
    margin-bottom: 0;
  }
  .md\:-ml-0,
  .md\:-mx-0 {
    margin-left: 0;
  }
  .md\:m-1 {
    margin: 0.25rem;
  }
  .md\:mt-1,
  .md\:my-1 {
    margin-top: 0.25rem;
  }
  .md\:mr-1,
  .md\:mx-1 {
    margin-right: 0.25rem;
  }
  .md\:mb-1,
  .md\:my-1 {
    margin-bottom: 0.25rem;
  }
  .md\:ml-1,
  .md\:mx-1 {
    margin-left: 0.25rem;
  }
  .md\:-m-1 {
    margin: -0.25rem;
  }
  .md\:-mt-1,
  .md\:-my-1 {
    margin-top: -0.25rem;
  }
  .md\:-mr-1,
  .md\:-mx-1 {
    margin-right: -0.25rem;
  }
  .md\:-mb-1,
  .md\:-my-1 {
    margin-bottom: -0.25rem;
  }
  .md\:-ml-1,
  .md\:-mx-1 {
    margin-left: -0.25rem;
  }
  .md\:m-2 {
    margin: 0.5rem;
  }
  .md\:mt-2,
  .md\:my-2 {
    margin-top: 0.5rem;
  }
  .md\:mr-2,
  .md\:mx-2 {
    margin-right: 0.5rem;
  }
  .md\:mb-2,
  .md\:my-2 {
    margin-bottom: 0.5rem;
  }
  .md\:ml-2,
  .md\:mx-2 {
    margin-left: 0.5rem;
  }
  .md\:-m-2 {
    margin: -0.5rem;
  }
  .md\:-mt-2,
  .md\:-my-2 {
    margin-top: -0.5rem;
  }
  .md\:-mr-2,
  .md\:-mx-2 {
    margin-right: -0.5rem;
  }
  .md\:-mb-2,
  .md\:-my-2 {
    margin-bottom: -0.5rem;
  }
  .md\:-ml-2,
  .md\:-mx-2 {
    margin-left: -0.5rem;
  }
  .md\:m-3 {
    margin: 0.75rem;
  }
  .md\:mt-3,
  .md\:my-3 {
    margin-top: 0.75rem;
  }
  .md\:mr-3,
  .md\:mx-3 {
    margin-right: 0.75rem;
  }
  .md\:mb-3,
  .md\:my-3 {
    margin-bottom: 0.75rem;
  }
  .md\:ml-3,
  .md\:mx-3 {
    margin-left: 0.75rem;
  }
  .md\:-m-3 {
    margin: -0.75rem;
  }
  .md\:-mt-3,
  .md\:-my-3 {
    margin-top: -0.75rem;
  }
  .md\:-mr-3,
  .md\:-mx-3 {
    margin-right: -0.75rem;
  }
  .md\:-mb-3,
  .md\:-my-3 {
    margin-bottom: -0.75rem;
  }
  .md\:-ml-3,
  .md\:-mx-3 {
    margin-left: -0.75rem;
  }
  .md\:m-4 {
    margin: 1rem;
  }
  .md\:mt-4,
  .md\:my-4 {
    margin-top: 1rem;
  }
  .md\:mr-4,
  .md\:mx-4 {
    margin-right: 1rem;
  }
  .md\:mb-4,
  .md\:my-4 {
    margin-bottom: 1rem;
  }
  .md\:ml-4,
  .md\:mx-4 {
    margin-left: 1rem;
  }
  .md\:-m-4 {
    margin: -1rem;
  }
  .md\:-mt-4,
  .md\:-my-4 {
    margin-top: -1rem;
  }
  .md\:-mr-4,
  .md\:-mx-4 {
    margin-right: -1rem;
  }
  .md\:-mb-4,
  .md\:-my-4 {
    margin-bottom: -1rem;
  }
  .md\:-ml-4,
  .md\:-mx-4 {
    margin-left: -1rem;
  }
  .md\:m-5 {
    margin: 1.5rem;
  }
  .md\:mt-5,
  .md\:my-5 {
    margin-top: 1.5rem;
  }
  .md\:mr-5,
  .md\:mx-5 {
    margin-right: 1.5rem;
  }
  .md\:mb-5,
  .md\:my-5 {
    margin-bottom: 1.5rem;
  }
  .md\:ml-5,
  .md\:mx-5 {
    margin-left: 1.5rem;
  }
  .md\:-m-5 {
    margin: -1.5rem;
  }
  .md\:-mt-5,
  .md\:-my-5 {
    margin-top: -1.5rem;
  }
  .md\:-mr-5,
  .md\:-mx-5 {
    margin-right: -1.5rem;
  }
  .md\:-mb-5,
  .md\:-my-5 {
    margin-bottom: -1.5rem;
  }
  .md\:-ml-5,
  .md\:-mx-5 {
    margin-left: -1.5rem;
  }
  .md\:m-6 {
    margin: 2rem;
  }
  .md\:mt-6,
  .md\:my-6 {
    margin-top: 2rem;
  }
  .md\:mr-6,
  .md\:mx-6 {
    margin-right: 2rem;
  }
  .md\:mb-6,
  .md\:my-6 {
    margin-bottom: -1rem;
  }
  .md\:ml-6,
  .md\:mx-6 {
    margin-left: 2rem;
  }
  .md\:-m-6 {
    margin: -2rem;
  }
  .md\:-mt-6,
  .md\:-my-6 {
    margin-top: -2rem;
  }
  .md\:-mr-6,
  .md\:-mx-6 {
    margin-right: -2rem;
  }
  .md\:-mb-6,
  .md\:-my-6 {
    margin-bottom: -2rem;
  }
  .md\:-ml-6,
  .md\:-mx-6 {
    margin-left: -2rem;
  }
  .md\:m-7 {
    margin: 3rem;
  }
  .md\:mt-7,
  .md\:my-7 {
    margin-top: 3rem;
  }
  .md\:mr-7,
  .md\:mx-7 {
    margin-right: 3rem;
  }
  .md\:mb-7,
  .md\:my-7 {
    margin-bottom: 3rem;
  }
  .md\:ml-7,
  .md\:mx-7 {
    margin-left: 3rem;
  }
  .md\:-m-7 {
    margin: -3rem;
  }
  .md\:-mt-7,
  .md\:-my-7 {
    margin-top: -3rem;
  }
  .md\:-mr-7,
  .md\:-mx-7 {
    margin-right: -3rem;
  }
  .md\:-mb-7,
  .md\:-my-7 {
    margin-bottom: -3rem;
  }
  .md\:-ml-7,
  .md\:-mx-7 {
    margin-left: -3rem;
  }
  .md\:m-8 {
    margin: 4rem;
  }
  .md\:mt-8,
  .md\:my-8 {
    margin-top: 4rem;
  }
  .md\:mr-8,
  .md\:mx-8 {
    margin-right: 4rem;
  }
  .md\:mb-8,
  .md\:my-8 {
    margin-bottom: 4rem;
  }
  .md\:ml-8,
  .md\:mx-8 {
    margin-left: 4rem;
  }
  .md\:-m-8 {
    margin: -4rem;
  }
  .md\:-mt-8,
  .md\:-my-8 {
    margin-top: -4rem;
  }
  .md\:-mr-8,
  .md\:-mx-8 {
    margin-right: -4rem;
  }
  .md\:-mb-8,
  .md\:-my-8 {
    margin-bottom: -4rem;
  }
  .md\:-ml-8,
  .md\:-mx-8 {
    margin-left: -4rem;
  }
  .md\:m-9 {
    margin: 6rem;
  }
  .md\:mt-9,
  .md\:my-9 {
    margin-top: 6rem;
  }
  .md\:mr-9,
  .md\:mx-9 {
    margin-right: 6rem;
  }
  .md\:mb-9,
  .md\:my-9 {
    margin-bottom: 6rem;
  }
  .md\:ml-9,
  .md\:mx-9 {
    margin-left: 6rem;
  }
  .md\:-m-9 {
    margin: -6rem;
  }
  .md\:-mt-9,
  .md\:-my-9 {
    margin-top: -6rem;
  }
  .md\:-mr-9,
  .md\:-mx-9 {
    margin-right: -6rem;
  }
  .md\:-mb-9,
  .md\:-my-9 {
    margin-bottom: -6rem;
  }
  .md\:-ml-9,
  .md\:-mx-9 {
    margin-left: -6rem;
  }
  .md\:m-auto {
    margin: auto;
  }
  .md\:mt-auto,
  .md\:my-auto {
    margin-top: auto;
  }
  .md\:mr-auto,
  .md\:mx-auto {
    margin-right: auto;
  }
  .md\:mb-auto,
  .md\:my-auto {
    margin-bottom: auto;
  }
  .md\:ml-auto,
  .md\:mx-auto {
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .lg\:m-0 {
    margin: 0;
  }
  .lg\:mt-0,
  .lg\:my-0 {
    margin-top: 0;
  }
  .lg\:mr-0,
  .lg\:mx-0 {
    margin-right: 0;
  }
  .lg\:mb-0,
  .lg\:my-0 {
    margin-bottom: 0;
  }

  /* Forma correta de remover o botão de Entrar se necessário: */
  .user-nav, a.login {
    display: none !important;
  }
  .lg\:ml-0,
  .lg\:mx-0 {
    margin-left: 0;
  }
  .lg\:-m-0 {
    margin: 0;
  }
  .lg\:-mt-0,
  .lg\:-my-0 {
    margin-top: 0;
  }
  .lg\:-mr-0,
  .lg\:-mx-0 {
    margin-right: 0;
  }
  .lg\:-mb-0,
  .lg\:-my-0 {
    margin-bottom: 0;
  }
  .lg\:-ml-0,
  .lg\:-mx-0 {
    margin-left: 0;
  }
  .lg\:m-1 {
    margin: 0.25rem;
  }
  .lg\:mt-1,
  .lg\:my-1 {
    margin-top: 0.25rem;
  }
  .lg\:mr-1,
  .lg\:mx-1 {
    margin-right: 0.25rem;
  }
  .lg\:mb-1,
  .lg\:my-1 {
    margin-bottom: 0.25rem;
  }
  .lg\:ml-1,
  .lg\:mx-1 {
    margin-left: 0.25rem;
  }
  .lg\:-m-1 {
    margin: -0.25rem;
  }
  .lg\:-mt-1,
  .lg\:-my-1 {
    margin-top: -0.25rem;
  }
  .lg\:-mr-1,
  .lg\:-mx-1 {
    margin-right: -0.25rem;
  }
  .lg\:-mb-1,
  .lg\:-my-1 {
    margin-bottom: -0.25rem;
  }
  .lg\:-ml-1,
  .lg\:-mx-1 {
    margin-left: -0.25rem;
  }
  .lg\:m-2 {
    margin: 0.5rem;
  }
  .lg\:mt-2,
  .lg\:my-2 {
    margin-top: 0.5rem;
  }
  .lg\:mr-2,
  .lg\:mx-2 {
    margin-right: 0.5rem;
  }
  .lg\:mb-2,
  .lg\:my-2 {
    margin-bottom: 0.5rem;
  }
  .lg\:ml-2,
  .lg\:mx-2 {
    margin-left: 0.5rem;
  }
  .lg\:-m-2 {
    margin: -0.5rem;
  }
  .lg\:-mt-2,
  .lg\:-my-2 {
    margin-top: -0.5rem;
  }
  .lg\:-mr-2,
  .lg\:-mx-2 {
    margin-right: -0.5rem;
  }
  .lg\:-mb-2,
  .lg\:-my-2 {
    margin-bottom: -0.5rem;
  }
  .lg\:-ml-2,
  .lg\:-mx-2 {
    margin-left: -0.5rem;
  }
  .lg\:m-3 {
    margin: 0.75rem;
  }
  .lg\:mt-3,
  .lg\:my-3 {
    margin-top: 0.75rem;
  }
  .lg\:mr-3,
  .lg\:mx-3 {
    margin-right: 0.75rem;
  }
  .lg\:mb-3,
  .lg\:my-3 {
    margin-bottom: 0.75rem;
  }
  .lg\:ml-3,
  .lg\:mx-3 {
    margin-left: 0.75rem;
  }
  .lg\:-m-3 {
    margin: -0.75rem;
  }
  .lg\:-mt-3,
  .lg\:-my-3 {
    margin-top: -0.75rem;
  }
  .lg\:-mr-3,
  .lg\:-mx-3 {
    margin-right: -0.75rem;
  }
  .lg\:-mb-3,
  .lg\:-my-3 {
    margin-bottom: -0.75rem;
  }
  .lg\:-ml-3,
  .lg\:-mx-3 {
    margin-left: -0.75rem;
  }
  .lg\:m-4 {
    margin: 1rem;
  }
  .lg\:mt-4,
  .lg\:my-4 {
    margin-top: 1rem;
  }
  .lg\:mr-4,
  .lg\:mx-4 {
    margin-right: 1rem;
  }
  .lg\:mb-4,
  .lg\:my-4 {
    margin-bottom: 1rem;
  }
  .lg\:ml-4,
  .lg\:mx-4 {
    margin-left: 1rem;
  }
  .lg\:-m-4 {
    margin: -1rem;
  }
  .lg\:-mt-4,
  .lg\:-my-4 {
    margin-top: -1rem;
  }
  .lg\:-mr-4,
  .lg\:-mx-4 {
    margin-right: -1rem;
  }
  .lg\:-mb-4,
  .lg\:-my-4 {
    margin-bottom: -1rem;
  }
  .lg\:-ml-4,
  .lg\:-mx-4 {
    margin-left: -1rem;
  }
  .lg\:m-5 {
    margin: 1.5rem;
  }
  .lg\:mt-5,
  .lg\:my-5 {
    margin-top: 1.5rem;
  }
  .lg\:mr-5,
  .lg\:mx-5 {
    margin-right: 1.5rem;
  }
  .lg\:mb-5,
  .lg\:my-5 {
    margin-bottom: 1.5rem;
  }
  .lg\:ml-5,
  .lg\:mx-5 {
    margin-left: 1.5rem;
  }
  .lg\:-m-5 {
    margin: -1.5rem;
  }
  .lg\:-mt-5,
  .lg\:-my-5 {
    margin-top: -1.5rem;
  }
  .lg\:-mr-5,
  .lg\:-mx-5 {
    margin-right: -1.5rem;
  }
  .lg\:-mb-5,
  .lg\:-my-5 {
    margin-bottom: -1.5rem;
  }
  .lg\:-ml-5,
  .lg\:-mx-5 {
    margin-left: -1.5rem;
  }
  .lg\:m-6 {
    margin: 2rem;
  }
  .lg\:mt-6,
  .lg\:my-6 {
    margin-top: 2rem;
  }
  .lg\:mr-6,
  .lg\:mx-6 {
    margin-right: 2rem;
  }
  .lg\:mb-6,
  .lg\:my-6 {
    margin-bottom: 2rem;
  }
  .lg\:ml-6,
  .lg\:mx-6 {
    margin-left: 2rem;
  }
  .lg\:-m-6 {
    margin: -2rem;
  }
  .lg\:-mt-6,
  .lg\:-my-6 {
    margin-top: -2rem;
  }
  .lg\:-mr-6,
  .lg\:-mx-6 {
    margin-right: -2rem;
  }
  .lg\:-mb-6,
  .lg\:-my-6 {
    margin-bottom: -2rem;
  }
  .lg\:-ml-6,
  .lg\:-mx-6 {
    margin-left: -2rem;
  }
  .lg\:m-7 {
    margin: 3rem;
  }
  .lg\:mt-7,
  .lg\:my-7 {
    margin-top: 3rem;
  }
  .lg\:mr-7,
  .lg\:mx-7 {
    margin-right: 3rem;
  }
  .lg\:mb-7,
  .lg\:my-7 {
    margin-bottom: 3rem;
  }
  .lg\:ml-7,
  .lg\:mx-7 {
    margin-left: 3rem;
  }
  .lg\:-m-7 {
    margin: -3rem;
  }
  .lg\:-mt-7,
  .lg\:-my-7 {
    margin-top: -3rem;
  }
  .lg\:-mr-7,
  .lg\:-mx-7 {
    margin-right: -3rem;
  }
  .lg\:-mb-7,
  .lg\:-my-7 {
    margin-bottom: -3rem;
  }
  .lg\:-ml-7,
  .lg\:-mx-7 {
    margin-left: -3rem;
  }
  .lg\:m-8 {
    margin: 4rem;
  }
  .lg\:mt-8,
  .lg\:my-8 {
    margin-top: 4rem;
  }
  .lg\:mr-8,
  .lg\:mx-8 {
    margin-right: 4rem;
  }
  .lg\:mb-8,
  .lg\:my-8 {
    margin-bottom: 4rem;
  }
  .lg\:ml-8,
  .lg\:mx-8 {
    margin-left: 4rem;
  }
  .lg\:-m-8 {
    margin: -4rem;
  }
  .lg\:-mt-8,
  .lg\:-my-8 {
    margin-top: -4rem;
  }
  .lg\:-mr-8,
  .lg\:-mx-8 {
    margin-right: -4rem;
  }
  .lg\:-mb-8,
  .lg\:-my-8 {
    margin-bottom: -4rem;
  }
  .lg\:-ml-8,
  .lg\:-mx-8 {
    margin-left: -4rem;
  }
  .lg\:m-9 {
    margin: 6rem;
  }
  .lg\:mt-9,
  .lg\:my-9 {
    margin-top: 6rem;
  }
  .lg\:mr-9,
  .lg\:mx-9 {
    margin-right: 6rem;
  }
  .lg\:mb-9,
  .lg\:my-9 {
    margin-bottom: 6rem;
  }
  .lg\:ml-9,
  .lg\:mx-9 {
    margin-left: 6rem;
  }
  .lg\:-m-9 {
    margin: -6rem;
  }
  .lg\:-mt-9,
  .lg\:-my-9 {
    margin-top: -6rem;
  }
  .lg\:-mr-9,
  .lg\:-mx-9 {
    margin-right: -6rem;
  }
  .lg\:-mb-9,
  .lg\:-my-9 {
    margin-bottom: -6rem;
  }
  .lg\:-ml-9,
  .lg\:-mx-9 {
    margin-left: -6rem;
  }
  .lg\:m-auto {
    margin: auto;
  }
  .lg\:mt-auto,
  .lg\:my-auto {
    margin-top: auto;
  }
  .lg\:mr-auto,
  .lg\:mx-auto {
    margin-right: auto;
  }
  .lg\:mb-auto,
  .lg\:my-auto {
    margin-bottom: auto;
  }
  .lg\:ml-auto,
  .lg\:mx-auto {
    margin-left: auto;
  }
}

@media (min-width: 1200px) {
  .xl\:m-0 {
    margin: 0;
  }
  .xl\:mt-0,
  .xl\:my-0 {
    margin-top: 0;
  }
  .xl\:mr-0,
  .xl\:mx-0 {
    margin-right: 0;
  }
  .xl\:mb-0,
  .xl\:my-0 {
    margin-bottom: 0;
  }
  .xl\:ml-0,
  .xl\:mx-0 {
    margin-left: 0;
  }
  .xl\:-m-0 {
    margin: 0;
  }
  .xl\:-mt-0,
  .xl\:-my-0 {
    margin-top: 0;
  }
  .xl\:-mr-0,
  .xl\:-mx-0 {
    margin-right: 0;
  }
  .xl\:-mb-0,
  .xl\:-my-0 {
    margin-bottom: 0;
  }
  .xl\:-ml-0,
  .xl\:-mx-0 {
    margin-left: 0;
  }
  .xl\:m-1 {
    margin: 0.25rem;
  }
  .xl\:mt-1,
  .xl\:my-1 {
    margin-top: 0.25rem;
  }
  .xl\:mr-1,
  .xl\:mx-1 {
    margin-right: 0.25rem;
  }
  .xl\:mb-1,
  .xl\:my-1 {
    margin-bottom: 0.25rem;
  }
  .xl\:ml-1,
  .xl\:mx-1 {
    margin-left: 0.25rem;
  }
  .xl\:-m-1 {
    margin: -0.25rem;
  }
  .xl\:-mt-1,
  .xl\:-my-1 {
    margin-top: -0.25rem;
  }
  .xl\:-mr-1,
  .xl\:-mx-1 {
    margin-right: -0.25rem;
  }
  .xl\:-mb-1,
  .xl\:-my-1 {
    margin-bottom: -0.25rem;
  }
  .xl\:-ml-1,
  .xl\:-mx-1 {
    margin-left: -0.25rem;
  }
  .xl\:m-2 {
    margin: 0.5rem;
  }
  .xl\:mt-2,
  .xl\:my-2 {
    margin-top: 0.5rem;
  }
  .xl\:mr-2,
  .xl\:mx-2 {
    margin-right: 0.5rem;
  }
  .xl\:mb-2,
  .xl\:my-2 {
    margin-bottom: 0.5rem;
  }
  .xl\:ml-2,
  .xl\:mx-2 {
    margin-left: 0.5rem;
  }
  .xl\:-m-2 {
    margin: -0.5rem;
  }
  .xl\:-mt-2,
  .xl\:-my-2 {
    margin-top: -0.5rem;
  }
  .xl\:-mr-2,
  .xl\:-mx-2 {
    margin-right: -0.5rem;
  }
  .xl\:-mb-2,
  .xl\:-my-2 {
    margin-bottom: -0.5rem;
  }
  .xl\:-ml-2,
  .xl\:-mx-2 {
    margin-left: -0.5rem;
  }
  .xl\:m-3 {
    margin: 0.75rem;
  }
  .xl\:mt-3,
  .xl\:my-3 {
    margin-top: 0.75rem;
  }
  .xl\:mr-3,
  .xl\:mx-3 {
    margin-right: 0.75rem;
  }
  .xl\:mb-3,
  .xl\:my-3 {
    margin-bottom: 0.75rem;
  }
  .xl\:ml-3,
  .xl\:mx-3 {
    margin-left: 0.75rem;
  }
  .xl\:-m-3 {
    margin: -0.75rem;
  }
  .xl\:-mt-3,
  .xl\:-my-3 {
    margin-top: -0.75rem;
  }
  .xl\:-mr-3,
  .xl\:-mx-3 {
    margin-right: -0.75rem;
  }
  .xl\:-mb-3,
  .xl\:-my-3 {
    margin-bottom: -0.75rem;
  }
  .xl\:-ml-3,
  .xl\:-mx-3 {
    margin-left: -0.75rem;
  }
  .xl\:m-4 {
    margin: 1rem;
  }
  .xl\:mt-4,
  .xl\:my-4 {
    margin-top: 1rem;
  }
  .xl\:mr-4,
  .xl\:mx-4 {
    margin-right: 1rem;
  }
  .xl\:mb-4,
  .xl\:my-4 {
    margin-bottom: 1rem;
  }
  .xl\:ml-4,
  .xl\:mx-4 {
    margin-left: 1rem;
  }
  .xl\:-m-4 {
    margin: -1rem;
  }
  .xl\:-mt-4,
  .xl\:-my-4 {
    margin-top: -1rem;
  }
  .xl\:-mr-4,
  .xl\:-mx-4 {
    margin-right: -1rem;
  }
  .xl\:-mb-4,
  .xl\:-my-4 {
    margin-bottom: -1rem;
  }
  .xl\:-ml-4,
  .xl\:-mx-4 {
    margin-left: -1rem;
  }
  .xl\:m-5 {
    margin: 1.5rem;
  }
  .xl\:mt-5,
  .xl\:my-5 {
    margin-top: 1.5rem;
  }
  .xl\:mr-5,
  .xl\:mx-5 {
    margin-right: 1.5rem;
  }
  .xl\:mb-5,
  .xl\:my-5 {
    margin-bottom: 1.5rem;
  }
  .xl\:ml-5,
  .xl\:mx-5 {
    margin-left: 1.5rem;
  }
  .xl\:-m-5 {
    margin: -1.5rem;
  }
  .xl\:-mt-5,
  .xl\:-my-5 {
    margin-top: -1.5rem;
  }
  .xl\:-mr-5,
  .xl\:-mx-5 {
    margin-right: -1.5rem;
  }
  .xl\:-mb-5,
  .xl\:-my-5 {
    margin-bottom: -1.5rem;
  }
  .xl\:-ml-5,
  .xl\:-mx-5 {
    margin-left: -1.5rem;
  }
  .xl\:m-6 {
    margin: 2rem;
  }
  .xl\:mt-6,
  .xl\:my-6 {
    margin-top: 2rem;
  }
  .xl\:mr-6,
  .xl\:mx-6 {
    margin-right: 2rem;
  }
  .xl\:mb-6,
  .xl\:my-6 {
    margin-bottom: 2rem;
  }
  .xl\:ml-6,
  .xl\:mx-6 {
    margin-left: 2rem;
  }
  .xl\:-m-6 {
    margin: -2rem;
  }
  .xl\:-mt-6,
  .xl\:-my-6 {
    margin-top: -2rem;
  }
  .xl\:-mr-6,
  .xl\:-mx-6 {
    margin-right: -2rem;
  }
  .xl\:-mb-6,
  .xl\:-my-6 {
    margin-bottom: -2rem;
  }
  .xl\:-ml-6,
  .xl\:-mx-6 {
    margin-left: -2rem;
  }
  .xl\:m-7 {
    margin: 3rem;
  }
  .xl\:mt-7,
  .xl\:my-7 {
    margin-top: 3rem;
  }
  .xl\:mr-7,
  .xl\:mx-7 {
    margin-right: 3rem;
  }
  .xl\:mb-7,
  .xl\:my-7 {
    margin-bottom: 3rem;
  }
  .xl\:ml-7,
  .xl\:mx-7 {
    margin-left: 3rem;
  }
  .xl\:-m-7 {
    margin: -3rem;
  }
  .xl\:-mt-7,
  .xl\:-my-7 {
    margin-top: -3rem;
  }
  .xl\:-mr-7,
  .xl\:-mx-7 {
    margin-right: -3rem;
  }
  .xl\:-mb-7,
  .xl\:-my-7 {
    margin-bottom: -3rem;
  }
  .xl\:-ml-7,
  .xl\:-mx-7 {
    margin-left: -3rem;
  }
  .xl\:m-8 {
    margin: 4rem;
  }
  .xl\:mt-8,
  .xl\:my-8 {
    margin-top: 4rem;
  }
  .xl\:mr-8,
  .xl\:mx-8 {
    margin-right: 4rem;
  }
  .xl\:mb-8,
  .xl\:my-8 {
    margin-bottom: 4rem;
  }
  .xl\:ml-8,
  .xl\:mx-8 {
    margin-left: 4rem;
  }
  .xl\:-m-8 {
    margin: -4rem;
  }
  .xl\:-mt-8,
  .xl\:-my-8 {
    margin-top: -4rem;
  }
  .xl\:-mr-8,
  .xl\:-mx-8 {
    margin-right: -4rem;
  }
  .xl\:-mb-8,
  .xl\:-my-8 {
    margin-bottom: -4rem;
  }
  .xl\:-ml-8,
  .xl\:-mx-8 {
    margin-left: -4rem;
  }
  .xl\:m-9 {
    margin: 6rem;
  }
  .xl\:mt-9,
  .xl\:my-9 {
    margin-top: 6rem;
  }
  .xl\:mr-9,
  .xl\:mx-9 {
    margin-right: 6rem;
  }
  .xl\:mb-9,
  .xl\:my-9 {
    margin-bottom: 6rem;
  }
  .xl\:ml-9,
  .xl\:mx-9 {
    margin-left: 6rem;
  }
  .xl\:-m-9 {
    margin: -6rem;
  }
  .xl\:-mt-9,
  .xl\:-my-9 {
    margin-top: -6rem;
  }
  .xl\:-mr-9,
  .xl\:-mx-9 {
    margin-right: -6rem;
  }
  .xl\:-mb-9,
  .xl\:-my-9 {
    margin-bottom: -6rem;
  }
  .xl\:-ml-9,
  .xl\:-mx-9 {
    margin-left: -6rem;
  }
  .xl\:m-auto {
    margin: auto;
  }
  .xl\:mt-auto,
  .xl\:my-auto {
    margin-top: auto;
  }
  .xl\:mr-auto,
  .xl\:mx-auto {
    margin-right: auto;
  }
  .xl\:mb-auto,
  .xl\:my-auto {
    margin-bottom: auto;
  }
  .xl\:ml-auto,
  .xl\:mx-auto {
    margin-left: auto;
  }
}

.p-0 {
  padding: 0;
}

.pt-0,
.py-0 {
  padding-top: 0;
}

.pr-0,
.px-0 {
  padding-right: 0;
}

.pb-0,
.py-0 {
  padding-bottom: 0;
}

.pl-0,
.px-0 {
  padding-left: 0;
}

.p-1 {
  padding: 0.25rem;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.pt-3,
.py-3 {
  padding-top: 0.75rem;
}

.pr-3,
.px-3 {
  padding-right: 0.75rem;
}

.pb-3,
.py-3 {
  padding-bottom: 0.75rem;
}

.pl-3,
.px-3 {
  padding-left: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.pt-4,
.py-4 {
  padding-top: 1rem;
}

.pr-4,
.px-4 {
  padding-right: 1rem;
}

.pb-4,
.py-4 {
  padding-bottom: 1rem;
}

.pl-4,
.px-4 {
  padding-left: 1rem;
}

.p-5 {
  padding: 1.5rem;
}

.pt-5,
.py-5 {
  padding-top: 0.5rem;
}

.pr-5,
.px-5 {
  padding-right: 1.5rem;
}

.pb-5,
.py-5 {
  padding-bottom: 0.5rem;
}

.pl-5,
.px-5 {
  padding-left: 1.5rem;
}

.p-6 {
  padding: 2rem;
}

.pt-6,
.py-6 {
  padding-top: 2rem;
}

.pr-6,
.px-6 {
  padding-right: 0.5rem;
}

.pb-6,
.py-6 {
  padding-bottom: 2rem;
}

.pl-6,
.px-6 {
  padding-left: 0.5rem;
}

.p-7 {
  padding: 3rem;
}

.pt-7,
.py-7 {
  padding-top: 3rem;
}

.pr-7,
.px-7 {
  padding-right: 3rem;
}

.pb-7,
.py-7 {
  padding-bottom: 3rem;
}

.pl-7,
.px-7 {
  padding-left: 3rem;
}

.p-8 {
  padding: 4rem;
}

.pt-8,
.py-8 {
  padding-top: 4rem;
}

.pr-8,
.px-8 {
  padding-right: 4rem;
}

.pb-8,
.py-8 {
  padding-bottom: 4rem;
}

.pl-8,
.px-8 {
  padding-left: 4rem;
}

.p-9 {
  padding: 6rem;
}

.pt-9,
.py-9 {
  padding-top: 6rem;
}

.pr-9,
.px-9 {
  padding-right: 6rem;
}

.pb-9,
.py-9 {
  padding-bottom: 6rem;
}

.pl-9,
.px-9 {
  padding-left: 6rem;
}

@media (min-width: 576px) {
  .sm\:p-0 {
    padding: 0;
  }
  .sm\:pt-0,
  .sm\:py-0 {
    padding-top: 0;
  }
  .sm\:pr-0,
  .sm\:px-0 {
    padding-right: 0;
  }
  .sm\:pb-0,
  .sm\:py-0 {
    padding-bottom: 0;
  }
  .sm\:pl-0,
  .sm\:px-0 {
    padding-left: 0;
  }
  .sm\:p-1 {
    padding: 0.25rem;
  }
  .sm\:pt-1,
  .sm\:py-1 {
    padding-top: 0.25rem;
  }
  .sm\:pr-1,
  .sm\:px-1 {
    padding-right: 0.25rem;
  }
  .sm\:pb-1,
  .sm\:py-1 {
    padding-bottom: 0.25rem;
  }
  .sm\:pl-1,
  .sm\:px-1 {
    padding-left: 0.25rem;
  }
  .sm\:p-2 {
    padding: 0.5rem;
  }
  .sm\:pt-2,
  .sm\:py-2 {
    padding-top: 0.5rem;
  }
  .sm\:pr-2,
  .sm\:px-2 {
    padding-right: 0.5rem;
  }
  .sm\:pb-2,
  .sm\:py-2 {
    padding-bottom: 0.5rem;
  }
  .sm\:pl-2,
  .sm\:px-2 {
    padding-left: 0.5rem;
  }
  .sm\:p-3 {
    padding: 0.75rem;
  }
  .sm\:pt-3,
  .sm\:py-3 {
    padding-top: 0.75rem;
  }
  .sm\:pr-3,
  .sm\:px-3 {
    padding-right: 0.75rem;
  }
  .sm\:pb-3,
  .sm\:py-3 {
    padding-bottom: 0.75rem;
  }
  .sm\:pl-3,
  .sm\:px-3 {
    padding-left: 0.75rem;
  }
  .sm\:p-4 {
    padding: 1rem;
  }
  .sm\:pt-4,
  .sm\:py-4 {
    padding-top: 1rem;
  }
  .sm\:pr-4,
  .sm\:px-4 {
    padding-right: 1rem;
  }
  .sm\:pb-4,
  .sm\:py-4 {
    padding-bottom: 1rem;
  }
  .sm\:pl-4,
  .sm\:px-4 {
    padding-left: 1rem;
  }
  .sm\:p-5 {
    padding: 1.5rem;
  }
  .sm\:pt-5,
  .sm\:py-5 {
    padding-top: 1.5rem;
  }
  .sm\:pr-5,
  .sm\:px-5 {
    padding-right: 1.5rem;
  }
  .sm\:pb-5,
  .sm\:py-5 {
    padding-bottom: 1.5rem;
  }
  .sm\:pl-5,
  .sm\:px-5 {
    padding-left: 1.5rem;
  }
  .sm\:p-6 {
    padding: 2rem;
  }
  .sm\:pt-6,
  .sm\:py-6 {
    padding-top: 2rem;
  }
  .sm\:pr-6,
  .sm\:px-6 {
    padding-right: 2rem;
  }
  .sm\:pb-6,
  .sm\:py-6 {
    padding-bottom: 2rem;
  }
  .sm\:pl-6,
  .sm\:px-6 {
    padding-left: 2rem;
  }
  .sm\:p-7 {
    padding: 3rem;
  }
  .sm\:pt-7,
  .sm\:py-7 {
    padding-top: 3rem;
  }
  .sm\:pr-7,
  .sm\:px-7 {
    padding-right: 3rem;
  }
  .sm\:pb-7,
  .sm\:py-7 {
    padding-bottom: 3rem;
  }
  .sm\:pl-7,
  .sm\:px-7 {
    padding-left: 3rem;
  }
  .sm\:p-8 {
    padding: 4rem;
  }
  .sm\:pt-8,
  .sm\:py-8 {
    padding-top: 4rem;
  }
  .sm\:pr-8,
  .sm\:px-8 {
    padding-right: 4rem;
  }
  .sm\:pb-8,
  .sm\:py-8 {
    padding-bottom: 4rem;
  }
  .sm\:pl-8,
  .sm\:px-8 {
    padding-left: 4rem;
  }
  .sm\:p-9 {
    padding: 6rem;
  }
  .sm\:pt-9,
  .sm\:py-9 {
    padding-top: 6rem;
  }
  .sm\:pr-9,
  .sm\:px-9 {
    padding-right: 6rem;
  }
  .sm\:pb-9,
  .sm\:py-9 {
    padding-bottom: 6rem;
  }
  .sm\:pl-9,
  .sm\:px-9 {
    padding-left: 6rem;
  }
}

@media (min-width: 768px) {
  .md\:p-0 {
    padding: 0;
  }
  .md\:pt-0,
  .md\:py-0 {
    padding-top: 0;
  }
  .md\:pr-0,
  .md\:px-0 {
    padding-right: 0;
  }
  .md\:pb-0,
  .md\:py-0 {
    padding-bottom: 0;
  }
  .md\:pl-0,
  .md\:px-0 {
    padding-left: 0;
  }
  .md\:p-1 {
    padding: 0.25rem;
  }
  .md\:pt-1,
  .md\:py-1 {
    padding-top: 0.25rem;
  }
  .md\:pr-1,
  .md\:px-1 {
    padding-right: 0.25rem;
  }
  .md\:pb-1,
  .md\:py-1 {
    padding-bottom: 0.25rem;
  }
  .md\:pl-1,
  .md\:px-1 {
    padding-left: 0.25rem;
  }
  .md\:p-2 {
    padding: 0.5rem;
  }
  .md\:pt-2,
  .md\:py-2 {
    padding-top: 0.5rem;
  }
  .md\:pr-2,
  .md\:px-2 {
    padding-right: 0.5rem;
  }
  .md\:pb-2,
  .md\:py-2 {
    padding-bottom: 0.5rem;
  }
  .md\:pl-2,
  .md\:px-2 {
    padding-left: 0.5rem;
  }
  .md\:p-3 {
    padding: 0.75rem;
  }
  .md\:pt-3,
  .md\:py-3 {
    padding-top: 0.75rem;
  }
  .md\:pr-3,
  .md\:px-3 {
    padding-right: 0.75rem;
  }
  .md\:pb-3,
  .md\:py-3 {
    padding-bottom: 0.75rem;
  }
  .md\:pl-3,
  .md\:px-3 {
    padding-left: 0.75rem;
  }
  .md\:p-4 {
    padding: 1rem;
  }
  .md\:pt-4,
  .md\:py-4 {
    padding-top: 1rem;
  }
  .md\:pr-4,
  .md\:px-4 {
    padding-right: 1rem;
  }
  .md\:pb-4,
  .md\:py-4 {
    padding-bottom: 1rem;
  }
  .md\:pl-4,
  .md\:px-4 {
    padding-left: 1rem;
  }
  .md\:p-5 {
    padding: 1.5rem;
  }
  .md\:pt-5,
  .md\:py-5 {
    padding-top: 1.5rem;
  }
  .md\:pr-5,
  .md\:px-5 {
    padding-right: 1.5rem;
  }
  .md\:pb-5,
  .md\:py-5 {
    padding-bottom: 1.5rem;
  }
  .md\:pl-5,
  .md\:px-5 {
    padding-left: 1.5rem;
  }
  .md\:p-6 {
    padding: 2rem;
  }
  .md\:pt-6,
  .md\:py-6 {
    padding-top: 2rem;
  }
  .md\:pr-6,
  .md\:px-6 {
    padding-right: 2rem;
  }
  .md\:pb-6,
  .md\:py-6 {
    padding-bottom: 2rem;
  }
  .md\:pl-6,
  .md\:px-6 {
    padding-left: 2rem;
  }
  .md\:p-7 {
    padding: 3rem;
  }
  .md\:pt-7,
  .md\:py-7 {
    padding-top: 3rem;
  }
  .md\:pr-7,
  .md\:px-7 {
    padding-right: 3rem;
  }
  .md\:pb-7,
  .md\:py-7 {
    padding-bottom: 3rem;
  }
  .md\:pl-7,
  .md\:px-7 {
    padding-left: 3rem;
  }
  .md\:p-8 {
    padding: 4rem;
  }
  .md\:pt-8,
  .md\:py-8 {
    padding-top: 4rem;
  }
  .md\:pr-8,
  .md\:px-8 {
    padding-right: 4rem;
  }
  .md\:pb-8,
  .md\:py-8 {
    padding-bottom: 4rem;
  }
  .md\:pl-8,
  .md\:px-8 {
    padding-left: 4rem;
  }
  .md\:p-9 {
    padding: 6rem;
  }
  .md\:pt-9,
  .md\:py-9 {
    padding-top: 6rem;
  }
  .md\:pr-9,
  .md\:px-9 {
    padding-right: 6rem;
  }
  .md\:pb-9,
  .md\:py-9 {
    padding-bottom: 6rem;
  }
  .md\:pl-9,
  .md\:px-9 {
    padding-left: 6rem;
  }
}

@media (min-width: 992px) {
  .lg\:p-0 {
    padding: 0;
  }
  .lg\:pt-0,
  .lg\:py-0 {
    padding-top: 0;
  }
  .lg\:pr-0,
  .lg\:px-0 {
    padding-right: 0;
  }
  .lg\:pb-0,
  .lg\:py-0 {
    padding-bottom: 0;
  }
  .lg\:pl-0,
  .lg\:px-0 {
    padding-left: 0;
  }
  .lg\:p-1 {
    padding: 0.25rem;
  }
  .lg\:pt-1,
  .lg\:py-1 {
    padding-top: 0.25rem;
  }
  .lg\:pr-1,
  .lg\:px-1 {
    padding-right: 0.25rem;
  }
  .lg\:pb-1,
  .lg\:py-1 {
    padding-bottom: 0.25rem;
  }
  .lg\:pl-1,
  .lg\:px-1 {
    padding-left: 0.25rem;
  }
  .lg\:p-2 {
    padding: 0.5rem;
  }
  .lg\:pt-2,
  .lg\:py-2 {
    padding-top: 0.5rem;
  }
  .lg\:pr-2,
  .lg\:px-2 {
    padding-right: 0.5rem;
  }
  .lg\:pb-2,
  .lg\:py-2 {
    padding-bottom: 0.5rem;
  }
  .lg\:pl-2,
  .lg\:px-2 {
    padding-left: 0.5rem;
  }
  .lg\:p-3 {
    padding: 0.75rem;
  }
  .lg\:pt-3,
  .lg\:py-3 {
    padding-top: 0.75rem;
  }
  .lg\:pr-3,
  .lg\:px-3 {
    padding-right: 0.75rem;
  }
  .lg\:pb-3,
  .lg\:py-3 {
    padding-bottom: 0.75rem;
  }
  .lg\:pl-3,
  .lg\:px-3 {
    padding-left: 0.75rem;
  }
  .lg\:p-4 {
    padding: 1rem;
  }
  .lg\:pt-4,
  .lg\:py-4 {
    padding-top: 1rem;
  }
  .lg\:pr-4,
  .lg\:px-4 {
    padding-right: 1rem;
  }
  .lg\:pb-4,
  .lg\:py-4 {
    padding-bottom: 1rem;
  }
  .lg\:pl-4,
  .lg\:px-4 {
    padding-left: 1rem;
  }
  .lg\:p-5 {
    padding: 1.5rem;
  }
  .lg\:pt-5,
  .lg\:py-5 {
    padding-top: 1.5rem;
  }
  .lg\:pr-5,
  .lg\:px-5 {
    padding-right: 1.5rem;
  }
  .lg\:pb-5,
  .lg\:py-5 {
    padding-bottom: 1.5rem;
  }
  .lg\:pl-5,
  .lg\:px-5 {
    padding-left: 1.5rem;
  }
  .lg\:p-6 {
    padding: 2rem;
  }
  .lg\:pt-6,
  .lg\:py-6 {
    padding-top: 2rem;
  }
  .lg\:pr-6,
  .lg\:px-6 {
    padding-right: 2rem;
  }
  .lg\:pb-6,
  .lg\:py-6 {
    padding-bottom: 2rem;
  }
  .lg\:pl-6,
  .lg\:px-6 {
    padding-left: 2rem;
  }
  .lg\:p-7 {
    padding: 3rem;
  }
  .lg\:pt-7,
  .lg\:py-7 {
    padding-top: 3rem;
  }
  .lg\:pr-7,
  .lg\:px-7 {
    padding-right: 3rem;
  }
  .lg\:pb-7,
  .lg\:py-7 {
    padding-bottom: 3rem;
  }
  .lg\:pl-7,
  .lg\:px-7 {
    padding-left: 3rem;
  }
  .lg\:p-8 {
    padding: 4rem;
  }
  .lg\:pt-8,
  .lg\:py-8 {
    padding-top: 4rem;
  }
  .lg\:pr-8,
  .lg\:px-8 {
    padding-right: 4rem;
  }
  .lg\:pb-8,
  .lg\:py-8 {
    padding-bottom: 4rem;
  }
  .lg\:pl-8,
  .lg\:px-8 {
    padding-left: 4rem;
  }
  .lg\:p-9 {
    padding: 6rem;
  }
  .lg\:pt-9,
  .lg\:py-9 {
    padding-top: 6rem;
  }
  .lg\:pr-9,
  .lg\:px-9 {
    padding-right: 6rem;
  }
  .lg\:pb-9,
  .lg\:py-9 {
    padding-bottom: 6rem;
  }
  .lg\:pl-9,
  .lg\:px-9 {
    padding-left: 6rem;
  }
}

@media (min-width: 1200px) {
  .xl\:p-0 {
    padding: 0;
  }
  .xl\:pt-0,
  .xl\:py-0 {
    padding-top: 0;
  }
  .xl\:pr-0,
  .xl\:px-0 {
    padding-right: 0;
  }
  .xl\:pb-0,
  .xl\:py-0 {
    padding-bottom: 0;
  }
  .xl\:pl-0,
  .xl\:px-0 {
    padding-left: 0;
  }
  .xl\:p-1 {
    padding: 0.25rem;
  }
  .xl\:pt-1,
  .xl\:py-1 {
    padding-top: 0.25rem;
  }
  .xl\:pr-1,
  .xl\:px-1 {
    padding-right: 0.25rem;
  }
  .xl\:pb-1,
  .xl\:py-1 {
    padding-bottom: 0.25rem;
  }
  .xl\:pl-1,
  .xl\:px-1 {
    padding-left: 0.25rem;
  }
  .xl\:p-2 {
    padding: 0.5rem;
  }
  .xl\:pt-2,
  .xl\:py-2 {
    padding-top: 0.5rem;
  }
  .xl\:pr-2,
  .xl\:px-2 {
    padding-right: 0.5rem;
  }
  .xl\:pb-2,
  .xl\:py-2 {
    padding-bottom: 0.5rem;
  }
  .xl\:pl-2,
  .xl\:px-2 {
    padding-left: 0.5rem;
  }
  .xl\:p-3 {
    padding: 0.75rem;
  }
  .xl\:pt-3,
  .xl\:py-3 {
    padding-top: 0.75rem;
  }
  .xl\:pr-3,
  .xl\:px-3 {
    padding-right: 0.75rem;
  }
  .xl\:pb-3,
  .xl\:py-3 {
    padding-bottom: 0.75rem;
  }
  .xl\:pl-3,
  .xl\:px-3 {
    padding-left: 0.75rem;
  }
  .xl\:p-4 {
    padding: 1rem;
  }
  .xl\:pt-4,
  .xl\:py-4 {
    padding-top: 1rem;
  }
  .xl\:pr-4,
  .xl\:px-4 {
    padding-right: 1rem;
  }
  .xl\:pb-4,
  .xl\:py-4 {
    padding-bottom: 1rem;
  }
  .xl\:pl-4,
  .xl\:px-4 {
    padding-left: 1rem;
  }
  .xl\:p-5 {
    padding: 1.5rem;
  }
  .xl\:pt-5,
  .xl\:py-5 {
    padding-top: 1.5rem;
  }
  .xl\:pr-5,
  .xl\:px-5 {
    padding-right: 1.5rem;
  }
  .xl\:pb-5,
  .xl\:py-5 {
    padding-bottom: 1.5rem;
  }
  .xl\:pl-5,
  .xl\:px-5 {
    padding-left: 1.5rem;
  }
  .xl\:p-6 {
    padding: 2rem;
  }
  .xl\:pt-6,
  .xl\:py-6 {
    padding-top: 2rem;
  }
  .xl\:pr-6,
  .xl\:px-6 {
    padding-right: 2rem;
  }
  .xl\:pb-6,
  .xl\:py-6 {
    padding-bottom: 2rem;
  }
  .xl\:pl-6,
  .xl\:px-6 {
    padding-left: 2rem;
  }
  .xl\:p-7 {
    padding: 3rem;
  }
  .xl\:pt-7,
  .xl\:py-7 {
    padding-top: 3rem;
  }
  .xl\:pr-7,
  .xl\:px-7 {
    padding-right: 3rem;
  }
  .xl\:pb-7,
  .xl\:py-7 {
    padding-bottom: 3rem;
  }
  .xl\:pl-7,
  .xl\:px-7 {
    padding-left: 3rem;
  }
  .xl\:p-8 {
    padding: 4rem;
  }
  .xl\:pt-8,
  .xl\:py-8 {
    padding-top: 4rem;
  }
  .xl\:pr-8,
  .xl\:px-8 {
    padding-right: 4rem;
  }
  .xl\:pb-8,
  .xl\:py-8 {
    padding-bottom: 4rem;
  }
  .xl\:pl-8,
  .xl\:px-8 {
    padding-left: 4rem;
  }
  .xl\:p-9 {
    padding: 6rem;
  }
  .xl\:pt-9,
  .xl\:py-9 {
    padding-top: 6rem;
  }
  .xl\:pr-9,
  .xl\:px-9 {
    padding-right: 6rem;
  }
  .xl\:pb-9,
  .xl\:py-9 {
    padding-bottom: 6rem;
  }
  .xl\:pl-9,
  .xl\:px-9 {
    padding-left: 6rem;
  }
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.5rem;
}

.h-6 {
  height: 2rem;
}

.h-7 {
  height: 3rem;
}

.h-8 {
  height: 4rem;
}

.h-9 {
  height: 6rem;
}

.h-px {
  height: 1px;
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

@media (min-width: 576px) {
  .sm\:h-0 {
    height: 0;
  }
  .sm\:h-1 {
    height: 0.25rem;
  }
  .sm\:h-2 {
    height: 0.5rem;
  }
  .sm\:h-3 {
    height: 0.75rem;
  }
  .sm\:h-4 {
    height: 1rem;
  }
  .sm\:h-5 {
    height: 1.5rem;
  }
  .sm\:h-6 {
    height: 2rem;
  }
  .sm\:h-7 {
    height: 3rem;
  }
  .sm\:h-8 {
    height: 4rem;
  }
  .sm\:h-9 {
    height: 6rem;
  }
  .sm\:h-px {
    height: 1px;
  }
  .sm\:h-auto {
    height: auto;
  }
  .sm\:h-full {
    height: 100%;
  }
  .sm\:h-screen {
    height: 100vh;
  }
}

@media (min-width: 768px) {
  .md\:h-0 {
    height: 0;
  }
  .md\:h-1 {
    height: 0.25rem;
  }
  .md\:h-2 {
    height: 0.5rem;
  }
  .md\:h-3 {
    height: 0.75rem;
  }
  .md\:h-4 {
    height: 1rem;
  }
  .md\:h-5 {
    height: 1.5rem;
  }
  .md\:h-6 {
    height: 2rem;
  }
  .md\:h-7 {
    height: 3rem;
  }
  .md\:h-8 {
    height: 4rem;
  }
  .md\:h-9 {
    height: 6rem;
  }
  .md\:h-px {
    height: 1px;
  }
  .md\:h-auto {
    height: auto;
  }
  .md\:h-full {
    height: 100%;
  }
  .md\:h-screen {
    height: 100vh;
  }
}

@media (min-width: 992px) {
  .lg\:h-0 {
    height: 0;
  }
  .lg\:h-1 {
    height: 0.25rem;
  }
  .lg\:h-2 {
    height: 0.5rem;
  }
  .lg\:h-3 {
    height: 0.75rem;
  }
  .lg\:h-4 {
    height: 1rem;
  }
  .lg\:h-5 {
    height: 1.5rem;
  }
  .lg\:h-6 {
    height: 2rem;
  }
  .lg\:h-7 {
    height: 3rem;
  }
  .lg\:h-8 {
    height: 4rem;
  }
  .lg\:h-9 {
    height: 6rem;
  }
  .lg\:h-px {
    height: 1px;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:h-screen {
    height: 100vh;
  }
}

@media (min-width: 1200px) {
  .xl\:h-0 {
    height: 0;
  }
  .xl\:h-1 {
    height: 0.25rem;
  }
  .xl\:h-2 {
    height: 0.5rem;
  }
  .xl\:h-3 {
    height: 0.75rem;
  }
  .xl\:h-4 {
    height: 1rem;
  }
  .xl\:h-5 {
    height: 1.5rem;
  }
  .xl\:h-6 {
    height: 2rem;
  }
  .xl\:h-7 {
    height: 3rem;
  }
  .xl\:h-8 {
    height: 4rem;
  }
  .xl\:h-9 {
    height: 6rem;
  }
  .xl\:h-px {
    height: 1px;
  }
  .xl\:h-auto {
    height: auto;
  }
  .xl\:h-full {
    height: 100%;
  }
  .xl\:h-screen {
    height: 100vh;
  }
}

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

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

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

.min-h-full {
  min-height: 100%;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.5rem;
}

.w-6 {
  width: 2rem;
}

.w-7 {
  width: 3rem;
}

.w-8 {
  width: 4rem;
}

.w-9 {
  width: 6rem;
}

.w-px {
  width: 1px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

@media (min-width: 576px) {
  .sm\:w-0 {
    width: 0;
  }
  .sm\:w-1 {
    width: 0.25rem;
  }
  .sm\:w-2 {
    width: 0.5rem;
  }
  .sm\:w-3 {
    width: 0.75rem;
  }
  .sm\:w-4 {
    width: 1rem;
  }
  .sm\:w-5 {
    width: 1.5rem;
  }
  .sm\:w-6 {
    width: 2rem;
  }
  .sm\:w-7 {
    width: 3rem;
  }
  .sm\:w-8 {
    width: 4rem;
  }
  .sm\:w-9 {
    width: 6rem;
  }
  .sm\:w-px {
    width: 1px;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:w-screen {
    width: 100vw;
  }
}

@media (min-width: 768px) {
  .md\:w-0 {
    width: 0;
  }
  .md\:w-1 {
    width: 0.25rem;
  }
  .md\:w-2 {
    width: 0.5rem;
  }
  .md\:w-3 {
    width: 0.75rem;
  }
  .md\:w-4 {
    width: 1rem;
  }
  .md\:w-5 {
    width: 1.5rem;
  }
  .md\:w-6 {
    width: 2rem;
  }
  .md\:w-7 {
    width: 3rem;
  }
  .md\:w-8 {
    width: 4rem;
  }
  .md\:w-9 {
    width: 6rem;
  }
  .md\:w-px {
    width: 1px;
  }
  .md\:w-auto {
    width: auto;
  }
  .md\:w-full {
    width: 100%;
  }
  .md\:w-screen {
    width: 100vw;
  }
}

@media (min-width: 992px) {
  .lg\:w-0 {
    width: 0;
  }
  .lg\:w-1 {
    width: 0.25rem;
  }
  .lg\:w-2 {
    width: 0.5rem;
  }
  .lg\:w-3 {
    width: 0.75rem;
  }
  .lg\:w-4 {
    width: 1rem;
  }
  .lg\:w-5 {
    width: 1.5rem;
  }
  .lg\:w-6 {
    width: 2rem;
  }
  .lg\:w-7 {
    width: 3rem;
  }
  .lg\:w-8 {
    width: 4rem;
  }
  .lg\:w-9 {
    width: 6rem;
  }
  .lg\:w-px {
    width: 1px;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-screen {
    width: 100vw;
  }
}

@media (min-width: 1200px) {
  .xl\:w-0 {
    width: 0;
  }
  .xl\:w-1 {
    width: 0.25rem;
  }
  .xl\:w-2 {
    width: 0.5rem;
  }
  .xl\:w-3 {
    width: 0.75rem;
  }
  .xl\:w-4 {
    width: 1rem;
  }
  .xl\:w-5 {
    width: 1.5rem;
  }
  .xl\:w-6 {
    width: 2rem;
  }
  .xl\:w-7 {
    width: 3rem;
  }
  .xl\:w-8 {
    width: 4rem;
  }
  .xl\:w-9 {
    width: 6rem;
  }
  .xl\:w-px {
    width: 1px;
  }
  .xl\:w-auto {
    width: auto;
  }
  .xl\:w-full {
    width: 100%;
  }
  .xl\:w-screen {
    width: 100vw;
  }
}

.max-w-9 {
  max-width: 6rem;
}

.max-w-10 {
  max-width: 8rem;
}

.max-w-11 {
  max-width: 12rem;
}

.max-w-12 {
  max-width: 16rem;
}

.max-w-13 {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 576px;
}

.max-w-md {
  max-width: 768px;
}

.max-w-lg {
  max-width: 992px;
}

.max-w-xl {
  max-width: 1200px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen {
  max-width: 100vw;
}

.max-w-none {
  max-width: none;
}

@media (min-width: 576px) {
  .sm\:max-w-9 {
    max-width: 6rem;
  }
  .sm\:max-w-10 {
    max-width: 8rem;
  }
  .sm\:max-w-11 {
    max-width: 12rem;
  }
  .sm\:max-w-12 {
    max-width: 16rem;
  }
  .sm\:max-w-13 {
    max-width: 20rem;
  }
  .sm\:max-w-sm {
    max-width: 576px;
  }
  .sm\:max-w-md {
    max-width: 768px;
  }
  .sm\:max-w-lg {
    max-width: 992px;
  }
  .sm\:max-w-xl {
    max-width: 1200px;
  }
  .sm\:max-w-full {
    max-width: 100%;
  }
  .sm\:max-w-screen {
    max-width: 100vw;
  }
  .sm\:max-w-none {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .md\:max-w-9 {
    max-width: 6rem;
  }
  .md\:max-w-10 {
    max-width: 8rem;
  }
  .md\:max-w-11 {
    max-width: 12rem;
  }
  .md\:max-w-12 {
    max-width: 16rem;
  }
  .md\:max-w-13 {
    max-width: 20rem;
  }
  .md\:max-w-sm {
    max-width: 576px;
  }
  .md\:max-w-md {
    max-width: 768px;
  }
  .md\:max-w-lg {
    max-width: 992px;
  }
  .md\:max-w-xl {
    max-width: 1200px;
  }
  .md\:max-w-full {
    max-width: 100%;
  }
  .md\:max-w-screen {
    max-width: 100vw;
  }
  .md\:max-w-none {
    max-width: none;
  }
}

@media (min-width: 992px) {
  .lg\:max-w-9 {
    max-width: 6rem;
  }
  .lg\:max-w-10 {
    max-width: 8rem;
  }
  .lg\:max-w-11 {
    max-width: 12rem;
  }
  .lg\:max-w-12 {
    max-width: 16rem;
  }
  .lg\:max-w-13 {
    max-width: 20rem;
  }
  .lg\:max-w-sm {
    max-width: 576px;
  }
  .lg\:max-w-md {
    max-width: 768px;
  }
  .lg\:max-w-lg {
    max-width: 992px;
  }
  .lg\:max-w-xl {
    max-width: 1200px;
  }
  .lg\:max-w-full {
    max-width: 100%;
  }
  .lg\:max-w-screen {
    max-width: 100vw;
  }
  .lg\:max-w-none {
    max-width: none;
  }
}

@media (min-width: 1200px) {
  .xl\:max-w-9 {
    max-width: 6rem;
  }
  .xl\:max-w-10 {
    max-width: 8rem;
  }
  .xl\:max-w-11 {
    max-width: 12rem;
  }
  .xl\:max-w-12 {
    max-width: 16rem;
  }
  .xl\:max-w-13 {
    max-width: 20rem;
  }
  .xl\:max-w-sm {
    max-width: 576px;
  }
  .xl\:max-w-md {
    max-width: 768px;
  }
  .xl\:max-w-lg {
    max-width: 992px;
  }
  .xl\:max-w-xl {
    max-width: 1200px;
  }
  .xl\:max-w-full {
    max-width: 100%;
  }
  .xl\:max-w-screen {
    max-width: 100vw;
  }
  .xl\:max-w-none {
    max-width: none;
  }
}

.min-w-0 {
  min-width: 0;
}

.min-w-50 {
  min-width: 50%;
}

.min-w-dropdown {
  min-width: 170px;
}

.min-w-full {
  min-width: 100%;
}

.min-w-screen {
  min-width: 100vw;
}

@media (min-width: 576px) {
  .sm\:min-w-0 {
    min-width: 0;
  }
  .sm\:min-w-50 {
    min-width: 50%;
  }
  .sm\:min-w-dropdown {
    min-width: 170px;
  }
  .sm\:min-w-full {
    min-width: 100%;
  }
  .sm\:min-w-screen {
    min-width: 100vw;
  }
}

@media (min-width: 768px) {
  .md\:min-w-0 {
    min-width: 0;
  }
  .md\:min-w-50 {
    min-width: 50%;
  }
  .md\:min-w-dropdown {
    min-width: 170px;
  }
  .md\:min-w-full {
    min-width: 100%;
  }
  .md\:min-w-screen {
    min-width: 100vw;
  }
}

@media (min-width: 992px) {
  .lg\:min-w-0 {
    min-width: 0;
  }
  .lg\:min-w-50 {
    min-width: 50%;
  }
  .lg\:min-w-dropdown {
    min-width: 170px;
  }
  .lg\:min-w-full {
    min-width: 100%;
  }
  .lg\:min-w-screen {
    min-width: 100vw;
  }
}

@media (min-width: 1200px) {
  .xl\:min-w-0 {
    min-width: 0;
  }
  .xl\:min-w-50 {
    min-width: 50%;
  }
  .xl\:min-w-dropdown {
    min-width: 170px;
  }
  .xl\:min-w-full {
    min-width: 100%;
  }
  .xl\:min-w-screen {
    min-width: 100vw;
  }
}

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

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

.table-auto {
  table-layout: auto;
}

.table-fixed {
  table-layout: fixed;
}

/* retirar borda das categorias por isso foi comentado
.shadow {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}*/

.shadow-xs {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.08);
}

.shadow-sm {
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.shadow-md {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.shadow-lg {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.shadow-xl {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.shadow-inner {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.shadow-outline {
  box-shadow: 0 0 0 2px rgba(141, 141, 141, 1);
}

.shadow-solid {
  box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.5);
}

.shadow-none {
  box-shadow: none;
}

.shadow-bottom {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.08);
}

.hover\:shadow:hover {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-xs:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.08);
}

/* Comentado para tirar a borda do hover das categorias
.hover\:shadow-sm:hover {
  box-shadow: 0 4px 6px -1px rgb(2 160 253 / 29%), 0 2px 4px -1px rgb(4 147 249 / 28%);
}*/

.hover\:shadow-md:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

/* Comentado para tirar a mudança de cor do hover dos blocos de conteudo
.hover\:shadow-lg:hover {
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
*/

.hover\:shadow-xl:hover {
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.hover\:shadow-inner:hover {
  box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 2px rgba(141, 141, 141, 1);
}

.hover\:shadow-solid:hover {
  box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.5);
}

.hover\:shadow-none:hover {
  box-shadow: none;
}

@media (min-width: 576px) {
  .sm\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .sm\:shadow-xs {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.08);
  }
  .sm\:shadow-sm {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .sm\:shadow-md {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .sm\:shadow-lg {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .sm\:shadow-xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .sm\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .sm\:shadow-outline {
    box-shadow: 0 0 0 2px rgba(141, 141, 141, 1);
  }
  .sm\:shadow-solid {
    box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.5);
  }
  .sm\:shadow-none {
    box-shadow: none;
  }
}

@media (min-width: 768px) {
  .md\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .md\:shadow-xs {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.08);
  }
  .md\:shadow-sm {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .md\:shadow-md {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .md\:shadow-lg {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .md\:shadow-xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .md\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .md\:shadow-outline {
    box-shadow: 0 0 0 2px rgba(141, 141, 141, 1);
  }
  .md\:shadow-solid {
    box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.5);
  }
  .md\:shadow-none {
    box-shadow: none;
  }
}

@media (min-width: 992px) {
  .lg\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .lg\:shadow-xs {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.08);
  }
  .lg\:shadow-sm {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .lg\:shadow-md {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .lg\:shadow-lg {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .lg\:shadow-xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .lg\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .lg\:shadow-outline {
    box-shadow: 0 0 0 2px rgba(141, 141, 141, 1);
  }
  .lg\:shadow-solid {
    box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.5);
  }
  .lg\:shadow-none {
    box-shadow: none;
  }
}

@media (min-width: 1200px) {
  .xl\:shadow {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  }
  .xl\:shadow-xs {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.08);
  }
  .xl\:shadow-sm {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  }
  .xl\:shadow-md {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  }
  .xl\:shadow-lg {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  }
  .xl\:shadow-xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  }
  .xl\:shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  }
  .xl\:shadow-outline {
    box-shadow: 0 0 0 2px rgba(141, 141, 141, 1);
  }
  .xl\:shadow-solid {
    box-shadow: 0.375rem 0.375rem 0 rgba(0, 0, 0, 0.5);
  }
  .xl\:shadow-none {
    box-shadow: none;
  }
}

.opacity-0 {
  opacity: 0;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-100 {
  opacity: 1;
}

.appearance-none {
  appearance: none;
}

.cursor-pointer {
  cursor: pointer;
}

.outline-none {
  outline: none;
}

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

.pointer-events-auto {
  pointer-events: auto;
}

.select-none {
  user-select: none;
}

.select-text {
  user-select: text;
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  margin: 0;
  clip: auto;
  clip-path: none;
  overflow: visible;
  white-space: normal;
  width: auto;
  height: auto;
}

.scale-95 {
  transform: scale(0.95);
}

.scale-100 {
  transform: scale(1);
}

.scale-105 {
  transform: scale(1.05);
}

.scale-110 {
  transform: scale(1.1);
}

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.rotate-270 {
  transform: rotate(270deg);
}

.translate-x-0 {
  transform: translateX(0);
}

.translate-x-full {
  transform: translateX(-100%);
}

.transition-slow {
  transition: 0.5s;
}

.transition {
  transition: 0.3s;
}

.transition-fast {
  transition: 0.15s;
}

.timing-bounce {
  transition-timing-function: cubic-bezier(0.77, 0, 0.2, 2.25);
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after {
    animation: none !important;
    transition: none !important;
  }
}

.transition-none {
  transition-property: none;
}

.transition-all {
  transition-property: all;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
}

.transition-opacity {
  transition-property: opacity;
}

.transition-shadow {
  transition-property: box-shadow;
}

.transition-transform {
  transition-property: transform;
}

.timing-bounce {
  transition-timing-function: cubic-bezier(0.77, 0, 0.2, 2.25);
}

@media (prefers-reduced-motion: reduce) {
  *, *:before, *:after {
    animation: none !important;
    transition: none !important;
  }
}

.transition-none {
  transition-duration: 0s;
}

.transition-slow {
  transition-duration: 0.5s;
}

.transition-medium {
  transition-duration: 0.3s;
}

.transition-fast {
  transition-duration: 0.15s;
}

.timing-bounce {
  transition-timing-function: cubic-bezier(0.77, 0, 0.2, 2.25);
}

.badge-white {
  color: #1A202C;
  background-color: #fff;
}

a.badge-white:focus, a.badge-white:hover {
  color: #1A202C;
  background-color: #e6e6e6;
}

a.badge-white:focus, a.badge-white.is-focused {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.badge-new {
  color: #fff;
  background-color: #D69E2E;
}

a.badge-new:focus, a.badge-new:hover {
  color: #fff;
  background-color: #af8022;
}

a.badge-new:focus, a.badge-new.is-focused {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(214, 158, 46, 0.25);
}

.badge-open {
  color: #fff;
  background-color: #E53E3E;
}

a.badge-open:focus, a.badge-open:hover {
  color: #fff;
  background-color: #d41c1c;
}

a.badge-open:focus, a.badge-open.is-focused {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(229, 62, 62, 0.25);
}

.badge-hold {
  color: #fff;
  background-color: #1A202C;
}

a.badge-hold:focus, a.badge-hold:hover {
  color: #fff;
  background-color: #07090c;
}

a.badge-hold:focus, a.badge-hold.is-focused {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(26, 32, 44, 0.25);
}

.badge-solved {
  color: #fff;
  background-color: #718096;
}

a.badge-solved:focus, a.badge-solved:hover {
  color: #fff;
  background-color: #5a677a;
}

a.badge-solved:focus, a.badge-solved.is-focused {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(113, 128, 150, 0.25);
}

.badge-answered,
.badge-answered,
.badge-completed,
.badge-planned {
  color: #fff;
  background-color: #3490dc;
}

a.badge-answered:focus, a.badge-answered:hover, .badge-answered:focus, .badge-answered:hover, .badge-completed:focus, .badge-completed:hover, .badge-planned:focus, .badge-planned:hover {
  color: #fff;
  background-color: #2176bd;
}

a.badge-answered:focus, a.badge-answered.is-focused, .badge-answered:focus, .badge-answered.is-focused, .badge-completed:focus, .badge-completed.is-focused, .badge-planned:focus, .badge-planned.is-focused {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 144, 220, 0.25);
}

.actions-user button,
.subscribe-article button,
.subscribe-section button,
.subscribe-topic button,
.subscribe-organization button,
.subscribe-link button,
.subscribe-user button {
  display: inline-block;
  padding: 0.5em 1.25em;
  line-height: 1.5;
  color: rgba(141, 141, 141, 1);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 1);
  cursor: pointer;
  border-radius: 4px;
  transition: 0.15s ease-in-out;
}

.actions-user button:hover,
.subscribe-article button:hover,
.subscribe-section button:hover,
.subscribe-topic button:hover,
.subscribe-organization button:hover,
.subscribe-link button:hover,
.subscribe-user button:hover {
  text-decoration: none;
}

.actions-user button:disabled, .actions-user button.is-disabled,
.subscribe-article button:disabled,
.subscribe-article button.is-disabled,
.subscribe-section button:disabled,
.subscribe-section button.is-disabled,
.subscribe-topic button:disabled,
.subscribe-topic button.is-disabled,
.subscribe-organization button:disabled,
.subscribe-organization button.is-disabled,
.subscribe-link button:disabled,
.subscribe-link button.is-disabled,
.subscribe-user button:disabled,
.subscribe-user button.is-disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

.subscribe-article button:hover,
.subscribe-section button:hover,
.subscribe-topic button:hover,
.subscribe-organization button:hover {
  color: rgba(67, 160, 214, 1);
  border-color: rgba(67, 160, 214, 1);
}

.subscribe-article button:focus, .subscribe-article button.is-focused,
.subscribe-section button:focus,
.subscribe-section button.is-focused,
.subscribe-topic button:focus,
.subscribe-topic button.is-focused,
.subscribe-organization button:focus,
.subscribe-organization button.is-focused {
  outline: 0;
}

.subscribe-article button:disabled, .subscribe-article button.is-disabled,
.subscribe-section button:disabled,
.subscribe-section button.is-disabled,
.subscribe-topic button:disabled,
.subscribe-topic button.is-disabled,
.subscribe-organization button:disabled,
.subscribe-organization button.is-disabled {
  color: rgba(141, 141, 141, 1);
  border-color: rgba(255, 255, 255, 1);
}

.subscribe-article button:not(:disabled):not(.is-disabled):active, .subscribe-article button:not(:disabled):not(.is-disabled)[data-selected="true"], .subscribe-article button:not(:disabled):not(.is-disabled).is-active,
.subscribe-section button:not(:disabled):not(.is-disabled):active,
.subscribe-section button:not(:disabled):not(.is-disabled)[data-selected="true"],
.subscribe-section button:not(:disabled):not(.is-disabled).is-active,
.subscribe-topic button:not(:disabled):not(.is-disabled):active,
.subscribe-topic button:not(:disabled):not(.is-disabled)[data-selected="true"],
.subscribe-topic button:not(:disabled):not(.is-disabled).is-active,
.subscribe-organization button:not(:disabled):not(.is-disabled):active,
.subscribe-organization button:not(:disabled):not(.is-disabled)[data-selected="true"],
.subscribe-organization button:not(:disabled):not(.is-disabled).is-active {
  color: #3298d2;
  border-color: #3298d2;
}

.subscribe-article,
.subscribe-section,
.subscribe-topic {
  align-self: center;
  white-space: nowrap;
}

.subscribe-article button,
.subscribe-section button,
.subscribe-topic button {
  padding: 0.25em 0.75em;
  font-size: 0.875rem;
}

.actions-user button,
.subscribe-link button,
.subscribe-user button {
  color: #f5f5f9;
  border-color: rgba(67, 160, 214, 1);
  background-color: rgba(67, 160, 214, 1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 0.25em 0.75em;
  font-size: 0.875rem;
  width: 100%;
}

.actions-user button:hover,
.subscribe-link button:hover,
.subscribe-user button:hover {
  color: #f5f5f9;
  border-color: #2e95d1;
  background-color: #3298d2;
}

.actions-user button:focus, .actions-user button.is-focused,
.subscribe-link button:focus,
.subscribe-link button.is-focused,
.subscribe-user button:focus,
.subscribe-user button.is-focused {
  outline: 0;
}

.actions-user button:disabled, .actions-user button.is-disabled,
.subscribe-link button:disabled,
.subscribe-link button.is-disabled,
.subscribe-user button:disabled,
.subscribe-user button.is-disabled {
  color: #f5f5f9;
  background-color: rgba(67, 160, 214, 1);
  border-color: rgba(67, 160, 214, 1);
}

.actions-user button:not(:disabled):not(.is-disabled):active, .actions-user button:not(:disabled):not(.is-disabled)[data-selected="true"], .actions-user button:not(:disabled):not(.is-disabled).is-active,
.subscribe-link button:not(:disabled):not(.is-disabled):active,
.subscribe-link button:not(:disabled):not(.is-disabled)[data-selected="true"],
.subscribe-link button:not(:disabled):not(.is-disabled).is-active,
.subscribe-user button:not(:disabled):not(.is-disabled):active,
.subscribe-user button:not(:disabled):not(.is-disabled)[data-selected="true"],
.subscribe-user button:not(:disabled):not(.is-disabled).is-active {
  color: #f5f5f9;
  border-color: #2987bd;
  background-color: #2b8dc5;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

@media (min-width: 768px) {
  .actions-user button,
  .subscribe-link button,
  .subscribe-user button {
    width: auto;
  }
}

.actions-user {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}

.actions-user > button {
  position: relative;
}

.actions-user > button:hover {
  z-index: 1;
}

.actions-user > button:focus, .actions-user > button:active, .actions-user > button.is-active {
  z-index: 1;
}

.actions-user > button:not(:first-child) {
  margin-left: -1px;
}

.actions-user > button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.actions-user > button:last-child {
  width: auto;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.actions-comment button {
  padding: 0;
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  overflow: visible;
  user-select: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .5rem;
  margin-right: -.5rem;
}

.form input[type="submit"] {
  display: inline-block;
  padding: 0.5em 1.25em;
  line-height: 1.5;
  color: rgba(141, 141, 141, 1);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 1);
  cursor: pointer;
  border-radius: 4px;
  transition: 0.15s ease-in-out;
  color: #f5f5f9;
  border-color: rgba(67, 160, 214, 1);
  background-color: rgba(67, 160, 214, 1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0.5em 1.5em;
  font-size: 1.125rem;
}

.form input[type="submit"]:hover {
  text-decoration: none;
}

.form input[type="submit"]:disabled, .form input[type="submit"].is-disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

.form input[type="submit"]:hover {
  color: #f5f5f9;
  border-color: #2e95d1;
  background-color: #3298d2;
}

.form input[type="submit"]:focus, .form input[type="submit"].is-focused {
  outline: 0;
}

.form input[type="submit"]:disabled, .form input[type="submit"].is-disabled {
  color: #f5f5f9;
  background-color: rgba(67, 160, 214, 1);
  border-color: rgba(67, 160, 214, 1);
}

.form input[type="submit"]:not(:disabled):not(.is-disabled):active, .form input[type="submit"]:not(:disabled):not(.is-disabled)[data-selected="true"], .form input[type="submit"]:not(:disabled):not(.is-disabled).is-active {
  color: #f5f5f9;
  border-color: #2987bd;
  background-color: #2b8dc5;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.icon-circle {
  display: inline-flex;
  padding: 1em;
  background-color: #fbfbff;
  border-radius: 50%;
}

.icon-circle [class*="icon-"]::before,
.icon-circle .svg-icon {
  bottom: auto;
}

a:hover .icon-circle {
  color: rgba(67, 160, 214, 1);
  text-decoration: none;
  background-color: #f5f5f9;
  border-color: rgba(67, 160, 214, 1);
}

.img-left {
  float: left;
  text-align: left;
  margin-right: 1rem;
}

.img-right {
  float: right;
  text-align: right;
  margin-left: 1rem;
}

.img-thumbnail {
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
}

@media (min-width: 768px) {
  .img-left {
    margin-left: -1rem;
  }
  .img-right {
    margin-right: -1rem;
  }
}

.share {
  padding-left: 0;
  list-style: none;
}

.share svg {
  width: 1em;
  height: 1em;
}

.share li {
  display: inline-block;
  margin-right: .5rem;
}

.share a {
  color: inherit;
}

.share-facebook:focus, .share-facebook:hover {
  color: #3b5998;
}

.share-twitter:focus, .share-twitter:hover {
  color: #00aced;
}

.share-linkedin:focus, .share-linkedin:hover {
  color: #007bb6;
}

.list-check,
.list-number {
  list-style: none;
  padding-left: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.list-check > li,
.list-number > li {
  position: relative;
  padding-left: 2.75em;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.list-check > li::before,
.list-number > li::before {
  position: absolute;
  left: .5em;
  display: inline-block;
  width: 1.725em;
  height: 1.725em;
  line-height: 1.725em;
  text-align: center;
  font-size: .875em;
  font-weight: 500;
  border-radius: 50%;
}

.list-check > li::before {
  content: "✓";
  background-color: #E2E8F0;
}

.list-number {
  counter-reset: list;
}

.list-number > li {
  counter-increment: list;
}

.list-number > li::before {
  content: counter(list);
  background-color: #E2E8F0;
}

@media (min-width: 768px) {
  .recent-articles,
  .related-articles {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
}

.recent-articles h2,
.related-articles h2 {
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1rem;
}

.recent-articles ul,
.related-articles ul {
  padding-left: 0;
  list-style: none;
}

.recent-articles a,
.related-articles a {
  display: block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.suggestion-list label {
  display: block;
  padding-bottom: .5rem;
  font-size: 0.9375rem;
  border-bottom: 1px solid rgba(255, 255, 255, 1);
}

.suggestion-list ul {
  padding-left: 0;
  list-style: none;
  font-size: 0.9375rem;
  padding-bottom: 1rem;
}

.suggestion-list a {
  display: block;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

@media (min-width: 992px) {
  .meta-block::before {
    display: none;
  }
}

.recent-activity-list {
  display: grid;
  margin-top: 1rem;
  margin-bottom: 0;
  list-style: none;
  gap: 1.5rem;
}

@media (min-width: 768px) {
  .recent-activity-list {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 992px) {
  .recent-activity-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.recent-activity-header {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.recent-activity-item {
  position: relative;
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 4px;
  padding: 1rem 1.25rem;
  background-color: #fff;
}

.recent-activity-item-link {
  display: block;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.recent-activity-item-meta {
  font-size: 0.9375rem;
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin-bottom: 1rem;
}

.recent-activity-item-meta > * + * {
  padding-left: 0.5rem;
}

.recent-activity-item-meta > * + *::before {
  display: inline-block;
  padding-right: 0.5rem;
  content: "·";
}

.recent-activity-item-meta > * + *::before {
  color: #718096;
}

.recent-activity-accessibility-label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.recent-activity-comment-icon::after {
  content: attr(data-comment-count);
  margin-left: 0.25rem;
}

.recent-activity-controls a {
  display: block;
  margin-top: 1rem;
}

.sidebar {
  position: relative;
}

.sidebar::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100vw;
  content: "";
  background-color: inherit;
}

.requests-sort-symbol {
  position: absolute;
  left: calc(100% + .25em);
  bottom: 0;
  font-size: .625em;
}

.content table:not([class*="table"]) {
  max-height: 20rem;
  overflow-y: scroll;
  border: none;
}

.pull-left,
.pull-right {
  font-weight: bold;
}

.content em {
  color: inherit;
  background-color: transparent;
  padding: 0;
}

.content img,
.content iframe {
  max-width: 100%;
}

@media (min-width: 992px) {
  .pull-left {
    float: left;
    margin-left: -1rem;
    margin-right: 1.5rem;
    text-align: left;
  }
  .pull-right {
    float: right;
    margin-left: 1.5rem;
    margin-right: -1rem;
    text-align: right;
  }
  .pull-left,
  .pull-right {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    max-width: 20rem;
  }
}

.bg-community {
  background-image: url(/hc/theming_assets/01HZPNEDGX1TP7K457MCE91TV6);
}

.bg-home {
  background-image: url(/hc/theming_assets/01HZPNED9FKFFE0E1MFHX1NRVE);
  background-color: #286197;
}

.bg-hero {
  background: -webkit-radial-gradient(rgba(67, 160, 214, 1), rgba(0, 44, 106, 1));
  background: radial-gradient(rgba(67, 160, 214, 1), rgba(0, 44, 106, 1));
}

.group:hover .group-hover\:text-white {
  color: #fff;
}

.group:hover .group-hover\:text-primary {
  color: rgba(67, 160, 214, 1);
}

.group:hover .group-hover\:text-primary-inverse {
  color: #f5f5f9;
}

[class*="grid-"] {
  display: grid;
  gap: 2rem;
}

.grid-auto {
  grid-auto-rows: minmax(20em, auto);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 576px) {
  .sm\:grid-auto {
    grid-auto-rows: minmax(20em, auto);
  }
  .sm\:grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .sm\:grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .sm\:grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .md\:grid-auto {
    grid-auto-rows: minmax(20em, auto);
  }
  .md\:grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .md\:grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .md\:grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 992px) {
  .lg\:grid-auto {
    grid-auto-rows: minmax(20em, auto);
  }
  .lg\:grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .lg\:grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .lg\:grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1200px) {
  .xl\:grid-auto {
    grid-auto-rows: minmax(20em, auto);
  }
  .xl\:grid-2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .xl\:grid-3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .xl\:grid-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

[x-cloak] {
  display: none !important;
}

.avatar-img {
  background-color: #fff;
}

.layout--boxed {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

.breadcrumbs-light li,
.breadcrumbs-light a {
  color: inherit;
}

.breadcrumbs-light li + li::before {
  color: inherit;
}

.hero-inner h1 {
  color: inherit;
  text-align: center;
}

.powered-by-zendesk {
  z-index: -1;
}

@media (min-width: 1200px) {
  #contact-blocks ul.list-unstyled {
    justify-content: space-around !important;
  }
  #contact-blocks ul.list-unstyled li{
    flex: 0 0 45%;
    max-width: 45%;
	}
}

.footer_address {
  /*display:flex;*/
  justify-content: space-between;
  align-items:center;
  color: #FFF;
  margin: 40px 0;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px;
}

.adress_container {
  display: flex;
  justify-content:center;
  align-items:center;
  margin: 20px 0;
}

.footer__location {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align:center;
}

@media (max-width: 1060px) {
  .footer_address {
    justify-content:center;
  }
}

/* ==========================================================================
   CUSTOMIZAÇÃO: Extensão Article Navigation (Manual de Marca Tray)
   ========================================================================== */

/* 1. Container Geral da Navegação */
[data-element="article-navigation"] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1.5px solid #dce9f5; /* Cor da Borda Suave (--border) */
}

/* 2. Estilização Padrão dos Botões (Anterior e Próximo) */
[data-element="article-navigation"] a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    
    /* Ajuste de Espaçamento Interno (Padding) */
    padding: 12px 24px; 
    
    /* Cores e Contraste Rigoroso WCAG AA */
    background-color: #252D69; /* Azul Escuro Principal (--blue-dark) */
    color: #FFFFFF; /* Texto em Branco para legibilidade excelente */
    
    /* Tipografia e Arredondamento Institucional */
    font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
    font-weight: 700;
    font-size: 14.5px;
    text-decoration: none;
    border-radius: 999px; /* Formato de pílula (--radius-pill) */
    
    /* Transição Suave para Interações */
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

/* 3. Efeito de Hover Otimizado (Contraste Ativo entre Texto e Seta) */
[data-element="article-navigation"] a:hover {
    background: linear-gradient(135deg, #252D69 0%, #00A0DC 100%) !important;
    color: #FFFFFF !important; /* Texto principal em branco absoluto */
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 160, 220, 0.3) !important;
}

/* Blindagem da Seta: Aplica o tom Ciano Luminoso para destacar do texto */
[data-element="article-navigation"] a:hover svg,
[data-element="article-navigation"] a:hover svg path,
[data-element="article-navigation"] a:hover span,
[data-element="article-navigation"] a:hover .material-icons-outlined {
    color: #B8E7F8 !important; /* Tom ciano gelo de alto contraste */
    fill: #B8E7F8 !important;
    stroke: #B8E7F8 !important;
    opacity: 1 !important;
    display: inline-block;
}

/* Micro-animação: Faz as setas darem um leve salto para os lados no hover, aumentando o feedback tátil */
[data-element="article-navigation"] a:hover .next-arrow,
[data-element="article-navigation"] a:hover svg:last-child {
    transform: translateX(4px) !important;
}

[data-element="article-navigation"] a:hover .prev-arrow,
[data-element="article-navigation"] a:hover svg:first-child {
    transform: translateX(-4px) !important;
}

/* 4. Efeito de Active (Clique do usuário) */
[data-element="article-navigation"] a:active {
    transform: translateY(0);
}

/* 5. Acessibilidade Plena (Conformidade WCAG 2.1 AA) */
[data-element="article-navigation"] a:focus {
    outline: 2px solid #00A0DC; /* Outline visível de 2px sólido no tom Azul Claro Tray */
    outline-offset: 3px; /* Afastamento do outline para conforto visual */
}

/* ==========================================================================
   CUSTOMIZAÇÃO: Sumário Lateral e Scrollspy (Manual de Marca Tray)
   ========================================================================== */

/* Código base dos links inativos */
.nav-item .nav-link {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: #4a5585; /* Cor cinza/mutada para itens inativos (--text-muted) */
    font-size: 13.5px;
    padding: 6px 12px;
    border-left: 2px solid #dce9f5; /* Borda lateral padrão inativa */
    transition: all 0.15s ease-in-out;
}

/* Estado de Hover (Quando o lojista passa o mouse) */
.nav-item .nav-link:hover {
    color: #252D69; /* Azul Escuro Principal (--blue-dark) */
    border-left-color: #00A0DC; /* Azul Claro Tray (--blue-main) */
    background-color: #ECF5FB; /* Fundo azul bem claro (--blue-light) */
}

/* Classe injetada pelo Scrollspy quando o lojista está lendo a seção */
.nav-item .nav-link.is-active,
.nav-item .nav-link.active,
.nav-link.is-active {
    color: #252D69 !important; /* Azul Escuro Principal da Tray */
    font-weight: 700 !important; /* Texto em Negrito para dar destaque */
    border-left: 2.5px solid #00A0DC !important; /* Barra lateral acesa no Azul Claro Tray */
    background-color: #ECF5FB !important; /* Fundo sutil para indicar foco */
    padding-left: 14px !important; /* Leve recuo para dar um efeito de "foco ativo" */
}

/* ==========================================================================
   CUSTOMIZAÇÃO: Comportamento da Sticky Elements Extension
   ========================================================================== */

/* Estado 1: O elemento ainda está solto na página (Antes do scroll) */
.banner-suporte-tray {
    background-color: #ECF5FB; /* Azul Claro de Apoio (--blue-light) */
    border: 1px solid #dce9f5;
    padding: 20px;
    border-radius: 8px;
    transition: all 0.3s ease-in-out; /* Transição suave para o efeito de fixação */
}

/* Estado 2: Efeito disparado quando o elemento fica fixo (Durante o scroll) */
/* A classe .sticky-top é injetada automaticamente pela extensão */
.banner-suporte-tray.sticky-top {
    background-color: #FFFFFF !important; /* Muda o fundo para branco para dar contraste */
    border-color: #00A0DC !important; /* Destaca a borda no Azul Principal da Tray */
    box-shadow: 0 8px 30px rgba(37, 45, 105, 0.12) !important; /* Aplica uma sombra flutuante suave */
    transform: scale(0.98); /* Sutil redução de escala para efeito de profundidade */
}

/* ==========================================================================
   REDESIGN TRAY: Header Fixa Permanente em Estilo Frosted Glass Cristal
   ========================================================================== */
.header {
    /* Fundo branco translúcido (78% de opacidade) para o efeito de vidro se destacar */
    background-color: rgba(255, 255, 255, 0.78) !important; 
    
    /* Desfoque elegante de 16px para suavizar elementos em movimento por trás */
    -webkit-backdrop-filter: blur(16px) !important;
    backdrop-filter: blur(16px) !important;
    
    /* Delimitação limpa usando uma borda cinza/azulada com canal Alpha sutil */
    border-bottom: 1px solid rgba(37, 45, 105, 0.08) !important;
    box-shadow: 0 4px 20px rgba(37, 45, 105, 0.04) !important;
    
    position: sticky !important;
    top: 0 !important;
    z-index: 9999 !important;
    
    transform: translate3d(0, 0, 0);
    will-change: backdrop-filter, background-color;
}

/* Garante estabilidade visual caso o script do Zenplates injete as classes de scroll */
.header.stuck,
.header.sticky-top {
    background-color: rgba(255, 255, 255, 0.78) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    backdrop-filter: blur(16px) !important;
    box-shadow: 0 4px 20px rgba(37, 45, 105, 0.04) !important;
}

/* ♿ BLINDAGEM DE CONTRASTE DA HEADER CLARA (TEXTOS EM AZUL ESCURO) */
.header .tray-category-btn-trigger, 
.header .text-header-profile, 
.header .nav-link, 
.header .navbar-brand { 
    color: #252D69 !important; /* Azul Escuro Principal para legibilidade perfeita */
}

/* Ícone de hambúrguer em Azul Escuro acompanhando os textos */
.header .tray-menu-lines-icon { 
    color: #252D69 !important;
    fill: #252D69 !important;
}

/* Realce interativo (Hover) em Azul Claro Oficial da Tray - Apenas para links normais */
.header .text-header-profile:hover, 
.header .nav-link:hover { 
    color: #00A0DC !important;
}

.header .button-tray-login { 
    background-color: #00A0DC !important;
    border-color: #00A0DC !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    font-weight: 700 !important;
}
.header .button-tray-login:hover {
    background-color: #252D69 !important; /* Inverte para o azul escuro institucional */
    border-color: #252D69 !important;
}

/* ==========================================================================
   REDESIGN TRAY: SUGESTÕES POPULARES DE ALTA HIERARQUIA VISUAL
   ========================================================================== */

.search-populares-box {
    padding: 18px 16px !important;
    background-color: #FFFFFF !important; /* Isola o dropdown com fundo branco corporativo */
}

/* Isola a legenda e remove a semelhança visual com os termos clicáveis */
.search-populares-header-line {
    display: flex !important;
    align-items: center !important;
    border-bottom: 1px solid #EDF2F7 !important; /* Divisor técnico sutil */
    padding-bottom: 8px !important;
    margin-bottom: 14px !important;
}

.search-populares-title {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #A0AEC0 !important; /* Cinza fosco discreto exclusivo para títulos secundários */
    letter-spacing: 0.06em !important;
}

/* Empilhamento vertical em formato de lista limpa e escaneável */
.search-tags-container-premium {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.search-tag-premium {
    display: flex !important;
    align-items: center !important;
    padding: 10px 14px !important;
    background-color: #F8FAFC !important; /* Base sutil de badge para criar separação física */
    border: 1px solid #E2E8F0 !important;
    border-radius: 6px !important; /* Casando com o raio padrão de 6px das seções internas */
    text-decoration: none !important;
    transition: all 0.15s ease-in-out !important;
}

/* Caixa e espaçamento simétrico do ícone/emoji */
.tag-icon-box {
    font-size: 16px !important;
    margin-right: 12px !important;
    flex-shrink: 0 !important;
}

/* Tipografia de leitura em Satoshi conforme o pilar de legibilidade */
.tag-text-box {
    font-family: 'Satoshi', sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #252D69 !important; /* Texto principal em Azul Escuro institucional */
}

/* Interação Ativa (Hover acende no Azul Claro oficial da marca Tray) */
.search-tag-premium:hover {
    background-color: #ECF5FB !important; /* Soft Blue de apoio */
    border-color: #00A0DC !important;
    text-decoration: none !important;
}

.search-tag-premium:hover .tag-text-box {
    color: #00A0DC !important;
}

/* ♿ Usabilidade e Acessibilidade Plena (Teclado) */
.search-tag-premium:focus-visible {
    outline: 2px solid #00A0DC !important;
    outline-offset: -1px !important;
}

/* ==========================================================================
   REDESIGN TRAY: Formatting Styles & Legibilidade (Pilar 1)
   ========================================================================== */

/* 1. Limitação Estrita da Coluna de Conteúdo do Artigo */
.article-content, 
.content[itemprop="articleBody"] {
    max-width: 680px !important; /* Meta rigorosa de foco do lojista */
    line-height: 1.65 !important; /* Altura de linha para conforto visual */
    color: #1A1F45 !important; /* Cor do texto body institucional */
    font-family: 'Satoshi', 'Plus Jakarta Sans', sans-serif;
}

/* 4. Estilização das Listas Customizadas */
.list-check > li::before {
    background-color: #91B610 !important; /* Verde de Sucesso da Tray (--cta-green) */
    color: #FFFFFF !important;
    content: "✓" !important;
}

.list-number > li::before {
    background-color: #252D69 !important; /* Azul Escuro Principal (--blue-dark) */
    color: #FFFFFF !important;
}

/* ==========================================================================
   REDESIGN TRAY: Estilização de Abas e Carrosséis (Zenplates Extension)
   ========================================================================== */

/* --- Customização Geral das TABS --- */
.js-tabs-nav {
    display: flex;
    gap: 4px;
    border-bottom: 2px solid #dce9f5; /* Cor da Borda Suave (--border) */
    margin-bottom: 20px;
}

/* Estilo dos botões das abas inativas */
.js-tabs-nav a {
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 14.5px;
    font-weight: 600;
    color: #4a5585; /* --text-muted */
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

/* Efeito de Hover nas abas */
.js-tabs-nav a:hover {
    color: #252D69; /* --blue-dark */
    background-color: #ECF5FB; /* --blue-light */
}

/* Estado da Aba ATIVA (Injetado pela extensão da Zenplates) */
.js-tabs-nav a.is-active,
.js-tabs-nav a.active {
    color: #252D69 !important; /* Azul Escuro Principal */
    border-bottom: 3px solid #00A0DC !important; /* Linha acesa no Azul Claro Tray */
    font-weight: 700;
    background-color: transparent;
}

/* --- Customização Geral dos CAROUSELS --- */
.js-carousel-nav {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

/* Botões de Avançar e Voltar do Carrossel */
.js-carousel-nav .js-next,
.js-carousel-nav .js-previous {
    background-color: #252D69 !important; /* Azul Escuro Tray */
    color: #FFFFFF !important;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 999px; /* --radius-pill */
    border: none;
    cursor: pointer;
    transition: background-color 0.2s;
}

.js-carousel-nav .js-next:hover,
.js-carousel-nav .js-previous:hover {
    background-color: #00A0DC !important; /* Realce em Azul Claro Tray */
}

/* ==========================================================================
   CUSTOMIZAÇÃO: Cores Dinâmicas do System Status (Zenplates Extension)
   ========================================================================== */

/* Estrutura base do ponto de status (Herança do protótipo Tray) */
.status-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    animation: statusPulse 2s infinite ease-in-out; /* Pulsação sutil para chamar atenção */
}

/* 1. Todos os sistemas normais (Verde oficial da Tray) */
.status-none {
    background-color: #4cce8e !important;
}

/* 2. Instabilidade Menor/Aviso (Amarelo de Atenção) */
.status-minor {
    background-color: #F0A800 !important;
}

/* 3. Instabilidade Maior ou Fora do Ar Crítico (Vermelho de Erro) */
.status-major,
.status-critical {
    background-color: #E53E3E !important;
}

/* Animação de pulsação para dar dinamismo ao cabeçalho */
@keyframes statusPulse {
    0% { opacity: 0.6; }
    50% { opacity: 1; }
    100% { opacity: 0.6; }
}

/* ==========================================================================
   REDESIGN TRAY: Customização do Lightbox/Fancybox (Visual Premium)
   ========================================================================== */

/* 1. Fundo do Lightbox (Muda o cinza padrão para o Azul Escuro Tray Translúcido) */
.fancybox-bg {
    background: rgba(37, 45, 105, 0.88) !important; /* Azul Escuro Principal --blue-dark */
    backdrop-filter: blur(8px) !important; /* Efeito de desfoque de fundo super moderno */
    transition: opacity 0.25s ease-in-out !important;
}

/* 2. Barra de Ferramentas Superior (Botões de Zoom, Tela Cheia e Fechar) */
.fancybox-toolbar {
    background: linear-gradient(to bottom, rgba(26, 31, 69, 0.6) 0%, transparent 100%) !important;
    padding: 8px !important;
}

/* Estilo dos botões de controle */
.fancybox-button {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #FFFFFF !important;
    border-radius: 50% !important;
    margin: 0 4px !important;
    transition: all 0.2s ease-in-out !important;
}

/* Efeito de Hover nos botões (Realce no Azul Claro Tray) */
.fancybox-button:hover {
    background: #00A0DC !important; /* --blue-main */
    color: #FFFFFF !important;
}

/* 3. Ajuste de foco para Acessibilidade (WCAG 2.1 AA) */
.fancybox-button:focus {
    outline: 2px solid #00A0DC !important;
    outline-offset: 2px;
}

/* 4. Customização da legenda da imagem (caso exista) */
.fancybox-caption {
    background: linear-gradient(to top, rgba(26, 31, 69, 0.85) 0%, transparent 100%) !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 14px !important;
    color: #FFFFFF !important;
    text-align: center !important;
}

/* ==========================================================================
   REDESIGN TRAY: Cards Interativos de Formulários (Form Selection)
   ========================================================================== */

/* Organização dos Cards em Grade (Grid) */
.form-grid-tray {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)) !important;
    gap: 16px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 24px 0 !important;
}

/* Design de cada Card Individual */
.form-card-tray {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 24px 16px !important;
    background-color: #FFFFFF !important;
    border: 1.5px solid #dce9f5 !important;
    border-radius: 8px !important;
    color: #252D69 !important; /* Azul Escuro Principal */
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: all 0.25s ease-in-out !important;
    cursor: pointer !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02) !important;
}

/* Efeito ao passar o mouse (Hover) */
.form-card-tray:hover {
    border-color: #00A0DC !important; /* Azul Claro Tray */
    background-color: #ECF5FB !important;
    transform: translateY(-3px) !important; /* Leve flutuação */
    box-shadow: 0 8px 24px rgba(37, 45, 105, 0.12) !important;
}

/* Acessibilidade por Teclado */
.form-card-tray:focus {
    outline: 2px solid #00A0DC !important;
    outline-offset: 3px !important;
}

/* ==========================================================================
   REDESIGN TRAY: Caixa de Sugestões Proativas (Form Suggestions / Deflection)
   ========================================================================== */

/* 1. Container da Caixa de Alerta que brota na tela */
.searchbox-suggestions,
.suggestion-list {
    background-color: #ECF5FB !important; /* Fundo azul sutil de apoio */
    border: 1.5px solid #00A0DC !important; /* Borda no Azul Claro Tray */
    border-radius: 8px !important;
    padding: 16px 20px !important;
    margin-top: 16px !important;
    margin-bottom: 16px !important;
    box-shadow: 0 4px 12px rgba(0, 160, 220, 0.06) !important;
}

/* 2. Título interno da caixa ("Artigos sugeridos:") */
.suggestion-list label {
    color: #252D69 !important; /* Azul Escuro Principal */
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    border-bottom: 1px solid rgba(0, 160, 220, 0.2) !important;
    padding-bottom: 8px !important;
    margin-bottom: 12px !important;
    display: block !important;
}

/* 3. Estilização dos Links dos Artigos Recomendados */
.suggestion-list ul li {
    margin: 8px 0 !important;
}

.suggestion-list a {
    color: #00A0DC !important; /* Links em Azul Claro Tray */
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 14.5px !important;
    text-decoration: none !important;
    transition: color 0.2s ease-in-out !important;
}

/* Efeito de Hover ao passar o mouse nos links sugeridos */
.suggestion-list a:hover {
    color: #252D69 !important; /* Escurece para o Azul Principal */
    text-decoration: underline !important;
}

/* ==========================================================================
   REDESIGN TRAY: Galeria Multimédia / Biblioteca de Vídeos (Home Page)
   ========================================================================== */

/* Configuração da Grelha Responsiva */
.video-grid-tray {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)) !important;
    gap: 24px !important;
    margin-bottom: 32px !important;
}

/* Card do Vídeo */
.video-card-tray {
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
}

/* Wrapper da Miniatura (Thumbnail) */
.video-thumbnail-wrapper {
    position: relative !important;
    display: block !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 12px rgba(37, 45, 105, 0.06) !important;
    transition: all 0.25s ease-in-out !important;
    cursor: pointer !important;
}

/* Efeito de Hover na imagem do vídeo */
.video-thumbnail-wrapper:hover {
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 30px rgba(37, 45, 105, 0.15) !important;
}

/* Imagem interna do YouTube */
.video-thumbnail-wrapper img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    object-fit: cover !important;
}

/* Botão de Play Centralizado */
.video-play-btn {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    background-color: #252D69 !important; /* Azul Escuro Principal */
    color: #FFFFFF !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    padding-left: 4px !important; /* Ajuste óptico do triângulo do play */
    transition: all 0.2s ease-in-out !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
}

/* Hover do botão de play muda para o Azul Claro Tray */
.video-thumbnail-wrapper:hover .video-play-btn {
    background-color: #00A0DC !important; /* --blue-main */
    transform: translate(-50%, -50%) scale(1.1) !important;
}

/* Título do Vídeo */
.video-title-tray {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 14.5px !important;
    font-weight: 700 !important;
    color: #252D69 !important;
    line-height: 1.4 !important;
    margin: 0 0 6px 0 !important;
}

/* Descrição Dinâmica do Vídeo - Limitação estrita de 2 Linhas com Truncamento */
.video-description-tray {
    font-family: 'Satoshi', 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13px !important;
    color: #4a5585 !important;
    line-height: 1.45 !important;
    margin: 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important; /* Força o corte automático na 2ª linha */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important; /* Insere automaticamente os "..." ao truncar */
}

/* ==========================================================================
   REDESIGN TRAY: Banner de Avisos Globais (Global Notifications)
   ========================================================================== */

.tray-notification-wrapper {
    width: 100%;
    position: relative;
    z-index: 9999; /* Fixa o aviso sobre a camada do cabeçalho elástico */
}

/* Container da barra com as cores institucionais e contraste WCAG AA */
.tray-notification-bar {
    background: linear-gradient(135deg, #252D69 0%, #00A0DC 100%) !important;
    color: #FFFFFF !important;
    border-bottom: none !important;
}

/* Ícone de aviso posicionado à esquerda */
.tray-notification-icon {
    width: 18px;
    height: 18px;
    color: #00A0DC; /* Realce no Azul Claro */
    margin-right: 12px;
    flex-shrink: 0;
}

/* Ajuste da tipografia corporativa */
.tray-notification-content {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    line-height: 1.4 !important;
    color: #FFFFFF !important;
}

/* Formatação automática de links inseridos dentro do aviso */
.tray-notification-content a {
    color: #00A0DC !important;
    font-weight: 700 !important;
    text-decoration: underline !important;
    transition: color 0.2s ease;
}
.tray-notification-content a:hover {
    color: #FFFFFF !important;
}

/* Botão de Fechar interativo */
.tray-notification-close-btn {
    color: rgba(255, 255, 255, 0.6) !important;
    cursor: pointer;
    padding: 6px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
    transition: all 0.2s ease-in-out;
}

.tray-notification-close-btn:hover {
    color: #FFFFFF !important;
    background-color: rgba(255, 255, 255, 0.1) !important;
}

/* Navegação por Teclado visível e acessível */
.tray-notification-close-btn:focus {
    outline: 2px solid #00A0DC !important;
    outline-offset: 1px;
}

/* ==========================================================================
   REDESIGN TRAY: Grid de Artigos em Destaque (Featured Articles)
   ========================================================================== */

/* Container da Grade Responsiva */
.featured-grid-tray {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 24px !important;
    margin-top: 16px !important;
}

/* O Card Individual */
.featured-card-tray {
    background-color: #FFFFFF !important;
    border: 1.5px solid #dce9f5 !important; /* Cor suave de borda */
    border-radius: 12px !important; /* Cantos arredondados premium */
    padding: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    transition: all 0.25s ease-in-out !important;
    position: relative !important; /* Essencial para o stretched-link */
    box-shadow: 0 4px 12px rgba(37, 45, 105, 0.01) !important;
}

/* Efeito de Hover (Elevação e realce na borda Azul Claro Tray) */
.featured-card-tray:hover {
    border-color: #00A0DC !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 30px rgba(37, 45, 105, 0.08) !important;
}

/* Etiqueta Superior (Badge de Categoria) */
.featured-badge-section {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #00A0DC !important; /* Azul Claro Principal */
    background-color: #ECF5FB !important; /* Fundo translúcido de apoio */
    padding: 4px 10px !important;
    border-radius: 4px !important;
    margin-bottom: 14px !important;
}

/* Título do Card */
.featured-title-tray {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #252D69 !important; /* Azul Escuro Principal */
    line-height: 1.35 !important;
    margin: 0 0 10px 0 !important;
}

.featured-link-tray {
    color: #252D69 !important;
    text-decoration: none !important;
}

/* Técnica de Stretched-Link: Torna toda a área do card clicável sem quebrar o HTML */
.featured-link-tray::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important;
}

/* Resumo/Prévia do Texto */
.featured-excerpt-tray {
    font-family: 'Satoshi', sans-serif !important;
    font-size: 14px !important;
    color: #4a5585 !important;
    line-height: 1.5 !important;
    margin: 0 0 20px 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 3 !important; /* Corta o texto em exatamente 3 linhas */
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Link Inferior de Ação */
.featured-read-more {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 700 !important;
    color: #00A0DC !important;
    display: inline-flex !important;
    align-items: center !important;
    margin-top: auto !important; /* Força o botão a ficar sempre alinhado no rodapé do card */
    transition: color 0.2s ease !important;
}

.featured-card-tray:hover .featured-read-more {
    color: #252D69 !important; /* Muda de cor no hover do card */
}

/* ==========================================================================
   REDESIGN TRAY: Grid de Categorias da Home Page (Content Blocks)
   ========================================================================== */

/* Container do Grid Responsivo */
.category-grid-tray {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
    gap: 20px !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 32px 0 !important;
}

/* Otimização Estrita para 2 Colunas na Home Page (Apenas Mobile) */
@media (max-width: 575.98px) {
  .category-grid-tray {
    grid-template-columns: repeat(2, 1fr) !important; /* Força 2 colunas paralelas */
    gap: 12px !important; /* Aproxima os cards para otimizar espaço de tela */
    margin: 20px 0 !important;
  }
  
  .category-card-tray {
    padding: 20px 12px !important; /* Reduz o espaçamento interno para os textos respirarem */
  }
  
  .category-card-tray h2 {
    font-size: 14px !important; /* Ajusta o título para evitar quebra de palavras isoladas */
  }
  
  .category-card-tray p {
    font-size: 12px !important; /* Suaviza a descrição curta */
    line-height: 1.3 !important;
  }
  
  .category-card-tray .circle {
    width: 48px !important; /* Compacta o círculo do ícone para casar com o grid menor */
    height: 48px !important;
    margin-bottom: 10px !important;
  }
  
  .category-card-tray .circle img {
    width: 24px !important; /* Redimensiona o ícone de forma simétrica */
    height: 24px !important;
  }
}

/* Item da lista limpo */
.category-item-tray {
    margin: 0 !important;
}

/* O Card de Categoria Premium */
.category-card-tray {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    padding: 32px 24px !important;
    background-color: #FFFFFF !important;
    border: 1.5px solid #dce9f5 !important;
    border-radius: 12px !important; /* Bordas arredondadas suaves */
    color: #252D69 !important; /* Azul Escuro Principal */
    text-decoration: none !important;
    transition: all 0.25s ease-in-out !important;
    height: 100% !important;
    box-shadow: 0 4px 12px rgba(37, 45, 105, 0.02) !important;
}

/* Efeito de Hover (Elevação suave e borda acesa no Azul Claro Tray) */
.category-card-tray:hover {
    border-color: #00A0DC !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 24px rgba(37, 45, 105, 0.08) !important;
    text-decoration: none !important;
    color: #252D69 !important;
}

/* Container do Círculo do Ícone (Forçando o tamanho perfeito) */
.category-card-tray .circle {
    width: 64px !important;
    height: 64px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 0 16px 0 !important; /* Margem apenas abaixo do ícone */
    border-radius: 50% !important;
    background-color: #ECF5FB !important; /* Fundo azul sutil padrão para todas */
    transition: transform 0.25s ease !important;
}

/* Leve rotação ou pulso no ícone quando passar o mouse no card */
.category-card-tray:hover .circle {
    transform: scale(1.05) !important;
}

/* Ajuste da imagem interna do ícone */
.category-card-tray .circle img {
    width: 32px !important;
    height: 32px !important;
    object-fit: contain !important;
}

/* Título de cada Categoria */ 
.category-card-tray h2 { 
  font-family: 'Plus Jakarta Sans', sans-serif !important; 
  font-size: 16px !important;
  font-weight: 700 !important; 
  color: #000000 !important; /* Alterado para preto puro conforme manual */ 
  margin: 0 0 8px 0 !important; 
  line-height: 1.3 !important; 
}

/* Descrição da Categoria */
.category-card-tray p {
    font-family: 'Satoshi', sans-serif !important;
    font-size: 13.5px !important;
    color: #4a5585 !important;
    margin: 0 !important;
    line-height: 1.4 !important;
}

/* Acessibilidade para navegação via teclado (WCAG AA) */
.category-card-tray:focus {
    outline: 2px solid #00A0DC !important;
    outline-offset: 3px !important;
}

/* ==========================================================================
   REDESIGN TRAY: Contador de Artigos nos Cards de Categoria
   ========================================================================== */

.category-count-tray {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #718096 !important; /* Cinza suave para hierarquia visual */
    background-color: #F7FAFC !important; /* Fundo de etiqueta neutro */
    padding: 2px 8px !important;
    border-radius: 4px !important;
    display: inline-block !important;
    margin-bottom: 10px !important;
    text-transform: lowercase;
}

/* Garante que o contador mude de contraste se o card for muito escuro */
.category-card-tray:hover .category-count-tray {
    background-color: rgba(0, 160, 220, 0.1) !important;
    color: #00A0DC !important;
}

/* ==========================================================================
   INTERCEPTADOR DE TIPOGRAFIA: Identidade Oficial Tray
   ========================================================================== */

:root {
    --font-headings-tray: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --font-body-tray: 'Satoshi', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

/* Força a nova fonte em todos os textos estruturais, parágrafos e artigos */
body, p, li, a, span, input, textarea, select, button, .content, .article-content {
    font-family: var(--font-body-tray) !important;
    -webkit-font-smoothing: antialiased !important;
}

/* Força a nova fonte em todos os títulos da Home, Categorias e Artigos */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .title, .heading {
    font-family: var(--font-headings-tray) !important;
    letter-spacing: -0.02em !important;
}

/* ==========================================================================
   REDESIGN TRAY: Seção de Artigos Mais Acessados (Cards Horizontais Fluidos)
   ========================================================================== */

/* Configuração do grid responsivo */
.most-accessed-grid-tray {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 20px !important;
    margin-top: 16px !important;
    margin-bottom: 32px !important;
}

/* Estrutura interna dos cards com o padrão de borda e cantos arredondados */
.most-accessed-card-tray {
    background-color: #FFFFFF !important;
    border: 1.5px solid #dce9f5 !important;
    border-radius: 12px !important;
    padding: 20px !important;
    display: flex !important;
    align-items: flex-start !important;
    gap: 16px !important;
    position: relative !important; /* Elemento-âncora para o stretched link */
    transition: all 0.25s ease-in-out !important;
    box-shadow: 0 4px 12px rgba(37, 45, 105, 0.01) !important;
}

/* Estado de Hover (Feedback de seleção aplicando o Gradiente Tray Oficial) */
.most-accessed-card-tray:hover {
    background: linear-gradient(135deg, #252D69 0%, #00A0DC 100%) !important;
    border-color: transparent !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 12px 30px rgba(0, 160, 220, 0.25) !important;
}

/* Ajuste automático de contraste para o texto interno no Hover */
.most-accessed-card-tray:hover .most-accessed-link-tray,
.most-accessed-card-tray:hover .most-accessed-content p {
    color: #FFFFFF !important;
}

/* Ajuste do ícone interno no Hover para manter a harmonia visual */
.most-accessed-card-tray:hover .most-accessed-icon-wrapper {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: #FFFFFF !important;
}

/* Wrapper visual para os ícones ilustrativos */
.most-accessed-icon-wrapper {
    width: 40px !important;
    height: 40px !important;
    background-color: #ECF5FB !important; /* Fundo de apoio azul claro */
    color: #00A0DC !important; /* Tom do ícone em Azul Claro */
    border-radius: 8px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

.most-accessed-icon-wrapper svg {
    width: 22px !important;
    height: 22px !important;
}

/* Container de formatação textual */
.most-accessed-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.most-accessed-content h3 {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 15.5px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}

.most-accessed-link-tray {
    color: #252D69 !important; /* Azul Escuro Principal */
    text-decoration: none !important;
}

/* Técnica de Stretched-Link: Torna o card 100% clicável de forma semântica */
.most-accessed-link-tray::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    z-index: 1 !important;
}

.most-accessed-content p {
    font-family: 'Satoshi', sans-serif !important;
    font-size: 13.5px !important;
    color: #4a5585 !important;
    margin: 0 !important;
    line-height: 1.45 !important;
}

/* Indicador visual de foco para acessibilidade por teclado (WCAG AA) */
.most-accessed-card-tray:focus-within {
    outline: 2px solid #00A0DC !important;
    outline-offset: 3px !important;
}

/* ==========================================================================
   MÓDULO: ARTIGOS MAIS ACESSADOS (GRID 2 COLUNAS)
   ========================================================================== */

/* Container Principal do Módulo */
.articles-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  border: 1.5px solid #dce9f5;
  border-radius: 12px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .articles-grid {
    grid-template-columns: 1fr 1fr; /* Quebra em duas colunas idênticas em telas maiores */
  }
}

/* Linha / Card Individual de Artigo */
.article-row {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid #dce9f5;
  cursor: pointer;
  transition: background .15s ease-in-out;
  text-decoration: none;
  color: inherit;
}

/* Linha de Artigo com Efeito de Gradiente e Elevação */
.article-row:hover {
  background: linear-gradient(135deg, #252D69 0%, #00A0DC 100%) !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 160, 220, 0.15);
}

/* Ajuste automático de contraste para os títulos, subtítulos, números e setas no Hover */
.article-row:hover .article-text h4,
.article-row:hover .article-text span,
.article-row:hover .article-num,
.article-row:hover .article-arrow .material-icons-outlined {
  color: #FFFFFF !important;
}

/* Organização de bordas internas para evitar duplicidade */
@media (min-width: 768px) {
  .article-row:nth-child(odd) {
    border-right: 1px solid #dce9f5;
  }
  .article-row:last-child, 
  .article-row:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}

/* Indexador Numérico (01, 02...) */
.article-num {
  font-size: 22px;
  font-weight: 800;
  color: #aabdd4;
  letter-spacing: -.04em;
  width: 32px;
  flex-shrink: 0;
}

/* Bloco Textual */
.article-text h4 {
  font-size: 14.5px;
  font-weight: 600;
  color: #252D69;
  line-height: 1.35;
  margin-bottom: 2px;
}

.article-text span {
  font-size: 12.5px;
  color: #4a5585;
}

/* Seta Indicativa Direita */
.article-arrow {
  margin-left: auto;
  flex-shrink: 0;
}

.article-arrow .material-icons-outlined {
  font-size: 18px;
  color: #00A0DC;
}

/* ==========================================================================
   MÓDULO: SUPORTE E CONTATO (MANUAL DA MARCA TRAY) - RECALIBRADO
   ========================================================================== */

.support-banner {
  background-color: #ECF5FB;
  border: 1.5px solid #dce9f5;
  border-radius: 20px;
  padding: 24px !important; /* Compactado simetricamente para mobile */
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

@media (min-width: 992px) {
  .support-banner {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    text-align: left;
    padding: 32px 48px !important; /* ⚡ ALINHADO: Respiro idêntico de 32px no topo e na base do card */
  }
}

.support-banner-text h2 {
  font-size: 24px;
  font-weight: 800;
  color: #000000 !important; /* 🖤 Título em preto puro conforme solicitado */
  margin-top: 0 !important;    /* 🛠️ CORREÇÃO DE VÃO: Elimina a margem nativa do navegador que causava o desnível */
  margin-bottom: 6px !important; /* Espaçamento sutil para o parágrafo logo abaixo */
  letter-spacing: -.02em;
  line-height: 1.2;
}

.support-banner-text p {
  font-size: 14.5px;
  color: #718096 !important; /* 🩶 Subtítulo no mesmo cinza oficial das demais seções da Home */
  margin: 0 !important;
  line-height: 1.5;
}

.support-actions {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .support-actions {
    width: auto;
  }
}

/* Botão Primário Tray Otimizado (Com Glow Azul Homologado) */
.btn-brand-primary {
  background: linear-gradient(135deg, #252D69 0%, #00A0DC 100%) !important;
  color: #ffffff !important;
  border: none;
  cursor: pointer;
  padding: 14px 44px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.25s ease-in-out !important;
  text-decoration: none !important;
  white-space: nowrap;
  /* Sombra sutil em azul claro que gera o efeito de blur moderno */
  box-shadow: 0 4px 14px rgba(0, 160, 220, 0.3) !important; 
}

.btn-brand-primary:hover {
    background: linear-gradient(135deg, #00A0DC 0%, #252D69 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 160, 220, 0.35);
}

.btn-brand-primary:active {
  transform: translateY(0);
}

/* Botão Outline Azul Escuro Tray */
.btn-brand-outline {
  background-color: transparent;
  color: #252D69 !important;
  border: 2px solid #252D69;
  cursor: pointer;
  padding: 9px 22px; /* Compensação da borda */
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s ease-in-out;
  text-decoration: none !important;
  white-space: nowrap;
}

.btn-brand-outline:hover {
  background-color: #252D69;
  color: #ffffff !important;
}

/* Acessibilidade de Foco (Teclado) */
.btn-brand-primary:focus-visible,
.btn-brand-outline:focus-visible {
  outline: 2px solid #00A0DC;
  outline-offset: 3px;
}

.support-actions .material-icons-outlined {
  font-size: 20px;
  line-height: 1;
}

/* ==========================================================================
   MÓDULO: GUIA DE INÍCIO RÁPIDO (REVISADO E SEGURO)
   ========================================================================== */

.started-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  width: 100%;
}

/* Chaves isoladas estritamente para evitar vazamentos downstream */
@media (min-width: 768px) {
  .started-grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

.started-card {
  border-radius: 12px;
  padding: 28px 24px;
  color: #ffffff !important;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  overflow: hidden;
}

.started-card:hover {
  transform: translateY(-4px);
}

.started-card::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  pointer-events: none;
}

/* Paletas e Elevações */
.card-gradient-1 { background: linear-gradient(135deg, #252D69 0%, #2551A0 100%); }
.card-gradient-1:hover { box-shadow: 0 12px 30px rgba(37, 45, 105, 0.25); }
.card-gradient-2 { background: linear-gradient(135deg, #2551A0 0%, #00A0DC 100%); }
.card-gradient-2:hover { box-shadow: 0 12px 30px rgba(0, 160, 220, 0.25); }
.card-gradient-3 { background: linear-gradient(135deg, #00012A 0%, #252D69 100%); }
.card-gradient-3:hover { box-shadow: 0 12px 30px rgba(0, 1, 42, 0.3); }

.step-badge {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255, 255, 255, 0.65) !important; 
  background: transparent !important; /* Remove o fundo cinza de vez */
  background-color: transparent !important;
  padding: 0 !important; /* Zera as calhas internas para o texto flutuar livremente */
  box-shadow: none !important;
}

.started-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff !important;
  margin: 0;
  line-height: 1.3;
}

.started-card p {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  line-height: 1.45;
  flex-grow: 1;
}

.card-action-link {
  margin-top: 12px;
  font-size: 13.5px;
  font-weight: 700;
  color: #b8e7f8;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ==========================================================================
   MÓDULO: ONBOARDING TIMELINE GRID (DESIGN SISTÊMICO TRAY)
   ========================================================================== */

.onboarding-header {
  margin-bottom: 32px;
  text-align: left;
}

.onboarding-title {
  font-family: 'Diodrum', 'Plus Jakarta Sans', sans-serif;
  font-size: 24px;
  font-weight: 800;
  color: #252D69;
  margin-bottom: 4px;
  letter-spacing: -.02em;
}

.onboarding-subtitle {
  font-family: 'Satoshi', sans-serif;
  font-size: 14.5px;
  color: #4a5585;
  margin: 0;
}

/* Grid System */
.onboarding-timeline-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  width: 100%;
}

@media (min-width: 992px) {
  .onboarding-timeline-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Componente Premium Card */
.onboarding-card-premium {
  background: #ffffff;
  border: 1.5px solid #dce9f5;
  border-radius: 16px;
  padding: 32px 24px;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
}

/* Indicadores de Borda Superior (Passo a Passo) */
.block-step-1 { border-top: 4px solid #252D69; }
.block-step-2 { border-top: 4px solid #00A0DC; }
.block-step-3 { border-top: 4px solid #91B610; }

.onboarding-card-premium:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(37, 45, 105, 0.08);
  border-color: rgba(0, 160, 220, 0.3);
}

.onboarding-card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 12px;
}

/* Emblema de Passo Numérico */
.step-indicator-badge {
  font-family: 'JetBrains Mono', monospace;
  font-size: 14px;
  font-weight: 700;
  color: #00A0DC;
  background: rgba(0, 160, 220, 0.08);
  padding: 4px 12px;
  border-radius: 99px;
  width: max-content;
}

.onboarding-card-premium h3 {
  font-family: 'Diodrum', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #252D69 !important;
  margin: 0;
}

.onboarding-card-premium p {
  font-family: 'Satoshi', sans-serif;
  font-size: 13.5px;
  color: #4a5585;
  line-height: 1.6;
  margin: 0;
  flex-grow: 1;
}

/* Link de Ação Interno */
.onboarding-action {
  font-family: 'Satoshi', sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  color: #2551A0;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 8px;
  transition: color 0.2s ease;
}

.onboarding-card-premium:hover .onboarding-action {
  color: #00A0DC;
}

.onboarding-action .material-icons-outlined {
  font-size: 16px;
  transition: transform 0.2s ease;
}

.onboarding-card-premium:hover .onboarding-action .material-icons-outlined {
  transform: translateX(4px);
}

/* ==========================================================================
   MENU DE CATEGORIAS - PADRÃO DE IDENTIDADE E ACESSIBILIDADE TRAY
   ========================================================================== */

/* ♿ OTIMIZAÇÃO MOBILE: Oculta completamente a barra lateral de categorias
   em dispositivos móveis/tablets (abaixo de 992px) para focar 100% no artigo */
@media (max-width: 991.98px) {
  .sidebar-categories {
    display: none !important;
  }
}

/* Criamos uma classe exclusiva para a Barra Lateral, isolando o comportamento sticky apenas para Desktop */
@media (min-width: 992px) {
  .sticky-sidebar-tray {
    position: -webkit-sticky !important;
    position: sticky !important;
    /* 100px (altura do seu header definida no CSS) + 24px (espaçamento de respiro visual) */
    top: 124px !important; 
    z-index: 20 !important; /* Fica acima dos cards de artigos, mas abaixo do menu principal */
  }
}

/* Estrutura principal do menu de navegação lateral */
[data-element="navigation"] nav.menu {
  background-color: #ffffff; /* Fundo branco exigido para o contraste WCAG AA */
  padding: 1.5rem;
  border-radius: 8px;
  font-family: 'Satoshi', sans-serif; /* Satoshi Regular no corpo para conforto visual */
  line-height: 1.65; /* Atendimento estrito à altura de linha 1.65 contra fadiga */
}

/* Título do menu lateral */
[data-element="navigation"] nav.menu h3 {
  font-family: 'Diodrum', sans-serif;
  font-weight: 600; /* Aplicação de Diodrum Semibold para fixação de branding */
  color: #252D69; /* Tom de contraste oficial da marca */
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Links das categorias */
[data-element="navigation"] nav.menu .nav-link {
  color: #252D69; /* Garantia de conformidade com texto em #252D69 sobre fundo branco */
  text-decoration: none;
  display: block;
  padding: 0.5rem 0;
  font-weight: 400; /* Satoshi Regular */
  transition: color 0.2s ease, font-weight 0.2s ease;
}

/* Efeito de Hover nos links do menu */
[data-element="navigation"] nav.menu .nav-link:hover {
  color: #00A0DC; /* Uso sutil do tom Azul Claro Tray para interatividade */
}

/* Destaque visual da categoria ativa (onde o lojista está navegando) */
[data-element="navigation"] nav.menu .nav-link.is-active {
  font-weight: 700; /* Satoshi Bold no corpo ativo para indicar localização */
  color: #252D69;
  border-left: 3px solid #252D69; /* Indicador visual persistente de progresso/foco */
  padding-left: 10px;
  margin-left: -10px;
}

/* Acessibilidade Plena (WCAG 2.1 AA) - Foco visível via teclado */
[data-element="navigation"] nav.menu .nav-link:focus-visible {
  outline: 2px solid #00A0DC !important; /* Outline de 2px sólido no tom Azul Claro Tray */
  outline-offset: 3px; /* Garante visibilidade sem falhas de fluxo ou quebras estruturais */
}

/* Interatividade avançada nas caixas de paginação Tray */
.tray-nav-box:hover .tray-nav-arrow {
  background-color: #252D69; /* Inverte a cor do botão circular para o tom escuro institucional */
  color: #ffffff !important;
}

/* Alinhamento estrito com o Pilar 4: Acessibilidade Plena (WCAG 2.1 AA) */
.tray-nav-box:focus-visible {
  outline: 2px solid #00A0DC !important; /* Outline visível de 2px sólido no tom Azul Claro Tray */
  outline-offset: 3px;
}

/* ==========================================================================
   REDESIGN TRAY: COMPONENTE ULTRA-PREMIUM DE BUSCA DO HEADER
   ========================================================================== */

.search-input-wrapper-premium {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 380px;
    height: 42px;
}

/* ==========================================================================
   REDESIGN TRAY: COMPONENTE ULTRA-PREMIUM DE BUSCA DO HEADER (ESTILO ZEROZ)
   ========================================================================== */

.search-input-wrapper-premium {
    position: relative !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 380px;
    height: 42px;
}

/* Campo Input Principal (Alinhado com a sutileza do ZeroZ InputSearch) */
.input-search-tray-premium {
    width: 100% !important;
    height: 100% !important;
    background-color: #FFFFFF !important; /* Fundo Branco Puro */
    border: 1.5px solid #CBD5E1 !important; /* Borda cinza suave para proteção de contraste */
    border-radius: 8px !important;
    padding: 0 42px 0 16px !important;
    font-family: 'Satoshi', sans-serif !important;
    font-size: 14px !important;
    color: #252D69 !important;
    transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), 
                border-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), 
                box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Foco Ativo com Elevação Sutil e Transição Cromática */
.input-search-tray-premium:focus {
    background-color: #FFFFFF !important;
    border-color: #00A0DC !important; /* Azul Claro Tray */
    box-shadow: 0 4px 14px rgba(0, 160, 220, 0.08) !important; /* Brilho de foco limpo e sem ruído */
    outline: none !important;
}

/* Fixador absoluto da calha dinâmica de ícones */
.search-dynamic-icon-premium {
    position: absolute !important;
    right: 14px !important;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    pointer-events: none; /* Blindagem: cliques na lupa passam direto para o input */
}

/* Libera eventos de ponteiro exclusivamente quando o botão interativo (X) assume o espaço */
.search-dynamic-icon-premium button {
    pointer-events: auto !important;
}

/* Ícone da lupa interna em repouso */
.search-icon-inside-premium {
    width: 18px !important;
    height: 18px !important;
    fill: #A0AEC0 !important; /* Tom cinza técnico fosco do Design System */
    transition: fill 0.15s ease-in-out !important;
}

/* Transição: A lupa acende no tom oficial da marca quando o input recebe foco */
.input-search-tray-premium:focus ~ .search-dynamic-icon-premium .search-icon-inside-premium {
    fill: #00A0DC !important;
}

/* Botão de Limpar (X) reposicionado centralizado */
.btn-search-clear-premium {
    background: transparent !important;
    border: none !important;
    color: #A0AEC0 !important;
    cursor: pointer !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 4px !important;
    transition: color 0.15s ease !important;
}

.btn-search-clear-premium:hover {
    color: #252D69 !important; /* Transiciona para o azul escuro institucional ao pairar o mouse */
}

.btn-search-clear-premium .material-icons-outlined {
    font-size: 18px !important;
}

/* ==========================================================================
   ANCHORING & UX LIMITS: ESCOPO DE LARGURA DA BUSCA PREMIUM
   ========================================================================== */

/* Garante que o container da busca seja o limite físico do dropdown no desktop */
.search-bar-tray {
    position: relative !important;
    width: 100% !important;
    max-width: 380px !important;
}

/* Painel de Resultados (Dropdown Premium Otimizado) */
.search-dropdown-pane-premium {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important; /* Ajustado para acompanhar 100% do tamanho elástico da barra */
    margin-top: 8px !important;
    background-color: #FFFFFF !important;
    border: 1px solid #00A0DC !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 25px rgba(37, 45, 105, 0.1) !important;
    overflow: hidden !important;
    z-index: 9999 !important;
}

/* ==========================================================================
   REDESIGN TRAY: REDISTRIBUIÇÃO VISUAL DA HEADER FIXA (DESKTOP)
   ========================================================================== */
@media (min-width: 992px) {
    /* 1. Força a navbar a operar com distribuição limpa de ponta a ponta */
    .header .navbar {
        display: flex !important;
        justify-content: space-between !important;
    }
    
    /* Neutraliza a margem automática nativa do logo que isolava os elementos à direita */
    .header .navbar-brand {
        margin-right: 0 !important;
    }

    /* 2. Expande o menu para preencher toda a largura central restante da tela */
    .header .menu {
        flex: 1 !important;
        display: flex !important;
        align-items: center !important;
        margin-left: 48px !important; /* Respiro elegante entre o logo e o botão de Categorias */
        justify-content: flex-start !important; /* Garante que os links iniciais fiquem colados à esquerda */
    }

    /* 3. Sistema de Auto-Margins: Isolamento e centralização perfeita da barra estilo Premium */
    .header .search-bar-tray {
        margin-left: auto !important;  /* Pushes automáticos: empurra as Categorias para junto do logo */
        margin-right: auto !important; /* Pushes automáticos: empurra o botão Evoluções para a extrema direita */
        width: 100% !important;
        max-width: 480px !important;   /* Alarga a barra de pesquisa de 380px para 480px, ocupando o centro */
    }

    /* Ajusta simetricamente o limite físico do wrapper interno do input */
    .header .search-input-wrapper-premium {
        max-width: 480px !important;
    }
}

/* Responsividade Mobile Extrema (Libera o espaço no menu sanduíche) */
@media (max-width: 991.98px) {
    .search-bar-tray {
        max-width: 100% !important;
    }
    .search-input-wrapper-premium {
        max-width: 100% !important;
    }
    .search-dropdown-pane-premium {
        max-width: 100% !important;
    }
}

/* ==========================================================================
   REDESIGN TRAY: LISTAGEM E CARD DE RESULTADOS DA BUSCA PREDITIVA
   ========================================================================== */

/* Reseta e limpa o container da lista */
.search-results-list-premium {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    background-color: #FFFFFF !important;
}

/* Transforma cada item encontrado em um card horizontal interativo e fluido */
.search-result-item-link-premium {
    display: flex !important;
    flex-direction: column !important;
    padding: 12px 16px !important;
    border-bottom: 1px solid #EDF2F7 !important; /* Divisor técnico sutil entre tutoriais */
    text-decoration: none !important;
    transition: all 0.15s ease-in-out !important;
}

/* Último item da lista de 5 elementos não precisa de borda inferior */
.search-results-list-premium li:last-child .search-result-item-link-premium {
    border-bottom: none !important;
}

/* Efeito de foco/hover: Preenchimento elegante no tom Soft Blue de apoio */
.search-result-item-link-premium:hover {
    background-color: #ECF5FB !important;
    text-decoration: none !important;
}

/* Meta-tag de identificação (Hierarquia visual com o cinza padrão de caminhos do site) */
.result-item-meta-tag {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 10.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #64748B !important; /* Cinza de breadcrumb estável */
    letter-spacing: 0.05em !important;
    margin-bottom: 4px !important;
}

/* Título do artigo retornado (Preto corporativo de alta legibilidade) */
.result-item-title-premium {
    font-family: 'Satoshi', sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #000000 !important; /* Preto puro casado com os títulos do manual */
    line-height: 1.4 !important;
    transition: color 0.15s ease-in-out !important;
}

/* Estado de Interação: O título acende no Azul Claro Tray ao passar o mouse */
.search-result-item-link-premium:hover .result-item-title-premium,
.hero .search-result-item-link-premium:hover .result-item-title-premium,
.hero-inner .search-result-item-link-premium:hover .result-item-title-premium {
    color: #00A0DC !important;
}

/* Feedback tátil: Titulo assume o tom azul de destaque se o card estiver em foco */
.search-result-item-link-premium:hover .result-item-title-premium {
    color: #00A0DC !important;
}

/* ♿ Garantia de foco para navegação por teclado (WCAG AA) */
.search-result-item-link-premium:focus-visible {
    background-color: #ECF5FB !important;
    outline: 2px solid #00A0DC !important;
    outline-offset: -2px !important;
}

/* ==========================================================================
   NORMALIZAÇÃO DE COMPONENTES E CLUSTER DE AÇÕES (REDESIGN TRAY)
   ========================================================================== */

/* 1. Alinhamento e Altura Simétrica Perfeita (42px) para todos os blocos ativos */
.search-bar-tray,
.button-tray-evolucoes,
.button-tray-login,
.header .button,
.text-header-profile {
  height: 42px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

/* 3. Customização do Botão de Login (Sign In) */
.button-tray-login {
  font-family: 'Plus Jakarta Sans', sans-serif !important;
  font-weight: 700 !important;
  font-size: 13.5px !important;
  padding: 0 20px !important;
  border-radius: 999px !important;
}

/* 4. Ajuste Técnico do Bloco de Perfil Logado */
.text-header-profile {
  color: #252D69 !important;
  font-family: 'Satoshi', sans-serif !important;
  font-size: 14px !important;
  cursor: pointer;
}

.text-header-profile:hover {
  color: #00A0DC !important;
}

/* Anula o display block padrão do nesty para evitar desalinhamento */
.user-menu-tray button.nav-link {
  display: inline-flex !important;
  align-items: center !important;
  height: 100% !important;
}

/* Garante que o input interno do Zendesk ocupe a altura correta e não sobreponha a lupa */
.search-bar-tray .search,
.search-bar-tray data-controls input,
.search-bar-tray .form-field {
  height: 100% !important;
  width: 100% !important;
}

/* Custom focus state exigido pelo Manual da Marca Tray - Acessibilidade WCAG */
.section-page a:focus, 
.section-page button:focus, 
.section-page input:focus {
  outline: 2px solid #00A0DC !important;
  outline-offset: 2px;
}

/* ==========================================================================
   REDESIGN BASE DE CONHECIMENTO TRAY - BRAND & UX ACCENTS
   ========================================================================== */

/* 4. TEXTO BASE DO ARTIGO (Parágrafos, textos gerais e listas) */
.article-content,
.article-content p, 
.article-content span, 
.article-content li {
  font-family: 'Satoshi Regular', sans-serif !important;
  color: #000000 !important; /* 🖤 Consolidado para Preto Puro */
}

/* Garantia de fixação de branding nos títulos */
.category-page h1, .category-page h2, .category-page h3,
.section-page h1, .section-page h2, .section-page h3 {
    font-family: 'Diodrum-Semibold', sans-serif !important;
    color: #252D69;
}

/* BLOCOS FORMATADOS PARA PARCEIROS (PADRÃO AZUL ESCURO 2) */
/* Acelera o desenvolvimento e amparo de parceiros com destaque visual */
.tray-partner-block {
    background-color: #252D69; /* Azul Escuro 2 institucional */
    color: #FFFFFF !important;
    padding: 24px;
    border-radius: 8px;
    margin: 20px 0;
    border-left: 4px solid #00A0DC; /* Accent */
}

/* ==========================================================================
   REDESIGN UNIFICADO DE SEÇÕES ULTRACOMPACTO TRAY (1 ÚNICO CARD BRANCO)
   ========================================================================== */
.tray-section-card-compact {
  background-color: #ffffff !important; /* Branco corporativo exigido pelo manual */
  border: 1px solid #e2e8f0 !important;
  border-left: 4px solid #00A0DC !important; /* Destaque em Azul Claro Tray */
  padding: 1.25rem !important;
  margin-bottom: 1rem !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 8px rgba(37, 45, 105, 0.03) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}

/* Efeito dinâmico de elevação sutil e suave */
.tray-section-card-compact:hover {
  box-shadow: 0 6px 16px rgba(37, 45, 105, 0.07) !important;
  transform: translateY(-2px) !important;
}

/* Linha divisória sutil sob o título principal da seção */
.tray-section-card-compact .tray-section-title {
  border-bottom: 1px solid #f1f5f9 !important;
  padding-bottom: 0.5rem !important;
  margin-bottom: 0.75rem !important;
}

.tray-section-card-compact .tray-section-link {
  font-family: 'Diodrum-Semibold', 'Diodrum Semibold', sans-serif !important;
  color: #000000 !important; /* Alterado para Preto Puro */
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 1.15rem !important;
}

.tray-section-card-compact .tray-section-link:hover {
  color: #00A0DC !important;
}

.tray-section-card-compact .tray-section-arrow {
  color: #00A0DC !important;
}

.tray-section-card-compact .tray-section-link:hover .tray-section-arrow {
  transform: translateX(4px) !important;
}

/* Força o achatamento absoluto: zera fundos e bordas residuais das listas nativas */
.tray-section-card-compact ul,
.tray-section-card-compact .list-group,
.tray-section-card-compact .list-group-item {
  background-color: transparent !important;
  background: transparent !important;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}

/* Espaçamento vertical comprimido entre os links dos artigos */
.tray-section-card-compact .list-group-item,
.tray-section-card-compact li {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

/* Atualizado: Força a cor cinza para os artigos para criar contraste com o título preto */
.tray-section-card-compact h3,
.tray-section-card-compact a:not(.tray-section-link) {
  font-family: 'Satoshi-Regular', 'Satoshi', sans-serif !important;
  font-size: 0.95rem !important;
  color: #64748B !important; /* Cinza padrão de leitura para hierarquia visual */
}

/* Opcional: Efeito hover no artigo para acender o Azul Claro da Tray */
.tray-section-card-compact a:not(.tray-section-link):hover {
  color: #00A0DC !important;
}

.tray-section-card-compact a:hover {
  color: #00A0DC !important;
  text-decoration: none !important;
}

/* Desativa bolhas e placeholders redondos de ícones antigos dentro dos artigos */
.tray-section-card-compact .icon-circle {
  display: none !important;
}
  
/* --- Customização do Rodapé --- */
.footer {
  position: relative;
  /* Aplicação do gradiente oficial em um ângulo moderno de 135 graus */
  background: linear-gradient(135deg, #252D69 0%, #00A0DC 100%) !important;
}

.tray-footer-link {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: color 0.2s ease-in-out, outline 0.1s ease-in-out;
}

.tray-footer-link:hover {
  color: #00A0DC !important; 
  text-decoration: none;
}

.tray-footer-link:focus-visible {
  outline: 2px solid #00A0DC !important;
  outline-offset: 3px;
}

.footer__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

.Redes__Sociais a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.Redes__Sociais a:hover {
  background-color: #00A0DC;
}

/* ==========================================================================
   NÚCLEO DO REDESIGN REVISADO: Accordion Simétrico de Alta Discrição (9 Cards)
   ========================================================================== */

/* Grid com espaçamento simétrico rigoroso para não colar os elementos */
.onboarding-accordion-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important; /* Distanciamento homologado entre os blocos */
  width: 100% !important;
  margin-top: 24px !important;
}

@media (min-width: 768px) {
  .onboarding-accordion-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 992px) {
  .onboarding-accordion-grid {
    grid-template-columns: repeat(3, 1fr) !important; /* Grade 3x3 perfeitamente alinhada */
  }
}

/* Base estável e simétrica para os cards expansíveis */
.onboarding-expandable-card {
  background-color: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important; 
  border-radius: 6px !important;
  transition: all 0.15s ease-in-out !important;
  height: max-content !important;
}

/* ==========================================================================
   MAPEAMENTO EXCLUSIVO DE CORES: Identidade Visual Avançada Tray
   ========================================================================== */

/* Coluna 1 (Cards 01, 04, 07) -> Azul Escuro Principal da Marca */
.onboarding-expandable-card.step-id-1 { border-left: 3.5px solid #252D69 !important; }
.onboarding-expandable-card.step-id-1 .step-mini-num { color: #252D69 !important; background: rgba(37, 45, 105, 0.08) !important; }

.onboarding-expandable-card.step-id-4 { border-left: 3.5px solid #252D69 !important; }
.onboarding-expandable-card.step-id-4 .step-mini-num { color: #252D69 !important; background: rgba(37, 45, 105, 0.08) !important; }

.onboarding-expandable-card.step-id-7 { border-left: 3.5px solid #252D69 !important; }
.onboarding-expandable-card.step-id-7 .step-mini-num { color: #252D69 !important; background: rgba(37, 45, 105, 0.08) !important; }


/* Coluna 2 (Cards 02, 05, 08) -> Azul Claro Dinâmico Tray */
.onboarding-expandable-card.step-id-2 { border-left: 3.5px solid #00A0DC !important; }
.onboarding-expandable-card.step-id-2 .step-mini-num { color: #00A0DC !important; background: rgba(0, 160, 220, 0.08) !important; }

.onboarding-expandable-card.step-id-5 { border-left: 3.5px solid #00A0DC !important; }
.onboarding-expandable-card.step-id-5 .step-mini-num { color: #00A0DC !important; background: rgba(0, 160, 220, 0.08) !important; }

.onboarding-expandable-card.step-id-8 { border-left: 3.5px solid #00A0DC !important; }
.onboarding-expandable-card.step-id-8 .step-mini-num { color: #00A0DC !important; background: rgba(0, 160, 220, 0.08) !important; }


/* Coluna 3 (Cards 03, 06, 09) -> Verde Sucesso / Conversão Operacional */
.onboarding-expandable-card.step-id-3 { border-left: 3.5px solid #91B610 !important; }
.onboarding-expandable-card.step-id-3 .step-mini-num { color: #7A9A0E !important; background: rgba(145, 182, 16, 0.08) !important; }

.onboarding-expandable-card.step-id-6 { border-left: 3.5px solid #91B610 !important; }
.onboarding-expandable-card.step-id-6 .step-mini-num { color: #7A9A0E !important; background: rgba(145, 182, 16, 0.08) !important; }

.onboarding-expandable-card.step-id-9 { border-left: 3.5px solid #91B610 !important; }
.onboarding-expandable-card.step-id-9 .step-mini-num { color: #7A9A0E !important; background: rgba(145, 182, 16, 0.08) !important; }

.onboarding-expandable-card:hover {
  border-color: #CBD5E0 !important;
  box-shadow: 0 4px 12px rgba(37, 45, 105, 0.04) !important;
}

/* Gatilho de clique (Força tamanho e dimensões rigorosamente idênticas) */
.onboarding-expandable-trigger {
  width: 100% !important;
  min-height: 62px !important; /* Equalização de Altura: resolve o desalinhamento visual */
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 14px !important; 
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  text-align: left !important;
}

.trigger-left-content {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex: 1 !important;
  min-width: 0 !important;
}

/* Número indicador ultradiscreto */
.step-mini-num {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #4A5568 !important;
  background: #EDF2F7 !important;
  padding: 1px 6px !important;
  border-radius: 4px !important;
  flex-shrink: 0 !important;
}

.onboarding-expandable-trigger h3 {
  font-size: 13.5px !important; /* Tamanho discreto e sutil */
  font-weight: 700 !important;
  color: #252D69 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}

/* Estilização Premium e Fluida da Seta SVG */
.onboarding-expandable-trigger .icon-chevron {
  color: #A0AEC0 !important; /* Cinza discreto em repouso */
  width: 18px !important;
  height: 18px !important;
  flex-shrink: 0 !important;
  margin-left: auto !important;
  display: inline-block !important;
}

/* Destaca a seta no tom Azul Claro Tray se o card estiver aberto ou em hover */
.onboarding-expandable-card:hover .icon-chevron,
.onboarding-expandable-trigger[aria-expanded="true"] .icon-chevron {
  color: #00A0DC !important;
}

/* Painel interno expansível */
.onboarding-expandable-content {
  padding: 0 14px 14px 14px !important;
  border-top: 1px dashed #EDF2F7 !important;
  padding-top: 10px !important;
}

.onboarding-expandable-content p {
  font-size: 12.5px !important;
  line-height: 1.5 !important;
  color: #4A5568 !important;
  margin-bottom: 10px !important;
}

.onboarding-expandable-content .onboarding-action {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #00A0DC !important; 
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin: 0 !important;
}

.onboarding-expandable-content .onboarding-action:hover {
  color: #252D69 !important;
}

/* Garantia de Acessibilidade Técnico-Visual */
.onboarding-expandable-trigger:focus-visible {
  outline: 2px solid #00A0DC !important;
  outline-offset: -1px !important;
}

/* Substitui o cinza/bege genérico por um design tecnológico alinhado à marca */
.category-page .bg-light,
.category-page .list-bordered,
.category-page .section-block {
    background-color: #F4F9FC !important; /* Ice Blue: Tom de fundo premium e limpo */
    border: 1px solid #E2EEF4 !important; /* Borda suave para conter os artigos */
    border-left: 4px solid #00A0DC !important; /* Accent Line: O icônico Azul Claro Tray guiando o olhar do lojista */
    box-shadow: 0 4px 12px rgba(37, 45, 105, 0.03) !important; /* Sombra sutil usando o canal Alpha do Azul Escuro */
    padding: 1.75rem !important;
    border-radius: 8px !important;
    margin-bottom: 2rem !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Efeito sutil de hover para indicar interatividade e melhorar a experiência do usuário */
.category-page .bg-light:hover,
.category-page .section-block:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(37, 45, 105, 0.06) !important;
}

/* Ajuste nos títulos internos desses blocos para garantir hierarquia */
.category-page .bg-light h2 a,
.category-page .section-block h2 a {
    color: #252D69 !important; /* Azul Escuro institucional */
    font-family: 'Diodrum-Semibold', sans-serif !important;
    font-weight: 600;
}
  
  /* --- Customização do Rodapé Baseado no Manual da Marca Tray --- */

/* Forçar cores institucionais de fundo e contraste WCAG */
.footer {
  background-color: #252D69 !important; /* Azul Escuro Institucional */
  color: #FFFFFF !important;
}

/* Links do rodapé com transição suave e foco acessível */
.tray-footer-link {
  color: rgba(255, 255, 255, 0.8) !important;
  transition: color 0.2s ease-in-out, outline 0.1s ease-in-out;
}

.tray-footer-link:hover {
  color: #00A0DC !important; /* Azul Claro Tray no Hover */
  text-decoration: none;
}

/* Pilar 4: Foco de teclado visível para acessibilidade técnica */
.tray-footer-link:focus-visible {
  outline: 2px solid #00A0DC !important;
  outline-offset: 3px;
}

/* Evitar quebras de layout nas imagens do rodapé (Métricas CLS do Google) */
.footer__logo img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Organização das redes sociais */
.Redes__Sociais a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}

.Redes__Sociais a:hover {
  background-color: #00A0DC;
}
  
  /* Customização Otimizada para Guia de 9 Cards */
.onboarding-card-premium.compact-card {
  padding: 20px !important; /* Reduz de 32px para 20px trazendo leveza visual */
  border-radius: 12px !important;
}

.onboarding-card-premium.compact-card h3 {
  font-size: 16px !important; /* Ajusta o tamanho do título para equilibrar a caixa */
  margin-top: 4px;
  margin-bottom: 4px;
}

.onboarding-card-premium.compact-card p {
  font-size: 13px !important;
  line-height: 1.5 !important;
  margin-bottom: 8px;
}

.onboarding-card-premium.compact-card .onboarding-action {
  margin-top: auto; /* Garante que o link de ação fique alinhado sempre no rodapé */
}
  
  /* ==========================================================================
   REDESIGN TRAY: Otimização de Espaço do Guia de Início Rápido (Slider)
   ========================================================================== */

/* Converte a grade em um trilho de rolagem horizontal de linha única */
.onboarding-carousel-track {
  display: flex !important;
  gap: 16px !important;
  padding: 8px 4px 20px 4px !important;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

/* Define larguras rígidas para manter os cards proporcionais sem amassar */
.onboarding-card-premium.ultra-compact-card {
  flex: 0 0 85% !important; /* Mobile: Exibe um card quase inteiro e a ponta do próximo */
  max-width: 85% !important;
  padding: 18px !important; /* Redução interna para economizar altura */
  border-radius: 12px !important;
}

@media (min-width: 768px) {
  .onboarding-card-premium.ultra-compact-card {
    flex: 0 0 45% !important; /* Tablets: Exibe dois cards paralelos por linha */
    max-width: 45% !important;
  }
}

@media (min-width: 992px) {
  .onboarding-card-premium.ultra-compact-card {
    flex: 0 0 32.2% !important; /* Desktop: Exibe exatamente 3 cards simétricos na tela */
    max-width: 32.2% !important;
  }
}

/* Ajustes textuais finos para alta densidade visual */
.onboarding-card-premium.ultra-compact-card h3 {
  font-size: 15px !important;
  font-weight: 700 !important;
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.onboarding-card-premium.ultra-compact-card p {
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  margin-bottom: 4px !important;
}

/* Alinhamento estrito dos botões de controle superiores */
.button-carousel-arrow {
  background-color: #252D69 !important;
  color: #FFFFFF !important;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.button-carousel-arrow:hover {
  background-color: #00A0DC !important; /* Tom de realce Azul Claro Tray */
}

.button-carousel-arrow .material-icons-outlined {
  font-size: 18px;
}
  
  /* ==========================================================================
   REDESIGN TRAY: Módulo de Cards Expansíveis Otimizado (9 Cores Distintas)
   ========================================================================= */

/* Grid com espaçamento homologado pelo manual de identidade visual */
.onboarding-accordion-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 16px !important; 
  width: 100% !important;
  margin-top: 24px !important;
}

@media (min-width: 768px) {
  .onboarding-accordion-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (min-width: 992px) {
  .onboarding-accordion-grid {
    grid-template-columns: repeat(3, 1fr) !important; /* Grade fixa 3x3 */
  }
}

/* Base unificada dos cards */
.onboarding-expandable-card {
  background-color: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 8px !important;
  transition: all 0.2s ease-in-out !important;
  height: max-content !important;
  box-shadow: 0 2px 4px rgba(37, 45, 105, 0.01) !important;
}

.onboarding-expandable-card:hover {
  box-shadow: 0 4px 12px rgba(37, 45, 105, 0.04) !important;
  border-color: #CBD5E0 !important;
}

/* Gatilho de Clique: Garante dimensões rigorosamente idênticas (Altura e Largura) */
.onboarding-expandable-trigger {
  width: 100% !important;
  min-height: 64px !important; /* Equalização estrita de altura para os 9 cards */
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 10px 16px !important;
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  text-align: left !important;
}

.trigger-left-content {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  flex: 1 !important;
  min-width: 0 !important;
}

.onboarding-expandable-trigger h3 {
  font-size: 13.5px !important; /* Tamanho discreto, funcional e elegante */
  font-weight: 700 !important;
  color: #252D69 !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.35 !important;
  white-space: normal !important;
}

/* Badge Numérica Padrão */
.step-mini-num {
  font-family: 'JetBrains Mono', monospace !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  padding: 2px 6px !important;
  border-radius: 4px !important;
  flex-shrink: 0 !important;
}

/* Força a restauração do ícone e blinda contra o interceptador global de fontes */
.onboarding-expandable-trigger .icon-chevron {
  font-family: 'Material Icons Outlined', 'Material Icons' !important;
  color: #A0AEC0 !important;
  font-size: 20px !important;
  transition: transform 0.2s ease !important;
  flex-shrink: 0 !important;
  margin-left: auto !important;
  display: inline-block !important;
}

/* Painel de Informações Internas (Expandido) */
.onboarding-expandable-content {
  padding: 0 16px 16px 16px !important;
  border-top: 1px dashed #EDF2F7 !important;
  padding-top: 12px !important;
}

.onboarding-expandable-content p {
  font-size: 12.5px !important;
  line-height: 1.5 !important;
  color: #4A5568 !important;
  margin-bottom: 12px !important;
}

.onboarding-expandable-content .onboarding-action {
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #00A0DC !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}

.onboarding-expandable-content .onboarding-action:hover {
  color: #252D69 !important;
}

.onboarding-expandable-trigger:focus-visible {
  outline: 2px solid #00A0DC !important;
  outline-offset: -1px !important;
}

/* ==========================================================================
   REDESIGN TRAY: Customização Otimizada dos Resultados de Busca
   ========================================================================== */

.search-results-grid {
  display: flex;
  flex-direction: column;
  gap: 20px; /* Cria o espaçamento perfeito entre cada card */
  margin-bottom: 32px;
}

.search-result-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  padding: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.search-result-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(37, 45, 105, 0.08); /* Sombra leve usando o azul escuro Tray */
}

.search-result-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 8px;
}

.search-result-title a {
  color: #252D69; /* Azul Escuro corporativo */
  text-decoration: none;
}

.search-result-title a:hover {
  color: #00A0DC; /* Azul Claro de destaque da Tray no hover */
}

.search-result-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
  font-size: 13px;
  color: #64748b;
}

/* Adiciona a barra separadora clássica entre os breadcrumbs de busca */
.search-result-breadcrumbs li:not(:last-child)::after {
  content: "/";
  margin-left: 6px;
  color: #cbd5e1;
}

.search-result-breadcrumbs a {
  color: #00A0DC;
  text-decoration: none;
}

.search-result-snippet {
  font-family: 'Satoshi-Regular', sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #4a5585;
  margin-bottom: 18px;
}

.search-result-meta {
  display: flex;
  gap: 16px;
  font-size: 12px;
  color: #64748b;
  border-top: 1px solid #f1f5f9;
  padding-top: 14px;
}

.meta-item {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.meta-item .material-icons-outlined {
  font-size: 14px;
  color: #94a3b8;
}

.meta-item a {
  color: #64748b;
  font-weight: 500;
}

/* ==========================================================================
   MÓDULO MEGA-MENU DE CATEGORIAS - PROPOSTA DE REDESIGN TRAY
   ========================================================================== */

.tray-category-dropdown-container {
  position: relative !important;
  display: inline-flex;
  align-items: center;
}

/* Painel Expansível Estilo Mega-Menu Horizontal */
.tray-category-expanded-pane {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  margin-top: 8px !important;
  background-color: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 8px !important;
  box-shadow: 0 15px 35px -5px rgba(37, 45, 105, 0.15), 0 8px 15px -6px rgba(37, 45, 105, 0.1) !important;
  z-index: 120 !important;
  
  /* Dimensão horizontal expandida para Desktop */
  width: 580px !important;
  max-width: calc(100vw - 32px) !important; /* Segurança contra vazamento em telas menores */
}

/* Área de Rolagem Interna (Correção contra estouro de Viewport) */
.tray-category-scroll-wrapper {
  max-height: 380px !important; /* Teto vertical fixo */
  overflow-y: auto !important;   /* Ativa rolagem nativa por mouse/touch */
  padding: 4px 0;
  
  /* Customização minimalista da barra de rolagem (Sistemas modernos) */
  scrollbar-width: thin;
  scrollbar-color: #CBD5E1 #FFFFFF;
}

.tray-category-scroll-wrapper::-webkit-scrollbar {
  width: 5px;
}
.tray-category-scroll-wrapper::-webkit-scrollbar-track {
  background: #FFFFFF;
}
.tray-category-scroll-wrapper::-webkit-scrollbar-thumb {
  background-color: #CBD5E1;
  border-radius: 99px;
}

/* Grade de Categorias Multi-colunas */
.tray-category-mega-grid {
  display: grid !important;
  grid-template-columns: 1fr !important; /* 1 coluna por padrão em telas pequenas */
  gap: 4px !important;
  padding: 12px;
}

/* Ativação das duas colunas paralelas a partir de dispositivos médios */
@media (min-width: 576px) {
  .tray-category-mega-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Links Individuais das Categorias em Satoshi - Convertido para Flex Layout */
.tray-category-menu-item {
  font-family: 'Satoshi', sans-serif !important;
  font-size: 14px !important;
  color: #64748B !important; /* Ajustado para o cinza padrão do site */
  padding: 10px 14px !important;
  border-radius: 6px !important;
  display: flex !important;       /* Ativa alinhamento paralelo */
  align-items: center !important; /* Centraliza verticalmente ícone e texto */
  gap: 10px !important;           /* Espaçamento simétrico entre ícone e texto */
  text-decoration: none !important;
  transition: background-color 0.15s ease, color 0.15s ease;
  
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tray-category-menu-item:hover {
  background-color: #F4F9FC !important; /* Ice Blue sutil de apoio */
  color: #00A0DC !important;            /* Texto assume o Azul Claro Tray no hover */
}

.tray-category-menu-item:hover {
  background-color: #F4F9FC !important; /* Ice Blue de apoio */
  color: #00A0DC !important;            /* Azul Claro Tray */
}

/* Micro-ícones Dinâmicos do Menu Suspenso */
.tray-category-menu-icon {
  width: 20px !important;   /* Dimensões estritas contra oscilações de layout (CLS) */
  height: 20px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Feedback visual de escala sutil no ícone quando o lojista passa o mouse */
.tray-category-menu-item:hover .tray-category-menu-icon {
  transform: scale(1.1);
}

/* Botão Concluído Ver mais / Ver menos */
.tray-category-toggle-more-btn {
  background: #F8FAFC !important;
  border: none !important;
  border-top: 1px dashed #E2E8F0 !important;
  color: #00A0DC !important;
  font-family: 'Satoshi', sans-serif !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  padding: 12px !important;
  text-align: center !important;
  width: 100% !important;
  cursor: pointer;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  transition: background-color 0.15s ease;
}

.tray-category-toggle-more-btn:hover {
  background-color: #ECF5FB !important;
  color: #252D69 !important;
}

/* Acessibilidade por Teclado */
.tray-category-btn-trigger:focus-visible,
.tray-category-menu-item:focus-visible,
.tray-category-toggle-more-btn:focus-visible {
  outline: 2px solid #00A0DC !important;
  outline-offset: -1px;
}

/* ==========================================================================
   PADRONIZAÇÃO DA PÁGINA DE ARTIGO - MANUAL TRAY + UX HÍBRIDO (LEGIBILIDADE)
   ========================================================================== */

/* 1. TÍTULO PRINCIPAL DO ARTIGO (Conforme a estrutura do seu HBS) */
article header h1 { 
  font-family: 'Diodrum Semibold', sans-serif !important;
  color: #000000 !important; /* Alterado para preto puro conforme manual */ 
  font-weight: 600 !important; 
}

/* 2. PILAR DE LEGIBILIDADE (Largura máxima da coluna e espaçamento) */
.article-content, .content {
  max-width: 680px !important;       /* Coluna ideal de 65-75 caracteres */
  line-height: 1.65 !important;       /* Altura de linha confortável */
}

/* 3. TÍTULOS INTERNOS DO CONTEÚDO (H1 a H6 criados no editor) */
.article-content h1, 
.article-content h2, 
.article-content h3, 
.article-content h4, 
.article-content h5, 
.article-content h6 {
  font-family: 'Diodrum Semibold', sans-serif !important;
  color: #252D69 !important;          /* Âncora de Branding: Azul Tray */
  font-weight: 600 !important;
  margin-top: 1.75rem !important;
  margin-bottom: 1rem !important;
}

/* 5. TEXTOS EM NEGRITO (Destaques e caminhos técnicos) */
.article-content strong, 
.article-content b {
  font-family: 'Satoshi Bold', sans-serif !important;
  font-weight: 700 !important;
  color: #111111 !important;          /* Realce contrastante apropriado */
}

/* 6. LINKS INTERNOS DO ARTIGO */
.article-content a {
  color: #00A0DC !important;          /* Azul Claro Tray para Links */
  text-decoration: underline !important;
}

.article-content a:hover {
  color: #252D69 !important;          /* Hover muda para o Azul Escuro Tray */
}

/* ==========================================================================
   BLINDAGEM INTERATIVA DE HIPERLINKS - MANUAL TRAY (RESOLUÇÃO DE CONFLITO)
   ========================================================================== */

/* 1. COR PADRÃO DO LINK: Força o Azul Claro Tray (#00A0DC) no link e em QUALQUER 
   tag span, strong ou em que o editor do Zendesk injetar dentro dele */
.article-content a,
.article-content a *,
.content a,
.content a * {
  color: #00A0DC !important;
  text-decoration: underline !important; /* Mantém o sublinhado padrão de acessibilidade */
}

/* 2. COMPORTAMENTO AO PASSAR O MOUSE (HOVER): Altera para o Azul Escuro Tray (#252D69) 
   tanto no link quanto em todo o texto interno dele */
.article-content a:hover,
.article-content a:hover *,
.content a:hover,
.content a:hover * {
  color: #252D69 !important;
  text-decoration: underline !important;
}

/* ==========================================================================
   ENTREGA FINAL: VISUAL UNIFICADO COMPACTO - DIRETRIZES TRAY & ZENPLATES
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. CONFIGURAÇÕES DA CATEGORY PAGE (CARDS DE SEÇÕES EM ICE WHITE)
   -------------------------------------------------------------------------- */

/* Único Card Plano Branco por Seção (Sem sub-caixas ou molduras cinzentas) */
.tray-section-card-compact {
  background-color: #ffffff !important; 
  border: 1px solid #e2e8f0 !important;
  border-left: 4px solid #00A0DC !important; /* Destaque em Azul Claro Tray */
  padding: 1rem 1.25rem !important;
  margin-bottom: 1rem !important;
  border-radius: 6px !important;
  box-shadow: 0 2px 8px rgba(37, 45, 105, 0.03) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
}

/* Efeito sutil de elevação fluída no hover do card */
.tray-section-card-compact:hover {
  box-shadow: 0 6px 16px rgba(37, 45, 105, 0.07) !important;
  transform: translateY(-2px) !important;
}

/* Linha divisória fina sob o título da seção */
.tray-section-card-compact .tray-section-title {
  border-bottom: 1px solid #f1f5f9 !important;
  padding-bottom: 0.5rem !important;
  margin-bottom: 0.75rem !important;
}

/* Tipografia institucional do link do título da seção (Diodrum) */
.tray-section-card-compact .tray-section-link {
  font-family: 'Diodrum-Semibold', 'Diodrum Semibold', sans-serif !important;
  color: #252D69 !important; /* Azul Escuro Principal */
  text-decoration: none !important;
  font-weight: 600 !important;
  font-size: 1.15rem !important;
}

.tray-section-card-compact .tray-section-link:hover {
  color: #00A0DC !important;
}

.tray-section-card-compact .tray-section-arrow {
  color: #00A0DC !important;
}

.tray-section-card-compact .tray-section-link:hover .tray-section-arrow {
  transform: translateX(4px) !important;
}

/* Higienização Estrutural: Anula fundos e linhas fantasmas herdadas do Zendesk */
.tray-section-card-compact ul,
.tray-section-card-compact .list-group,
.tray-section-card-compact .list-group-item {
  background-color: transparent !important;
  background: transparent !important;
  border: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0 !important;
  box-shadow: none !important;
}

/* Compactação vertical dos artigos internos da Category Page */
.tray-section-card-compact .list-group-item,
.tray-section-card-compact li {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.tray-section-card-compact h3,
.tray-section-card-compact a {
  font-family: 'Satoshi-Regular', 'Satoshi', sans-serif !important;
  font-size: 0.95rem !important;
  color: #252D69 !important;
}

.tray-section-card-compact a:hover {
  color: #00A0DC !important;
  text-decoration: none !important;
}

/* Desativa totalmente placeholders de imagens e bolhas nativas */
.tray-section-card-compact .icon-circle {
  display: none !important;
}

/* Interatividade ativa individual (Affordance estilo pílula sutil no hover) */
.tray-section-card-compact .tray-article-item {
  padding: 0.35rem 0.6rem !important;
  margin: 0.1rem 0 !important;
  border-radius: 4px !important;
  background-color: transparent !important;
  display: flex !important;
  transition: background-color 0.2s ease, padding-left 0.2s ease, color 0.2s ease !important;
}

.tray-section-card-compact .tray-article-item:hover {
  background-color: #ECF5FB !important; /* Soft Blue Tray */
  padding-left: 0.95rem !important;
  cursor: pointer !important;
}

.tray-section-card-compact .tray-article-item:hover h3,
.tray-section-card-compact .tray-article-item:hover a {
  color: #00A0DC !important;
}


/* --------------------------------------------------------------------------
   2. CONFIGURAÇÕES DA SECTION PAGE (LISTAGEM EM CARD FLUIDO COM RESUMO)
   -------------------------------------------------------------------------- */

/* 1. CARD INDIVIDUAL EM LINHA (Fundo Branco Plano, Altura Fluida, Sem Números) */
.tray-article-row-card {
  background-color: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 6px !important;
  box-shadow: 0 1px 3px rgba(37, 45, 105, 0.02) !important;
  padding: 1rem !important;
  /* Inclusão do background-color na propriedade transition para suavizar o preenchimento */
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
}

/* Destaque premium com elevação de profundidade e inversão interativa de fundo */
.tray-article-row-card:hover {
  background: linear-gradient(135deg, #252D69 0%, #00A0DC 100%) !important;
  border-color: transparent !important;     
  box-shadow: 0 12px 24px rgba(0, 160, 220, 0.25) !important; 
  transform: translateY(-4px) !important; 
}
/* Inversão adaptativa das cores do texto para conformidade WCAG AA no hover */
.tray-article-row-card:hover .tray-article-title-link,
.tray-article-row-card:hover .tray-article-excerpt,
.tray-article-row-card:hover .tray-article-action-arrow {
  color: #FFFFFF !important;
}

/* Título do Artigo da Section Page (Plus Jakarta Sans) */
.tray-article-title-link {
  font-family: 'Plus Jakarta Sans', 'Diodrum-Semibold', sans-serif !important;
  color: #252D69 !important; 
  text-decoration: none !important;
  transition: color 0.15s ease !important;
}

.tray-article-row-card:hover .tray-article-title-link {
  color: #00A0DC !important; 
}

/* 3. Subtítulo Retornado (Superseletor Blindado: Travado em 1 Linha e com a Cor do Módulo Mais Acessados) */
.section-page .media-body p.tray-article-excerpt {
  font-family: 'Satoshi-Regular', 'Satoshi', sans-serif !important;
  font-size: 0.88rem !important;
  color: #4a5585 !important; /* Mesma cor cinza utilizada na seção de Artigos Mais Acessados da Home */
  margin: 0 !important;
  display: block !important;
  
  /* Força o texto a ocupar no máximo 1 linha e coloca os "..." automaticamente */
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
}

/* Seta Lateral Indicadora de Clique */
.tray-article-action-arrow {
  color: #cbd5e1 !important;
  transition: color 0.2s ease, transform 0.2s ease !important;
}

.tray-article-row-card:hover .tray-article-action-arrow {
  color: #00A0DC !important;
  transform: translateX(4px) !important; 
}

/* ==========================================================================
   ÍCONE DE CATEGORIA NO HERO (PÁGINA DE CATEGORIAS)
   ========================================================================== */
.tray-category-hero-icon {
  display: inline-block;
  flex-shrink: 0;
  object-fit: contain;
  vertical-align: middle;
  /* Dica de mestre: se os seus SVGs originais forem escuros e sumirem no fundo azul/vídeo, 
     descomente a linha abaixo para forçá-los a ficar 100% brancos e legíveis */
  /* filter: brightness(0) invert(1); */
}

/* Garante o comportamento responsivo do agrupamento flex */
.inline-flex {
  display: inline-flex !important;
}

/* ==========================================================================
   ÍCONES DO MENU LATERAL (SIDEBAR DA CATEGORY PAGE)
   ========================================================================== */
.tray-sidebar-link {
  display: flex !important;
  align-items: center !important;
  padding: 0.5rem 1rem;
}

.tray-sidebar-icon {
  flex-shrink: 0;
  object-fit: contain;
  /* Caso precise ajustar verticalmente em relação à linha do texto */
  vertical-align: middle; 
}

/* ==========================================================================
   REDESIGN TRAY - CORREÇÃO DE EXCESSO DE ESPAÇO (GAP DO HERO)
   ========================================================================== */

/* 1. Neutraliza a margem inline forçada e ajusta o padding superior do Hero */
.hero .container.z-30 {
  margin-top: 0 !important; /* Cancela o margin-top dinâmico que gera o buraco */
  padding-top: 1rem !important; /* Define um respiro sutil de 16px no topo */
}

/* 2. Reduz a margem superior das breadcrumbs dentro do Hero */
.hero .breadcrumbs-light,
.hero [class*="breadcrumbs"] {
  margin-top: 0.25rem !important; /* Aproxima os caminhos do topo do Hero */
}

/* 3. Compacta as margens do título principal do Hero para torná-lo elegante */
.hero h1.my-6 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

/* 4. Ajusta o espaçamento superior do contêiner da barra lateral esquerda se necessário */
#page-container {
  margin-top: 0 !important;
}

/* ==========================================================================
   BLOQUEIO DO VÃO DAS PÁGINAS INTERNAS (MANTIDO COMPACTO)
   ========================================================================== */
.hero, .hero-inner {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  min-height: auto !important;
}

.hero .container.z-30 {
  margin-top: 0 !important;
  padding-top: 16px !important;
  padding-bottom: 20px !important;
}

#page-container {
  padding-top: 12px !important;
}

.container.mt-4 {
  margin-top: 12px !important;
}

/* ==========================================================================
   ♿ CORREÇÃO DE USABILIDADE: BLINDAGEM DE CONTRASTE DA HEADER (TRAY PREMIUM)
   ========================================================================== */

/* 1. Força os textos e links internos a ficarem brancos sobre o fundo azul escuro */
.header .nav-link,
.header .navbar-brand {
  color: #ffffff !important; /* Mantém apenas os links que realmente precisam ser brancos */
}

/* ♿ AJUSTE DE CONTRASTE: Nome do perfil e seta lateral em Azul Escuro Tray */
.header .text-header-profile,
.header .text-header-profile * {
  color: #252D69 !important; /* Azul Escuro Principal em repouso */
}

/* Mantém o realce interativo (Hover) em Azul Claro para o bloco e seus elementos */
.header .text-header-profile:hover,
.header .text-header-profile:hover * {
  color: #00A0DC !important; /* Azul Claro Tray no hover */
}

/* 2. Garante que o ícone de hambúrguer do mega menu também fique branco e visível */
.header .tray-menu-lines-icon {
  color: #ffffff !important;
  fill: #ffffff !important;
}

/* 3. Efeito de Hover: Transiciona com suavidade para o Azul Claro oficial da Tray */
.header .text-header-profile:hover,
.header .nav-link:hover {
  color: #00A0DC !important; /* Mantém o Azul Claro de realce para os outros links */
  text-decoration: none !important;
}

.header .button-tray-evolucoes { 
    border: 1.5px solid #CBD5E1 !important; /* Espessura ideal com cinza premium suave */
    color: #64748B !important; /* Fonte cinza sutil */
    background-color: #FFFFFF !important; /* Fundo branco plano */
    border-radius: 999px !important;
    font-weight: 700 !important;
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
} 
.header .button-tray-evolucoes:hover { 
    background-color: #F8FAFC !important; /* Efeito hover sutil */
    border-color: #94A3B8 !important; /* Realce leve na borda */
    color: #334155 !important; /* Fonte escurece para grafite */
    text-decoration: none !important;
}

/* 5. Ajuste do Botão de Entrar / Login nativo */
.header .button-tray-login {
  background-color: #00A0DC !important;
  border-color: #00A0DC !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  font-weight: 700 !important;
}

.header .button-tray-login:hover {
  background-color: #2551A0 !important; /* Tom intermediário seguro */
  border-color: #2551A0 !important;
}

/* ==========================================================================
   REDESIGN TRAY: Otimização Avançada e Alinhamento do Menu Mobile (Pixel-Perfect)
   ========================================================================== */
@media (max-width: 991.98px) {
  
  /* 1. Barra estável do topo para o Logo e Botão de Fechar */
  .header .navbar {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    height: 70px !important; /* Altura fixa confortável */
    padding: 0 16px !important;
    position: relative !important;
  }

  /* Logotipo fixado perfeitamente à esquerda */
  .header .navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
    z-index: 105 !important;
  }

  /* Botão Hambúrguer / Fechar (X) isolado na extrema direita sem flutuar sobre o menu */
  .header .navbar-toggle {
    margin: 0 !important;
    position: absolute !important;
    right: 16px !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    z-index: 110 !important;
  }

  /* 2. O Contentor do Menu Expandido (.menu) - Forçar empilhamento vertical limpo */
  .header .menu {
    display: flex; /* Corrigido: sem !important para permitir que o AlpineJS oculte o menu ao fechar */
    flex-direction: column !important; /* Transforma em lista vertical de itens */
    position: absolute !important;
    top: 70px !important; /* Nasce exatamente abaixo do topo do cabeçalho */
    left: 0 !important;
    width: 100% !important;
    height: auto !important;
    background-color: #ffffff !important; /* Fundo branco para garantir contraste */
    padding: 24px 20px !important;
    gap: 16px !important; /* Espaçamento simétrico e elegante entre cada bloco */
    box-shadow: 0 10px 25px rgba(37, 45, 105, 0.08) !important; /* Sombra sutil premium */
    border-top: 1px solid #E2E8F0 !important;
    z-index: 100 !important;
  }

  /* 3. Normalização de Largura: Força 100% de preenchimento e remove desalinhamentos */
  .header .menu > *,
  .header .tray-menu-categorias-wrapper,
  .header .tray-category-dropdown-container,
  .header .search-bar-tray,
  .header .button-tray-evolucoes,
  .header .button-tray-login,
  .header .text-header-profile {
    width: 100% !important;
    max-width: none !important; /* Derruba os limites inline que espremiam a barra de busca */
    margin: 0 !important; 
    box-sizing: border-box !important;
  }

  /* 4. Ajuste Técnico dos Botões e Links Internos */
  .header .tray-category-btn-trigger {
    width: 100% !important;
    height: 44px !important;
    justify-content: center !important; /* Centraliza a palavra "Categorias" no mobile */
  }

  .header .button-tray-evolucoes,
  .header .button-tray-login {
    height: 44px !important;
    width: 100% !important;
    border-radius: 8px !important; /* Arredondamento corporativo padrão */
  }

/* Container de perfil adaptado para o formato mobile */
  .header .text-header-profile {
    height: 44px !important;
    justify-content: center !important;
    background-color: #F8FAFC !important; /* Fundo sutil para identificação visual */
    border-radius: 8px !important;
    padding: 0 16px !important;
  }

  /* 5. Ajuste de compatibilidade caso o dropdown interno de categorias seja aberto */
  .header .tray-category-expanded-pane {
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-shadow: none !important;
    border: 1px solid #E2E8F0 !important;
    margin-top: 8px !important;
  }

} /* <-- CHAVE ADICIONADA AQUI PARA FECHAR O BLOCO MOBILE DO HEADER */


/* ==========================================================================
   REDESIGN TRAY: Barra de Progresso de Leitura Mobile (Top Sticky Line)
   ========================================================================== */
.tray-mobile-progress {
    position: fixed !important;
    left: 0 !important;
    top: 69px !important; /* Fixada perfeitamente na base do navbar frosted glass */
    height: 4px !important; /* Espessura ideal para ganho de contraste */
    width: 0%;
    background-color: #00A0DC !important; /* Lindo Azul Claro oficial da marca Tray */
    z-index: 100000 !important; /* Agora livre para flutuar acima de absolutamente tudo */
    transition: width 0.15s ease-out !important;
    display: block !important;
}

/* ♿ Respeito aos breakpoints: oculta em desktops (onde o sumário lateral já atua) */
@media (min-width: 992px) {
    .tray-mobile-progress {
        display: none !important;
    }
}

/* ♿ Respeito aos breakpoints: oculta em desktops (onde o sumário lateral já atua) */
@media (min-width: 992px) {
    .tray-mobile-progress {
        display: none !important;
    }
}

/* CONFIGURAÇÃO ATUALIZADA: Mecânica de visualização controlada por herança de classe */
@media (max-width: 991.98px) {
  /* Oculta os cards sobressalentes por padrão */
  .category-grid-tray .mobile-category-hidden {
    display: none !important;
  }
  /* Quando o gatilho disparar a classe expandida, força a reexibição em bloco */
  .category-grid-tray.categories-expanded .mobile-category-hidden {
    display: block !important;
  }

  /* ESTILIZAÇÃO PREMIUM DO BOTÃO DE EXPANSÃO MOBILE */
  .btn-category-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important; /* CORREÇÃO: Força a centralização absoluta do texto e ícone */
    gap: 8px !important;
    width: 100% !important;
    max-width: 280px !important;
    height: 44px !important; /* Altura simétrica combinando com o cabeçalho móvel */
    margin-top: 14px !important;
    background-color: transparent !important;
    
    /* Cores e Identidade Visual Tray */
    color: #00A0DC !important; /* Texto em Azul Claro Tray */
    border: 2px solid #00A0DC !important; /* Borda acesa no tom da marca */
    border-radius: 999px !important; /* Formato pílula uniforme */
    
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
  }

  /* Efeito de Hover/Ação Interativa */
  .btn-category-toggle:hover,
  .btn-category-toggle:active {
    background-color: #ECF5FB !important; /* Soft Blue translúcido de apoio */
    border-color: #252D69 !important; /* Borda transiciona para o Azul Escuro Institucional */
    color: #252D69 !important; /* Texto assume o tom escuro */
  }

  /* Configuração e transição de rotação do micro-ícone */
  .btn-category-toggle .toggle-icon {
    font-size: 18px !important;
    transition: transform 0.25s ease-in-out !important;
  }
}

/* ==========================================================================
   OTIMIZAÇÃO DESKTOP: Menu de Categorias Ocultável na Página de Artigo
   ========================================================================== */
@media (min-width: 992px) {
  /* Lógica de ocultação inteligente: esconde os irmãos que não possuem a classe ativa */
  .tray-sidebar-collapsed nav.menu li:not(:has(.is-active)):not(:has(.active)),
  .tray-sidebar-collapsed nav.menu div:not(:has(.is-active)):not(:has(.active)),
  .tray-sidebar-collapsed nav.menu a:not(.is-active):not(.active) {
    display: none !important;
  }

  /* Estilização Premium do Botão de Alternância Desktop */
  .sidebar-categories .btn-category-toggle-desktop {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 40px !important;
    background-color: transparent !important;
    color: #00A0DC !important; /* Azul Claro Tray */
    border: 2px solid #00A0DC !important;
    border-radius: 999px !important; /* Formato Pílula */
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-weight: 700 !important;
    font-size: 13.5px !important;
    cursor: pointer !important;
    transition: all 0.2s ease-in-out !important;
  }

  .sidebar-categories .btn-category-toggle-desktop:hover {
    background-color: #ECF5FB !important; /* Soft Blue de Apoio */
    border-color: #252D69 !important;      /* Azul Escuro Principal */
    color: #252D69 !important;
  }
  
  .sidebar-categories .btn-category-toggle-desktop:focus-visible {
        outline: 2px solid #00A0DC !important;
        outline-offset: 2px;
      }
} /* <--- ESSA CHAVE ADICIONADA AQUI FECHA O BLOCO DE OTIMIZAÇÃO DESKTOP */

    /* ==========================================================================
       FIX EM LAYOUT: Alinhamento Lado a Lado (Menu + Resultados) no Desktop
       ========================================================================== */
    @media (min-width: 992px) {
  /* Alvo: Força a seção de artigos a ocupar o espaço restante ao lado do menu */
  .section-page #page-container > .row > section {
    flex: 1 !important;
    max-width: none !important;
  }
} /* <--- Chave inserida aqui para fechar corretamente o bloco de Desktop */

/* ==========================================================================
   REDESIGN TRAY: Tags de Buscas Populares do Hero (Fundo de Vídeo / Banner)
   ========================================================================== */

/* 1. Alinhamento e Espaçamento do Bloco */
.hero .search-tags,
.hero-inner .search-tags {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important; /* Espaçamento simétrico entre as pílulas */
    margin-top: 20px !important; /* Respiro saudável abaixo do campo de busca branco */
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 14px !important;
    color: rgba(255, 255, 255, 0.85) !important; /* Cor do texto "Popular:" */
}

/* 2. Transformação das Tags em Pílulas Flutuantes de Alto Contraste */
.hero .search-tag,
.hero .search-tags a,
.hero-inner .search-tag,
.hero-inner .search-tags a {
    display: inline-flex !important;
    align-items: center !important;
    padding: 6px 16px !important; /* Tamanho confortável para o clique do usuário */
    
    /* Base translúcida para criar isolamento físico sobre o vídeo em movimento */
    background-color: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(255, 255, 255, 0.25) !important;
    border-radius: 999px !important; /* Formato pílula uniforme */
    
    /* Tipografia e Legibilidade */
    font-family: 'Satoshi', sans-serif !important;
    color: #FFFFFF !important; /* Força o texto e os emojis a ficarem 100% brancos */
    font-size: 13px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    
    transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04) !important;
}

/* 3. Efeito de Hover Premium (Inversão Cromática Homologada) */
.hero .search-tag:hover,
.hero .search-tags a:hover,
.hero-inner .search-tag:hover,
.hero-inner .search-tags a:hover {
    background-color: #FFFFFF !important; /* Fundo fica branco sólido */
    color: #252D69 !important; /* O texto e emojis assumem o Azul Escuro da Tray */
    border-color: #FFFFFF !important;
    transform: translateY(-2px) !important; /* Sutil elevação tátil */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2) !important;
    text-decoration: none !important;
}

/* 4. ♿ Acessibilidade Plena para Navegação via Teclado */
.hero .search-tag:focus-visible,
.hero .search-tags a:focus-visible {
    outline: 2px solid #00A0DC !important; /* Borda visível em Azul Claro no foco */
    outline-offset: 2px !important;
}
  
  /* ==========================================================================
   REDESIGN UNIFICADO TRAY: SINTONIA VISUAL ENTRE HERO SEARCH E FIXED SEARCH
   ========================================================================== */

/* Limita a largura horizontal da busca do Hero para não vazar infinitamente */
.hero .search-bar-tray,
.hero-inner .search-bar-tray {
    position: relative !important;
    width: 100% !important;
    max-width: 620px !important; /* Tamanho confortável para caixas de pesquisa elásticas centralizadas */
    margin: 0 auto !important;
}

/* Painel de Resultados do Hero (Dropdown Premium Espaçoso) */
.hero .search-dropdown-pane-premium,
.hero-inner .search-dropdown-pane-premium {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 620px !important; /* Trava simétrica com o campo de input */
    margin-top: 10px !important;
    background-color: #FFFFFF !important;
    border: 1px solid #E2E8F0 !important;
    border-radius: 12px !important;
    box-shadow: 0 20px 25px -5px rgba(37, 45, 105, 0.1), 0 10px 10px -5px rgba(37, 45, 105, 0.04) !important;
    overflow: hidden !important;
    z-index: 99999 !important;
}

/* Card Dinâmico Empilhado Reverso (Inversão Hierárquica) */
.hero .search-result-item-link-premium,
.hero-inner .search-result-item-link-premium {
    display: flex !important;
    flex-direction: column-reverse !important; /* Joga a tag/breadcrumbs para o topo do card */
    padding: 14px 20px !important; /* Calha de respiro confortável anti-esmagamento */
    border-bottom: 1px solid #EDF2F7 !important;
    text-decoration: none !important;
    transition: all 0.15s ease-in-out !important;
}

/* Remove a linha divisória do último link do feed */
.hero .search-results-list-premium li:last-child .search-result-item-link-premium {
    border-bottom: none !important;
}

/* Transição Adaptativa no Hover (Preenchimento Soft Blue) */
.hero .search-result-item-link-premium:hover {
    background-color: #ECF5FB !important;
    border-left: 4px solid #00A0DC !important; /* Adiciona a icônica Accent Line da Tray */
    padding-left: 24px !important; /* Leve recuo tátil pro lado direito */
}

/* Título do tutorial retornado */
.hero .result-item-title-premium {
    font-family: 'Satoshi', sans-serif !important;
    font-size: 14.5px !important;
    font-weight: 600 !important;
    color: #252D69 !important; /* Azul Escuro institucional */
    line-height: 1.4 !important;
    margin-top: 4px !important; /* Afasta ligeiramente da tag superior */
}

.hero .search-result-item-link-premium:hover .result-item-title-premium {
    color: #00A0DC !important; /* Assume o tom azul claro dinâmico no foco */
}

/* Rota de Categoria + Seção (A Tag Superior) */
.hero .result-item-meta-tag {
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important; /* Força caixa alta do manual de redesign */
    color: #00A0DC !important; /* Tag acesa no tom da marca */
    letter-spacing: 0.05em !important;
}

/* ==========================================================================
   BLINDAGEM DESIGN SYSTEM: CATEGORIAS BLACK TO GRAY (PIXEL-PERFECT)
   ========================================================================== */

/* 1. ESTADO PADRÃO: Preto puro e travas de largura para eliminar o vão livre */
html body .header button.tray-category-btn-trigger,
html body .header .tray-category-dropdown-container button.tray-category-btn-trigger {
  font-family: 'Diodrum Semibold', 'Diodrum', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #000000 !important; /* Texto principal em Preto Puro */
  background: transparent !important;
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  padding: 0.5rem 0.2rem !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important; /* Alinha tudo colado à esquerda */
  width: auto !important; /* Impede que o botão estique na barra */
  gap: 5px !important; /* Distancia ideal e compacta entre o ícone, o texto e a seta */
  text-decoration: none !important;
}

/* Força o texto interno a não expandir o espaço */
html body .header button.tray-category-btn-trigger span {
  flex: none !important;
  width: auto !important;
  margin: 0 !important;
  color: #000000 !important;
}

/* Garante renderização estável em preto do ícone das 3 linhas à esquerda */
html body .header button.tray-category-btn-trigger .tray-menu-lines-icon {
  display: inline-block !important;
  width: 16px !important;
  height: 16px !important;
  color: #000000 !important;
  fill: #000000 !important;
  flex: none !important;
  margin: 0 !important;
}

/* Seta da direita (Chevron) sem margens fantasmas */
html body .header button.tray-category-btn-trigger svg.svg-icon {
  color: #000000 !important;
  fill: #000000 !important;
  flex: none !important;
  margin: 0 !important;
}

/* 2. ESTADO EM HOVER: Tudo transiciona elegantemente para o Cinza do Evoluções */
html body .header button.tray-category-btn-trigger:hover,
html body .header button.tray-category-btn-trigger:hover *,
html body .header .tray-category-dropdown-container button.tray-category-btn-trigger:hover {
  color: #64748B !important; /* Tom cinza oficial do seu botão Evoluções */
  fill: #64748B !important;
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

html body .header button.tray-category-btn-trigger:hover .tray-menu-lines-icon,
html body .header button.tray-category-btn-trigger:hover span {
  color: #64748B !important;
}

/* ==========================================================================
   REDESIGN TRAY: BOTÃO DE PLAY VERDE PREMIUM (MECÂNICA INVERTIDA)
   ========================================================================== */

/* Torna o card a âncora física absoluta para o cálculo do clique */
.video-grid-tray .video-card-tray {
  position: relative !important;
  cursor: pointer !important;
}

/* 1. ESTADO PADRÃO: Botão nasce no Verde CTA oficial da Tray para estourar o contraste no azul */
.video-grid-tray .video-play-btn {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  background-color: #91B610 !important; /* 🟢 Farol Verde de alta conversão */
  color: #FFFFFF !important;            /* ⚪ Seta interna em branco puro */
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 16px !important;
  padding-left: 4px !important; 
  box-shadow: 0 4px 14px rgba(145, 182, 16, 0.3) !important; /* Sombra sutil esverdeada */
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* 2. HOVER GLOBAL DO CARD: Dispara as animações ao passar o mouse em qualquer parte do card */
.video-grid-tray .video-card-tray:hover .video-thumbnail-wrapper {
  transform: translateY(-4px) !important;
  box-shadow: 0 12px 30px rgba(37, 45, 105, 0.15) !important;
}

/* O botão vira Branco Puro e a seta assume o Azul Escuro da marca para contraste total */
.video-grid-tray .video-card-tray:hover .video-play-btn {
  background-color: #FFFFFF !important; /* ⚪ Efeito "brilho": vira branco no hover */
  color: #252D69 !important;            /* 💙 Seta interna assume o Azul Institucional */
  transform: translate(-50%, -50%) scale(1.1) !important; /* Expansão suave */
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.2) !important; /* Sombra ganha profundidade */
}

/* O título do tutorial também reage ao hover do card */
.video-grid-tray .video-card-tray:hover .video-title-tray {
  color: #00A0DC !important; /* Texto acende em Azul Claro */
}

/* ==========================================================================
   REDESIGN TRAY: ALINHAMENTO PIXEL-PERFECT DO RODAPÉ (GRID LINES FIX)
   ========================================================================== */

/* 1. Ajusta a row do rodapé para expandir até as guias máximas do container */
#footer .row {
  margin-left: -1rem !important;
  margin-right: -1rem !important;
  display: flex !important;
  flex-wrap: wrap !important;
}

/* 2. Normaliza todas as colunas para nascerem alinhadas à esquerda em suas calhas */
#footer .row > [class*="col-"] {
  display: block !important; /* Desfaz flexores verticais indesejados */
  text-align: left !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

/* 3. ÂNCORA DA DIREITA: No desktop, faz a última coluna (Parceiros) cravar na guia direita */
/* ==========================================================================
   CORREÇÃO: ALINHAMENTO DO RODAPÉ (SINTAXE CORRIGIDA E FECHADA)
   ========================================================================== */
@media (min-width: 992px) {
  #footer .row > [class*="col-"]:last-child {
    text-align: right !important;
  }
  #footer .row > [class*="col-"]:last-child h3 {
    text-align: right !important;
  }
  #footer .row > [class*="col-"]:last-child .footer__logo,
  #footer .row > [class*="col-"]:last-child .Redes__Sociais {
    display: flex !important;
    justify-content: flex-end !important;
    margin-left: auto !important;
    margin-right: 0 !important;
  }
} /* Chave adicionada para fechar o bloco de mídia corretamente! */

/* ==========================================================================
   ENTREGA ZENHELPER: CORREÇÃO DE HIERARQUIA DE CORES (CATEGORY & SECTION)
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. CATEGORY PAGE (Títulos em Preto / Artigos em Cinza)
   -------------------------------------------------------------------------- */

/* Força o Título da Seção (ex: Inteligência Artificial) a ficar Preto Puro */
html.category-page .tray-section-card-compact .tray-section-title a.tray-section-link,
html.category-page .tray-section-card-compact .tray-section-title a.tray-section-link span {
    color: #000000 !important;
}

/* Força os links dos artigos listados abaixo a ficarem Cinza Oficial */
html.category-page .tray-section-card-compact .tray-article-item h3,
html.category-page .tray-section-card-compact .tray-article-item a,
html.category-page .tray-section-card-compact .tray-article-item a.link-stretched {
    color: #64748B !important; /* Grafite/Cinza premium estável */
}

/* --------------------------------------------------------------------------
   2. SECTION PAGE (Títulos dos Cards em Preto / Resumos em Cinza)
   -------------------------------------------------------------------------- */

/* Força o Título do Artigo dentro do card a ficar Preto Puro */
html.section-page .search-result-card .search-result-title a,
html.section-page .search-result-card .search-result-title a span {
    color: #000000 !important;
}

/* Hover do Título na Section Page (Acende no Azul Claro da Tray) */
html.section-page .search-result-card .search-result-title a:hover {
    color: #00A0DC !important;
    text-decoration: none !important;
}

/* Força o Subtítulo / Resumo do Artigo (Snippet) a ficar Cinza Oficial */
html.section-page .search-result-card .search-result-snippet {
    color: #64748B !important; /* Mesma tonalidade cinza de apoio */
}

/* ==========================================================================
   BLINDAGEM ZENHELPER: MENU LATERAL DE CATEGORIAS (SIDEBAR)
   ========================================================================== */

/* 1. Força o Título do Menu ("Categorias") a ficar em Preto Puro */
html body .sidebar-categories h3,
html body [data-element="navigation"] nav.menu h3 {
    color: #000000 !important;
}

/* 2. Força os Links das Categorias a ficarem em Cinza Oficial */
html body .sidebar-categories .nav-link,
html body [data-element="navigation"] nav.menu .nav-link {
    color: #64748B !important; /* Tom cinza corporativo (Slate) */
}

/* 3. Hover dos Links: Acende no Azul Claro da Tray ao passar o mouse (Interatividade) */
html body .sidebar-categories .nav-link:hover,
html body [data-element="navigation"] nav.menu .nav-link:hover {
    color: #00A0DC !important;
    text-decoration: none !important;
}

/* 4. Estado Ativo: Quando o lojista está DENTRO da categoria, ela fica em destaque */
html body .sidebar-categories .nav-link.is-active,
html body [data-element="navigation"] nav.menu .nav-link.is-active {
    color: #252D69 !important; /* Azul Escuro Institucional para marcar onde ele está */
    font-weight: 700 !important;
    border-left-color: #252D69 !important;
}

/* ==========================================================================
   BLINDAGEM ZENHELPER: COR DO TEXTO NA BUSCA DA HEADER
   ========================================================================== */

/* Força o texto digitado na barra de pesquisa do cabeçalho a ficar em Cinza */
html body .header .search-bar-tray input[type="search"],
html body .header .input-search-tray-premium,
html body .header .search-bar-tray .search-input-wrapper-premium input {
    color: #64748B !important; /* Tom cinza corporativo (Slate) para leitura suave */
}

/* Garante que o placeholder (aquele texto de dica de fundo) também mantenha o tom correto */
html body .header .search-bar-tray input[type="search"]::placeholder,
html body .header .input-search-tray-premium::placeholder {
    color: #94A3B8 !important; /* Cinza um pouco mais claro para diferenciar do texto digitado */
    opacity: 1 !important;
}

/* ==========================================================================
   BLINDAGEM ZENHELPER: ÁREA DE ROLAGEM DO MENU LATERAL (GLOBAL)
   ========================================================================== */
.tray-sidebar-scroll-area {
  max-height: 40vh; /* Ocupa no máximo 40% da altura da tela */
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: #CBD5E1 transparent;
}
.tray-sidebar-scroll-area::-webkit-scrollbar {
  width: 5px;
}
.tray-sidebar-scroll-area::-webkit-scrollbar-track {
  background: transparent;
}
.tray-sidebar-scroll-area::-webkit-scrollbar-thumb {
  background-color: #CBD5E1;
  border-radius: 10px;
}

/* ==========================================================================
   REDESIGN TRAY & ZENPLATES: SISTEMA UNIFICADO DE CALLOUTS (BLINDADO)
   ========================================================================== */

/* 1. Estrutura Base Comum e Quebra de Conflito com os Parágrafos Padrão */
.article-page .content p.note,
.article-page .content p.warning,
.article-page .content p.important,
.note,
.warning,
.important {
    position: relative !important;
    z-index: 1 !important;
    margin: 2rem 0 !important;
    padding: 16px 20px !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    color: #000000 !important; /* 🖤 Vence o conflito e força o preto puro */
}

.note::before,
.warning::before,
.important::before {
    display: block !important;
    font-weight: 800 !important;
    margin-bottom: 0.75rem !important;
    font-family: 'Diodrum Semibold', 'Plus Jakarta Sans', sans-serif !important;
}

/* 💡 Caixa de Dica / Destaque (.note) */
.article-page .content p.note, .note {
    border-left: 4px solid #00A0DC !important; /* Azul Claro Tray */
    background-color: rgba(0, 160, 220, 0.06) !important;
}
.note::before {
    content: "Dica:" !important;
    color: #00A0DC !important;
}

/* ⚠️ Caixa de Atenção / Cuidado (.warning) */
.article-page .content p.warning, .warning {
    border-left: 4px solid #F0A800 !important; /* Amarelo de Alerta */
    background-color: rgba(255, 179, 0, 0.06) !important;
}
.warning::before {
    content: "Atenção:" !important;
    color: #F0A800 !important;
}

/* ⚖️ Caixa de Importância / Legal (.important) */
.article-page .content p.important, .important {
    border-left: 4px solid #252D69 !important; /* Azul Escuro Institucional Tray */
    background-color: rgba(37, 45, 105, 0.05) !important;
}
.important::before {
    content: "Importante:" !important;
    color: #252D69 !important;
}

/* 🛠️ Ajuste de compatibilidade para caixas inseridas em formulários */
.form .note,
.form .warning,
.form .important {
    padding: 1rem !important;
    border: 1px solid #CBD5E1 !important;
}
.form .note::before,
.form .warning::before,
.form .important::before {
    display: none !important;
}