@charset "UTF-8";



:root {
  --color-primary: rgba(245, 245, 245, 1);
  --color-primary-inverse: rgba(64, 65, 69, 1);
  --font-heading: 'Macan', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, inherit;
  --font-text: 'Macan', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, inherit;
  --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;
}


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: #F7F7F7;
  height: 100%;
}

body {
  font-family: 'Macan', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, inherit;
  color: rgba(64, 65, 69, 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;
}



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: 'Macan', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, inherit;
  line-height: 1.375;
  color: #222325;
}

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

h2,
.h2 {
  font-size: 1.5rem;
  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;
  background-color: #FAF089;
}

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(64, 65, 69, 1);
  background-color: #FEFCBF;
}

blockquote {
  padding: 1.5em;
  margin: 0 0 1rem;
  border-style: solid;
  border-width: 0 0 0 4px;
  border-color: rgba(218, 219, 221, 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(255, 255, 255, 1);
  border-radius: 4px;
}

pre {
  padding: 1em;
  margin: 0 0 1rem;
  background-color: rgba(243, 253, 249, 1);
  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(64, 65, 69, 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(218, 219, 221, 1);
  border-radius: 4px;
  box-shadow: 0 1px 0 rgba(218, 219, 221, 1);
}

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

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

figcaption {
  font-size: 90%;
  color: rgba(98, 100, 106, 1);
}

svg:not(:root) {
  width: 40px;
  overflow: hidden;
}

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

a:hover {
  color: #585a5f;
  text-decoration: underline;
}

a:active {
  color: #4e5055;
}

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: 9px 24px;
  line-height: 1.5;
  color: rgba(64, 65, 69, 1);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid rgba(218, 219, 221, 1);
  cursor: pointer;
  border-radius: 4px;
  transition: 0.15s ease-in-out;
  font-weight: 600;
}

.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(98, 100, 106, 1);
  border-color: transparent;
  text-decoration: none;
}

.button-link:hover {
  color: #585a5f;
  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: rgba(64, 65, 69, 1);
  border-color: rgba(245, 245, 245, 1);
  background-color: rgba(245, 245, 245, 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: rgba(64, 65, 69, 1);
  border-color: #e8e8e8;
  background-color: #ebebeb;
}

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

.button-primary:disabled,
.button-primary.is-disabled {
  color: rgba(64, 65, 69, 1);
  background-color: rgba(245, 245, 245, 1);
  border-color: rgba(245, 245, 245, 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: rgba(64, 65, 69, 1);
  border-color: #dcdcdc;
  background-color: #e1e1e1;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.button-outline:hover {
  color: rgba(245, 245, 245, 1);
  border-color: rgba(245, 245, 245, 1);
}

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

.button-outline:disabled,
.button-outline.is-disabled {
  color: rgba(64, 65, 69, 1);
  border-color: rgba(218, 219, 221, 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: #ebebeb;
  border-color: #ebebeb;
}

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

.button-outline-primary:hover {
  color: rgba(64, 65, 69, 1);
  background-color: rgba(245, 245, 245, 1);
}

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

.button-outline-primary:disabled,
.button-outline-primary.is-disabled {
  color: rgba(64, 65, 69, 1);
  border-color: rgba(218, 219, 221, 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: rgba(64, 65, 69, 1);
  border-color: #ebebeb;
  background-color: #ebebeb;
}

.button-secondary {
  color: #fff;
  border-color: rgba(64, 65, 69, 1);
  background-color: rgba(64, 65, 69, 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: #fff;
  background-color: #404145;
}

.button-secondary:active {
  background-color: #62646A;
}

.button-secondary:focus {
  outline: 2px solid #222325;
  outline-offset: 2px;
}

.button-outline-secondary {
  color: rgba(64, 65, 69, 1);
  border-color: rgba(64, 65, 69, 1);
}

.button-outline-secondary:hover {
  color: #fff;
  background-color: rgba(64, 65, 69, 1);
}

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

.button-outline-secondary:disabled,
.button-outline-secondary.is-disabled {
  color: rgba(64, 65, 69, 1);
  border-color: rgba(218, 219, 221, 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: #fff;
  border-color: #36373a;
  background-color: #36373a;
}

.button-tertiary {
  color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 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(255, 255, 255, 1);
  border-color: #f2f2f2;
  background-color: #e0e0e026;
}

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

.button-tertiary:disabled,
.button-tertiary.is-disabled {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
  border-color: rgba(255, 255, 255, 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(255, 255, 255, 1);
  border-color: #e6e6e6;
  background-color: #ebebeb;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

.button-outline-tertiary:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(255, 255, 255, 1);
}

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

.button-outline-tertiary:disabled,
.button-outline-tertiary.is-disabled {
  color: rgba(64, 65, 69, 1);
  border-color: rgba(218, 219, 221, 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(255, 255, 255, 1);
  border-color: #e0e0e026;
  background-color: #e0e0e026;
}

.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(215, 215, 22, 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(215, 215, 22, 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: rgba(98, 100, 106, 1);
  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(218, 219, 221, 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: rgba(98, 100, 106, 1);
}

.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(245, 245, 245, 1);
  box-shadow: 0 0 0 0.2rem rgba(215, 215, 22, 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(218, 219, 221, 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: rgba(98, 100, 106, 1);
}

.form-field>input::-moz-placeholder,
.form-field>textarea::-moz-placeholder {
  color: rgba(98, 100, 106, 1);
}

.form-field>input:-moz-placeholder,
.form-field>textarea:-moz-placeholder {
  color: rgba(98, 100, 106, 1);
}

.form-field>input:-ms-input-placeholder,
.form-field>textarea:-ms-input-placeholder {
  color: rgba(98, 100, 106, 1);
}

.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: 8px;
  display: inline-block;
  line-height: 1;
}

.search-lg .search-icon {
  margin-right: 16px;
}

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

.search .form-field:hover {
  border-color: rgba(98, 100, 106, 1);
}

.search .form-field:focus {
  border-color: #222325;
}

.clear-button {
  align-items: center;
  justify-content: center;
  background-color: #E4E5E7;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  border: 0;
  cursor: pointer;
  display: none;
}

.search-lg .clear-button {
  right: 48px;
}

.search-has-value.is-focused .clear-button {
  display: flex;
}

.search .form-field.is-focused [type="search"] {
  border-color: #222325;
}

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

.search [type="search"] {
  padding: 0.5em 0.75em;
  margin: 0 0.5rem;
  background-color: #fff;
  border-color: rgba(218, 219, 221, 1);
  border-radius: 2rem;
}

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

.search-lg [type="search"] {
  padding: 1rem 1.5rem;
}

.search .search-icon {
  right: .5rem;
}

.search [type="submit"] {
  display: inline-block;
  padding: 0.5em 1.25em;
  line-height: 1.5;
  color: rgba(64, 65, 69, 1);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid rgba(218, 219, 221, 1);
  cursor: pointer;
  border-radius: 4px;
  transition: 0.15s ease-in-out;
  color: rgba(64, 65, 69, 1);
  border-color: rgba(245, 245, 245, 1);
  background-color: rgba(245, 245, 245, 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: rgba(64, 65, 69, 1);
  border-color: #e8e8e8;
  background-color: #ebebeb;
}

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

.search [type="submit"]:disabled,
.search [type="submit"].is-disabled {
  color: rgba(64, 65, 69, 1);
  background-color: rgba(245, 245, 245, 1);
  border-color: rgba(245, 245, 245, 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: rgba(64, 65, 69, 1);
  border-color: #dcdcdc;
  background-color: #e1e1e1;
  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(255, 255, 255, 1);
}

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

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

.search-translucent [type="search"]:not(:focus):-ms-input-placeholder {
  color: rgba(255, 255, 255, 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(245, 245, 245, 1);
  background-color: rgba(245, 245, 245, 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(245, 245, 245, 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(218, 219, 221, 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: rgba(98, 100, 106, 1);
}

.upload-dropzone[data-hc-focus="true"] {
  outline: 0;
  border-color: rgba(245, 245, 245, 1);
  box-shadow: 0 0 0 0.2rem rgba(215, 215, 22, 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 h2 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 64px;
}

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

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

.link-plain:hover {
  color: inherit;
  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(98, 100, 106, 1);
}

.link:focus::after,
.link:hover::after {
  background-color: rgba(98, 100, 106, 1);
  opacity: 1;
}

.link-article {
  color: rgba(98, 100, 106, 1);
}

.link-article::after {
  background-color: rgba(98, 100, 106, 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 #E4E5E7;
}

.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: rgba(98, 100, 106, 1);
}

.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(64, 65, 69, 1);
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  color: rgba(64, 65, 69, 1);
  text-decoration: none;
  background-color: rgba(243, 253, 249, 1);
}

.list-group-item-action:active {
  color: rgba(64, 65, 69, 1);
  background-color: rgba(255, 255, 255, 1);
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5em 1em;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(218, 219, 221, 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: rgba(98, 100, 106, 1);
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.is-active {
  z-index: 2;
  color: #fff;
  background-color: rgba(98, 100, 106, 1);
  border-color: rgba(98, 100, 106, 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(64, 65, 69, 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(218, 219, 221, 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(218, 219, 221, 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(218, 219, 221, 1);
}

.table-bordered th,
.table-bordered td {
  border: 1px solid rgba(218, 219, 221, 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(218, 219, 221, 1);
  background: transparent;
}

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

.notification {
  border: 1px solid;
  display: table;
  font-family: inherit;
  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: #fff;
  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;
}


@media (min-width: 1200px) {}


@media (min-width: 1200px) {}

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

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



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

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

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

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

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

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



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

.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-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(218, 219, 221, 1);
  border-radius: 4px;
}

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

.cta {
  background-color: rgba(245, 245, 245, 1);
  color: rgba(34, 35, 37, 1);
}

.cta h3 {
  color: rgba(34, 35, 37, 1);
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fdfdfd;
}

.hero h1,
.hero h2 {
  color: #fefefe;
}

@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;
  display: flex;
}

.svg-shape {
  position: relative;
  z-index: 20;
  width: 100%;
  height: 4rem;
  fill: #fff;
}

.header {
  height: 88px;
  background-color: rgba(255, 255, 255, 1);
}

.header .navbar-brand,
.header .navbar-toggle,
.header .nav-link {
  color: rgba(0, 57, 18, 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: #001a08;
}

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

.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: rgba(0, 57, 18, 1);
}

.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: #001a08;
}

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

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

.text-header .navbar-brand,
.text-header .navbar-toggle,
.text-header .nav-link {
  color: rgba(0, 57, 18, 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: #001a08;
}

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

#logo {
  height: 40px;
}

.footer {
  position: relative;
  background-color: #f5f5f5;
}

.footer .container {
  max-width: 1440px;
}

.footer .nav-link {
  color: #222325;
}

.footer .nav-link:hover,
.footer .nav-link:active {
  color: #222325;
}



.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(218, 219, 221, 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: #f5f5f5;
}

.dropdown-item.is-active {
  color: #fff;
  text-decoration: none;
  background-color: rgba(98, 100, 106, 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: 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(218, 219, 221, 1);
}

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

.nav-tabs {
  position: relative;
  flex-direction: column;
  border: 1px solid rgba(218, 219, 221, 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(218, 219, 221, 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(218, 219, 221, 1);
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .nav-tabs .nav-link.is-active {
    background-color: #fff;
    border-color: rgba(218, 219, 221, 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: rgba(64, 65, 69, 1);
  background-color: rgba(245, 245, 245, 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: 88px 0 1.5rem;
  background-color: rgba(255, 255, 255, 1);
}

.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: 1.5rem 0 3rem;
  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: 9px 16px;
  line-height: 1.5;
  color: rgba(64, 65, 69, 1);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid rgba(218, 219, 221, 1);
  cursor: pointer;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.15s ease-in-out;
  color: rgba(245, 245, 245, 1);
  border-color: rgba(245, 245, 245, 1);
}

.pagination-next-link,
.pagination-prev-link {
  display: inline-flex;
  align-items: center;
}

.pagination-next-icon,
.pagination-prev-icon {
  display: inline-flex;
  align-items: center;
}

.pagination-next-icon svg {
  margin-left: 8px;
}

.pagination-prev-icon svg {
  margin-right: 8px;
}

.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: rgba(64, 65, 69, 1);
  background-color: rgba(245, 245, 245, 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(64, 65, 69, 1);
  border-color: rgba(218, 219, 221, 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: rgba(64, 65, 69, 1);
  border-color: #ebebeb;
  background-color: #ebebeb;
}

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


.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(218, 219, 221, 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;
}

.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(218, 219, 221, 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(0, 57, 18, 1);
}

.text-warning {
  color: #ef526e;
}

.text-notification {
  color: #fff;
}

.text-inherit {
  color: inherit;
}

.text-base {
  color: rgba(64, 65, 69, 1);
}

.text-black {
  color: #000;
}

.text-white {
  color: #fff;
}

.text-gray-100 {
  color: rgba(243, 253, 249, 1);
}

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

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

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

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

.text-gray-600 {
  color: rgba(98, 100, 106, 1);
}

.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(245, 245, 245, 1);
}

.text-secondary {
  color: rgba(64, 65, 69, 1);
}

.text-tertiary {
  color: rgba(255, 255, 255, 1);
}

.text-primary-inverse {
  color: rgba(64, 65, 69, 1);
}

.text-secondary-inverse {
  color: #fff;
}

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

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

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

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

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

.hover\:text-gray-100:hover {
  color: rgba(243, 253, 249, 1);
}

.hover\:text-gray-200:hover {
  color: rgba(255, 255, 255, 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: rgba(98, 100, 106, 1);
}

.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(245, 245, 245, 1);
}

.hover\:text-secondary:hover {
  color: rgba(64, 65, 69, 1);
}

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

.hover\:text-primary-inverse:hover {
  color: rgba(64, 65, 69, 1);
}

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

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

.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: -webkit-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: rgba(255, 255, 255, 1);
}

.bg-note {
  background-color: rgba(0, 57, 18, 1);
}

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

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

.bg-custom-blocks {
  background-color: #fff;
}

.bg-content-blocks {
  background-color: #fff;
}

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

.bg-gray-200 {
  background-color: white;
}

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

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

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

.bg-gray-600 {
  background-color: rgba(98, 100, 106, 1);
}

.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: rgba(245, 245, 245, 1);
}

.bg-secondary {
  background-color: rgba(64, 65, 69, 1);
}

.bg-tertiary {
  background-color: rgba(255, 255, 255, 1);
}

.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: rgba(243, 253, 249, 1);
}

.hover\:bg-gray-200:hover {
  background-color: rgba(255, 255, 255, 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: rgba(98, 100, 106, 1);
}

.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(245, 245, 245, 1);
}

.hover\:bg-secondary:hover {
  background-color: rgba(64, 65, 69, 1);
}

.hover\:bg-tertiary:hover {
  background-color: rgba(255, 255, 255, 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: rgba(243, 253, 249, 1);
  }

  .sm\:bg-gray-200 {
    background-color: rgba(255, 255, 255, 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: rgba(98, 100, 106, 1);
  }

  .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(245, 245, 245, 1);
  }

  .sm\:bg-secondary {
    background-color: rgba(64, 65, 69, 1);
  }

  .sm\:bg-tertiary {
    background-color: rgba(255, 255, 255, 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: rgba(243, 253, 249, 1);
  }

  .md\:bg-gray-200 {
    background-color: rgba(255, 255, 255, 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: rgba(98, 100, 106, 1);
  }

  .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(245, 245, 245, 1);
  }

  .md\:bg-secondary {
    background-color: rgba(64, 65, 69, 1);
  }

  .md\:bg-tertiary {
    background-color: rgba(255, 255, 255, 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: rgba(243, 253, 249, 1);
  }

  .lg\:bg-gray-200 {
    background-color: rgba(255, 255, 255, 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: rgba(98, 100, 106, 1);
  }

  .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(245, 245, 245, 1);
  }

  .lg\:bg-secondary {
    background-color: rgba(64, 65, 69, 1);
  }

  .lg\:bg-tertiary {
    background-color: rgba(255, 255, 255, 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: rgba(243, 253, 249, 1);
  }

  .xl\:bg-gray-200 {
    background-color: rgba(255, 255, 255, 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: rgba(98, 100, 106, 1);
  }

  .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(245, 245, 245, 1);
  }

  .xl\:bg-secondary {
    background-color: rgba(64, 65, 69, 1);
  }

  .xl\:bg-tertiary {
    background-color: rgba(255, 255, 255, 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(218, 219, 221, 1);
}

.border-top {
  border-top: 1px solid rgba(218, 219, 221, 1);
}

.border-right {
  border-right: 1px solid rgba(218, 219, 221, 1);
}

.border-bottom {
  border-bottom: 1px solid rgba(218, 219, 221, 1);
}

.border-left {
  border-left: 1px solid rgba(218, 219, 221, 1);
}

@media (min-width: 576px) {
  .sm\:border {
    border: 1px solid rgba(218, 219, 221, 1);
  }

  .sm\:border-top {
    border-top: 1px solid rgba(218, 219, 221, 1);
  }

  .sm\:border-right {
    border-right: 1px solid rgba(218, 219, 221, 1);
  }

  .sm\:border-bottom {
    border-bottom: 1px solid rgba(218, 219, 221, 1);
  }

  .sm\:border-left {
    border-left: 1px solid rgba(218, 219, 221, 1);
  }
}

@media (min-width: 768px) {
  .md\:border {
    border: 1px solid rgba(218, 219, 221, 1);
  }

  .md\:border-top {
    border-top: 1px solid rgba(218, 219, 221, 1);
  }

  .md\:border-right {
    border-right: 1px solid rgba(218, 219, 221, 1);
  }

  .md\:border-bottom {
    border-bottom: 1px solid rgba(218, 219, 221, 1);
  }

  .md\:border-left {
    border-left: 1px solid rgba(218, 219, 221, 1);
  }
}

@media (min-width: 992px) {
  .lg\:border {
    border: 1px solid rgba(218, 219, 221, 1);
  }

  .lg\:border-top {
    border-top: 1px solid rgba(218, 219, 221, 1);
  }

  .lg\:border-right {
    border-right: 1px solid rgba(218, 219, 221, 1);
  }

  .lg\:border-bottom {
    border-bottom: 1px solid rgba(218, 219, 221, 1);
  }

  .lg\:border-left {
    border-left: 1px solid rgba(218, 219, 221, 1);
  }
}

@media (min-width: 1200px) {
  .xl\:border {
    border: 1px solid rgba(218, 219, 221, 1);
  }

  .xl\:border-top {
    border-top: 1px solid rgba(218, 219, 221, 1);
  }

  .xl\:border-right {
    border-right: 1px solid rgba(218, 219, 221, 1);
  }

  .xl\:border-bottom {
    border-bottom: 1px solid rgba(218, 219, 221, 1);
  }

  .xl\:border-left {
    border-left: 1px solid rgba(218, 219, 221, 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(0, 57, 18, 1);
}

.border-warning {
  border-color: #ef526e;
}

.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: rgba(243, 253, 249, 1);
}

.border-top-gray-100 {
  border-top-color: rgba(243, 253, 249, 1);
}

.border-right-gray-100 {
  border-right-color: rgba(243, 253, 249, 1);
}

.border-bottom-gray-100 {
  border-bottom-color: rgba(243, 253, 249, 1);
}

.border-left-gray-100 {
  border-left-color: rgba(243, 253, 249, 1);
}

.border-gray-200 {
  border-color: rgba(255, 255, 255, 1);
}

.border-top-gray-200 {
  border-top-color: rgba(255, 255, 255, 1);
}

.border-right-gray-200 {
  border-right-color: rgba(255, 255, 255, 1);
}

.border-bottom-gray-200 {
  border-bottom-color: rgba(255, 255, 255, 1);
}

.border-left-gray-200 {
  border-left-color: rgba(255, 255, 255, 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: rgba(98, 100, 106, 1);
}

.border-top-gray-600 {
  border-top-color: rgba(98, 100, 106, 1);
}

.border-right-gray-600 {
  border-right-color: rgba(98, 100, 106, 1);
}

.border-bottom-gray-600 {
  border-bottom-color: rgba(98, 100, 106, 1);
}

.border-left-gray-600 {
  border-left-color: rgba(98, 100, 106, 1);
}

.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(245, 245, 245, 1);
}

.border-top-primary {
  border-top-color: rgba(245, 245, 245, 1);
}

.border-right-primary {
  border-right-color: rgba(245, 245, 245, 1);
}

.border-bottom-primary {
  border-bottom-color: rgba(245, 245, 245, 1);
}

.border-left-primary {
  border-left-color: rgba(245, 245, 245, 1);
}

.border-secondary {
  border-color: rgba(64, 65, 69, 1);
}

.border-top-secondary {
  border-top-color: rgba(64, 65, 69, 1);
}

.border-right-secondary {
  border-right-color: rgba(64, 65, 69, 1);
}

.border-bottom-secondary {
  border-bottom-color: rgba(64, 65, 69, 1);
}

.border-left-secondary {
  border-left-color: rgba(64, 65, 69, 1);
}

.border-tertiary {
  border-color: rgba(255, 255, 255, 1);
}

.border-top-tertiary {
  border-top-color: rgba(255, 255, 255, 1);
}

.border-right-tertiary {
  border-right-color: rgba(255, 255, 255, 1);
}

.border-bottom-tertiary {
  border-bottom-color: rgba(255, 255, 255, 1);
}

.border-left-tertiary {
  border-left-color: rgba(255, 255, 255, 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: rgba(243, 253, 249, 1);
}

.hover\:border-top-gray-100:hover {
  border-top-color: rgba(243, 253, 249, 1);
}

.hover\:border-right-gray-100:hover {
  border-right-color: rgba(243, 253, 249, 1);
}

.hover\:border-bottom-gray-100:hover {
  border-bottom-color: rgba(243, 253, 249, 1);
}

.hover\:border-left-gray-100:hover {
  border-left-color: rgba(243, 253, 249, 1);
}

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

.hover\:border-top-gray-200:hover {
  border-top-color: rgba(255, 255, 255, 1);
}

.hover\:border-right-gray-200:hover {
  border-right-color: rgba(255, 255, 255, 1);
}

.hover\:border-bottom-gray-200:hover {
  border-bottom-color: rgba(255, 255, 255, 1);
}

.hover\:border-left-gray-200:hover {
  border-left-color: rgba(255, 255, 255, 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: rgba(98, 100, 106, 1);
}

.hover\:border-top-gray-600:hover {
  border-top-color: rgba(98, 100, 106, 1);
}

.hover\:border-right-gray-600:hover {
  border-right-color: rgba(98, 100, 106, 1);
}

.hover\:border-bottom-gray-600:hover {
  border-bottom-color: rgba(98, 100, 106, 1);
}

.hover\:border-left-gray-600:hover {
  border-left-color: rgba(98, 100, 106, 1);
}

.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(245, 245, 245, 1);
}

.hover\:border-top-primary:hover {
  border-top-color: rgba(245, 245, 245, 1);
}

.hover\:border-right-primary:hover {
  border-right-color: rgba(245, 245, 245, 1);
}

.hover\:border-bottom-primary:hover {
  border-bottom-color: rgba(245, 245, 245, 1);
}

.hover\:border-left-primary:hover {
  border-left-color: rgba(245, 245, 245, 1);
}

.hover\:border-secondary:hover {
  border-color: rgba(64, 65, 69, 1);
}

.hover\:border-top-secondary:hover {
  border-top-color: rgba(64, 65, 69, 1);
}

.hover\:border-right-secondary:hover {
  border-right-color: rgba(64, 65, 69, 1);
}

.hover\:border-bottom-secondary:hover {
  border-bottom-color: rgba(64, 65, 69, 1);
}

.hover\:border-left-secondary:hover {
  border-left-color: rgba(64, 65, 69, 1);
}

.hover\:border-tertiary:hover {
  border-color: rgba(255, 255, 255, 1);
}

.hover\:border-top-tertiary:hover {
  border-top-color: rgba(255, 255, 255, 1);
}

.hover\:border-right-tertiary:hover {
  border-right-color: rgba(255, 255, 255, 1);
}

.hover\:border-bottom-tertiary:hover {
  border-bottom-color: rgba(255, 255, 255, 1);
}

.hover\:border-left-tertiary:hover {
  border-left-color: rgba(255, 255, 255, 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: rgba(243, 253, 249, 1);
  }

  .sm\:border-top-gray-100 {
    border-top-color: rgba(243, 253, 249, 1);
  }

  .sm\:border-right-gray-100 {
    border-right-color: rgba(243, 253, 249, 1);
  }

  .sm\:border-bottom-gray-100 {
    border-bottom-color: rgba(243, 253, 249, 1);
  }

  .sm\:border-left-gray-100 {
    border-left-color: rgba(243, 253, 249, 1);
  }

  .sm\:border-gray-200 {
    border-color: rgba(255, 255, 255, 1);
  }

  .sm\:border-top-gray-200 {
    border-top-color: rgba(255, 255, 255, 1);
  }

  .sm\:border-right-gray-200 {
    border-right-color: rgba(255, 255, 255, 1);
  }

  .sm\:border-bottom-gray-200 {
    border-bottom-color: rgba(255, 255, 255, 1);
  }

  .sm\:border-left-gray-200 {
    border-left-color: rgba(255, 255, 255, 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: rgba(98, 100, 106, 1);
  }

  .sm\:border-top-gray-600 {
    border-top-color: rgba(98, 100, 106, 1);
  }

  .sm\:border-right-gray-600 {
    border-right-color: rgba(98, 100, 106, 1);
  }

  .sm\:border-bottom-gray-600 {
    border-bottom-color: rgba(98, 100, 106, 1);
  }

  .sm\:border-left-gray-600 {
    border-left-color: rgba(98, 100, 106, 1);
  }

  .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(245, 245, 245, 1);
  }

  .sm\:border-top-primary {
    border-top-color: rgba(245, 245, 245, 1);
  }

  .sm\:border-right-primary {
    border-right-color: rgba(245, 245, 245, 1);
  }

  .sm\:border-bottom-primary {
    border-bottom-color: rgba(245, 245, 245, 1);
  }

  .sm\:border-left-primary {
    border-left-color: rgba(245, 245, 245, 1);
  }

  .sm\:border-secondary {
    border-color: rgba(64, 65, 69, 1);
  }

  .sm\:border-top-secondary {
    border-top-color: rgba(64, 65, 69, 1);
  }

  .sm\:border-right-secondary {
    border-right-color: rgba(64, 65, 69, 1);
  }

  .sm\:border-bottom-secondary {
    border-bottom-color: rgba(64, 65, 69, 1);
  }

  .sm\:border-left-secondary {
    border-left-color: rgba(64, 65, 69, 1);
  }

  .sm\:border-tertiary {
    border-color: rgba(255, 255, 255, 1);
  }

  .sm\:border-top-tertiary {
    border-top-color: rgba(255, 255, 255, 1);
  }

  .sm\:border-right-tertiary {
    border-right-color: rgba(255, 255, 255, 1);
  }

  .sm\:border-bottom-tertiary {
    border-bottom-color: rgba(255, 255, 255, 1);
  }

  .sm\:border-left-tertiary {
    border-left-color: rgba(255, 255, 255, 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: rgba(243, 253, 249, 1);
  }

  .md\:border-top-gray-100 {
    border-top-color: rgba(243, 253, 249, 1);
  }

  .md\:border-right-gray-100 {
    border-right-color: rgba(243, 253, 249, 1);
  }

  .md\:border-bottom-gray-100 {
    border-bottom-color: rgba(243, 253, 249, 1);
  }

  .md\:border-left-gray-100 {
    border-left-color: rgba(243, 253, 249, 1);
  }

  .md\:border-gray-200 {
    border-color: rgba(255, 255, 255, 1);
  }

  .md\:border-top-gray-200 {
    border-top-color: rgba(255, 255, 255, 1);
  }

  .md\:border-right-gray-200 {
    border-right-color: rgba(255, 255, 255, 1);
  }

  .md\:border-bottom-gray-200 {
    border-bottom-color: rgba(255, 255, 255, 1);
  }

  .md\:border-left-gray-200 {
    border-left-color: rgba(255, 255, 255, 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: rgba(98, 100, 106, 1);
  }

  .md\:border-top-gray-600 {
    border-top-color: rgba(98, 100, 106, 1);
  }

  .md\:border-right-gray-600 {
    border-right-color: rgba(98, 100, 106, 1);
  }

  .md\:border-bottom-gray-600 {
    border-bottom-color: rgba(98, 100, 106, 1);
  }

  .md\:border-left-gray-600 {
    border-left-color: rgba(98, 100, 106, 1);
  }

  .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(245, 245, 245, 1);
  }

  .md\:border-top-primary {
    border-top-color: rgba(245, 245, 245, 1);
  }

  .md\:border-right-primary {
    border-right-color: rgba(245, 245, 245, 1);
  }

  .md\:border-bottom-primary {
    border-bottom-color: rgba(245, 245, 245, 1);
  }

  .md\:border-left-primary {
    border-left-color: rgba(245, 245, 245, 1);
  }

  .md\:border-secondary {
    border-color: rgba(64, 65, 69, 1);
  }

  .md\:border-top-secondary {
    border-top-color: rgba(64, 65, 69, 1);
  }

  .md\:border-right-secondary {
    border-right-color: rgba(64, 65, 69, 1);
  }

  .md\:border-bottom-secondary {
    border-bottom-color: rgba(64, 65, 69, 1);
  }

  .md\:border-left-secondary {
    border-left-color: rgba(64, 65, 69, 1);
  }

  .md\:border-tertiary {
    border-color: rgba(255, 255, 255, 1);
  }

  .md\:border-top-tertiary {
    border-top-color: rgba(255, 255, 255, 1);
  }

  .md\:border-right-tertiary {
    border-right-color: rgba(255, 255, 255, 1);
  }

  .md\:border-bottom-tertiary {
    border-bottom-color: rgba(255, 255, 255, 1);
  }

  .md\:border-left-tertiary {
    border-left-color: rgba(255, 255, 255, 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: rgba(243, 253, 249, 1);
  }

  .lg\:border-top-gray-100 {
    border-top-color: rgba(243, 253, 249, 1);
  }

  .lg\:border-right-gray-100 {
    border-right-color: rgba(243, 253, 249, 1);
  }

  .lg\:border-bottom-gray-100 {
    border-bottom-color: rgba(243, 253, 249, 1);
  }

  .lg\:border-left-gray-100 {
    border-left-color: rgba(243, 253, 249, 1);
  }

  .lg\:border-gray-200 {
    border-color: rgba(255, 255, 255, 1);
  }

  .lg\:border-top-gray-200 {
    border-top-color: rgba(255, 255, 255, 1);
  }

  .lg\:border-right-gray-200 {
    border-right-color: rgba(255, 255, 255, 1);
  }

  .lg\:border-bottom-gray-200 {
    border-bottom-color: rgba(255, 255, 255, 1);
  }

  .lg\:border-left-gray-200 {
    border-left-color: rgba(255, 255, 255, 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: rgba(98, 100, 106, 1);
  }

  .lg\:border-top-gray-600 {
    border-top-color: rgba(98, 100, 106, 1);
  }

  .lg\:border-right-gray-600 {
    border-right-color: rgba(98, 100, 106, 1);
  }

  .lg\:border-bottom-gray-600 {
    border-bottom-color: rgba(98, 100, 106, 1);
  }

  .lg\:border-left-gray-600 {
    border-left-color: rgba(98, 100, 106, 1);
  }

  .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(245, 245, 245, 1);
  }

  .lg\:border-top-primary {
    border-top-color: rgba(245, 245, 245, 1);
  }

  .lg\:border-right-primary {
    border-right-color: rgba(245, 245, 245, 1);
  }

  .lg\:border-bottom-primary {
    border-bottom-color: rgba(245, 245, 245, 1);
  }

  .lg\:border-left-primary {
    border-left-color: rgba(245, 245, 245, 1);
  }

  .lg\:border-secondary {
    border-color: rgba(64, 65, 69, 1);
  }

  .lg\:border-top-secondary {
    border-top-color: rgba(64, 65, 69, 1);
  }

  .lg\:border-right-secondary {
    border-right-color: rgba(64, 65, 69, 1);
  }

  .lg\:border-bottom-secondary {
    border-bottom-color: rgba(64, 65, 69, 1);
  }

  .lg\:border-left-secondary {
    border-left-color: rgba(64, 65, 69, 1);
  }

  .lg\:border-tertiary {
    border-color: rgba(255, 255, 255, 1);
  }

  .lg\:border-top-tertiary {
    border-top-color: rgba(255, 255, 255, 1);
  }

  .lg\:border-right-tertiary {
    border-right-color: rgba(255, 255, 255, 1);
  }

  .lg\:border-bottom-tertiary {
    border-bottom-color: rgba(255, 255, 255, 1);
  }

  .lg\:border-left-tertiary {
    border-left-color: rgba(255, 255, 255, 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: rgba(243, 253, 249, 1);
  }

  .xl\:border-top-gray-100 {
    border-top-color: rgba(243, 253, 249, 1);
  }

  .xl\:border-right-gray-100 {
    border-right-color: rgba(243, 253, 249, 1);
  }

  .xl\:border-bottom-gray-100 {
    border-bottom-color: rgba(243, 253, 249, 1);
  }

  .xl\:border-left-gray-100 {
    border-left-color: rgba(243, 253, 249, 1);
  }

  .xl\:border-gray-200 {
    border-color: rgba(255, 255, 255, 1);
  }

  .xl\:border-top-gray-200 {
    border-top-color: rgba(255, 255, 255, 1);
  }

  .xl\:border-right-gray-200 {
    border-right-color: rgba(255, 255, 255, 1);
  }

  .xl\:border-bottom-gray-200 {
    border-bottom-color: rgba(255, 255, 255, 1);
  }

  .xl\:border-left-gray-200 {
    border-left-color: rgba(255, 255, 255, 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: rgba(98, 100, 106, 1);
  }

  .xl\:border-top-gray-600 {
    border-top-color: rgba(98, 100, 106, 1);
  }

  .xl\:border-right-gray-600 {
    border-right-color: rgba(98, 100, 106, 1);
  }

  .xl\:border-bottom-gray-600 {
    border-bottom-color: rgba(98, 100, 106, 1);
  }

  .xl\:border-left-gray-600 {
    border-left-color: rgba(98, 100, 106, 1);
  }

  .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(245, 245, 245, 1);
  }

  .xl\:border-top-primary {
    border-top-color: rgba(245, 245, 245, 1);
  }

  .xl\:border-right-primary {
    border-right-color: rgba(245, 245, 245, 1);
  }

  .xl\:border-bottom-primary {
    border-bottom-color: rgba(245, 245, 245, 1);
  }

  .xl\:border-left-primary {
    border-left-color: rgba(245, 245, 245, 1);
  }

  .xl\:border-secondary {
    border-color: rgba(64, 65, 69, 1);
  }

  .xl\:border-top-secondary {
    border-top-color: rgba(64, 65, 69, 1);
  }

  .xl\:border-right-secondary {
    border-right-color: rgba(64, 65, 69, 1);
  }

  .xl\:border-bottom-secondary {
    border-bottom-color: rgba(64, 65, 69, 1);
  }

  .xl\:border-left-secondary {
    border-left-color: rgba(64, 65, 69, 1);
  }

  .xl\:border-tertiary {
    border-color: rgba(255, 255, 255, 1);
  }

  .xl\:border-top-tertiary {
    border-top-color: rgba(255, 255, 255, 1);
  }

  .xl\:border-right-tertiary {
    border-right-color: rgba(255, 255, 255, 1);
  }

  .xl\:border-bottom-tertiary {
    border-bottom-color: rgba(255, 255, 255, 1);
  }

  .xl\:border-left-tertiary {
    border-left-color: rgba(255, 255, 255, 1);
  }
}

.border-radius {
  border-radius: 4px;
}

.border-radius-lg {
  border-radius: 8px;
}

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

.circle {
  border-radius: 50%;
}

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


.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(64, 65, 69, 1);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid rgba(218, 219, 221, 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(245, 245, 245, 1);
  border-color: rgba(245, 245, 245, 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(64, 65, 69, 1);
  border-color: rgba(218, 219, 221, 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: #ebebeb;
  border-color: #ebebeb;
}

.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: rgba(64, 65, 69, 1);
  border-color: rgba(245, 245, 245, 1);
  background-color: rgba(245, 245, 245, 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: rgba(64, 65, 69, 1);
  border-color: #e8e8e8;
  background-color: #ebebeb;
}

.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: rgba(64, 65, 69, 1);
  background-color: rgba(245, 245, 245, 1);
  border-color: rgba(245, 245, 245, 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: rgba(64, 65, 69, 1);
  border-color: #dcdcdc;
  background-color: #e1e1e1;
  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(64, 65, 69, 1);
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid rgba(218, 219, 221, 1);
  cursor: pointer;
  border-radius: 4px;
  transition: 0.15s ease-in-out;
  color: rgba(64, 65, 69, 1);
  border-color: rgba(245, 245, 245, 1);
  background-color: rgba(245, 245, 245, 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: rgba(64, 65, 69, 1);
  border-color: #e8e8e8;
  background-color: #ebebeb;
}

.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: rgba(64, 65, 69, 1);
  background-color: rgba(245, 245, 245, 1);
  border-color: rgba(245, 245, 245, 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: rgba(64, 65, 69, 1);
  border-color: #dcdcdc;
  background-color: #e1e1e1;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.icon-circle {
  display: inline-flex;
  padding: 1em;
  background-color: rgba(243, 253, 249, 1);
  border-radius: 50%;
}

.icon-circle [class*="icon-"]::before,
.icon-circle .svg-icon {
  bottom: auto;
}

a:hover .icon-circle {
  color: rgba(245, 245, 245, 1);
  text-decoration: none;
  background-color: rgba(64, 65, 69, 1);
  border-color: rgba(245, 245, 245, 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(218, 219, 221, 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(218, 219, 221, 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(218, 219, 221, 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: rgba(98, 100, 106, 1);
}

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

.note,
.warning {
  position: relative;
  z-index: 1;
  margin: 2rem 0;
  border-radius: 0.25rem;
  overflow: hidden;
}

.note::after,
.warning::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.05;
  width: 100%;
  height: 100%;
}

.note,
.warning {
  padding: 1.5rem;
  overflow: hidden;
}

.note::before,
.warning::before {
  display: block;
  font-weight: bold;
  margin-bottom: 0.75rem;
}

.note {
  border-left: 4px solid rgba(0, 57, 18, 1);
}

.note::before {
  content: "Note";
  color: rgba(0, 57, 18, 1);
}

.note::before:empty {
  display: none;
}

.note::after {
  background-color: rgba(0, 57, 18, 1);
}

.warning {
  border-left: 4px solid #ef526e;
}

.warning::before {
  content: "Warning";
  color: #ef526e;
}

.warning::after {
  background-color: #ef526e;
}

.form .note {
  padding: 1rem;
  border: 1px solid rgba(0, 57, 18, 1);
}

.form .note::before {
  display: 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(//theme.zdassets.com/theme_assets/38806/90e255e9672fb2dbb746ead4710f7bee32f04bec.jpg);
}

.bg-home {
  background-image: url(https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQuSk6WA73MT0yEGweih3Bx5aN6fKDr4qj0Hw_6FJ8cIQ61qDB4d4qxcgJJyVM3qBEDk4s&usqp=CAU);
}

.bg-hero {
  background: -webkit-radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background: radial-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}

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

.group:hover .group-hover\:text-primary {
  color: rgba(245, 245, 245, 1);
}

.group:hover .group-hover\:text-primary-inverse {
  color: rgba(64, 65, 69, 1);
}

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

.home-page .header .search,
.home-page .header .search-toggle,
.community-topic-list-page .header .search,
.community-topic-list-page .header .search-toggle,
.community-post-list-page .header .search,
.community-post-list-page .header .search-toggle {
  display: none !important;
}

.avatar-img {
  background-color: #fff;
}

.promoted-articles:not(:last-child) {
  border-bottom: 1px solid rgba(218, 219, 221, 1);
}

.promoted-articles:last-child {
  margin-bottom: -2rem;
}

main {
  display: flex;
  flex-direction: column;
}

.layout--boxed {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}

/* Custom Styles*/

.custom_hero_heading_font {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
  /* 120% */
  color: #FEFEFE;
  text-align: center;
}

.custom_cta_heading_font {
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.custom_cta_sub-heading_font {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

.custom_content_and_contact_blocks_header {
  color: #222325;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.custom_search_icon_color {
  fill: rgba(64, 65, 69, 1);
}

.custom-all-pages-header-padding {
  padding-top: 32px
}


zd-autocomplete-multibrand zd-autocomplete-title-multibrand {
  color: #74767E;
  font-size: 16px;
  font-family: 'Public Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, inherit;
}



.custom-sidebar-items {
  color: rgba(64, 65, 69, 1);
}

.custom-green-title,
.custom-green-title:hover {
  color: #188652;
}

/* NEW */
:root {
  --fiverr-header-height: 88px;
}

.header .nav-link,
.nav-link.header-link {
  color: #404145;
}

.header-link:hover {
  text-decoration: underline;
}

.header {
  height: var(--fiverr-header-height);
  /** padding-bottom: 32px; **/
}

.fiverr-header.is-unstuck {
  background-color: transparent;
  border-bottom: 0;
}

.fiverr-header.is-unstuck #logo {
  content: url(//theme.zdassets.com/theme_assets/38806/62b35bdbb7677cad9ed8e3ec4e281c281d922272.svg);
}

.fiverr-header.is-unstuck .navbar-toggle,
.fiverr-header.is-unstuck .nav-link,
.fiverr-header.is-unstuck .nav-link.header-link {
  color: #ffffff;
}

.fiverr-header.is-unstuck .text-header .nav-link {
  color: #404145;
}

.hero,
.homepage-container {
  top: calc(var(--fiverr-header-height) *-1);
}

.hero {
  padding-top: 64px;
  padding-bottom: 24px;
}

#popular-keywords>div {
  margin-top: 16px;
}

@media (min-width: 1200px) {

  .homepage-container .content-blocks>div,
  .homepage-container #contact-blocks>div {
    --padding-left: 0;
    --padding-right: 0;
  }
}

.homepage-container .content-blocks>div {
  padding-top: 48px;
  padding-bottom: 56px;
}

.homepage-container .content-blocks>div>h2 {
  margin-top: 0;
  margin-bottom: 40px;
}

.homepage-container #contact-blocks>div {
  padding-top: 48px;
  padding-bottom: 0;
}

.custom-call-to-action-container {
  margin-top: 0;
}

.custom-navbar {
  max-width: 1440px;
  --padding: 0 48px;
  height: var(--fiverr-header-height);
}

.promoted-articles {
  background: url(//theme.zdassets.com/theme_assets/38806/6764bd497aeb39c2b52dca791ebae90b1f27994e.svg);
}

.promoted-articles .container {
  padding-top: 36px;
  padding-bottom: 36px;
}

.custom-sub-header .search [type="search"],
.hero .search [type="search"] {
  margin-left: 0;
  margin-right: 0;
  border-radius: 12px;
  color: #62646A;
  font-size: 18px;
  box-shadow: none;
}

.hero .search [type="search"] {
  border-width: 0;
}

.hero .search .form-field {
  border: 0;
}

.custom-sub-header .search:not(.search-right) [type="search"],
.hero .search:not(.search-right) [type="search"] {
  padding-right: 3rem;
}

.hero .search:not(.search-right) .search-icon {
  left: auto;
  right: 0;
}

.custom-sub-header .form-field select:focus,
.form-field .nesty-input:focus,
.form-field .hc-multiselect-toggle:focus,
.form-field>input:focus,
.form-field>textarea:focus {
  box-shadow: 0 0 0 1px #222325;
}



#page-container em {
  background-color: unset;
  font-style: normal;
  padding: 0;
}

.fiverr-search-results-date {
  color: #74767E;
  font-size: 12px;
}

.promoted-articles {
  background-color: #0B3A23;
  background-image: url(//theme.zdassets.com/theme_assets/38806/e85d45d942dfd9fa1926dd87eb1621ba47b12013.png);
  min-height: 585px;
}

.promoted-articles,
.promoted-articles h2 {
  color: #ffffff;
}

.promoted-articles h2 {
  font-size: 28px;
}

.promoted-articles a:hover {
  color: #ffffff;
  text-decoration: none;
}

.promoted-articles li:hover {
  background-color: rgba(255, 255, 255, 0.15);
  background-image: url(//theme.zdassets.com/theme_assets/38806/049072b4eaa5dd7d9bc2dcf147be9547471fb7e1.svg);
  background-repeat: no-repeat;
  background-position: center right 16px;
  border-radius: 12px;
}

.cta_image {
  background-size: 336px 167px;
  background-repeat: no-repeat;
}

.footer {
  margin-top: 0;
}

.footer .nav-link {
  font-size: 16px;
  color: #222325;
}

zd-autocomplete {
  border-radius: 12px;
  padding: 16px 16px 22px;
}

zd-autocomplete-header {
  text-align: left !important;
  color: #62646A;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 0;
  padding: 16px 0 10px 16px;
  letter-spacing: 0.6px;
}

zd-autocomplete-multibrand {
  color: #74767E;
  font-size: 16px;
  border-bottom: 0;
  padding: 10px 16px;
}

#popular-keywords a {
  padding: 8px 12px;
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.20);
  font-size: 14px;
}

#popular-keywords a:hover {
  color: #FDFDFD;
  background-color: rgba(255, 255, 255, 0.1);
}

.article-list {
  margin-bottom: 64px;
}

/**
.custom-sections-page-header,
.custom-section-page-link,
.custom-article-heading,
.custom-article-link a,
.related-articles li a {
  padding-left: 16px;
  padding-right: 16px;
} **/

.request-callout a {
  color: #404145;
  text-decoration: underline;
}

.related-articles a {
  margin-left: -16px;
  padding-left: 16px;
  padding-right: 12px;
}

.custom-section-page-link a:hover,
.related-articles li a:hover,
.custom-article-link a:hover {
  text-decoration: none;
}

.custom-section-page-link:hover,
.custom-article-link:hover,
.related-articles li a:hover,
zd-autocomplete-multibrand:hover {
  background-color: #e0e0e026;
  border-radius: 12px;
  background-image: url(//theme.zdassets.com/theme_assets/38806/c970f2a8507ac54b6059103e96bd26fb2969a610.svg);
  background-repeat: no-repeat;
  background-position: center right 16px;
}

zd-autocomplete-multibrand em {
  color: #222325;
  font-weight: 700;
  background-color: unset;
  padding: 0;
}

zd-autocomplete-breadcrumbs-multibrand {
  display: none !important;
}

.card {
  border-radius: 12px;
  border: none;
  padding: 52px 24px;
  box-shadow: 1px -2px 10px 7px #f8f8f859;
  --width: 270px;
  --height: 185px;
}

.custom-community-card:hover,
.card:hover {
  box-shadow: 1px -2px 10px 7px #807b7b14;
}

.card img {
  height: 40px !important;
  width: 40px !important;
}

.card h2,
.card h3 {
  font-size: 18px;
  color: #222325;
  font-weight: 700;
}

.content-blocks .container {
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.content-blocks .card {
  padding: 44px 24px;
}

.content-blocks .card h2 {
  margin-top: 24px;
}

.content-blocks .card,
.contact-blocks .card {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.02),
    0 2px 4px 0 rgba(0, 0, 0, 0.04),
    0 1px 5px 0 rgba(0, 0, 0, 0.06);
}

.contact-blocks .card {
  padding: 24px;
}

.contact-blocks p {
  color: #74767E;
}

.fiverr-button {
  border-radius: 8px;
  background-color: #222325;
}

#footer nav {
  flex-wrap: nowrap;
}

.custom-nav-container {
  display: flex;
}

@media (max-width: 767px) {
  .header {
    margin-bottom: 0;
  }

  .custom-nav-container {
    display: block;
  }

  .custom-footer-container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .social-links {
    width: auto !important;
    justify-content: center;
    margin-top: 16px;
  }

  .card,
  .custom-community-card {
    width: auto !important;
  }
}

.custom-footer-container {
  max-width: unset;
  border-top: 1px solid #E4E5E7;
  padding: 24px 48px;
}

.custom-links {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: center;
}

.custom-links .nav-link {
  margin-bottom: 8px;
}

.custom-links .nav-link:hover {
  text-decoration: underline;
}

@media (min-width: 767px) {

  .custom-links {
    flex-direction: row;
  }

  .custom-links .nav-link {
    margin-bottom: 0;
    padding: 0;
  }

  .custom-links .nav-link:not(:last-child) {
    margin-right: 32px;
  }
}

.social-links {
  display: flex;
  align-items: center;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 7px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #222325;
}

.social-links a:hover {
  background-color: #EFEFF0;
  color: #222325;
}

.custom-category-list {
  padding-top: 0;
  padding-left: 0;
  margin-top: 40px;
}

.sidebar-table-of-contents ul {
  padding: 0;
  position: relative;
  margin-left: 0 !important;
}



.custom-sub-header .container {
  margin-top: 25px;
}

li::marker {
  color: #203864;
}

.custom-articles-list li:has(a):has(.is-active) {
  /*font-weight: 700;*/
}

@media (min-width: 992px) {

  .sidebar-menu {
    max-width: 300px;
  }
}

.custom-sidebar-items svg,
.custom-articles-list svg {
  display: none;
}

.custom-sidebar-items,
.custom-articles-list a {
  color: #222325;
  padding: 4px 0px;
  font-size: 14px;
}

.custom-sidebar-items.is-actives {
  background-color: #e0e0e026;
  border-radius: 8px;
}

.custom-articles-list a {
  border-radius: 8px;
}

.custom-articles-list a:hover,
.custom-sidebar-items:hover,
.custom-sidebar-items:active {
  color: black;
  text-decoration: none;
}

.side-bar {
  padding: 1px 15px;
}

.custom-sidebar-items:hover {
  border-radius: 8px;
}

.custom-sidebar-items.is-active {
  background-color: #e0e0e026;
  border-radius: 8px;
}

.pagination-next a,
.pagination-prev a {
  white-space: nowrap;
}

.pagination-first a,
.pagination-prev a,
.pagination-next a,
.pagination-last a {
  color: #222325;
  border: 1px solid #222325;
  border-radius: 8px;
}

.pagination-first a:hover,
.pagination-prev a:hover,
.pagination-next a:hover,
.pagination-last a:hover {
  background-color: #222325;
  color: #ffffff;
}

.article-navigation-title {
  color: #222325;
  font-size: 18px;
  font-weight: 700;
}

.article-navigation-title-container {
  display: flex;
  align-items: center;
}

.article-navigation-title {
  flex: 1;
  word-wrap: break-word;
  min-width: 1px;
}

.next-article-title-icon {
  padding-left: 8px;
}

.previous-article-title-icon {
  padding-right: 8px;
}

.custom-show-more-articles {
  padding: 7px 12px;
  font-weight: 600;
  font-size: 14px;
}

.custom-show-more-articles,
.article-voiting-buttons button {
  color: #222325;
  border-color: #222325;
  border-radius: 8px;
}

.article-voiting-buttons button.is-active {
  color: #ffffff !important;
  background-color: #222325 !important;
  border-color: #222325 !important;
}

.custom-show-more-articles:hover,
.article-voiting-buttons button:hover {
  color: #ffffff;
  background-color: #222325;
}

.sidebar-table-of-contents>div {
  padding-left: 0;
}

.sidebar-table-of-contents>div h3 {
  font-size: 20px;
  font-weight: 700;
}

.nav-pills .nav-link:hover {
  background-color: #e0e0e026;
}

.sticky-header {
  z-index: 999;
}

.custom-category-page-header h1 {
  font-weight: 700;
  font-size: 28px;
}

.custom-category-page-aside .custom-category-list {
  margin-top: 0;
}

.custom-category-page-aside .custom-category-list {
  margin-top: 26px;
}

.custom-search-page-aside .nav-link span {
  color: #62646A
}

.search-results-page .footer {
  background-color: #fff;
}

/**
.custom-search-results-page > div {
  margin-top: 8px;
} **/

.custom-search-results-page-header h1 {
  font-weight: 700;
  font-size: 20px;
}

.custom-article-page-header h1 {
  font-weight: 700;
  font-size: 32px;
}

/* NEW END*/

/* Article margin START */
.article-content p {
  margin: 0.5em 0;
  text-align: justify;
}

/* END */

/* H tag margin*/
article .content h2 {
  margin-bottom: auto;
  margin-top: 32px;
}

.bannerImage {
  text-align: center;
}

.section-heading-wrap {
  text-align: left;
  mix-blend-mode: normal;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.section-heading-wrap.cc-cats {
  align-items: flex-start;
  margin-bottom: 54px;
}

.title-link-div {
  padding-right: 15px;
  display: inline-block;
}

.section-heading-wrap {
  text-align: left;
  mix-blend-mode: normal;
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.heading-jumbo-small.right-margin-10.cc-domain {
  margin-bottom: 2px;
  font-family: Domainedisplay, sans-serif;
  font-size: 3rem;
  font-style: italic;
  font-weight: 500;
}

.heading-jumbo-small.right-margin-10 {
  margin-right: 10px;
}

.heading-jumbo-small.cc-bold.post-page {
  line-height: 2.4rem;
}

.heading-jumbo-small.cc-bold {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
}

.heading-jumbo-small {
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 2.5rem;
}

.chevron.post-page {
  margin-bottom: 9px;
}

.chevron {
  align-self: flex-end;
  height: 1rem;
  margin-bottom: 8px;
  margin-left: 16px;
}

.collection-list1 {
  grid-column-gap: 59px;
  grid-row-gap: 120px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.standard-blog-item {
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-preview-image {
  flex: none;
  width: 100%;
  height: 200px;
  margin-bottom: 10px;
  transition: opacity .6s;
  display: block;
  position: relative;
  overflow: hidden;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.thumbnail-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-summary-wrap {
  text-align: left;
  align-self: flex-start;
  max-width: none;
}

.w-inline-block {
  max-width: 100%;
  display: inline-block;
}

.blog-heading-link {
  color: var(--black);
  margin-bottom: 10px;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75rem;
  text-decoration: none;
}

.paragraph-light {
  color: var(--grey-2);
  font-size: 1rem;
  line-height: 1.5rem;
}

.label.cc-tag {
  color: green;
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: .7rem;
  font-weight: 700;
  line-height: 1rem;
}

a {
  color: black;
  text-decoration: none;
  display: block;
}

.paragraph-light {
  color: grey;
  font-size: 1rem;
  line-height: 1.5rem;
}

/* END */
.custom-sub-header>.container,
#page-container,
#blog-container,
footer .container,
.tb-header.tk-headervtwo>.container {
  max-width: 97%;
}

.main-menu-side>a {
  font-weight: 400;
  font-size: 17px !important;
  line-height: 20px;
  cursor: pointer;
  color: #162a4c;
}

.main-menu-side .accordion-content a {
  cursor: pointer;
  color: #162a4c;
  font-size: 15px;
  padding: 10px 0;
}
