@charset "UTF-8";

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,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  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;
}

* {
  box-sizing: border-box;
}

body {
  background-color: #FFFFFF;
  color: #161A1D;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: #D71920;
  text-decoration: none;
}
a:visited {
  color: #8F1419;
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

.hbs-form input,
.hbs-form textarea, .search input,
.search textarea {
  color: #000;
  font-size: 14px;
}
.hbs-form input, .search input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
  
}
.hbs-form input:where(:not([type=checkbox])), .search input:where(:not([type=checkbox])) {
  outline: none;
}
.hbs-form input:where(:not([type=checkbox])):focus, .search input:where(:not([type=checkbox])):focus {
  border: 1px solid #E31B23;
}
.hbs-form input[disabled], .search input[disabled] {
  background-color: #ddd;
}
.hbs-form select, .search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #848F99;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}
.hbs-form select:focus, .search select:focus {
  border: 1px solid #E31B23;
}
.hbs-form select::-ms-expand, .search select::-ms-expand {
  display: none;
}
.hbs-form textarea, .search textarea {
  border: 1px solid #848F99;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}
.hbs-form textarea:focus, .search textarea:focus {
  border: 1px solid #E31B23;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

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

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button {
  background-color: transparent;
  border: 1px solid #E31B23;
  border-radius: 4px;
  color: #E31B23;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}
@media (min-width: 768px) {
  .button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button {
    width: auto;
  }
}
.button:visited, .pagination-next-link:visited, .pagination-prev-link:visited, .pagination-first-link:visited, .pagination-last-link:visited, .subscriptions-subscribe button:visited, .requests-table-toolbar .organization-subscribe button:visited, .community-follow button:visited, .article-subscribe button:visited, .section-subscribe button:visited, .split-button button:visited {
  color: #E31B23;
}
.button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .subscriptions-subscribe button:hover, .requests-table-toolbar .organization-subscribe button:hover, .community-follow button:hover, .article-subscribe button:hover, .section-subscribe button:hover, .split-button button:hover, .button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .subscriptions-subscribe button:active, .requests-table-toolbar .organization-subscribe button:active, .community-follow button:active, .article-subscribe button:active, .section-subscribe button:active, .split-button button:active, .button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .subscriptions-subscribe button:focus, .requests-table-toolbar .organization-subscribe button:focus, .community-follow button:focus, .article-subscribe button:focus, .section-subscribe button:focus, .split-button button:focus, .button.button-primary, .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected=true], .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected=true], .community-follow button.button-primary, .article-subscribe button.button-primary, .article-subscribe button[data-selected=true], .section-subscribe button.button-primary, .section-subscribe button[data-selected=true], .split-button button.button-primary {
  background-color: #E31B23;
  color: #FFFFFF;
  text-decoration: none;
}
.button.button-primary:hover, .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button[data-selected=true]:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button[data-selected=true]:hover, .community-follow button.button-primary:hover, .article-subscribe button.button-primary:hover, .article-subscribe button[data-selected=true]:hover, .section-subscribe button.button-primary:hover, .section-subscribe button[data-selected=true]:hover, .split-button button:hover, .button.button-primary:focus, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button[data-selected=true]:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button[data-selected=true]:focus, .community-follow button.button-primary:focus, .article-subscribe button.button-primary:focus, .article-subscribe button[data-selected=true]:focus, .section-subscribe button.button-primary:focus, .section-subscribe button[data-selected=true]:focus, .split-button button.button-primary:focus, .button.button-primary:active, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active, .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button[data-selected=true]:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button[data-selected=true]:active, .community-follow button.button-primary:active, .article-subscribe button.button-primary:active, .article-subscribe button[data-selected=true]:active, .section-subscribe button.button-primary:active, .section-subscribe button[data-selected=true]:active, .split-button button.button-primary:active {
  background-color: #881015;
  border-color: #881015;
}
.button[data-disabled], [data-disabled].pagination-next-link, [data-disabled].pagination-prev-link, [data-disabled].pagination-first-link, [data-disabled].pagination-last-link, .subscriptions-subscribe button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .community-follow button[data-disabled], .article-subscribe button[data-disabled], .section-subscribe button[data-disabled], .split-button button[data-disabled] {
  cursor: default;
}

.button-large, .hbs-form input[type=submit] {
  cursor: pointer;
  background-color: #E31B23;
  border: 0;
  border-radius: 4px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}
@media (min-width: 768px) {
  .button-large, .hbs-form input[type=submit] {
    width: auto;
  }
}
.button-large:visited, .hbs-form input[type=submit]:visited {
  color: #FFFFFF;
}
.button-large:hover, .button-large:active, .button-large:focus, .hbs-form input[type=submit]:hover, .hbs-form input[type=submit]:active, .hbs-form input[type=submit]:focus {
  background-color: #881015;
}
.button-large[disabled], .hbs-form input[type=submit][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #424e57;
  border: 1px solid #848F99;
  background-color: transparent;
}
.button-secondary:visited {
  color: #424e57;
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: #161A1D;
  border: 1px solid #848F99;
  background-color: #f7f7f7;
}

.split-button {
  display: flex;
}

.split-button button {
  background-color: #E31B23;
  border: 0;
  color: #FFFFFF;
  height: 32px;
  line-height: 16px;
  outline-color: #E31B23;
}

[dir=rtl] .split-button button:not(:only-child):first-child {
  border-left: 1px solid #FFFFFF;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):first-child {
  border-right: 1px solid #FFFFFF;
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}
[dir=rtl] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}
.table th,
.table th a {
  color: #424e57;
  font-size: 13px;
  text-align: left;
}
[dir=rtl] .table th,
[dir=rtl] .table th a {
  text-align: right;
}
.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}
.table td {
  display: block;
}
@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #848F99;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.form-field input:focus {
  border: 1px solid #E31B23;
}

.form-field input[type=text] {
  border: 1px solid #848F99;
  border-radius: 4px;
}
.form-field input[type=text]:focus {
  border: 1px solid #E31B23;
}

.form-field input[type=checkbox] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  border: 1px solid #848F99;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}
.form-field .nesty-input:focus {
  border: 1px solid #E31B23;
  text-decoration: none;
}

.form-field .hc-multiselect-toggle {
  border: 1px solid #848F99;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid #E31B23;
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: #424e57;
  margin-left: 4px;
}

.form-field p {
  color: #424e57;
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #424e57;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}
.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}
.form .suggestion-list li {
  padding: 10px 0;
}
.form .suggestion-list li a:visited {
  color: #8F1419;
}

.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}

.logo img {
  max-height: 37px;
  vertical-align: middle;
}

.logo span {
  margin: 0 10px;
  color: #E31B23;
}

.logo a {
  display: inline-block;
}

.logo a:hover, .logo a:focus, .logo a:active {
  text-decoration: none;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}
.user-nav[aria-expanded=true] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}
.user-nav[aria-expanded=true] > a {
  display: block;
  margin: 20px;
}
.user-nav[aria-expanded=true] > .user-nav-list li {
  display: block;
}
.user-nav[aria-expanded=true] > .user-nav-list a {
  display: block;
  margin: 20px;
}

.user-nav-list {
  display: block;
  list-style: none;
}
.user-nav-list > li {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-wrapper-desktop {
    display: inline-block;
  }
}
.nav-wrapper-desktop a {
  border: 0;
  color: #D71920;
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}
@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}
[dir=rtl] .nav-wrapper-desktop a {
  padding: 0 0 0 20px;
}
.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  background-color: transparent;
  color: #D71920;
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}
.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
}
.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.nav-wrapper-mobile .menu-button-mobile[aria-expanded=true] .icon-menu {
  background: #f3f3f3;
}
.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 2;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=false] {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=true] {
  display: block;
}
.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}
.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #161A1D;
  cursor: pointer;
  text-align: start;
}
.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}
.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: #161A1D;
}
.nav-wrapper-mobile .menu-list-mobile-items a:active, .nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737D;
}
.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}
[dir=rtl] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}
[dir=rtl] .skip-navigation {
  left: initial;
  right: -999px;
}
.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}
[dir=rtl] .skip-navigation:focus, [dir=rtl] .skip-navigation:active {
  left: initial;
  right: auto;
}

#zd-modal-container ~ .skip-navigation {
  display: none;
}

.ask-assistant {
  align-items: center;
  background-color: #D71920;
  border: 1px solid #D71920;
  border-radius: 4px;
  color: #FFFFFF;
  display: inline-flex;
  font-size: 14px;
  font-weight: 600;
  gap: 6px;
  line-height: 1.4286;
  padding: 6px 14px;
}
.ask-assistant:visited {
  color: #FFFFFF;
}
.ask-assistant .ask-assistant-icon {
  flex-shrink: 0;
}

.nav-wrapper-desktop .ask-assistant {
  margin-inline-end: 16px;
  padding: 6px 14px;
}
.nav-wrapper-desktop .ask-assistant, .nav-wrapper-desktop .ask-assistant:visited {
  color: #FFFFFF;
}
.nav-wrapper-desktop .ask-assistant:hover, .nav-wrapper-desktop .ask-assistant:focus, .nav-wrapper-desktop .ask-assistant:active {
  background-color: #B51218;
  border-color: #B51218;
  color: #FFFFFF;
  text-decoration: none;
}

.nav-wrapper-mobile .ask-assistant {
  margin: 4px 24px;
  padding: 6px 14px;
  width: auto;
  height: auto;
}
.nav-wrapper-mobile .ask-assistant, .nav-wrapper-mobile .ask-assistant:visited {
  color: #FFFFFF;
}
.nav-wrapper-mobile .ask-assistant:hover, .nav-wrapper-mobile .ask-assistant:focus, .nav-wrapper-mobile .ask-assistant:active {
  background-color: #B51218;
  border-color: #B51218;
  color: #FFFFFF;
  text-decoration: none;
}

.user-info {
  display: inline-block;
}
.user-info .dropdown-toggle::after {
  display: none;
}
@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}
.user-info > button {
  border: 0;
  color: #D71920;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:hover, .user-info > button:focus {
  color: #D71920;
  background-color: transparent;
}
.user-info > button::after {
  color: #D71920;
  padding-right: 15px;
}
[dir=rtl] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}
#user #user-name:hover {
  text-decoration: underline;
}

.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}
.avatar img {
  height: 40px;
  width: 40px;
}
.avatar .icon-agent {
  color: #E31B23;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #FFFFFF;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}
.footer a {
  color: #424e57;
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}
.footer-language-selector button {
  color: #424e57;
  display: inline-block;
}

.powered-by-zendesk a,
.powered-by-zendesk a:visited {
  color: #424e57;
}

.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}
.breadcrumbs li {
  display: inline-block;
  color: #424e57;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}
.breadcrumbs li a:visited {
  color: #D71920;
}

.search-container {
  position: relative;
}

.search {
  border-color: #848F99;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
}
.search:focus-within {
  border-color: #E31B23;
}
.search input[type=search],
.search .clear-button {
  background-color: #fff;
  border-radius: 30px;
  border: none;
}
.search-full input[type=search], .search-full .clear-button {
  border-color: #fff;
}
.search input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #666;
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
}
.search input[type=search]:focus {
  color: #555;
}
.search input[type=search]::-webkit-search-decoration, .search input[type=search]::-webkit-search-cancel-button, .search input[type=search]::-webkit-search-results-button, .search input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search input[type=search]:-webkit-autofill, .search input[type=search]:-webkit-autofill:hover, .search input[type=search]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.search .clear-button {
  align-items: center;
  box-sizing: border-box;
  color: #777;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
}
.search .clear-button:hover {
  background-color: #E31B23;
  color: #fff;
}
.search .clear-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #E31B23;
}
.search-has-value .clear-button {
  display: flex;
}

[dir=ltr] .search input[type=search] {
  padding-left: 40px;
  padding-right: 20px;
}
[dir=ltr] .search-has-value input[type=search] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=ltr] .search-has-value input[type=search]:focus {
  border-right-color: #E31B23;
}
[dir=ltr] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=ltr] .search .clear-button:focus {
  border-left-color: #E31B23;
}

[dir=rtl] .search input[type=search] {
  padding-left: 20px;
  padding-right: 40px;
}
[dir=rtl] .search-has-value input[type=search] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=rtl] .search-has-value input[type=search]:focus {
  border-left-color: #E31B23;
}
[dir=rtl] .search .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=rtl] .search .clear-button:focus {
  border-right-color: #E31B23;
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
  pointer-events: none;
}
[dir=rtl] .search-icon {
  left: auto;
  right: 15px;
}

.hero {
  background-image: url(/hc/theming_assets/01M0G8N7M8JYZD7G1PMY5FZH4Q);
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
  }
}
.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}
.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}
.page-header-description {
  font-style: italic;
  margin: 0 0 30px 0;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
  }
}
.sub-nav .breadcrumbs {
  margin: 0;
}
.sub-nav .search-container {
  max-width: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .sub-nav .search-container {
    flex: 0 1 300px;
  }
}
.sub-nav input[type=search]::after {
  font-size: 15px;
}

.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}
.blocks-item {
  border: 1px solid #E31B23;
  border-radius: 4px;
  box-sizing: border-box;
  color: #E31B23;
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}
.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: #E31B23;
}
.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: #FFFFFF;
  text-decoration: none;
}
.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}
.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}
.blocks-item-internal a {
  color: #161A1D;
}
.blocks-item-link {
  color: #E31B23;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}
.blocks-item-link:visited, .blocks-item-link:hover, .blocks-item-link:active {
  color: inherit;
  text-decoration: none;
}
.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #E31B23;
  text-decoration: none;
}
.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}
.blocks-item-description {
  margin: 0;
}
.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

.section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}
.promoted-articles-item {
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%; 
  }
  [dir=rtl] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}
.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}
.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}
.promoted-articles-item:last-child a {
  border: 0;
}
@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

.community {
  text-align: center;
}
.community-image {
  min-height: 300px;
  margin-top: 32px;
  background-image: url(/hc/theming_assets/01M0G8N87QAB7MNSDE8PSC4PJJ);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}
.community a {
  color: #D71920;
  text-decoration: underline;
}
.community a:visited {
  color: #8F1419;
}
.community a:hover, .community a:active, .community a:focus {
  color: #B51218;
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}
.recent-activity-list {
  padding: 0;
}
.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}
.recent-activity-item h3 {
  margin: 0;
}
.recent-activity-item-parent {
  font-size: 16px;
  font-weight: 600;
}
.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}
.recent-activity-item-link {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent-activity-item-meta {
  color: #161A1D;
  margin: 15px 0 0 0;
  float: none;
}
@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir=rtl] .recent-activity-item-meta {
    float: left;
  }
}
.recent-activity-item-time, .recent-activity-item-comment {
  display: inline-block;
  font-size: 13px;
}
.recent-activity-item-comment {
  padding-left: 5px;
}
[dir=rtl] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}
.recent-activity-item-comment::before {
  display: inline-block;
}
.recent-activity-controls {
  padding-top: 15px;
}
.recent-activity-controls a {
  color: #D71920;
  text-decoration: underline;
}
.recent-activity-controls a:visited {
  color: #8F1419;
}
.recent-activity-controls a:hover, .recent-activity-controls a:active, .recent-activity-controls a:focus {
  color: #B51218;
}
.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: #E31B23;
  width: 16px;
  height: 16px;
}
.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}
[dir=rtl] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

.category-container {
  display: flex;
  justify-content: flex-end;
}
.category-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}
.section-tree .section {
  flex: initial;
  max-width: 100%;
}
@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%; 
  }
}
.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.section-tree-title a {
  color: #161A1D;
}
.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article-list-item a {
  color: #161A1D;
}

.icon-star {
  color: #E31B23;
  font-size: 18px;
}

.section-container {
  display: flex;
  justify-content: flex-end;
}
.section-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}
.section-list {
  margin: 40px 0;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}
.section-list-item:first-child {
  border-top: 1px solid #ddd;
}
.section-list-item a {
  align-items: center;
  color: #161A1D;
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}
.see-all-sections-trigger[aria-hidden=true] {
  display: none;
}

.article {
  
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px;
  }
}
.article-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}
.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}
.article-avatar {
  margin-right: 10px;
}
.article-author {
  margin-bottom: 10px;
}
.article-title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%; 
  }
}
.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}
.article [role=button] {
  flex-shrink: 0; 
  width: 100%;
}
@media (min-width: 768px) {
  .article [role=button] {
    width: auto;
  }
}
.article-info {
  max-width: 100%;
}
.article-meta {
  display: inline-block;
  vertical-align: middle;
}
.article-body {
  display: flow-root;
}
.article-body a {
  color: #D71920;
  text-decoration: underline;
}
.article-body a:visited {
  color: #8F1419;
}
.article-body a:hover, .article-body a:active, .article-body a:focus {
  color: #B51218;
}
.article-body img {
  height: auto;
  max-width: 100%;
}
.article-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figure.image {
  display: table;
  margin: 0 auto;
}
.article-body figure.image > img {
  display: block;
  width: 100%;
}
.article-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .article-body ul,
[dir=rtl] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 0;
}
.article-body ul {
  list-style-type: disc;
}
.article-body :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #424e57;
  font-style: italic;
  padding: 0 15px;
}
.article-body > p:last-child {
  margin-bottom: 0;
}
.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}
.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.article-comment-count {
  color: #424e57;
}
.article-comment-count:hover {
  text-decoration: none;
}
.article-comment-count-icon {
  vertical-align: middle;
  color: #E31B23;
  width: 18px;
  height: 18px;
}
.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
    max-width: 17%;
  }
}
.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}
.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}
.article-relatives > *:last-child {
  padding: 0;
}
@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}
.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}
.article-votes-question {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
}
.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}
.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}
.article-more-questions a {
  color: #D71920;
  text-decoration: underline;
}
.article-more-questions a:visited {
  color: #8F1419;
}
.article-more-questions a:hover, .article-more-questions a:active, .article-more-questions a:focus {
  color: #B51218;
}
.article-return-to-top {
  border-top: 1px solid #848F99;
}
@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}
.article-return-to-top a {
  color: #161A1D;
  display: block;
  padding: 20px 0;
}
.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}
.article-return-to-top-icon {
  transform: rotate(0.5turn);
}
.article td > p:first-child,
.article th > p:first-child {
  margin-top: 0;
}
.article td > p:last-child,
.article th > p:last-child {
  margin-bottom: 0;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}
.sidenav-item {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.attachments .attachment-item:last-child {
  margin-bottom: 0;
}
.attachments .attachment-item .attachment-icon {
  color: #161A1D;
  left: 0;
  position: absolute;
  top: 5px;
}
[dir=rtl] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #424e57;
}

.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: #424e57;
}
.share a:hover {
  text-decoration: none;
  color: #E31B23;
}
.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}
.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.comment-overview p {
  margin-top: 0;
}
.comment-callout {
  color: #424e57;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}
.comment-callout a {
  color: #D71920;
  text-decoration: underline;
}
.comment-callout a:visited {
  color: #8F1419;
}
.comment-callout a:hover, .comment-callout a:active, .comment-callout a:focus {
  color: #B51218;
}
.comment-sorter {
  display: inline-block;
  float: right;
}
.comment-sorter .dropdown-toggle {
  color: #424e57;
  font-size: 13px;
}
[dir=rtl] .comment-sorter {
  float: left;
}
.comment-wrapper {
  display: flex;
  position: relative;
}
.comment-wrapper.comment-official {
  border: 1px solid #E31B23;
  padding: 40px 20px 20px;
}
@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}
.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
[dir=rtl] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}
.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}
.comment-avatar {
  margin-right: 10px;
}
[dir=rtl] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.comment-meta {
  flex: 1 1 auto;
}
.comment-labels {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}
.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}
.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}
.comment-container {
  width: 100%;
}
.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  [dir=ltr] .comment-form-controls {
    text-align: right;
  }
}
.comment-form-controls input[type=submit] {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .comment-form-controls input[type=submit] {
    margin-left: 15px;
  }
  [dir=rtl] .comment-form-controls input[type=submit] {
    margin-left: 0;
    margin-right: 15px;
  }
}
.comment-form-controls input[type=checkbox] {
  margin-right: 5px;
}
.comment-form-controls input[type=checkbox] [dir=rtl] {
  margin-left: 5px;
}
.comment-ccs {
  display: none;
}
.comment-ccs + textarea {
  margin-top: 10px;
}
.comment-attachments {
  margin-top: 10px;
}
.comment-attachments a {
  color: #E31B23;
}
.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flow-root;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}
.comment-body a {
  color: #D71920;
  text-decoration: underline;
}
.comment-body a:visited {
  color: #8F1419;
}
.comment-body a:hover, .comment-body a:active, .comment-body a:focus {
  color: #B51218;
}
.comment-body img {
  height: auto;
  max-width: 100%;
}
.comment-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figure.image {
  display: table;
  margin: 0 auto;
}
.comment-body figure.image > img {
  display: block;
  width: 100%;
}
.comment-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .comment-body ul,
[dir=rtl] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}
.comment-body ul {
  list-style-type: disc;
}
.comment-body :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #424e57;
  font-style: italic;
  padding: 0 15px;
}
.comment-mark-as-solved {
  display: inline-block;
}

.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #424e57;
  display: block;
  margin: 3px 0;
}
[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: #E31B23;
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #424e57;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: #E31B23;
}

.vote-voted:hover {
  color: #881015;
}

.actions {
  text-align: center;
  flex-shrink: 0; 
}
.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.community-hero {
  background-image: url(/hc/theming_assets/01M0G8N7YC2S3H9GSRDG79GVXV);
  margin-bottom: 10px;
}
.community-footer {
  padding-top: 50px;
  text-align: center;
}
.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}
.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}
.community-header {
  margin-bottom: 30px;
}
.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.post-to-community {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

.topics {
  max-width: none;
  width: 100%;
}
.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}
@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}
.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

.community-follow {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}
.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}
.community-follow button:hover {
  background-color: #E31B23;
}
.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: #FFFFFF;
  color: #FFFFFF;
}
.community-follow button[data-selected=true] {
  background-color: #E31B23;
  color: #FFFFFF;
}
.community-follow button[data-selected=true]::after {
  border-left: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.community-follow button[data-selected=true]:hover {
  background-color: #881015;
  border-color: #881015;
}
.community-follow button::after {
  border-left: 1px solid #E31B23;
  content: attr(data-follower-count);
  color: #E31B23;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}
@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}
[dir=rtl] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid #E31B23;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

.striped-list {
  padding: 0;
}
.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}
.striped-list-info {
  flex: 2;
}
.striped-list-title {
  color: #D71920;
  margin-bottom: 10px;
  margin-right: 5px;
}
.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}
.striped-list-title:visited {
  color: #8F1419;
}
.striped-list .meta-group {
  margin: 5px 0;
}
.striped-list-count {
  color: #424e57;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}
.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}
.striped-list-count-item:last-child::after {
  display: none;
}
.striped-list-number {
  text-align: center;
}
@media (min-width: 768px) {
  .striped-list-number {
    color: #161A1D;
    display: block;
  }
}

.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}
.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #E31B23;
}
.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}
[dir=rtl] .status-label-official {
  left: 30px;
  right: auto;
}
.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #424e57;
}
.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}
.status-label-open {
  background-color: #c72a1c;
}
.status-label-solved {
  background-color: #68737d;
}
.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}
.status-label-hold {
  background-color: #000;
}
.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

.post {
  flex: 1;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
.post-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}
.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}
.post-header .status-label {
  vertical-align: super;
}
.post-title {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.post-title h1 {
  display: inline;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}
.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.post-avatar {
  margin-bottom: 30px;
}
.post-content {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}
.post-info-container {
  display: flex;
  margin-bottom: 40px;
}
.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
[dir=rtl] .post-info {
  padding-right: 0;
  padding-left: 20px;
}
.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}
[dir=rtl] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}
.post-body {
  display: flow-root;
}
.post-body a {
  color: #D71920;
  text-decoration: underline;
}
.post-body a:visited {
  color: #8F1419;
}
.post-body a:hover, .post-body a:active, .post-body a:focus {
  color: #B51218;
}
.post-body img {
  height: auto;
  max-width: 100%;
}
.post-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figure.image {
  display: table;
  margin: 0 auto;
}
.post-body figure.image > img {
  display: block;
  width: 100%;
}
.post-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .post-body ul,
[dir=rtl] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}
.post-body ul {
  list-style-type: disc;
}
.post-body :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #424e57;
  font-style: italic;
  padding: 0 15px;
}
.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.post-comment-count {
  color: #424e57;
}
.post-comment-count:hover {
  text-decoration: none;
}
.post-comment-count .icon-comments {
  color: #E31B23;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}
.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir=rtl] .post-sidebar {
    padding: 0 50px 0 0;
  }
}
.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}
.post-comments {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
}

.community-badge-titles {
  display: inline;
}

.community-badge-achievement {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}
.community-badge-achievement img {
  width: 100%;
  height: 100%;
}

.community-badge-achievements {
  display: flex;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge {
  margin: 2px;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}
.profile-info .community-badge-achievement {
  height: 40px;
  width: 40px;
}
.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}
@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: 22.5px;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}
.collapsible-nav-toggle-icon {
  display: none;
}
.collapsible-nav-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-nav-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid #E31B23;
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}
.collapsible-nav-list li {
  color: #161A1D;
  line-height: 45px;
  order: 1;
}
@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir=rtl] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}
.collapsible-nav-list li a {
  color: #161A1D;
  display: block;
}
@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current=page]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}
.collapsible-nav-list li:not([aria-selected=true]),
.collapsible-nav-list li:not(.current) {
  display: none;
}
@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected=true]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true] {
    padding: 15px 0 11px 0;
  }
}
.collapsible-nav-list li[aria-selected=true],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid #E31B23;
    order: 1;
  }
}
.collapsible-nav-list li[aria-selected=true] a,
.collapsible-nav-list li.current a {
  color: #161A1D;
}

.collapsible-nav[aria-expanded=true] li:not([aria-selected=true]),
.collapsible-nav[aria-expanded=true] li:not(.current) {
  display: block;
}

.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}
.collapsible-sidebar-title {
  margin-top: 0;
}
.collapsible-sidebar-toggle {
  position: absolute;
  top: 22.5px;
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}
.collapsible-sidebar-toggle-icon {
  display: none;
}
.collapsible-sidebar-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid #E31B23;
}
.collapsible-sidebar-body {
  display: none;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}
.collapsible-sidebar[aria-expanded=true] {
  max-height: none;
}
.collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-body {
  display: block;
}

.my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}
.my-activities-sub-nav {
  margin-bottom: 30px;
}
.my-activities-table .striped-list-title { 
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}
@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.my-activities-table thead {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}
.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}
.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}
.my-activities-table td:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

.requests-search {
  width: 100%;
}
.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}
.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}
.requests-table-toolbar .request-table-filter {
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}
.requests-table-toolbar .request-filter {
  display: block;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir=rtl] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}
.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}
.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir=rtl] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}
.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}
.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}
.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}
.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}
.requests-table-toolbar + .requests {
  margin-top: 40px;
}
.requests .requests-table-meta {
  display: block;
}
@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}
.requests .requests-table thead {
  display: none;
}
@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}
.requests .requests-table-info {
  display: block;
}
@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}
.requests .requests-table .requests-link {
  position: relative;
}
.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}
.subscriptions-table td:last-child {
  display: block;
}
@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}
.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}
.subscriptions-table .user-avatar {
  margin-right: 10px;
}
.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

.contributions-table td:last-child {
  color: #424e57;
  font-size: 13px;
}
@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #424e57;
}

.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}
.request-container .comment-container {
  min-width: 0;
}
.request-breadcrumbs {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}
.request-main {
  flex: 1 0 auto;
  max-width: 100%;
  order: 1;
}
.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}
.request-main .comment-fields.shown {
  display: block;
}
.request-main .request-submit-comment.shown {
  display: inline;
}
@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}
.request-main .comment-form-controls {
  display: block;
}
.request-main .comment-ccs {
  display: block;
}
.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #424e57;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}
.request-main .comment-show-container.hidden {
  display: none;
}
.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.request-main .form-field.comment-ccs > ul[data-hc-focus=true] {
  border: 1px solid #E31B23;
}
.request-main .form-field.comment-ccs > input[type=text] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid #E31B23;
}
.request-main input#mark_as_solved {
  display: none;
}
.request-title {
  width: 100%;
}
@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}
.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}
@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}
.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}
.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}
.request-details:last-child {
  border: 0;
}
.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}
.request-details dd {
  padding: 0 10px;
  width: 60%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.request-details dd::after {
  content: "\a";
  white-space: pre;
}
.request-details dt {
  line-break: strict;
  color: #424e57;
  width: 40%;
  overflow-wrap: break-word;
}
.request-details .request-collaborators {
  display: inline-block;
}
.request-attachments dt, .request-attachments dd {
  width: 100%;
}
.request-attachments dd {
  margin: 10px 0 0 0;
}
.request-form textarea {
  min-height: 120px;
}
.request-follow-up {
  padding-top: 20px;
}

.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}
.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}
.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.pagination-next-link {
  padding-right: 10px;
}
.pagination-next-text {
  margin-right: 10px;
}
[dir=rtl] .pagination-next-link {
  padding-left: 10px;
}
[dir=rtl] .pagination-next-text {
  margin-left: 10px;
}
.pagination-prev-link {
  padding-left: 10px;
}
.pagination-prev-text {
  margin-left: 10px;
}
[dir=rtl] .pagination-prev-link {
  padding-right: 10px;
}
[dir=rtl] .pagination-prev-text {
  margin-right: 10px;
}

.meta-group {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir=rtl] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #424e57;
  font-size: 13px;
}
.meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 5px;
}

.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}
[dir=rtl] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
  vertical-align: middle;
  display: inline;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir=rtl] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir=rtl] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #424e57;
  flex: 0 0 100px;
  margin-right: 10px;
}
[dir=rtl] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}
@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px #E31B23;
  border-radius: 4px;
  color: #E31B23;
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}
.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}
@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #424e57;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}
.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}
.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}
[dir=rtl] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}
@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}
@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir=rtl] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}
.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}
.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}
.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}
.profile-badges-item-image img {
  max-height: 40px;
}
[dir=rtl] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}
.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.profile-badges-item-title {
  font-weight: 600;
}
.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #424e57;
  font-size: 13px;
  margin: 0;
}
.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}
[dir=rtl] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir=rtl] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}
[dir=rtl] .profile-contribution-icon {
  right: 0;
}
.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}
[dir=rtl] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}
[dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}
[dir=rtl] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir=rtl] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir=rtl] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}
[dir=rtl] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}
@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}
[dir=rtl] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir=rtl] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: #FFFFFF;
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}
[dir=rtl] .profile-activity-icon {
  right: 0;
}
@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir=rtl] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}
.search-results-column {
  flex: 1;
}
@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}
.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}
.search-results-sidebar .sidenav-item {
  border-radius: 4px;
  padding: 10px 36px;
  margin-bottom: 4px;
  color: #161A1D;
}
.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  text-decoration: none;
}
.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}
.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
}
.search-results-sidebar .sidenav-tag .content-tag {
  background: #E9EBED;
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
}
.search-results-sidebar .sidenav-tag .content-tag .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.000427656px;
  color: #49545C;
  flex-grow: 0;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .sidenav-tag .content-tag .close-icon {
  color: #555555;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}
.search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
  display: none;
}
@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
    display: block;
  }
}
.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n+6):not(.see-all-filters-item) {
  display: none;
}
.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}
.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: #D71920;
}
.search-results-sidebar .see-all-filters[aria-hidden=true] {
  display: none;
}
.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}
.search-results-sidebar .see-all-filters::after {
  content: " ⌄";
  font-weight: bold;
}
.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}
.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > li {
  padding: 20px 0;
}
.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}
.search-results .no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}
.search-results .no-results .headline {
  color: #2F3941;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.45px;
}
.search-results .no-results .action-prompt {
  color: #68737D;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
}
.search-results .no-results .action-prompt a {
  color: #D71920;
}
.search-results .no-results .action-prompt a:visited {
  color: #D71920;
}

.search-result-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-result-title {
  font-size: 16px;
  margin-bottom: 0;
}
.search-result-votes, .search-result-meta-count {
  color: #424e57;
  font-size: 13px;
}
.search-result-votes-icon, .search-result-meta-count-icon {
  color: #E31B23;
  vertical-align: middle;
  width: 13px;
  height: 13px;
}
[dir=ltr] .search-result-votes, [dir=ltr] .search-result-meta-count {
  margin-left: 20px;
}
[dir=rtl] .search-result-votes, [dir=rtl] .search-result-meta-count {
  margin-right: 20px;
}
.search-result-meta-container {
  color: #666;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .search-result-meta-container {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .search-result-meta-container nav {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  [dir=ltr] .search-result-meta-container .meta-data {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  [dir=rtl] .search-result-meta-container .meta-data {
    margin-right: 20px;
  }
}
.search-result-meta-container .meta-data::after {
  content: none;
}
.search-result-breadcrumbs {
  margin: 0;
}
.search-result-description {
  margin-top: 10px;
  margin-bottom: 0;
  word-break: break-word;
}

.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

html[lang|=zh] .search-results-description em {
  font-style: normal;
  background: yellow;
}

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

.notification a {
  color: #158ec2;
}

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

.notification-icon, .notification-inline.notification-error::before, .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: 0.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;
}

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

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle > * {
  display: inline-block;
}
.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8dcde;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  color: #2f3941;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}
[dir=rtl] .dropdown-menu [role=menuitem],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus {
  background: rgba(31, 115, 183, 0.08);
  text-decoration: none;
  color: #2f3941;
}
.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=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-menu [role=menuitem][aria-selected=true]::after, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][aria-hidden=true] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir=rtl] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

.content-tags > p {
  color: #68737D;
  margin-top: 32px;
  margin-bottom: 4px;
}
.content-tags-add-hint {
  color: #68737D;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}
.content-tag-list li {
  border-right: 1px solid #C2C8CC;
  margin-bottom: 4px;
}
[dir=ltr] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}
[dir=rtl] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}
.content-tag-list li:last-child {
  border: none;
}

#hc-wysiwyg {
  border: 1px solid #848F99;
}

.upload-dropzone {
  border: 1px solid #848F99;
}

zd-summary-block {
  background: #f3f6f6;
}
[dir=ltr] zd-summary-block {
  border-left-color: #859fa1;
}
[dir=rtl] zd-summary-block {
  border-right-color: #859fa1;
}

.service-catalog-hero {
  background-image: url(/hc/theming_assets/01M0G8N8H0KXMXMY97323R6YP9);
  margin-bottom: 10px;
  height: 320px;
}
.service-catalog-description {
  display: flow-root;
}
.service-catalog-description a {
  color: #D71920;
  text-decoration: underline;
}
.service-catalog-description a:visited {
  color: #8F1419;
}
.service-catalog-description a:hover, .service-catalog-description a:active, .service-catalog-description a:focus {
  color: #B51218;
}
.service-catalog-description img {
  height: auto;
  max-width: 100%;
}
.service-catalog-description p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.service-catalog-description p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.service-catalog-description p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.service-catalog-description p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.service-catalog-description figure.image {
  display: table;
  margin: 0 auto;
}
.service-catalog-description figure.image > img {
  display: block;
  width: 100%;
}
.service-catalog-description figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.service-catalog-description figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.service-catalog-description figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.service-catalog-description figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.service-catalog-description figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.service-catalog-description ul,
.service-catalog-description ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .service-catalog-description ul,
[dir=rtl] .service-catalog-description ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.service-catalog-description ul > ul,
.service-catalog-description ol > ol,
.service-catalog-description ol > ul,
.service-catalog-description ul > ol,
.service-catalog-description li > ul,
.service-catalog-description li > ol {
  margin: 0;
}
.service-catalog-description ul {
  list-style-type: disc;
}
.service-catalog-description :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.service-catalog-description pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
  direction: ltr;
}
.service-catalog-description blockquote {
  border-left: 1px solid #ddd;
  color: #424e57;
  font-style: italic;
  padding: 0 15px;
}
.service-catalog-main-content {
  display: flex;
  gap: 32px;
}
.service-catalog-list {
  width: 100%;
}
.service-catalog-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 20px;
}

.is-service-catalog-preview #navbar-container,
.is-service-catalog-preview .navbar-container,
.is-service-catalog-preview .assembly-bar,
.is-service-catalog-preview [data-garden-id="chrome.subnav"] {
  display: none !important;
}

:root{--artex-red:#f33b35;--artex-red-dark:#c92320;--artex-ink:#071019;--artex-ink-2:#0c1722;--artex-muted:#68727d;--artex-line:#e7eaee;--artex-soft:#f7f8fa;--artex-violet:#7c3aed}
body{background:#fff;color:#111820;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Inter,Arial,sans-serif}
a{transition:color .2s ease,background .2s ease,border-color .2s ease,transform .2s ease}
.artex-header{max-width:none;padding:0 clamp(22px,5vw,80px);height:76px;border-bottom:1px solid #edf0f3;background:rgba(255,255,255,.94);backdrop-filter:blur(18px);position:relative;z-index:20}
.artex-logo img{max-height:44px;width:auto}.artex-logo a{gap:10px}.artex-logo span{font-size:20px;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:#0a0f14}
.artex-nav-list{align-items:center;gap:6px}.artex-nav-list a{color:#1a2027;font-weight:600;padding:10px 12px;border-radius:10px}.artex-nav-list a:hover{color:var(--artex-red);background:#fff3f2}
.artex-support-button{border:1px solid #ffd0cd!important}.artex-assistant-button{display:inline-flex!important;align-items:center;gap:7px;background:var(--artex-ink)!important;color:#fff!important;padding:10px 14px!important;border-radius:11px!important}
.artex-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 72% 40%,rgba(243,59,53,.20),transparent 23%),radial-gradient(circle at 80% 25%,rgba(124,58,237,.12),transparent 20%),linear-gradient(120deg,#050b11 0%,#09131d 58%,#0d1720 100%);color:#fff}
.artex-hero:before{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.025) 1px,transparent 1px);background-size:42px 42px;mask-image:linear-gradient(to right,#000,transparent)}
.artex-hero-grid{position:relative;max-width:1200px;margin:auto;min-height:500px;padding:70px 24px;display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:40px}
.artex-kicker,.artex-eyebrow{font-size:12px;font-weight:800;letter-spacing:.14em;color:var(--artex-red);text-transform:uppercase}.artex-kicker-dot{display:inline-block;width:7px;height:7px;background:var(--artex-red);border-radius:50%;box-shadow:0 0 18px var(--artex-red);margin-right:8px}
.artex-hero-copy h2{font-size:clamp(42px,5vw,68px);line-height:1.02;letter-spacing:-.045em;margin:16px 0 18px;max-width:680px}.artex-hero-copy h2 span{color:var(--artex-red)}.artex-hero-copy>p{color:#b8c1ca;font-size:18px;line-height:1.7;max-width:620px}
.artex-search-shell{position:relative;display:flex;align-items:center;margin-top:30px;max-width:720px}.artex-search-shell>svg{position:absolute;left:20px;z-index:2;color:#78828c}.artex-search-shell .search{width:100%}.artex-search-shell .search input[type="search"]{height:64px;border:0;border-radius:16px;padding-left:54px;padding-right:130px;box-shadow:0 18px 50px rgba(0,0,0,.25);font-size:15px}.artex-search-shell .search input[type="submit"]{height:48px;right:8px;top:8px;border:0;border-radius:11px;background:var(--artex-red);color:#fff;font-weight:800}
.artex-hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.artex-hero-pills span{font-size:12px;color:#aeb8c2;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.08);padding:7px 10px;border-radius:999px}
.artex-hero-visual{height:360px;position:relative;display:grid;place-items:center;perspective:800px}.artex-assistant-core{width:190px;height:190px;display:grid;place-items:center;border-radius:38px;transform:rotateX(55deg) rotateZ(45deg);background:linear-gradient(145deg,#202b37,#080d13);border:2px solid rgba(255,255,255,.15);box-shadow:0 0 0 14px rgba(243,59,53,.06),0 0 70px rgba(243,59,53,.5),inset 0 0 50px rgba(243,59,53,.15)}.artex-assistant-core:before{content:"";position:absolute;width:125px;height:125px;border:2px solid var(--artex-red);border-radius:28px;box-shadow:0 0 35px var(--artex-red),inset 0 0 30px rgba(243,59,53,.35)}.artex-assistant-core span{position:relative;z-index:2;transform:rotateZ(-45deg);font-size:58px;font-weight:900;color:#fff;text-shadow:0 0 22px var(--artex-red)}
.artex-orbit{position:absolute;border:1px solid rgba(243,59,53,.28);border-radius:50%}.orbit-one{width:330px;height:180px;transform:rotate(-12deg)}.orbit-two{width:400px;height:230px;transform:rotate(18deg);border-color:rgba(124,58,237,.2)}.artex-node{position:absolute;width:8px;height:8px;border-radius:50%;background:var(--artex-red);box-shadow:0 0 18px var(--artex-red)}.node-a{top:25%;left:15%}.node-b{bottom:18%;right:12%}.node-c{top:16%;right:28%}
.artex-home{margin-top:-34px;position:relative;z-index:5}.artex-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--artex-line);border-radius:18px;box-shadow:0 18px 60px rgba(17,24,32,.12);overflow:hidden}.artex-quick-card{min-height:135px;padding:25px;display:grid;grid-template-columns:1fr auto;align-content:center;border-right:1px solid var(--artex-line);color:#111820}.artex-quick-card:last-child{border-right:0}.artex-quick-card b{font-size:16px}.artex-quick-card span{grid-column:1;color:#6d7680;font-size:13px;line-height:1.5;margin-top:7px}.artex-quick-card i{grid-column:2;grid-row:1/3;align-self:center;font-style:normal;color:var(--artex-red);font-size:22px}.artex-quick-card:hover{background:#fff7f6;transform:translateY(-2px);text-decoration:none}.artex-quick-assistant{background:linear-gradient(135deg,#fff,#fff5f4)}
.artex-kb{padding-top:78px}.artex-section-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:26px}.artex-section-heading h2{font-size:32px;letter-spacing:-.025em;margin:7px 0}.artex-section-heading p{color:var(--artex-muted);margin:0}
.artex-category-grid{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:18px!important}.artex-category-card{width:auto!important;margin:0!important;border:1px solid var(--artex-line)!important;border-radius:16px!important;background:#fff;min-height:190px;box-shadow:0 6px 24px rgba(17,24,32,.035)}.artex-category-card:hover{border-color:#ffc3c0!important;box-shadow:0 18px 45px rgba(17,24,32,.08);transform:translateY(-4px)}.artex-category-card .blocks-item-link{padding:24px!important;align-items:flex-start!important;text-align:left!important}.artex-card-icon{width:42px;height:42px;display:grid;place-items:center;border-radius:13px;background:#fff0ef;color:var(--artex-red);margin-bottom:16px}.artex-category-card .blocks-item-title{font-size:17px!important;font-weight:800!important}.artex-category-card .blocks-item-description{color:var(--artex-muted)!important;font-size:13px!important;line-height:1.55!important}.artex-card-arrow{margin-top:auto;color:var(--artex-red);font-size:12px;font-weight:800}
.artex-promoted{padding:25px 0 60px}.artex-article-list{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.artex-article-list li{border:1px solid var(--artex-line);border-radius:12px;padding:0!important}.artex-article-list a{display:flex;gap:12px;padding:16px 18px;color:#18212a;font-weight:650}.artex-article-list a span:first-child{color:var(--artex-red)}
.artex-community-banner,.artex-assistant-banner{position:relative;overflow:hidden;border-radius:22px;padding:42px;margin:20px 0 55px}.artex-community-banner{background:linear-gradient(120deg,#f7f8fa,#fff);border:1px solid var(--artex-line)}.artex-community-banner h2,.artex-assistant-banner h2{font-size:30px;margin:8px 0}.artex-community-banner p{max-width:650px;color:var(--artex-muted)}.artex-primary-link{display:inline-flex;margin-top:12px;font-weight:800;color:var(--artex-red)}.artex-community-glow{position:absolute;right:7%;top:50%;transform:translateY(-50%);font-size:160px;color:#f2d8d6;opacity:.65}
.artex-assistant-banner{display:grid;grid-template-columns:auto 1fr auto;gap:24px;align-items:center;background:radial-gradient(circle at 75%,rgba(243,59,53,.22),transparent 25%),linear-gradient(120deg,#071019,#0b1620);color:#fff}.artex-assistant-banner p{color:#aeb7c0;margin:0}.artex-assistant-badge{width:70px;height:70px;display:grid;place-items:center;border-radius:20px;background:linear-gradient(145deg,#2a3540,#0a1016);border:1px solid #3b4650;color:var(--artex-red);font-size:28px;font-weight:900;box-shadow:0 0 30px rgba(243,59,53,.2)}.artex-assistant-cta{background:var(--artex-red);color:#fff;padding:14px 20px;border-radius:12px;font-weight:800}.artex-assistant-cta:hover{background:#ff514b;color:#fff;text-decoration:none}
.artex-footer{background:#060c12;color:#c1c8cf;border:0;padding:55px max(24px,calc((100vw - 1200px)/2)) 20px;margin-top:70px}.artex-footer-inner{max-width:1200px!important;display:grid!important;grid-template-columns:2fr 1fr 1fr 1fr;gap:45px;align-items:start!important}.artex-footer-brand img{height:42px;width:auto;filter:brightness(0) invert(1)}.artex-footer-brand a{display:flex;align-items:center;gap:12px;color:#fff;font-size:20px;letter-spacing:.08em}.artex-footer-brand p{max-width:360px;color:#85919c;line-height:1.65}.artex-footer-links{display:flex;flex-direction:column;gap:11px}.artex-footer-links strong{color:#fff;margin-bottom:5px}.artex-footer-links a{color:#9da7b0}.artex-footer-links a:hover{color:#fff}.artex-footer .dropdown-toggle{color:#fff}.artex-footer-bottom{max-width:1200px;margin:35px auto 0;border-top:1px solid #1a252f;padding-top:20px;color:#64717c;font-size:12px}
.article-container,.section-container,.category-container,.search-results,.request-container,.community-container{background:#fff}.breadcrumbs li a{color:var(--artex-red)}.button,.button-large,input[type=submit]{border-radius:10px}.button-primary,.button-large,input[type=submit]{background:var(--artex-red);border-color:var(--artex-red)}
@media(max-width:1024px){.artex-hero-grid{grid-template-columns:1fr;min-height:auto}.artex-hero-visual{display:none}.artex-quick-grid{grid-template-columns:repeat(2,1fr)}.artex-category-grid{grid-template-columns:repeat(2,1fr)!important}.artex-footer-inner{grid-template-columns:2fr 1fr 1fr!important}.artex-footer-inner .footer-language-selector{grid-column:1/-1}}
@media(max-width:768px){.artex-header{height:66px;padding:0 18px}.artex-logo img{max-height:38px}.artex-hero-grid{padding:52px 20px 78px}.artex-hero-copy h2{font-size:42px}.artex-hero-copy>p{font-size:15px}.artex-search-shell .search input[type="search"]{height:58px;padding-right:20px}.artex-search-shell .search input[type="submit"]{display:none}.artex-home{margin-top:-32px}.artex-quick-grid{grid-template-columns:1fr;border-radius:15px}.artex-quick-card{min-height:95px;border-right:0;border-bottom:1px solid var(--artex-line);padding:18px 20px}.artex-category-grid{grid-template-columns:1fr!important}.artex-section-heading h2{font-size:27px}.artex-article-list{grid-template-columns:1fr}.artex-community-banner{padding:30px 24px}.artex-community-glow{display:none}.artex-assistant-banner{grid-template-columns:1fr;padding:30px 24px}.artex-assistant-badge{width:56px;height:56px}.artex-assistant-cta{justify-self:start}.artex-footer{padding-left:24px;padding-right:24px}.artex-footer-inner{grid-template-columns:1fr!important}}

:root {
  --artex-red: #f33b35;
  --artex-red-2: #ff655f;
  --artex-red-deep: #a81512;
  --artex-ink: #050a0f;
  --artex-ink-2: #09121b;
  --artex-ink-3: #101c27;
  --artex-surface: #ffffff;
  --artex-soft: #f5f7f9;
  --artex-soft-2: #eef2f5;
  --artex-line: rgba(9,18,27,.10);
  --artex-text: #111820;
  --artex-muted: #69737e;
  --artex-purple: #7c3aed;
  --artex-cyan: #22d3ee;
  --artex-green: #2dd4bf;
  --artex-radius-xl: 28px;
  --artex-radius-lg: 20px;
  --artex-radius-md: 14px;
  --artex-shadow: 0 24px 80px rgba(5,10,15,.10);
  --artex-shadow-hover: 0 28px 90px rgba(5,10,15,.16);
}

html { scroll-behavior: smooth; }
body {
  background:
    radial-gradient(circle at 8% 0%, rgba(243,59,53,.025), transparent 22%),
    #fff;
  color: var(--artex-text);
  letter-spacing: -.01em;
}
::selection { background: rgba(243,59,53,.18); color: #111; }
.container { max-width: 1200px; }
a:focus-visible, button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible {
  outline: 3px solid rgba(243,59,53,.28) !important;
  outline-offset: 3px;
}
input, textarea, select {
  border-radius: 12px !important;
  transition: border .2s ease, box-shadow .2s ease, background .2s ease;
}
input:focus, textarea:focus, select:focus {
  border-color: rgba(243,59,53,.55) !important;
  box-shadow: 0 0 0 4px rgba(243,59,53,.08) !important;
}

.artex-header {
  height: 82px;
  background: rgba(255,255,255,.84);
  border-bottom: 1px solid rgba(11,19,28,.075);
  backdrop-filter: blur(22px) saturate(170%);
  -webkit-backdrop-filter: blur(22px) saturate(170%);
  box-shadow: 0 10px 35px rgba(5,10,15,.025);
  position: sticky;
  top: 0;
}
.artex-header:after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(243,59,53,.45), transparent);
  opacity: .55;
}
.artex-logo img {
  max-height: 48px;
  filter: drop-shadow(0 5px 10px rgba(0,0,0,.08));
}
.artex-nav-list a {
  position: relative;
  overflow: hidden;
}
.artex-nav-list a:not(.artex-assistant-button):after {
  content:"";
  position:absolute;
  left:12px; right:12px; bottom:5px;
  height:2px;
  transform:scaleX(0);
  transform-origin:center;
  background:linear-gradient(90deg,var(--artex-red),var(--artex-red-2));
  transition:transform .25s ease;
}
.artex-nav-list a:not(.artex-assistant-button):hover:after { transform:scaleX(1); }
.artex-assistant-button {
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), transparent),
    linear-gradient(135deg, #0b131c, #020507) !important;
  border: 1px solid rgba(255,255,255,.08) !important;
  box-shadow: 0 10px 28px rgba(5,10,15,.20), inset 0 0 0 1px rgba(255,255,255,.03);
}
.artex-assistant-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 35px rgba(5,10,15,.28), 0 0 0 3px rgba(243,59,53,.08);
}

.artex-hero {
  min-height: 580px;
  isolation: isolate;
  background:
    radial-gradient(circle at 77% 48%, rgba(243,59,53,.22), transparent 18%),
    radial-gradient(circle at 84% 34%, rgba(124,58,237,.15), transparent 22%),
    radial-gradient(circle at 65% 75%, rgba(34,211,238,.06), transparent 16%),
    linear-gradient(115deg,#02060a 0%,#071019 45%,#0b1620 70%,#050a0f 100%);
}
.artex-hero:before {
  z-index:-2;
  background-image:
    linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
  background-size: 38px 38px;
  mask-image: radial-gradient(circle at 70% 50%, black 0%, rgba(0,0,0,.9) 35%, transparent 85%);
}
.artex-hero:after {
  content:"";
  position:absolute;
  z-index:-1;
  width:520px; height:520px;
  right:8%; top:50%;
  transform:translateY(-50%);
  border-radius:50%;
  background:
    repeating-conic-gradient(from 0deg, rgba(243,59,53,.06) 0 2deg, transparent 2deg 14deg);
  filter: blur(.2px);
  animation: artexRotate 35s linear infinite;
}
@keyframes artexRotate { to { transform:translateY(-50%) rotate(360deg); } }

.artex-hero-grid { min-height: 580px; padding-top: 82px; padding-bottom: 92px; }
.artex-kicker {
  display:inline-flex;
  align-items:center;
  gap:2px;
  padding:8px 12px;
  border-radius:999px;
  color:#ff7b76;
  background:rgba(243,59,53,.075);
  border:1px solid rgba(243,59,53,.20);
  box-shadow:inset 0 0 25px rgba(243,59,53,.04);
}
.artex-hero-copy h2 {
  max-width: 760px;
  font-size: clamp(46px,5.4vw,74px);
  font-weight: 850;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.artex-hero-copy h2 span {
  background: linear-gradient(100deg,#ff3933,#ff7a73 62%,#ff3933);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
  filter:drop-shadow(0 0 20px rgba(243,59,53,.18));
}
.artex-hero-copy>p { color:#9da9b5; max-width:650px; font-size:17px; }
.artex-search-shell { max-width:760px; }
.artex-search-shell:before {
  content:"";
  position:absolute;
  inset:-2px;
  border-radius:19px;
  background:linear-gradient(90deg, rgba(243,59,53,.55), rgba(124,58,237,.25), rgba(34,211,238,.15));
  filter:blur(12px);
  opacity:.20;
  z-index:-1;
}
.artex-search-shell .search input[type="search"] {
  height:68px;
  color:#111820;
  background:rgba(255,255,255,.97);
  border:1px solid rgba(255,255,255,.7);
  box-shadow:0 24px 65px rgba(0,0,0,.34);
}
.artex-search-shell .search input[type="search"]::placeholder { color:#8c97a1; }
.artex-search-shell .search input[type="submit"] {
  background:linear-gradient(135deg,var(--artex-red),#df2722);
  box-shadow:0 8px 24px rgba(243,59,53,.32);
}
.artex-hero-pills span {
  color:#99a7b4;
  background:rgba(255,255,255,.035);
  border-color:rgba(255,255,255,.07);
}
.artex-hero-pills span:hover { color:#fff; border-color:rgba(243,59,53,.22); }

.artex-hero-visual { min-height:390px; }
.artex-assistant-core {
  width:205px; height:205px;
  border-radius:44px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.10), transparent 38%),
    linear-gradient(145deg,#1b2733,#05090d);
  border:1px solid rgba(255,255,255,.18);
  box-shadow:
    0 0 0 12px rgba(243,59,53,.035),
    0 0 0 28px rgba(243,59,53,.015),
    0 0 85px rgba(243,59,53,.42),
    0 40px 80px rgba(0,0,0,.6),
    inset 0 0 55px rgba(243,59,53,.10);
  animation: artexFloat 5.5s ease-in-out infinite;
}
@keyframes artexFloat {
  0%,100% { transform:rotateX(55deg) rotateZ(45deg) translateY(0); }
  50% { transform:rotateX(55deg) rotateZ(45deg) translateY(-12px); }
}
.artex-core-ring {
  position:absolute;
  width:145px;height:145px;
  border-radius:34px;
  border:1px dashed rgba(255,255,255,.32);
  animation: artexSpin 18s linear infinite;
}
@keyframes artexSpin { to { transform:rotate(360deg); } }
.artex-assistant-core:before {
  width:128px;height:128px;
  border-color:#ff4b45;
  box-shadow:
    0 0 18px rgba(243,59,53,.8),
    0 0 65px rgba(243,59,53,.45),
    inset 0 0 38px rgba(243,59,53,.30);
}
.artex-assistant-core span { font-size:64px; letter-spacing:-.08em; }
.artex-data-stream {
  position:absolute;
  font:600 10px/1.2 ui-monospace,SFMono-Regular,Menlo,monospace;
  letter-spacing:.18em;
  color:rgba(255,255,255,.22);
  white-space:nowrap;
}
.stream-a { top:15%; left:3%; transform:rotate(-9deg); }
.stream-b { bottom:14%; right:-6%; transform:rotate(8deg); color:rgba(243,59,53,.28); }
.artex-chip-label {
  position:absolute;
  padding:8px 11px;
  border:1px solid rgba(255,255,255,.10);
  border-radius:9px;
  background:rgba(7,16,25,.58);
  backdrop-filter:blur(8px);
  color:#9eabb6;
  font:700 9px/1 ui-monospace,SFMono-Regular,Menlo,monospace;
  letter-spacing:.12em;
  box-shadow:0 10px 25px rgba(0,0,0,.25);
}
.chip-one { top:18%; right:3%; }
.chip-two { left:8%; bottom:24%; color:#ff6c66; border-color:rgba(243,59,53,.20); }
.artex-orbit { box-shadow:0 0 35px rgba(243,59,53,.06); }
.orbit-one { width:365px;height:205px;border-color:rgba(243,59,53,.34);animation:artexOrbitA 14s ease-in-out infinite; }
.orbit-two { width:450px;height:255px;border-color:rgba(124,58,237,.18);animation:artexOrbitB 18s ease-in-out infinite; }
@keyframes artexOrbitA { 50% { transform:rotate(8deg) scale(1.04); } }
@keyframes artexOrbitB { 50% { transform:rotate(30deg) scale(.97); } }

.artex-home { margin-top:-44px; }
.artex-quick-grid {
  border-radius:22px;
  border:1px solid rgba(255,255,255,.72);
  box-shadow:0 30px 85px rgba(7,16,25,.14);
  background:rgba(255,255,255,.94);
  backdrop-filter:blur(16px);
}
.artex-quick-card {
  min-height:150px;
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 100% 0%, rgba(243,59,53,.025), transparent 40%),
    #fff;
}
.artex-quick-card:before {
  content:"";
  position:absolute;
  left:0; right:0; top:0;
  height:3px;
  background:linear-gradient(90deg,var(--artex-red),#ff8883);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform .3s ease;
}
.artex-quick-card:hover:before { transform:scaleX(1); }
.artex-quick-card:hover { transform:translateY(-5px); background:#fff; }
.artex-quick-card b { font-size:17px; letter-spacing:-.02em; }
.artex-quick-card i {
  width:38px;height:38px;
  display:grid;place-items:center;
  border-radius:12px;
  background:#fff1f0;
  color:var(--artex-red);
}

.artex-section-heading { margin-bottom:32px; }
.artex-section-heading h2 {
  font-size:36px;
  font-weight:820;
  letter-spacing:-.04em;
}
.artex-eyebrow { color:var(--artex-red); letter-spacing:.17em; }

.artex-category-grid { gap:20px!important; }
.artex-category-card {
  min-height:215px;
  border-radius:20px!important;
  position:relative;
  overflow:hidden;
  background:
    linear-gradient(145deg,rgba(255,255,255,1),rgba(248,250,251,.95));
}
.artex-category-card:before {
  content:"";
  position:absolute;
  width:170px;height:170px;
  top:-95px;right:-85px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(243,59,53,.11),transparent 68%);
  transition:transform .4s ease, opacity .4s ease;
}
.artex-category-card:hover:before { transform:scale(1.35); }
.artex-category-card:hover {
  transform:translateY(-7px) !important;
  border-color:rgba(243,59,53,.26)!important;
  box-shadow:0 30px 60px rgba(9,18,27,.105);
}
.artex-card-icon {
  width:48px;height:48px;
  border-radius:15px;
  font-size:17px;
  background:
    linear-gradient(145deg,#fff5f4,#ffe3e1);
  border:1px solid rgba(243,59,53,.10);
  box-shadow:0 10px 22px rgba(243,59,53,.10);
}
.artex-card-arrow { transition:transform .2s ease; }
.artex-category-card:hover .artex-card-arrow { transform:translateX(5px); }

.artex-article-list { gap:12px; }
.artex-article-list li {
  background:#fff;
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.artex-article-list li:hover {
  transform:translateY(-3px);
  border-color:rgba(243,59,53,.24);
  box-shadow:0 15px 35px rgba(9,18,27,.07);
}
.artex-article-list a { padding:18px 20px; }

.artex-community-banner {
  padding:48px;
  background:
    radial-gradient(circle at 87% 40%,rgba(243,59,53,.09),transparent 22%),
    linear-gradient(135deg,#f7f9fa,#fff);
  border-color:rgba(9,18,27,.08);
  box-shadow:0 20px 65px rgba(9,18,27,.055);
}
.artex-community-glow {
  font-size:190px;
  color:rgba(243,59,53,.12);
  filter:drop-shadow(0 0 35px rgba(243,59,53,.12));
}
.artex-assistant-banner {
  border:1px solid rgba(255,255,255,.075);
  padding:48px;
  background:
    radial-gradient(circle at 77% 45%,rgba(243,59,53,.20),transparent 20%),
    radial-gradient(circle at 92% 80%,rgba(124,58,237,.12),transparent 22%),
    linear-gradient(120deg,#04090e,#09131c 60%,#0d1720);
  box-shadow:0 35px 90px rgba(5,10,15,.24);
}
.artex-assistant-banner:before {
  content:"";
  position:absolute; inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.018) 1px,transparent 1px);
  background-size:28px 28px;
  mask-image:linear-gradient(90deg,transparent,#000);
}
.artex-assistant-banner>* { position:relative; z-index:1; }
.artex-assistant-badge {
  width:78px;height:78px;
  border-radius:23px;
  background:linear-gradient(145deg,#202c38,#05090d);
  border-color:rgba(255,255,255,.12);
  box-shadow:0 0 0 8px rgba(243,59,53,.03),0 0 40px rgba(243,59,53,.25);
}
.artex-assistant-cta {
  box-shadow:0 12px 28px rgba(243,59,53,.28);
  transition:transform .2s ease,box-shadow .2s ease;
}
.artex-assistant-cta:hover {
  transform:translateY(-3px);
  box-shadow:0 18px 35px rgba(243,59,53,.36);
}

main:not(:has(.artex-hero)) {
  min-height:60vh;
}
.breadcrumbs {
  margin-top:28px;
  font-size:12px;
  font-weight:650;
}
.breadcrumbs li + li:before { opacity:.4; }
.breadcrumbs li a {
  color:#6c7680;
}
.breadcrumbs li a:hover { color:var(--artex-red); }

.category-container,
.section-container,
.article-container,
.search-results,
.request-container,
.community-container,
.profile-container,
.contributions-container,
.subscriptions-container {
  margin-top:26px;
  margin-bottom:70px;
}

.category-content,
.section-content,
.search-results-column,
.article,
.request-main,
.community-topic,
.community-post {
  position:relative;
}
.category-content > header,
.section-content > header,
.search-results > h1,
.community-header,
.topic-header,
.profile-header {
  border-radius:22px;
}

.section,
.article-list-item,
.search-result-list-item,
community-topic-list-item,
.community-post-list-item {
  transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;
}
.article-list-item {
  border-bottom:1px solid rgba(9,18,27,.08);
}
.article-list-item a {
  font-weight:650;
}
.article-list-item a:hover { color:var(--artex-red); }

.section-tree .section,
.section-tree-with-article .section {
  border-radius:18px;
}
.section-tree-title a {
  color:#111820;
  font-weight:800;
  letter-spacing:-.02em;
}
.section-tree-title a:hover { color:var(--artex-red); }

.article {
  background:#fff;
}
.article-header {
  margin-bottom:28px;
}
.article-title {
  font-size:clamp(32px,4vw,48px);
  line-height:1.08;
  letter-spacing:-.045em;
  font-weight:850;
}
.article-author {
  padding:12px 0;
}
.article-body {
  color:#26313b;
  font-size:16px;
  line-height:1.8;
}
.article-body h2,.article-body h3,.article-body h4 {
  color:#111820;
  letter-spacing:-.025em;
  margin-top:1.7em;
}
.article-body h2 {
  padding-bottom:10px;
  border-bottom:1px solid var(--artex-line);
}
.article-body blockquote {
  margin:26px 0;
  padding:18px 22px;
  border-left:4px solid var(--artex-red);
  border-radius:0 14px 14px 0;
  background:#fff6f5;
}
.article-body pre {
  padding:20px;
  border-radius:16px;
  background:#071019;
  color:#dce4ea;
  box-shadow:0 18px 38px rgba(5,10,15,.18);
}
.article-sidebar {
  border-radius:18px;
}
.sidenav-item {
  border-radius:10px;
}
.sidenav-item.current-article {
  background:#fff1f0;
  color:var(--artex-red);
}
.article-votes {
  margin-top:48px;
  padding:28px;
  border:1px solid var(--artex-line);
  border-radius:20px;
  background:linear-gradient(145deg,#fafbfc,#fff);
}
.article-vote {
  border-radius:999px !important;
}

#artex-reading-progress {
  position:fixed;
  left:0;top:0;
  width:0;height:3px;
  z-index:9999;
  background:linear-gradient(90deg,var(--artex-red),#ff7b76);
  box-shadow:0 0 12px rgba(243,59,53,.55);
}

.form-field label {
  color:#26313b;
  font-weight:700;
}
.form-field input,
.form-field textarea,
.form-field select {
  border-color:#dfe4e8;
  background:#fff;
}
.button-large,input[type=submit],.button-primary {
  border:0 !important;
  border-radius:12px !important;
  background:linear-gradient(135deg,var(--artex-red),#d92722) !important;
  box-shadow:0 10px 24px rgba(243,59,53,.20);
  font-weight:800;
}
.button-large:hover,input[type=submit]:hover,.button-primary:hover {
  transform:translateY(-2px);
  box-shadow:0 15px 30px rgba(243,59,53,.28);
}
.request-table {
  border:1px solid var(--artex-line);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 12px 35px rgba(9,18,27,.04);
}
.request-table thead { background:#f7f9fa; }
.request-table th { color:#4e5964; font-size:12px; letter-spacing:.04em; text-transform:uppercase; }
.request-status { border-radius:999px; font-weight:750; }

.community-header {
  position:relative;
  overflow:hidden;
  padding:34px;
  background:
    radial-gradient(circle at 90% 20%,rgba(243,59,53,.10),transparent 22%),
    linear-gradient(135deg,#f7f9fa,#fff);
  border:1px solid var(--artex-line);
}
.community-header h1 {
  font-weight:850;
  letter-spacing:-.04em;
}
.community-topic-list,
.community-post-list {
  border-radius:18px;
  overflow:hidden;
  border:1px solid var(--artex-line);
  box-shadow:0 18px 45px rgba(9,18,27,.045);
}
.community-topic-list-item,
.community-post-list-item {
  padding:20px;
  transition:background .2s ease;
}
.community-topic-list-item:hover,
.community-post-list-item:hover { background:#fff8f7; }
.post-title a,.topic-title a {
  font-weight:750;
  color:#17212b;
}
.post-title a:hover,.topic-title a:hover { color:var(--artex-red); }
.vote {
  border-radius:14px;
}

.search-results-list {
  display:grid;
  gap:12px;
}
.search-result-list-item {
  padding:20px 22px;
  border:1px solid var(--artex-line) !important;
  border-radius:16px;
  background:#fff;
}
.search-result-list-item:hover {
  transform:translateY(-2px);
  border-color:rgba(243,59,53,.22) !important;
  box-shadow:0 15px 35px rgba(9,18,27,.06);
}
.search-result-link {
  font-size:17px;
  font-weight:760;
}

.pagination li {
  margin:3px;
}
.pagination a {
  min-width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:10px;
}
.pagination-current {
  border-radius:10px;
  background:#fff0ef;
  color:var(--artex-red);
}

.artex-footer {
  position:relative;
  overflow:hidden;
  padding-top:68px;
  background:
    radial-gradient(circle at 15% 0%,rgba(243,59,53,.07),transparent 20%),
    radial-gradient(circle at 80% 100%,rgba(124,58,237,.06),transparent 20%),
    #04090e;
}
.artex-footer:before {
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(255,255,255,.015) 1px,transparent 1px),
    linear-gradient(90deg,rgba(255,255,255,.015) 1px,transparent 1px);
  background-size:35px 35px;
  mask-image:linear-gradient(to bottom,#000,transparent);
}
.artex-footer>* { position:relative; }
.artex-footer-brand img { height:46px; }
.artex-footer-links a { width:max-content; }
.artex-footer-links a:hover { transform:translateX(4px); color:#fff; }
.artex-footer-bottom {
  padding-bottom:5px;
  display:flex;
  justify-content:space-between;
}

.artex-reveal {
  opacity:0;
  transform:translateY(18px);
  transition:opacity .65s cubic-bezier(.2,.8,.2,1),transform .65s cubic-bezier(.2,.8,.2,1);
}
.artex-reveal.is-visible {
  opacity:1;
  transform:none;
}
@media (prefers-reduced-motion: reduce) {
  *,*:before,*:after { scroll-behavior:auto!important; animation-duration:.001ms!important; animation-iteration-count:1!important; transition-duration:.001ms!important; }
  .artex-reveal { opacity:1; transform:none; }
}

@media(max-width:1024px) {
  .artex-hero:after { right:-16%; opacity:.55; }
  .artex-hero-grid { min-height:auto; }
}
@media(max-width:768px) {
  .artex-header { height:68px; }
  .artex-hero { min-height:auto; }
  .artex-hero:after { width:360px;height:360px;right:-45%;top:38%;opacity:.3; }
  .artex-hero-grid { padding:56px 20px 86px; }
  .artex-hero-copy h2 { font-size:44px; }
  .artex-kicker { font-size:10px; }
  .artex-search-shell .search input[type="search"] { height:60px; }
  .artex-quick-grid { box-shadow:0 24px 65px rgba(7,16,25,.16); }
  .artex-quick-card { min-height:105px; }
  .artex-section-heading h2 { font-size:29px; }
  .artex-category-card { min-height:190px; }
  .artex-community-banner,.artex-assistant-banner { border-radius:20px; }
  .article-title { font-size:34px; }
}

.artex-header.is-scrolled{
  box-shadow:0 14px 40px rgba(5,10,15,.08);
  background:rgba(255,255,255,.93);
}

.artex-tech-core {
  position: relative;
}
.artex-tech-core .artex-tech-mark {
  position: relative;
  z-index: 4;
  width: 118px;
  height: 118px;
  transform: rotateZ(-45deg);
}
.artex-tech-mark .tech-center {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translate(-50%, -50%) rotate(45deg);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,255,255,.34));
  border: 1px solid rgba(255,255,255,.68);
  box-shadow:
    0 0 18px rgba(255,255,255,.24),
    0 0 38px rgba(243,59,53,.62),
    inset 0 0 14px rgba(243,59,53,.24);
}
.artex-tech-mark .tech-line {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 3px;
  border-radius: 999px;
  transform-origin: left center;
  background: linear-gradient(90deg, #fff 0%, #ff746f 45%, rgba(243,59,53,.08) 100%);
  box-shadow: 0 0 12px rgba(243,59,53,.55);
}
.artex-tech-mark .tech-line-a {
  width: 58px;
  transform: translate(0,-50%) rotate(0deg);
}
.artex-tech-mark .tech-line-b {
  width: 58px;
  transform: translate(0,-50%) rotate(90deg);
}
.artex-tech-mark .tech-line-c {
  width: 58px;
  transform: translate(0,-50%) rotate(180deg);
}
.artex-tech-mark .tech-line-d {
  width: 58px;
  transform: translate(0,-50%) rotate(270deg);
}
.artex-tech-mark .tech-node {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,.9);
  background: #111820;
  box-shadow:
    0 0 0 4px rgba(243,59,53,.08),
    0 0 20px rgba(243,59,53,.8);
}
.artex-tech-mark .tech-node-a { right: 0; top: 50%; transform: translateY(-50%); }
.artex-tech-mark .tech-node-b { left: 50%; top: 0; transform: translateX(-50%); }
.artex-tech-mark .tech-node-c { left: 0; bottom: 0; }
.artex-tech-core:after {
  content:"";
  position:absolute;
  width:72px;
  height:72px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:
    0 0 0 14px rgba(243,59,53,.025),
    0 0 32px rgba(243,59,53,.24);
  animation: artexPulseCore 2.8s ease-in-out infinite;
}
@keyframes artexPulseCore {
  0%,100% { transform:scale(.9); opacity:.45; }
  50% { transform:scale(1.15); opacity:.9; }
}

.artex-assistant-core > span { display:none !important; }

.artex-search-shell {
  padding: 0 !important;
  border-radius: 17px;
  overflow: visible;
}
.artex-search-shell .search {
  position: relative;
  width: 100%;
  margin: 0 !important;
  border: 0 !important;
  border-radius: 17px !important;
  background: transparent !important;
  box-shadow: none !important;
}
.artex-search-shell .search::before,
.artex-search-shell .search::after {
  display: none !important;
}
.artex-search-shell .search input[type="search"] {
  box-sizing: border-box !important;
  width: 100% !important;
  height: 68px !important;
  margin: 0 !important;
  border: 1px solid rgba(255,255,255,.72) !important;
  border-radius: 17px !important;
  padding: 0 154px 0 54px !important;
  background: #fff !important;
  box-shadow: 0 24px 65px rgba(0,0,0,.34) !important;
  outline: 0 !important;
}
.artex-search-shell .search input[type="submit"] {
  position: absolute !important;
  top: 7px !important;
  right: 7px !important;
  bottom: auto !important;
  left: auto !important;
  width: 136px !important;
  height: 54px !important;
  margin: 0 !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-radius: 12px !important;
  background: linear-gradient(135deg, var(--artex-red), #d92722) !important;
  color: #fff !important;
  box-shadow: 0 10px 25px rgba(243,59,53,.30) !important;
  z-index: 4;
}
.artex-search-shell .search input[type="submit"]:hover {
  background: linear-gradient(135deg, #ff514b, #d92722) !important;
}
.artex-search-shell > svg {
  top: 50%;
  transform: translateY(-50%);
}

.artex-search-shell .search-full,
.artex-search-shell form {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

@media (max-width: 768px) {
  .artex-search-shell .search input[type="search"] {
    height: 60px !important;
    padding-right: 20px !important;
    border-radius: 15px !important;
  }
  .artex-search-shell .search input[type="submit"] {
    display: none !important;
  }
}

.artex-tech-mark,
.artex-tech-core:after {
  display: none !important;
}

.artex-orb-core {
  position: relative;
  overflow: visible !important;
  display: grid;
  place-items: center;
}

.artex-orb-core:before {
  content: "";
  position: absolute;
  width: 138px;
  height: 138px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow:
    0 0 22px rgba(255,255,255,.08),
    0 0 65px rgba(243,59,53,.30),
    inset 0 0 45px rgba(243,59,53,.12);
  animation: artexOrbPulse 3.2s ease-in-out infinite;
}

@keyframes artexOrbPulse {
  0%,100% { transform: scale(.96); opacity: .72; }
  50% { transform: scale(1.05); opacity: 1; }
}

.artex-orbital-sphere {
  position: relative;
  z-index: 6;
  width: 118px;
  height: 118px;
  border-radius: 50%;
  transform: rotateZ(-45deg);
  background:
    radial-gradient(circle at 38% 30%, rgba(255,255,255,.30), transparent 17%),
    radial-gradient(circle at 65% 68%, rgba(243,59,53,.48), transparent 18%),
    radial-gradient(circle at 45% 45%, rgba(243,59,53,.15), rgba(9,16,24,.92) 56%, #03070a 100%);
  border: 1px solid rgba(255,255,255,.22);
  box-shadow:
    0 0 0 7px rgba(243,59,53,.028),
    0 0 30px rgba(243,59,53,.34),
    0 0 72px rgba(243,59,53,.30),
    inset 0 0 40px rgba(255,255,255,.055);
  overflow: hidden;
  animation: artexSphereFloat 5.4s ease-in-out infinite;
}

@keyframes artexSphereFloat {
  0%,100% { transform: rotateZ(-45deg) translateY(0) scale(1); }
  50% { transform: rotateZ(-45deg) translateY(-5px) scale(1.025); }
}

.artex-orbital-sphere:before,
.artex-orbital-sphere:after {
  content: "";
  position: absolute;
  inset: 12px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.09);
}
.artex-orbital-sphere:after {
  inset: 25px 8px;
  border-color: rgba(243,59,53,.23);
  transform: rotate(54deg);
}

.orb-glow {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  transform: translate(-50%,-50%);
  background: radial-gradient(circle, rgba(255,255,255,.95) 0 4%, rgba(255,116,110,.65) 10%, rgba(243,59,53,.20) 34%, transparent 70%);
  filter: blur(.2px);
  animation: artexCoreGlow 2.2s ease-in-out infinite;
}
@keyframes artexCoreGlow {
  50% { transform: translate(-50%,-50%) scale(1.25); opacity: .75; }
}

.orb-grid {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.11);
  transform-origin: center;
}
.orb-grid-a {
  width: 96px;
  height: 34px;
  transform: translate(-50%,-50%) rotate(15deg);
}
.orb-grid-b {
  width: 96px;
  height: 34px;
  transform: translate(-50%,-50%) rotate(75deg);
}
.orb-grid-c {
  width: 38px;
  height: 96px;
  transform: translate(-50%,-50%) rotate(-18deg);
  border-color: rgba(243,59,53,.20);
}

.orb-hotspot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 10px rgba(255,255,255,.95), 0 0 18px rgba(243,59,53,.85);
}
.hotspot-a { left: 24px; top: 36px; }
.hotspot-b { right: 20px; top: 50px; }
.hotspot-c { left: 52px; bottom: 20px; background: #ff5c55; }

.orb-ring {
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 1px solid rgba(243,59,53,.40);
  pointer-events: none;
}
.ring-a {
  width: 226px;
  height: 86px;
  transform: translate(-50%,-50%) rotate(12deg);
  animation: artexRingA 10s linear infinite;
}
.ring-b {
  width: 248px;
  height: 105px;
  border-color: rgba(255,255,255,.22);
  transform: translate(-50%,-50%) rotate(-32deg);
  animation: artexRingB 14s linear infinite reverse;
}
.ring-c {
  width: 184px;
  height: 150px;
  border-color: rgba(124,58,237,.19);
  transform: translate(-50%,-50%) rotate(64deg);
  animation: artexRingC 17s linear infinite;
}

@keyframes artexRingA {
  to { transform: translate(-50%,-50%) rotate(372deg); }
}
@keyframes artexRingB {
  to { transform: translate(-50%,-50%) rotate(328deg); }
}
@keyframes artexRingC {
  to { transform: translate(-50%,-50%) rotate(424deg); }
}

.orb-satellite {
  position: absolute;
  z-index: 8;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #ff4a43;
  box-shadow:
    0 0 0 3px rgba(243,59,53,.08),
    0 0 15px rgba(243,59,53,.9);
}
.satellite-a {
  left: 7px;
  top: 42%;
  animation: artexSatelliteA 4.8s ease-in-out infinite;
}
.satellite-b {
  right: 4px;
  top: 30%;
  background: #fff;
  box-shadow: 0 0 14px rgba(255,255,255,.9);
  animation: artexSatelliteB 5.6s ease-in-out infinite;
}
.satellite-c {
  right: 25%;
  bottom: 2px;
  width: 5px;
  height: 5px;
  animation: artexSatelliteC 4.2s ease-in-out infinite;
}
@keyframes artexSatelliteA { 50% { transform: translate(12px,-12px) scale(1.25); } }
@keyframes artexSatelliteB { 50% { transform: translate(-8px,16px) scale(.85); } }
@keyframes artexSatelliteC { 50% { transform: translate(-16px,-10px) scale(1.35); } }

.artex-hero-visual .artex-orb-core {
  width: 225px;
  height: 225px;
}

.artex-data-stream.stream-a { opacity: .25; }
.artex-data-stream.stream-b { opacity: .32; }
.chip-one { top: 14%; right: 2%; }
.chip-two { left: 5%; bottom: 20%; }

.artex-search-shell .search input[type="search"] {
  padding-right: 154px !important;
}
.artex-search-shell .search input[type="submit"] {
  top: 7px !important;
  right: 7px !important;
  width: 136px !important;
  height: 54px !important;
}

@media (max-width: 1024px) {
  .artex-hero-visual .artex-orb-core {
    transform: scale(.92);
  }
}

@media (prefers-reduced-motion: reduce) {
  .artex-orbital-sphere,
  .ring-a,.ring-b,.ring-c,
  .satellite-a,.satellite-b,.satellite-c,
  .artex-orb-core:before,
  .orb-glow {
    animation: none !important;
  }
}

:root {
  --artex-card-radius: 20px;
  --artex-red: #E31B23;
  --artex-page-bg: #FFFFFF;
}

.artex-quick-grid,
.artex-category-card,
.artex-community-banner,
.artex-assistant-banner,
.artex-article-toc,
.community-header,
.community-topic-list,
.community-post-list,
.search-result-list-item,
.request-table {
  border-radius: var(--artex-card-radius) !important;
}

html[data-artex-style="tech_noir"] {
  --artex-panel-alpha: .96;
  --artex-style-shadow: 0 28px 80px rgba(5,10,15,.13);
}
html[data-artex-style="clean_future"] {
  --artex-panel-alpha: 1;
  --artex-style-shadow: 0 18px 55px rgba(9,18,27,.08);
}
html[data-artex-style="glass_signal"] {
  --artex-panel-alpha: .82;
  --artex-style-shadow: 0 28px 80px rgba(5,10,15,.12);
}

html[data-artex-style="clean_future"] .artex-hero {
  background:
    radial-gradient(circle at 76% 46%, rgba(243,59,53,.14), transparent 19%),
    radial-gradient(circle at 82% 32%, rgba(124,58,237,.08), transparent 21%),
    linear-gradient(120deg,#f8fafb 0%,#ffffff 50%,#f4f6f8 100%);
  color:#101820;
}
html[data-artex-style="clean_future"] .artex-hero-copy>p { color:#5f6a74; }
html[data-artex-style="clean_future"] .artex-hero-pills span {
  color:#52606b;background:rgba(255,255,255,.82);border-color:rgba(9,18,27,.08);
}
html[data-artex-style="clean_future"] .artex-data-stream { color:rgba(9,18,27,.22); }
html[data-artex-style="clean_future"] .artex-hero:before { opacity:.36; }
html[data-artex-style="clean_future"] .artex-orbit { opacity:.8; }

html[data-artex-style="glass_signal"] .artex-quick-grid,
html[data-artex-style="glass_signal"] .artex-category-card,
html[data-artex-style="glass_signal"] .artex-community-banner {
  background:rgba(255,255,255,.78);
  backdrop-filter:blur(22px) saturate(145%);
  -webkit-backdrop-filter:blur(22px) saturate(145%);
}
html[data-artex-style="glass_signal"] .artex-hero {
  background:
    radial-gradient(circle at 77% 48%,rgba(243,59,53,.25),transparent 18%),
    radial-gradient(circle at 88% 25%,rgba(124,58,237,.20),transparent 24%),
    linear-gradient(120deg,#02060a,#08131e 58%,#101323);
}

html[data-artex-home-layout="spotlight"] .artex-hero-grid {
  min-height:660px;
}
html[data-artex-home-layout="spotlight"] .artex-hero-copy h2 {
  font-size:clamp(50px,6vw,82px);
}
html[data-artex-home-layout="spotlight"] .artex-hero-visual {
  transform:scale(1.08);
}
html[data-artex-home-layout="compact"] .artex-hero-grid {
  min-height:470px;
  padding-top:58px;
  padding-bottom:72px;
}
html[data-artex-home-layout="compact"] .artex-hero-copy h2 {
  font-size:clamp(40px,4.6vw,60px);
}
html[data-artex-home-layout="compact"] .artex-quick-card {
  min-height:118px;
}

html[data-artex-mode="dark"] body {
  background:#050a0f;
  color:#eaf0f4;
}
html[data-artex-mode="dark"] .artex-header {
  background:rgba(5,10,15,.88);
  border-color:rgba(255,255,255,.07);
}
html[data-artex-mode="dark"] .artex-logo span,
html[data-artex-mode="dark"] .artex-nav-list a,
html[data-artex-mode="dark"] .user-info .dropdown-toggle {
  color:#eef4f7;
}
html[data-artex-mode="dark"] .artex-nav-list a:hover {
  background:rgba(243,59,53,.08);
}
html[data-artex-mode="dark"] .artex-home,
html[data-artex-mode="dark"] main:not(:has(.artex-hero)),
html[data-artex-mode="dark"] .container-divider {
  background:#050a0f;
}
html[data-artex-mode="dark"] .artex-quick-grid,
html[data-artex-mode="dark"] .artex-quick-card,
html[data-artex-mode="dark"] .artex-category-card,
html[data-artex-mode="dark"] .artex-promoted li,
html[data-artex-mode="dark"] .artex-community-banner,
html[data-artex-mode="dark"] .article,
html[data-artex-mode="dark"] .article-container,
html[data-artex-mode="dark"] .category-container,
html[data-artex-mode="dark"] .section-container,
html[data-artex-mode="dark"] .search-results,
html[data-artex-mode="dark"] .request-container,
html[data-artex-mode="dark"] .community-container,
html[data-artex-mode="dark"] .profile-container,
html[data-artex-mode="dark"] .contributions-container,
html[data-artex-mode="dark"] .subscriptions-container,
html[data-artex-mode="dark"] .search-result-list-item,
html[data-artex-mode="dark"] .community-header,
html[data-artex-mode="dark"] .community-topic-list,
html[data-artex-mode="dark"] .community-post-list,
html[data-artex-mode="dark"] .artex-article-toc,
html[data-artex-mode="dark"] .article-votes {
  background:#0a1118 !important;
  color:#e7edf1;
  border-color:rgba(255,255,255,.08) !important;
}
html[data-artex-mode="dark"] .artex-quick-card b,
html[data-artex-mode="dark"] .blocks-item-title,
html[data-artex-mode="dark"] .artex-section-heading h2,
html[data-artex-mode="dark"] .article-title,
html[data-artex-mode="dark"] .article-body h2,
html[data-artex-mode="dark"] .article-body h3,
html[data-artex-mode="dark"] .article-body h4,
html[data-artex-mode="dark"] .section-tree-title a,
html[data-artex-mode="dark"] .post-title a,
html[data-artex-mode="dark"] .topic-title a,
html[data-artex-mode="dark"] .search-result-link {
  color:#f1f5f7 !important;
}
html[data-artex-mode="dark"] .artex-quick-card span,
html[data-artex-mode="dark"] .blocks-item-description,
html[data-artex-mode="dark"] .artex-section-heading p,
html[data-artex-mode="dark"] .article-body,
html[data-artex-mode="dark"] .meta-data,
html[data-artex-mode="dark"] .search-result-description {
  color:#9aa7b2 !important;
}
html[data-artex-mode="dark"] input:not([type="submit"]),
html[data-artex-mode="dark"] textarea,
html[data-artex-mode="dark"] select {
  background:#0c151e !important;
  color:#eef4f7 !important;
  border-color:rgba(255,255,255,.11) !important;
}
html[data-artex-mode="dark"] .breadcrumbs a { color:#97a3ad; }
html[data-artex-mode="dark"] .dropdown-menu {
  background:#0d1620;color:#eef4f7;border-color:rgba(255,255,255,.09);
}
html[data-artex-mode="dark"] .dropdown-menu a { color:#dbe3e8; }

.artex-mode-switch {
  width:40px;height:40px;
  display:grid;place-items:center;
  border-radius:12px;
  border:1px solid rgba(9,18,27,.10);
  background:#fff;
  color:#111820;
  cursor:pointer;
  transition:transform .2s ease,background .2s ease,color .2s ease;
}
.artex-mode-switch:hover { transform:translateY(-2px); }
html[data-artex-mode="dark"] .artex-mode-switch {
  background:#0d1620;color:#fff;border-color:rgba(255,255,255,.10);
}

.artex-card-icon {
  overflow:hidden;
}
.artex-card-icon svg {
  width:24px;height:24px;
  display:block;
}
.artex-icon-red { color:#f33b35; background:linear-gradient(145deg,#fff1f0,#ffe3e1); }
.artex-icon-purple { color:#7c3aed; background:linear-gradient(145deg,#f4efff,#ebe2ff); }
.artex-icon-blue { color:#2563eb; background:linear-gradient(145deg,#eff6ff,#dbeafe); }
.artex-icon-green { color:#10b981; background:linear-gradient(145deg,#ecfdf5,#d1fae5); }
.artex-icon-orange { color:#f97316; background:linear-gradient(145deg,#fff7ed,#ffedd5); }
.artex-icon-cyan { color:#0891b2; background:linear-gradient(145deg,#ecfeff,#cffafe); }

.article-info {
  position:relative;
}
.artex-article-toc {
  margin:0 0 28px;
  padding:18px;
  border:1px solid rgba(9,18,27,.09);
  background:linear-gradient(145deg,#f9fafb,#fff);
  box-shadow:0 12px 34px rgba(9,18,27,.045);
}
.artex-toc-head {
  display:flex;align-items:center;gap:9px;
  margin-bottom:12px;
  color:#111820;
  font-size:14px;
}
.artex-toc-head>span { color:var(--artex-red); }
.artex-toc-nav {
  display:grid;
  gap:3px;
}
.artex-toc-link {
  position:relative;
  display:block;
  padding:7px 9px 7px 16px;
  border-radius:8px;
  color:#69747e;
  font-size:13px;
  line-height:1.35;
}
.artex-toc-link:before {
  content:"";
  position:absolute;left:4px;top:50%;
  width:4px;height:4px;border-radius:50%;
  background:#c7ced4;
  transform:translateY(-50%);
}
.artex-toc-link.is-h3 { padding-left:28px;font-size:12px; }
.artex-toc-link:hover,.artex-toc-link.is-active {
  color:var(--artex-red);
  background:rgba(243,59,53,.055);
  text-decoration:none;
}
.artex-toc-link.is-active:before { background:var(--artex-red);box-shadow:0 0 8px rgba(243,59,53,.5); }

.artex-floating-assistant {
  position:fixed;
  bottom:24px;
  z-index:999;
  display:flex;
  align-items:center;
  gap:10px;
  min-height:52px;
  padding:7px 16px 7px 7px;
  border-radius:999px;
  background:linear-gradient(135deg,#071019,#111d29);
  color:#fff !important;
  border:1px solid rgba(255,255,255,.12);
  box-shadow:0 20px 55px rgba(5,10,15,.32),0 0 0 1px rgba(243,59,53,.08);
  font-weight:750;
}
html[data-artex-float="right"] .artex-floating-assistant { right:24px; }
html[data-artex-float="left"] .artex-floating-assistant { left:24px; }
.artex-floating-assistant:hover {
  transform:translateY(-4px);
  text-decoration:none;
  box-shadow:0 26px 65px rgba(5,10,15,.40),0 0 30px rgba(243,59,53,.17);
}
.artex-float-icon {
  width:38px;height:38px;
  display:grid;place-items:center;
  border-radius:50%;
  background:linear-gradient(145deg,#ff4b45,#c91f1b);
  box-shadow:0 0 20px rgba(243,59,53,.35);
  animation:artexFloatPulse 2.6s ease-in-out infinite;
}
@keyframes artexFloatPulse {
  50% { box-shadow:0 0 0 7px rgba(243,59,53,.06),0 0 25px rgba(243,59,53,.5); }
}

html[data-artex-community="rich"] .topics-list {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
html[data-artex-community="rich"] .topics-item {
  width:auto!important;
  margin:0!important;
  min-height:190px;
  border-radius:var(--artex-card-radius);
  border:1px solid rgba(9,18,27,.09);
  background:linear-gradient(145deg,#fff,#f8fafb);
  box-shadow:0 10px 35px rgba(9,18,27,.045);
}
html[data-artex-community="rich"] .topics-item:hover {
  transform:translateY(-5px);
  border-color:rgba(243,59,53,.25);
  box-shadow:0 24px 55px rgba(9,18,27,.09);
}
html[data-artex-community-glow="true"] .topics-item {
  background:
    radial-gradient(circle at 100% 0%,rgba(243,59,53,.065),transparent 34%),
    linear-gradient(145deg,#fff,#f8fafb);
}
html[data-artex-mode="dark"][data-artex-community="rich"] .topics-item {
  background:#0b131b;
  border-color:rgba(255,255,255,.08);
}
html[data-artex-mode="dark"][data-artex-community-glow="true"] .topics-item {
  background:
    radial-gradient(circle at 100% 0%,rgba(243,59,53,.10),transparent 35%),
    #0b131b;
}

html[dir="rtl"].artex-rtl .artex-hero-copy,
html[dir="rtl"].artex-rtl .artex-category-card .blocks-item-link,
html[dir="rtl"].artex-rtl .artex-section-heading,
html[dir="rtl"].artex-rtl .artex-footer,
html[dir="rtl"].artex-rtl .article-body {
  text-align:right !important;
}
html[dir="rtl"].artex-rtl .artex-search-shell>svg {
  left:auto;right:20px;
}
html[dir="rtl"].artex-rtl .artex-search-shell .search input[type="search"] {
  padding-left:154px !important;
  padding-right:54px !important;
}
html[dir="rtl"].artex-rtl .artex-search-shell .search input[type="submit"] {
  right:auto !important;
  left:7px !important;
}
html[dir="rtl"].artex-rtl .artex-quick-card {
  border-right:0;
  border-left:1px solid var(--artex-line);
}
html[dir="rtl"].artex-rtl .artex-quick-card i,
html[dir="rtl"].artex-rtl .artex-card-arrow,
html[dir="rtl"].artex-rtl .artex-primary-link {
  direction:ltr;
}
html[dir="rtl"].artex-rtl .artex-card-arrow {
  align-self:flex-end;
}
html[dir="rtl"].artex-rtl .artex-footer-links a:hover {
  transform:translateX(-4px);
}
html[dir="rtl"].artex-rtl .artex-toc-link {
  padding-left:9px;padding-right:16px;
}
html[dir="rtl"].artex-rtl .artex-toc-link:before {
  left:auto;right:4px;
}
html[dir="rtl"].artex-rtl .artex-toc-link.is-h3 {
  padding-left:9px;padding-right:28px;
}
html[dir="rtl"].artex-rtl[data-artex-float="right"] .artex-floating-assistant {
  right:auto;left:24px;
}
html[dir="rtl"].artex-rtl[data-artex-float="left"] .artex-floating-assistant {
  left:auto;right:24px;
}

@media(max-width:768px) {
  html[data-artex-community="rich"] .topics-list { grid-template-columns:1fr; }
  .artex-floating-assistant {
    bottom:16px;
    min-height:48px;
    padding:5px;
  }
  html[data-artex-float="right"] .artex-floating-assistant { right:16px; }
  html[data-artex-float="left"] .artex-floating-assistant { left:16px; }
  .artex-float-icon { width:38px;height:38px; }
  .artex-float-text { display:none; }
  .artex-article-toc { padding:15px; }
}

@media(prefers-reduced-motion:reduce) {
  .artex-float-icon { animation:none!important; }
}

.artex-orb-core,
.artex-orbital-sphere,
.orb-ring,
.orb-satellite {
  display:none !important;
}

.artex-network-field {
  position:absolute;
  inset:2% -4% 0 -7%;
  z-index:3;
  display:grid;
  place-items:center;
  pointer-events:none;
  transform:perspective(900px) rotateY(-5deg) rotateX(2deg);
  transform-origin:center;
}

.artex-network-field:before {
  content:"";
  position:absolute;
  width:72%;
  height:72%;
  border-radius:50%;
  background:
    radial-gradient(circle at 50% 50%,rgba(243,59,53,.105),rgba(124,58,237,.025) 42%,transparent 72%);
  filter:blur(18px);
  animation:artexNetworkBreath 6s ease-in-out infinite;
}

.artex-network-svg {
  width:100%;
  max-width:640px;
  height:auto;
  overflow:visible;
  filter:drop-shadow(0 20px 35px rgba(0,0,0,.14));
}

.net-path {
  fill:none;
  stroke:url(#artexNetLine);
  stroke-width:1.15;
  stroke-linecap:round;
  vector-effect:non-scaling-stroke;
  opacity:.72;
  stroke-dasharray:5 8;
  animation:artexNetworkFlow 18s linear infinite;
}
.net-path.p2 { animation-duration:23s; animation-direction:reverse; opacity:.48; }
.net-path.p3 { animation-duration:21s; opacity:.58; }
.net-path.p4 { animation-duration:26s; animation-direction:reverse; opacity:.38; }
.net-path.p5 { animation-duration:19s; opacity:.46; }
.net-path.p6 { animation-duration:24s; opacity:.40; }
.net-path.p7 { animation-duration:17s; opacity:.50; }
.net-path.p8 { animation-duration:28s; animation-direction:reverse; opacity:.38; }
.net-path.p9 { animation-duration:15s; opacity:.62; }

.net-secondary path {
  fill:none;
  stroke:rgba(255,255,255,.055);
  stroke-width:9;
  stroke-linecap:round;
  filter:blur(6px);
}

.net-node {
  fill:url(#artexNetNode);
  opacity:.75;
  filter:url(#artexNetGlow);
  transform-box:fill-box;
  transform-origin:center;
  animation:artexNodePulse 4.4s ease-in-out infinite;
}
.net-node.major {
  opacity:.94;
}
.net-node:nth-child(2n) { animation-delay:-1.4s; }
.net-node:nth-child(3n) { animation-delay:-2.7s; }

.net-pulse {
  fill:#fff;
  filter:url(#artexNetGlow);
}
.pulse-1 {
  offset-path:path("M38 238 C104 176 132 185 184 145 S276 82 337 128 S430 205 486 150 S557 104 594 129");
  animation:artexPacketMove 8.5s linear infinite;
}
.pulse-2 {
  offset-path:path("M76 320 C125 279 174 292 211 245 S271 199 319 230 S400 307 454 265 S525 227 585 254");
  animation:artexPacketMove 11s linear -4s infinite;
}
.pulse-3 {
  offset-path:path("M57 102 C124 123 147 92 202 111 S279 182 337 164 S414 86 470 111 S542 193 598 209");
  animation:artexPacketMove 10s linear -6s infinite;
}

.network-soft-glow {
  position:absolute;
  width:12px;
  height:12px;
  border-radius:50%;
  background:#f33b35;
  box-shadow:0 0 32px 14px rgba(243,59,53,.18);
  opacity:.55;
}
.network-soft-glow.glow-a {
  left:34%;
  top:37%;
  animation:artexGlowDriftA 7s ease-in-out infinite;
}
.network-soft-glow.glow-b {
  right:25%;
  bottom:28%;
  width:8px;
  height:8px;
  opacity:.36;
  animation:artexGlowDriftB 8.5s ease-in-out infinite;
}

@keyframes artexNetworkFlow {
  to { stroke-dashoffset:-260; }
}
@keyframes artexNodePulse {
  0%,100% { transform:scale(.72); opacity:.45; }
  50% { transform:scale(1.25); opacity:1; }
}
@keyframes artexPacketMove {
  0% { offset-distance:0%; opacity:0; }
  7% { opacity:1; }
  92% { opacity:1; }
  100% { offset-distance:100%; opacity:0; }
}
@keyframes artexNetworkBreath {
  0%,100% { transform:scale(.94); opacity:.55; }
  50% { transform:scale(1.06); opacity:.95; }
}
@keyframes artexGlowDriftA {
  50% { transform:translate(24px,-18px) scale(1.25); }
}
@keyframes artexGlowDriftB {
  50% { transform:translate(-22px,15px) scale(.85); }
}

.artex-hero:after {
  opacity:.22 !important;
  width:470px !important;
  height:470px !important;
}
.artex-hero-visual .orbit-one,
.artex-hero-visual .orbit-two {
  opacity:.16 !important;
  border-color:rgba(243,59,53,.16) !important;
}
.artex-data-stream.stream-a {
  opacity:.12 !important;
}
.artex-data-stream.stream-b {
  opacity:.18 !important;
}
.chip-one {
  opacity:.68;
}
.chip-two {
  opacity:.64;
}

html[data-artex-style="clean_future"] .net-path {
  stroke:rgba(243,59,53,.34);
  opacity:.48;
}
html[data-artex-style="clean_future"] .net-secondary path {
  stroke:rgba(9,18,27,.035);
}
html[data-artex-style="clean_future"] .net-node {
  opacity:.58;
}
html[data-artex-style="clean_future"] .artex-network-field:before {
  background:radial-gradient(circle,rgba(243,59,53,.075),transparent 68%);
}

html[data-artex-mode="dark"] .net-path {
  opacity:.58;
}
html[data-artex-mode="dark"] .network-soft-glow {
  opacity:.42;
}

html[dir="rtl"].artex-rtl .artex-network-field {
  transform:perspective(900px) rotateY(5deg) rotateX(2deg) scaleX(-1);
}

@media(max-width:1024px) {
  .artex-network-field {
    inset:5% -8% 2% -8%;
    transform:scale(.94);
  }
}

@media(max-width:768px) {
  .artex-network-field {
    opacity:.42;
    inset:8% -34% 8% 24%;
    transform:scale(.86);
  }
  .artex-hero:after { opacity:.08 !important; }
}

@media(prefers-reduced-motion:reduce) {
  .net-path,.net-node,.net-pulse,
  .artex-network-field:before,
  .network-soft-glow {
    animation:none !important;
  }
  .net-pulse { display:none; }
}

html {
  --artex-inner-max: 1200px;
  --artex-panel: #ffffff;
  --artex-panel-soft: #f8fafb;
  --artex-border: rgba(10,18,27,.09);
  --artex-shadow-sm: 0 12px 35px rgba(9,18,27,.055);
  --artex-shadow-md: 0 22px 60px rgba(9,18,27,.085);
}

.artex-inner-divider {
  height: 1px;
  background: linear-gradient(90deg,transparent,rgba(243,59,53,.22),rgba(124,58,237,.08),transparent);
  border:0;
}
.sub-nav {
  padding-top: 26px;
  padding-bottom: 16px;
}
.sub-nav .search-container {
  position:relative;
}
.sub-nav .search-container input[type="search"] {
  min-width: 280px;
  height: 42px;
  border:1px solid var(--artex-border);
  background:#fff;
  box-shadow:0 8px 24px rgba(9,18,27,.035);
}
.sub-nav .search-icon { color:#7b8791; }

.page-header {
  position:relative;
  overflow:hidden;
  padding: 34px 36px;
  margin-bottom: 28px;
  border:1px solid var(--artex-border);
  border-radius:var(--artex-card-radius);
  background:
    radial-gradient(circle at 94% 10%,rgba(243,59,53,.075),transparent 24%),
    linear-gradient(145deg,#f9fbfc,#fff);
  box-shadow:var(--artex-shadow-sm);
}
.page-header:after {
  content:"";
  position:absolute;
  width:150px;height:150px;
  right:-75px;bottom:-85px;
  border-radius:50%;
  border:1px solid rgba(243,59,53,.13);
  box-shadow:0 0 0 18px rgba(243,59,53,.022),0 0 0 36px rgba(243,59,53,.012);
}
.page-header h1 {
  position:relative;z-index:1;
  max-width:820px;
  margin:0;
  font-size:clamp(32px,4vw,48px);
  line-height:1.08;
  font-weight:850;
  letter-spacing:-.045em;
}
.page-header-description {
  position:relative;z-index:1;
  max-width:760px;
  margin-top:13px;
  color:#68737e;
  line-height:1.7;
  font-size:15px;
}

.category-content { width:100%; }
.section-tree {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:20px;
}
.section-tree .section {
  position:relative;
  margin:0;
  padding:26px;
  border:1px solid var(--artex-border);
  border-radius:var(--artex-card-radius);
  background:linear-gradient(145deg,#fff,#fafbfc);
  box-shadow:0 9px 30px rgba(9,18,27,.035);
  overflow:hidden;
}
.section-tree .section:before {
  content:"";
  position:absolute;
  left:0;right:0;top:0;
  height:3px;
  background:linear-gradient(90deg,var(--artex-red),rgba(243,59,53,.18));
  transform:scaleX(.26);
  transform-origin:left;
  transition:transform .28s ease;
}
.section-tree .section:hover {
  transform:translateY(-4px);
  border-color:rgba(243,59,53,.22);
  box-shadow:var(--artex-shadow-md);
}
.section-tree .section:hover:before { transform:scaleX(1); }
.section-tree-title { margin:0 0 18px; }
.section-tree-title a {
  font-size:20px;
  font-weight:820;
  letter-spacing:-.025em;
}
.section-tree .article-list { margin:0; }
.section-tree .article-list-item {
  padding:10px 0;
  border-bottom:1px solid rgba(9,18,27,.06);
}
.section-tree .article-list-item:last-child { border-bottom:0; }
.section-tree .article-list-link {
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#34404b;
  font-size:14px;
}
.section-tree .article-list-link:before {
  content:"";
  width:5px;height:5px;
  flex:0 0 5px;
  border-radius:50%;
  background:#c9d0d6;
}
.section-tree .article-list-link:hover { color:var(--artex-red); }
.section-tree .article-list-link:hover:before { background:var(--artex-red); }
.see-all-articles {
  display:inline-flex;
  margin-top:16px;
  padding:8px 11px;
  border-radius:10px;
  color:var(--artex-red);
  background:rgba(243,59,53,.055);
  font-size:12px;
  font-weight:800;
}

.section-container { max-width:100%; }
.section-content { width:100%; }
.section-list {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin-bottom:28px;
}
.section-list-item {
  margin:0;
  border:1px solid var(--artex-border);
  border-radius:14px;
  overflow:hidden;
  background:#fff;
}
.section-list-item a {
  min-height:64px;
  padding:16px 18px;
  font-weight:720;
}
.section-list-item:hover {
  border-color:rgba(243,59,53,.22);
  box-shadow:var(--artex-shadow-sm);
  transform:translateY(-2px);
}
.section-content > .article-list {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.section-content > .article-list .article-list-item {
  position:relative;
  min-height:72px;
  margin:0;
  padding:17px 20px;
  border:1px solid var(--artex-border);
  border-radius:14px;
  background:#fff;
  display:flex;
  align-items:center;
  gap:10px;
}
.section-content > .article-list .article-list-item:after {
  content:"→";
  margin-left:auto;
  color:#c4cbd1;
  transition:transform .2s ease,color .2s ease;
}
.section-content > .article-list .article-list-item:hover {
  transform:translateY(-2px);
  border-color:rgba(243,59,53,.22);
  box-shadow:var(--artex-shadow-sm);
}
.section-content > .article-list .article-list-item:hover:after {
  color:var(--artex-red);
  transform:translateX(4px);
}
.section-content > .article-list .article-list-link {
  font-weight:700;
  color:#26323c;
}

.article-container {
  gap:36px;
  align-items:start;
}
.article-sidebar {
  padding:15px;
  border:1px solid var(--artex-border);
  border-radius:var(--artex-card-radius);
  background:#fafbfc;
  box-shadow:0 10px 32px rgba(9,18,27,.035);
}
html[data-artex-sticky-article-nav="true"] .article-sidebar {
  position:sticky;
  top:108px;
}
.sidenav-title {
  display:block;
  padding:8px 10px 11px;
  color:#69747f;
  font-size:11px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
}
.sidenav-item {
  padding:9px 11px;
  font-size:13px;
  line-height:1.4;
  color:#5c6873;
}
.sidenav-item:hover { background:#fff;color:#111820; }
.sidenav-item.current-article {
  color:var(--artex-red);
  background:rgba(243,59,53,.07);
  box-shadow:inset 3px 0 0 var(--artex-red);
}
.article {
  min-width:0;
  max-width:860px;
}
.article-header {
  position:relative;
  padding:34px 36px 28px;
  margin-bottom:20px;
  border:1px solid var(--artex-border);
  border-radius:var(--artex-card-radius);
  background:
    radial-gradient(circle at 94% 12%,rgba(243,59,53,.065),transparent 22%),
    #fff;
  box-shadow:var(--artex-shadow-sm);
}
.article-title {
  max-width:760px;
  margin-bottom:18px;
}
.article-author {
  display:flex;
  align-items:center;
  gap:10px;
}
.article-avatar img { box-shadow:0 0 0 3px #fff,0 0 0 4px rgba(9,18,27,.08); }
.article-subscribe {
  position:absolute;
  right:30px;
  bottom:25px;
}
.artex-article-tools {
  display:flex;
  gap:8px;
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid rgba(9,18,27,.07);
}
.artex-tool-button {
  display:inline-flex;
  align-items:center;
  gap:7px;
  height:36px;
  padding:0 12px;
  border-radius:10px;
  border:1px solid rgba(9,18,27,.09);
  background:#fff;
  color:#596570;
  font-size:12px;
  font-weight:750;
  cursor:pointer;
}
.artex-tool-button:hover {
  color:var(--artex-red);
  border-color:rgba(243,59,53,.22);
  background:#fff7f6;
}
.article-info {
  padding:0 4px;
}
.article-body {
  font-size:16.5px;
  line-height:1.82;
}
.article-body p { margin:0 0 1.25em; }
.article-body h2 {
  margin-top:2.1em;
  font-size:28px;
}
.article-body h3 {
  margin-top:1.8em;
  font-size:22px;
}
.article-body img {
  border-radius:14px;
  box-shadow:0 14px 45px rgba(9,18,27,.09);
}
.article-body table {
  width:100%;
  margin:24px 0;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  border:1px solid var(--artex-border);
  border-radius:14px;
}
.article-body th {
  background:#f7f9fa;
  color:#3b4650;
  font-weight:800;
}
.article-body th,.article-body td {
  padding:12px 14px;
  border-bottom:1px solid rgba(9,18,27,.07);
  border-right:1px solid rgba(9,18,27,.06);
}
.article-body tr:last-child td { border-bottom:0; }
.article-body th:last-child,.article-body td:last-child { border-right:0; }
.article-attachments {
  margin-top:28px;
  padding:20px;
  border:1px solid var(--artex-border);
  border-radius:14px;
  background:#fafbfc;
}
.attachment-item {
  padding:10px;
  border-radius:10px;
}
.attachment-item:hover { background:#fff; }
.content-tags {
  margin-top:30px;
  padding-top:22px;
  border-top:1px solid var(--artex-border);
}
.content-tag-list { gap:7px; }
.content-tag-item a {
  display:inline-flex;
  padding:7px 10px;
  border-radius:999px;
  background:#f4f6f8;
  color:#5b6670;
  font-size:12px;
}
.article-footer {
  margin-top:38px;
  padding:18px 0;
  border-top:1px solid var(--artex-border);
  border-bottom:1px solid var(--artex-border);
}
.article-votes {
  text-align:center;
}
.article-more-questions {
  margin:24px 0;
  padding:24px;
  text-align:center;
  border-radius:var(--artex-card-radius);
  background:
    radial-gradient(circle at 80%,rgba(243,59,53,.10),transparent 28%),
    linear-gradient(135deg,#f7f9fa,#fff);
  border:1px solid var(--artex-border);
}
.article-relatives {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:18px;
}
.article-relatives > * {
  margin:0;
  padding:22px;
  border:1px solid var(--artex-border);
  border-radius:var(--artex-card-radius);
  background:#fff;
}
.comment-list .comment {
  margin:14px 0;
  padding:20px;
  border:1px solid var(--artex-border);
  border-radius:16px;
  background:#fff;
}
.comment-wrapper { border:0; }

.search-results {
  max-width:var(--artex-inner-max);
}
.search-results h1 {
  font-size:36px;
  font-weight:850;
  letter-spacing:-.035em;
}
.search-results-list { gap:12px; }
.search-result-list-item {
  position:relative;
  padding:22px 24px;
  background:#fff;
}
.search-result-list-item:before {
  content:"";
  position:absolute;
  left:0;top:18px;bottom:18px;
  width:3px;
  border-radius:999px;
  background:var(--artex-red);
  opacity:0;
  transition:opacity .2s ease;
}
.search-result-list-item:hover:before { opacity:1; }
.search-result-link {
  font-size:18px;
  letter-spacing:-.015em;
}
.search-result-description { line-height:1.65; }
.search-results-subheading {
  color:#7a858f;
  font-size:13px;
}

.community-header {
  margin-bottom:24px;
  box-shadow:var(--artex-shadow-sm);
}
.community-header h1 {
  font-size:clamp(32px,4vw,46px);
}
.topics-list,
.posts-list,
.community-topic-list,
.community-post-list {
  gap:14px;
}
.topics-item,
.posts-list-item,
.community-topic-list-item,
.community-post-list-item {
  border:1px solid var(--artex-border) !important;
  border-radius:var(--artex-card-radius) !important;
  background:#fff;
  box-shadow:0 8px 28px rgba(9,18,27,.035);
}
.topics-item:hover,
.posts-list-item:hover,
.community-topic-list-item:hover,
.community-post-list-item:hover {
  transform:translateY(-3px);
  border-color:rgba(243,59,53,.21) !important;
  box-shadow:var(--artex-shadow-md);
}
.post-title,.topic-title {
  font-weight:800;
  letter-spacing:-.02em;
}
.community-badge {
  border-radius:999px;
}
.community-post {
  border-radius:var(--artex-card-radius);
}
.post-info {
  padding:22px;
  border-radius:16px;
  background:#fafbfc;
}
.post-body {
  font-size:16px;
  line-height:1.78;
}
.post-comments .comment {
  padding:20px;
  border:1px solid var(--artex-border);
  border-radius:16px;
  background:#fff;
}
.new-post-title,.new-community-post h1 {
  font-weight:850;
  letter-spacing:-.04em;
}

.requests {
  width:100%;
}
.requests-table-toolbar,
.requests-search,
.requests-filter {
  margin-bottom:18px;
}
.request-table,
table.requests-table {
  width:100%;
  border-collapse:separate;
  border-spacing:0;
  background:#fff;
}
.request-table tr,
table.requests-table tr {
  transition:background .2s ease;
}
.request-table tbody tr:hover,
table.requests-table tbody tr:hover {
  background:#fff8f7;
}
.request-table td,
.request-table th,
table.requests-table td,
table.requests-table th {
  padding:15px 18px;
}
.request-status {
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  font-size:11px;
  font-weight:850;
  letter-spacing:.02em;
}
.request-status:before {
  content:"";
  width:6px;height:6px;border-radius:50%;
  background:currentColor;
}
.request-main {
  padding:28px;
  border:1px solid var(--artex-border);
  border-radius:var(--artex-card-radius);
  background:#fff;
  box-shadow:var(--artex-shadow-sm);
}
.request-sidebar {
  padding:20px;
  border:1px solid var(--artex-border);
  border-radius:var(--artex-card-radius);
  background:#fafbfc;
}
.request-details dt {
  color:#7a858f;
  font-size:11px;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.request-details dd {
  font-weight:650;
}
.request-follow-up {
  border-radius:14px;
}
.comment-container {
  border-radius:16px;
}
.request-form {
  max-width:840px;
}
.request-form .form-field {
  margin-bottom:24px;
}
.request-form footer {
  margin-top:30px;
  padding-top:22px;
  border-top:1px solid var(--artex-border);
}

.profile-header {
  padding:30px;
  border:1px solid var(--artex-border);
  border-radius:var(--artex-card-radius);
  background:
    radial-gradient(circle at 90% 15%,rgba(243,59,53,.07),transparent 22%),
    #fff;
  box-shadow:var(--artex-shadow-sm);
}
.profile-avatar {
  box-shadow:0 0 0 5px #fff,0 0 0 6px rgba(9,18,27,.08),0 15px 30px rgba(9,18,27,.12);
}
.profile-user-name {
  font-weight:850;
  letter-spacing:-.035em;
}
.profile-stats-activity,
.profile-stats-counters {
  border-radius:var(--artex-card-radius);
}
.profile-section {
  margin-top:24px;
  padding:24px;
  border:1px solid var(--artex-border);
  border-radius:var(--artex-card-radius);
  background:#fff;
}
.contributions-list > li,
.subscriptions-list > li {
  margin-bottom:10px;
  padding:18px;
  border:1px solid var(--artex-border);
  border-radius:14px;
  background:#fff;
}

.service-list,
.approval-request-list {
  gap:14px;
}
.service-list-item,
.approval-request-list-item {
  border-radius:var(--artex-card-radius);
  border-color:var(--artex-border);
  box-shadow:0 8px 28px rgba(9,18,27,.035);
}

html[data-artex-inner-style="clean"] .section-tree .section,
html[data-artex-inner-style="clean"] .section-content > .article-list .article-list-item,
html[data-artex-inner-style="clean"] .search-result-list-item,
html[data-artex-inner-style="clean"] .topics-item,
html[data-artex-inner-style="clean"] .posts-list-item {
  border-left:0!important;
  border-right:0!important;
  border-top:0!important;
  border-radius:0!important;
  box-shadow:none!important;
  background:transparent!important;
}
html[data-artex-inner-style="clean"] .page-header,
html[data-artex-inner-style="clean"] .article-header {
  box-shadow:none;
  background:transparent;
  border-left:0;border-right:0;border-top:0;
  border-radius:0;
  padding-left:0;padding-right:0;
}

html[data-artex-mode="dark"] {
  --artex-panel:#0b131b;
  --artex-panel-soft:#0e1821;
  --artex-border:rgba(255,255,255,.085);
}
html[data-artex-mode="dark"] .page-header,
html[data-artex-mode="dark"] .section-tree .section,
html[data-artex-mode="dark"] .section-list-item,
html[data-artex-mode="dark"] .section-content > .article-list .article-list-item,
html[data-artex-mode="dark"] .article-header,
html[data-artex-mode="dark"] .article-sidebar,
html[data-artex-mode="dark"] .article-relatives > *,
html[data-artex-mode="dark"] .comment-list .comment,
html[data-artex-mode="dark"] .topics-item,
html[data-artex-mode="dark"] .posts-list-item,
html[data-artex-mode="dark"] .community-topic-list-item,
html[data-artex-mode="dark"] .community-post-list-item,
html[data-artex-mode="dark"] .request-main,
html[data-artex-mode="dark"] .request-sidebar,
html[data-artex-mode="dark"] .profile-header,
html[data-artex-mode="dark"] .profile-section,
html[data-artex-mode="dark"] .contributions-list > li,
html[data-artex-mode="dark"] .subscriptions-list > li {
  background:#0b131b!important;
  border-color:var(--artex-border)!important;
  color:#edf2f5;
}
html[data-artex-mode="dark"] .page-header-description,
html[data-artex-mode="dark"] .section-tree .article-list-link,
html[data-artex-mode="dark"] .sidenav-item,
html[data-artex-mode="dark"] .post-body,
html[data-artex-mode="dark"] .request-details dt {
  color:#9aa7b2;
}
html[data-artex-mode="dark"] .section-tree-title a,
html[data-artex-mode="dark"] .section-content > .article-list .article-list-link,
html[data-artex-mode="dark"] .page-header h1,
html[data-artex-mode="dark"] .profile-user-name {
  color:#f1f5f7!important;
}
html[data-artex-mode="dark"] .article-body table,
html[data-artex-mode="dark"] .article-body th,
html[data-artex-mode="dark"] .article-body td {
  border-color:rgba(255,255,255,.08);
}
html[data-artex-mode="dark"] .article-body th {
  background:#0e1821;
}

html[dir="rtl"].artex-rtl .section-content > .article-list .article-list-item:after {
  content:"←";
  margin-left:0;
  margin-right:auto;
}
html[dir="rtl"].artex-rtl .sidenav-item.current-article {
  box-shadow:inset -3px 0 0 var(--artex-red);
}
html[dir="rtl"].artex-rtl .article-subscribe {
  right:auto;
  left:30px;
}
html[dir="rtl"].artex-rtl .search-result-list-item:before {
  left:auto;right:0;
}

@media(max-width:1024px) {
  .section-tree,
  .section-content > .article-list {
    grid-template-columns:1fr;
  }
  .article-container {
    gap:22px;
  }
  html[data-artex-sticky-article-nav="true"] .article-sidebar {
    position:static;
  }
}
@media(max-width:768px) {
  .sub-nav {
    padding-top:18px;
  }
  .sub-nav .search-container input[type="search"] { min-width:0; }
  .page-header {
    padding:26px 22px;
  }
  .page-header h1 { font-size:34px; }
  .section-list { grid-template-columns:1fr; }
  .article-header {
    padding:26px 22px;
  }
  .article-title { font-size:34px; }
  .article-subscribe {
    position:static;
    margin-top:14px;
  }
  .artex-article-tools { flex-wrap:wrap; }
  .article-relatives { grid-template-columns:1fr; }
  .request-main,.request-sidebar { padding:20px; }
}
@media print {
  .artex-header,.artex-footer,.sub-nav,.article-sidebar,.artex-floating-assistant,
  .artex-article-tools,.article-subscribe,.article-footer,.article-votes,
  .article-more-questions,.article-return-to-top,.article-relatives,.article-comments {
    display:none!important;
  }
  .article-container,.article { display:block!important;width:100%!important;max-width:none!important; }
  .article-header { border:0;box-shadow:none;padding:0;margin-bottom:24px; }
  .article-body { color:#000!important;font-size:11pt; }
}

.artex-inner-enter {
  animation:artexInnerEnter .5s cubic-bezier(.2,.8,.2,1) both;
  animation-delay:var(--artex-delay,0ms);
}
@keyframes artexInnerEnter {
  from { opacity:0;transform:translateY(12px); }
  to { opacity:1;transform:none; }
}
.artex-tool-button.is-success {
  color:#0f9f6e;
  border-color:rgba(16,185,129,.22);
  background:#ecfdf5;
}
.request-status[data-artex-status*="open"],
.request-status[data-artex-status*="new"] { color:#2563eb;background:#eff6ff; }
.request-status[data-artex-status*="pending"] { color:#d97706;background:#fffbeb; }
.request-status[data-artex-status*="hold"] { color:#7c3aed;background:#f5f3ff; }
.request-status[data-artex-status*="solved"],
.request-status[data-artex-status*="closed"] { color:#059669;background:#ecfdf5; }

.artex-header .nav-wrapper-desktop {
  display:flex;
  align-items:center;
  gap:14px;
  min-width:0;
}
.artex-header .user-nav {
  min-width:0;
}
.artex-header .artex-nav-list {
  display:flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:4px;
}
.artex-header .artex-nav-list > li,
.artex-header .artex-nav-list > a {
  flex:0 0 auto;
}
.artex-header .artex-user-menu {
  position:relative;
  flex:0 0 auto;
  margin-left:2px;
}
.artex-header .artex-user-menu .dropdown-toggle {
  min-height:42px;
  display:flex;
  align-items:center;
  gap:9px;
  padding:6px 10px 6px 6px;
  border:1px solid rgba(9,18,27,.08);
  border-radius:12px;
  background:#fff;
  color:#1a222b;
  box-shadow:0 6px 18px rgba(9,18,27,.035);
  max-width:230px;
}
.artex-header .artex-user-menu .dropdown-toggle:hover {
  border-color:rgba(243,59,53,.18);
  box-shadow:0 10px 26px rgba(9,18,27,.06);
}
.artex-header .artex-user-menu .user-avatar {
  width:30px;
  height:30px;
  flex:0 0 30px;
  border-radius:50%;
  object-fit:cover;
  box-shadow:0 0 0 2px #fff, 0 0 0 3px rgba(9,18,27,.08);
}
.artex-header .artex-user-name {
  display:flex;
  align-items:center;
  gap:6px;
  min-width:0;
  max-width:165px;
  font-size:13px;
  font-weight:750;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.artex-header .artex-user-name svg {
  flex:0 0 auto;
}
.artex-header .artex-user-menu .dropdown-menu {
  min-width:245px;
  margin-top:10px;
  padding:8px;
  border:1px solid rgba(9,18,27,.09);
  border-radius:14px;
  background:#fff;
  box-shadow:0 22px 60px rgba(5,10,15,.16);
}
.artex-header .artex-user-menu .dropdown-menu a,
.artex-header .artex-user-menu .dropdown-menu [role="menuitem"] {
  display:flex;
  align-items:center;
  min-height:38px;
  padding:8px 10px;
  border-radius:9px;
  color:#27313a;
  font-size:13px;
}
.artex-header .artex-user-menu .dropdown-menu a:hover,
.artex-header .artex-user-menu .dropdown-menu [role="menuitem"]:hover {
  background:#fff5f4;
  color:var(--artex-red);
  text-decoration:none;
}
.artex-header .artex-user-menu .dropdown-menu .separator {
  margin:6px 4px;
  border-color:rgba(9,18,27,.08);
}
html[data-artex-mode="dark"] .artex-header .artex-user-menu .dropdown-toggle {
  background:#0d1620;
  border-color:rgba(255,255,255,.09);
  color:#edf3f6;
}
html[data-artex-mode="dark"] .artex-header .artex-user-menu .user-avatar {
  box-shadow:0 0 0 2px #0d1620, 0 0 0 3px rgba(255,255,255,.10);
}
html[data-artex-mode="dark"] .artex-header .artex-user-menu .dropdown-menu {
  background:#0b131b;
  border-color:rgba(255,255,255,.08);
}
html[data-artex-mode="dark"] .artex-header .artex-user-menu .dropdown-menu a,
html[data-artex-mode="dark"] .artex-header .artex-user-menu .dropdown-menu [role="menuitem"] {
  color:#dce5ea;
}
html[data-artex-mode="dark"] .artex-header .artex-user-menu .dropdown-menu a:hover,
html[data-artex-mode="dark"] .artex-header .artex-user-menu .dropdown-menu [role="menuitem"]:hover {
  background:rgba(243,59,53,.08);
  color:#fff;
}

@media (max-width:1180px) {
  .artex-header .artex-nav-list a {
    padding-left:9px;
    padding-right:9px;
    font-size:13px;
  }
  .artex-header .artex-user-name {
    max-width:120px;
  }
}
@media (max-width:1024px) {
  .artex-header .nav-wrapper-desktop {
    display:none;
  }
}

.artex-quick-card,
.artex-quick-card:link,
.artex-quick-card:visited {
  color:#111820 !important;
  text-decoration:none !important;
}
.artex-quick-card b,
.artex-quick-card .artex-quick-title {
  color:#111820 !important;
  opacity:1 !important;
  visibility:visible !important;
}
.artex-quick-card span:not(.artex-float-icon),
.artex-quick-card .artex-quick-description {
  color:#6d7680 !important;
  opacity:1 !important;
  visibility:visible !important;
}
.artex-quick-card i {
  color:var(--artex-red) !important;
}
.artex-quick-card:hover b {
  color:#111820 !important;
}
.artex-quick-card:hover span:not(.artex-float-icon) {
  color:#515c66 !important;
}
html[data-artex-mode="dark"] .artex-quick-card,
html[data-artex-mode="dark"] .artex-quick-card:link,
html[data-artex-mode="dark"] .artex-quick-card:visited {
  color:#f1f5f7 !important;
}
html[data-artex-mode="dark"] .artex-quick-card b {
  color:#f1f5f7 !important;
}
html[data-artex-mode="dark"] .artex-quick-card span:not(.artex-float-icon) {
  color:#9da9b4 !important;
}
html[data-artex-mode="dark"] .artex-quick-card:hover b {
  color:#fff !important;
}
html[data-artex-mode="dark"] .artex-quick-card:hover span:not(.artex-float-icon) {
  color:#bdc6cd !important;
}

.artex-announcement-icon,
.artex-faq-icon,
.announcement-icon,
.faq-icon {
  font-size:0 !important;
  line-height:0 !important;
}

.artex-announcement-icon,
.artex-faq-icon,
.announcement-icon,
.faq-icon,
.announcements h2:before,
.faq h2:before,
.faqs h2:before,
[data-artex-announcement-heading]:before,
[data-artex-faq-heading]:before {
  width:34px;
  height:34px;
  display:inline-grid;
  place-items:center;
  flex:0 0 34px;
  border-radius:11px;
  border:1px solid rgba(243,59,53,.12);
  background:linear-gradient(145deg,#fff4f3,#ffe8e6);
  color:var(--artex-red);
  box-shadow:0 8px 20px rgba(243,59,53,.08);
  vertical-align:middle;
}

.announcements h2:before,
[data-artex-announcement-heading]:before {
  content:"";
  -webkit-mask:
    linear-gradient(#000 0 0) center/2px 13px no-repeat,
    radial-gradient(circle at 50% 50%,transparent 0 5px,#000 5.5px 6.5px,transparent 7px) center/20px 20px no-repeat,
    radial-gradient(circle at 50% 50%,transparent 0 9px,#000 9.5px 10.5px,transparent 11px) center/28px 28px no-repeat;
  mask:
    linear-gradient(#000 0 0) center/2px 13px no-repeat,
    radial-gradient(circle at 50% 50%,transparent 0 5px,#000 5.5px 6.5px,transparent 7px) center/20px 20px no-repeat,
    radial-gradient(circle at 50% 50%,transparent 0 9px,#000 9.5px 10.5px,transparent 11px) center/28px 28px no-repeat;
  background-color:currentColor;
}

.faq h2:before,
.faqs h2:before,
[data-artex-faq-heading]:before {
  content:"?";
  font-size:16px !important;
  line-height:1 !important;
  font-weight:850;
  font-family:inherit;
}

.artex-announcement-icon:before,
.announcement-icon:before {
  content:"";
  width:19px;
  height:19px;
  background:currentColor;
  -webkit-mask:
    linear-gradient(#000 0 0) center/2px 11px no-repeat,
    radial-gradient(circle at 50% 50%,transparent 0 4px,#000 4.5px 5.5px,transparent 6px) center/16px 16px no-repeat,
    radial-gradient(circle at 50% 50%,transparent 0 7px,#000 7.5px 8.5px,transparent 9px) center/22px 22px no-repeat;
  mask:
    linear-gradient(#000 0 0) center/2px 11px no-repeat,
    radial-gradient(circle at 50% 50%,transparent 0 4px,#000 4.5px 5.5px,transparent 6px) center/16px 16px no-repeat,
    radial-gradient(circle at 50% 50%,transparent 0 7px,#000 7.5px 8.5px,transparent 9px) center/22px 22px no-repeat;
}
.artex-faq-icon:before,
.faq-icon:before {
  content:"?";
  display:grid;
  place-items:center;
  width:19px;
  height:19px;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:850;
  color:currentColor;
}

.announcements h2,
.faq h2,
.faqs h2 {
  display:flex;
  align-items:center;
  gap:10px;
}

html[data-artex-mode="dark"] .artex-announcement-icon,
html[data-artex-mode="dark"] .artex-faq-icon,
html[data-artex-mode="dark"] .announcement-icon,
html[data-artex-mode="dark"] .faq-icon,
html[data-artex-mode="dark"] .announcements h2:before,
html[data-artex-mode="dark"] .faq h2:before,
html[data-artex-mode="dark"] .faqs h2:before {
  background:rgba(243,59,53,.09);
  border-color:rgba(243,59,53,.18);
  box-shadow:none;
}

.artex-quick-grid {
  grid-template-columns:repeat(auto-fit,minmax(220px,1fr)) !important;
}
.artex-quick-card {
  min-width:0;
}

.artex-quick-grid {
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr)) !important;
  align-items:stretch !important;
}

.artex-quick-card {
  position:relative !important;
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  grid-template-rows:auto auto !important;
  align-content:center !important;
  column-gap:16px !important;
  row-gap:5px !important;
  min-height:138px !important;
  padding:24px 26px !important;
  overflow:hidden !important;
  opacity:1 !important;
  visibility:visible !important;
}

.artex-quick-card .artex-quick-title {
  display:block !important;
  grid-column:1 !important;
  grid-row:1 !important;
  min-width:0 !important;
  margin:0 !important;
  color:#111820 !important;
  font-size:16px !important;
  line-height:1.3 !important;
  font-weight:800 !important;
  letter-spacing:-.02em !important;
  opacity:1 !important;
  visibility:visible !important;
  white-space:normal !important;
}

.artex-quick-card .artex-quick-description {
  display:block !important;
  grid-column:1 !important;
  grid-row:2 !important;
  min-width:0 !important;
  margin:0 !important;
  color:#68737e !important;
  font-size:13px !important;
  line-height:1.5 !important;
  font-weight:400 !important;
  opacity:1 !important;
  visibility:visible !important;
  white-space:normal !important;
}

.artex-quick-card > i {
  display:grid !important;
  grid-column:2 !important;
  grid-row:1 / 3 !important;
  align-self:center !important;
  place-items:center !important;
  width:38px !important;
  height:38px !important;
  margin:0 !important;
  border-radius:12px !important;
  background:#fff1f0 !important;
  color:var(--artex-red) !important;
  opacity:1 !important;
  visibility:visible !important;
}

a.artex-quick-card *,
.artex-quick-card * {
  text-decoration:none !important;
}

html[data-artex-mode="dark"] .artex-quick-card .artex-quick-title {
  color:#f3f6f8 !important;
}
html[data-artex-mode="dark"] .artex-quick-card .artex-quick-description {
  color:#9eabb5 !important;
}
html[data-artex-mode="dark"] .artex-quick-card > i {
  background:rgba(243,59,53,.10) !important;
  color:#ff6c66 !important;
}

html[lang^="ar"] .artex-quick-card .artex-quick-title,
html[dir="rtl"] .artex-quick-card .artex-quick-title,
html[lang^="ar"] .artex-quick-card .artex-quick-description,
html[dir="rtl"] .artex-quick-card .artex-quick-description {
  text-align:right !important;
}

@media(max-width:768px) {
  .artex-quick-card {
    min-height:100px !important;
    padding:18px 20px !important;
  }
}

:root{--artex-secondary:#7c3aed;--artex-accent:#22d3ee;--artex-surface-buyer:#fff}
.artex-logo img{height:var(--artex-logo-size,48px);max-height:none!important}
html[data-artex-hero-align="center"] .artex-hero-grid{grid-template-columns:1fr;text-align:center;max-width:980px}
html[data-artex-hero-align="center"] .artex-hero-copy{display:flex;flex-direction:column;align-items:center}
html[data-artex-hero-align="center"] .artex-hero-copy>p{margin-left:auto;margin-right:auto}
html[data-artex-hero-align="center"] .artex-search-shell{width:min(760px,100%)}
html[data-artex-hero-align="center"] .artex-hero-pills{justify-content:center}
html[data-artex-hero-align="center"] .artex-hero-visual{display:none}
.artex-hero.artex-hero-has-image{
  background-image:linear-gradient(115deg,rgba(2,6,10,.96),rgba(7,16,25,.88) 52%,rgba(11,22,32,.80)),url(/hc/theming_assets/01M0G8N7M8JYZD7G1PMY5FZH4Q);
  background-size:cover;background-position:center
}
html[data-artex-style="clean_future"] .artex-hero.artex-hero-has-image{
  background-image:linear-gradient(115deg,rgba(255,255,255,.96),rgba(255,255,255,.86) 52%,rgba(248,250,251,.76)),url(/hc/theming_assets/01M0G8N7M8JYZD7G1PMY5FZH4Q)
}
html[data-artex-network-density="low"] .artex-network-svg .p2,
html[data-artex-network-density="low"] .artex-network-svg .p4,
html[data-artex-network-density="low"] .artex-network-svg .p6,
html[data-artex-network-density="low"] .artex-network-svg .p8,
html[data-artex-network-density="low"] .artex-network-svg .n2,
html[data-artex-network-density="low"] .artex-network-svg .n4,
html[data-artex-network-density="low"] .artex-network-svg .n8,
html[data-artex-network-density="low"] .artex-network-svg .n12,
html[data-artex-network-density="low"] .artex-network-svg .n16,
html[data-artex-network-density="low"] .artex-network-svg .n17{display:none}
html[data-artex-network-density="high"] .net-path{opacity:.86}
html[data-artex-network-density="high"] .net-secondary path{stroke:rgba(255,255,255,.075)}
html[data-artex-motion="off"] *,html[data-artex-motion="off"] *:before,html[data-artex-motion="off"] *:after{
  animation:none!important;transition-duration:.001ms!important;scroll-behavior:auto!important
}
html[data-artex-motion="off"] .net-pulse{display:none!important}
html[data-artex-motion="subtle"] .net-path{animation-duration:34s!important}
html[data-artex-motion="subtle"] .net-node{animation-duration:7s!important}
html[data-artex-motion="subtle"] .net-pulse{animation-duration:16s!important;opacity:.65}
html[data-artex-motion="subtle"] .artex-network-field:before{animation-duration:10s!important}
html[data-artex-motion="full"] .net-path{animation-duration:14s!important}
html[data-artex-motion="full"] .net-node{animation-duration:3s!important}
.orbit-two{border-color:color-mix(in srgb,var(--artex-secondary) 24%,transparent)!important}
.artex-node.node-c{background:var(--artex-accent);box-shadow:0 0 18px var(--artex-accent)}
.artex-floating-actions .artex-float-variant{display:none!important}
html[data-artex-float-action="assistant"] .artex-float-assistant{display:flex!important}
html[data-artex-float-action="request"] .artex-float-request{display:flex!important}
html[data-artex-float-action="custom"] .artex-float-custom{display:flex!important}
html[data-artex-float-action="off"] .artex-floating-actions{display:none!important}
@media(max-width:768px){
  .artex-logo img{height:min(var(--artex-logo-size,48px),40px)}
}

.artex-hero-actions{display:flex;align-items:center;gap:10px;margin-top:16px}
.artex-hero-request-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:46px;padding:0 18px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);backdrop-filter:blur(10px);color:#fff!important;font-size:13px;font-weight:800;text-decoration:none!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.02)}
.artex-hero-request-button:hover{transform:translateY(-2px);border-color:rgba(243,59,53,.36);background:rgba(243,59,53,.10);box-shadow:0 12px 28px rgba(0,0,0,.18)}
.artex-hero-request-button span:last-child{color:#ff6b65;transition:transform .2s ease}
.artex-hero-request-button:hover span:last-child{transform:translateX(3px)}
html[data-artex-style="clean_future"] .artex-hero-request-button{color:#18212a!important;background:rgba(255,255,255,.82);border-color:rgba(9,18,27,.09);box-shadow:0 10px 28px rgba(9,18,27,.06)}

.artex-home-shell{display:block}
.artex-home-shell.has-team-panel{display:grid;grid-template-columns:270px minmax(0,1fr);gap:24px;align-items:start}
.artex-home-main{min-width:0}
.artex-team-panel{position:sticky;top:102px;padding:20px;border:1px solid rgba(9,18,27,.09);border-radius:var(--artex-card-radius);background:radial-gradient(circle at 100% 0%,rgba(243,59,53,.07),transparent 28%),linear-gradient(145deg,#fff,#f8fafb);box-shadow:0 18px 55px rgba(9,18,27,.075)}
.artex-team-panel-head{padding-bottom:15px;margin-bottom:12px;border-bottom:1px solid rgba(9,18,27,.07)}
.artex-team-panel-head h2{margin:6px 0 6px;font-size:21px;line-height:1.15;font-weight:850;letter-spacing:-.035em}
.artex-team-panel-head p{margin:0;color:#6d7882;font-size:12.5px;line-height:1.55}
.artex-team-list{display:grid;gap:8px}
.artex-team-member{display:grid;grid-template-columns:46px minmax(0,1fr);align-items:center;gap:11px;padding:9px;border-radius:12px;background:rgba(255,255,255,.64);border:1px solid transparent;transition:transform .2s ease,border-color .2s ease,background .2s ease}
.artex-team-member:hover{transform:translateX(3px);border-color:rgba(243,59,53,.15);background:#fff}
.artex-team-member img{width:46px;height:46px;object-fit:cover;border-radius:13px;border:1px solid rgba(9,18,27,.08);box-shadow:0 7px 18px rgba(9,18,27,.08)}
.artex-team-member div{min-width:0;display:grid;gap:2px}
.artex-team-member strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#18212a;font-size:13px;font-weight:800}
.artex-team-member span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#7a858f;font-size:11px}
.artex-team-cta{display:flex;justify-content:center;align-items:center;min-height:40px;margin-top:14px;border-radius:11px;background:#071019;color:#fff!important;font-size:12px;font-weight:800;text-decoration:none!important}
.artex-team-cta:hover{transform:translateY(-2px);background:#111d28;box-shadow:0 12px 25px rgba(5,10,15,.18)}
.artex-home-shell.has-team-panel .artex-quick-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
html[data-artex-mode="dark"] .artex-team-panel{background:radial-gradient(circle at 100% 0%,rgba(243,59,53,.10),transparent 28%),#0a1118;border-color:rgba(255,255,255,.08)}
html[data-artex-mode="dark"] .artex-team-panel-head{border-color:rgba(255,255,255,.07)}
html[data-artex-mode="dark"] .artex-team-panel-head h2,html[data-artex-mode="dark"] .artex-team-member strong{color:#f1f5f7}
html[data-artex-mode="dark"] .artex-team-panel-head p,html[data-artex-mode="dark"] .artex-team-member span{color:#98a5b0}
html[data-artex-mode="dark"] .artex-team-member{background:rgba(255,255,255,.025)}
html[data-artex-mode="dark"] .artex-team-member:hover{background:rgba(255,255,255,.05);border-color:rgba(243,59,53,.18)}
html[data-artex-mode="dark"] .artex-team-member img{border-color:rgba(255,255,255,.09)}
html[data-artex-mode="dark"] .artex-team-cta{background:linear-gradient(135deg,var(--artex-red),#cb2622)}
html[dir="rtl"].artex-rtl .artex-team-member:hover{transform:translateX(-3px)}
html[dir="rtl"].artex-rtl .artex-hero-request-button:hover span:last-child{transform:translateX(-3px)}
@media(max-width:1100px){.artex-home-shell.has-team-panel{grid-template-columns:230px minmax(0,1fr);gap:18px}.artex-home-shell.has-team-panel .artex-quick-grid{grid-template-columns:1fr 1fr!important}}
@media(max-width:900px){.artex-home-shell.has-team-panel{display:block}.artex-team-panel{position:static;margin-bottom:20px}.artex-team-list{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.artex-team-list{grid-template-columns:1fr}.artex-home-shell.has-team-panel .artex-quick-grid{grid-template-columns:1fr!important}}

.artex-hero-actions {
  display:flex !important;
  align-items:center;
  margin-top:16px;
}
.artex-hero-request-button {
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  min-height:46px;
  padding:0 18px;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:12px !important;
  background:rgba(255,255,255,.07) !important;
  color:#fff !important;
  font-size:13px !important;
  font-weight:800 !important;
  text-decoration:none !important;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.025);
  visibility:visible !important;
  opacity:1 !important;
}
.artex-hero-request-button:after {
  content:"→";
  margin-left:10px;
  color:#ff6b65;
  transition:transform .2s ease;
}
.artex-hero-request-button:hover {
  transform:translateY(-2px);
  border-color:rgba(243,59,53,.42) !important;
  background:rgba(243,59,53,.12) !important;
  color:#fff !important;
  box-shadow:0 13px 30px rgba(0,0,0,.18);
}
.artex-hero-request-button:hover:after { transform:translateX(3px); }

html[data-artex-style="clean_future"] .artex-hero-request-button {
  color:#18212a !important;
  background:rgba(255,255,255,.88) !important;
  border-color:rgba(9,18,27,.10) !important;
}

.artex-team-section {
  position:relative;
  display:grid;
  grid-template-columns:minmax(220px, .8fr) minmax(0, 2.2fr);
  gap:26px;
  align-items:stretch;
  margin:30px 0 64px;
  padding:26px;
  border:1px solid rgba(9,18,27,.085);
  border-radius:var(--artex-card-radius);
  background:
    radial-gradient(circle at 0% 0%,rgba(243,59,53,.065),transparent 24%),
    linear-gradient(145deg,#f8fafb,#fff);
  box-shadow:0 18px 55px rgba(9,18,27,.055);
  overflow:hidden;
}
.artex-team-section:after {
  content:"";
  position:absolute;
  width:210px;height:210px;
  left:-120px;bottom:-150px;
  border-radius:50%;
  border:1px solid rgba(243,59,53,.12);
  box-shadow:0 0 0 22px rgba(243,59,53,.018),0 0 0 44px rgba(243,59,53,.009);
  pointer-events:none;
}
.artex-team-intro {
  position:relative;
  z-index:1;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  justify-content:center;
  padding:12px 8px 12px 4px;
}
.artex-team-intro h2 {
  margin:7px 0 8px;
  font-size:28px;
  line-height:1.08;
  font-weight:850;
  letter-spacing:-.04em;
}
.artex-team-intro p {
  margin:0 0 18px;
  color:#6e7983;
  font-size:13px;
  line-height:1.65;
}
.artex-team-section .artex-team-cta {
  display:inline-flex !important;
  width:auto;
  min-height:40px;
  margin:0;
  padding:0 14px;
  border-radius:11px;
  background:#071019;
  color:#fff !important;
  font-size:12px;
  font-weight:800;
  text-decoration:none !important;
}
.artex-team-section .artex-team-cta:after {
  content:"→";
  margin-left:8px;
  color:#ff6963;
}
.artex-team-cards {
  position:relative;
  z-index:1;
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
}
.artex-team-card {
  display:grid;
  grid-template-columns:58px minmax(0,1fr);
  align-items:center;
  gap:13px;
  min-width:0;
  padding:15px;
  border:1px solid rgba(9,18,27,.075);
  border-radius:15px;
  background:rgba(255,255,255,.86);
  box-shadow:0 8px 26px rgba(9,18,27,.035);
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}
.artex-team-card:hover {
  transform:translateY(-3px);
  border-color:rgba(243,59,53,.20);
  box-shadow:0 15px 34px rgba(9,18,27,.07);
}
.artex-team-card img {
  width:58px;height:58px;
  border-radius:15px;
  object-fit:cover;
  border:1px solid rgba(9,18,27,.08);
  background:#f2f4f6;
}
.artex-team-card div {
  min-width:0;
  display:grid;
  gap:4px;
}
.artex-team-card strong {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#18212a;
  font-size:14px;
  font-weight:820;
}
.artex-team-card span {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  color:#7b8690;
  font-size:11.5px;
}

.artex-home-shell,
.artex-home-main { display:contents !important; }
.artex-home-shell.has-team-panel .artex-quick-grid {
  grid-template-columns:repeat(auto-fit,minmax(230px,1fr)) !important;
}

html[data-artex-mode="dark"] .artex-team-section {
  background:
    radial-gradient(circle at 0% 0%,rgba(243,59,53,.085),transparent 24%),
    #0a1118;
  border-color:rgba(255,255,255,.08);
}
html[data-artex-mode="dark"] .artex-team-intro h2,
html[data-artex-mode="dark"] .artex-team-card strong { color:#f2f5f7; }
html[data-artex-mode="dark"] .artex-team-intro p,
html[data-artex-mode="dark"] .artex-team-card span { color:#98a4ae; }
html[data-artex-mode="dark"] .artex-team-card {
  background:rgba(255,255,255,.025);
  border-color:rgba(255,255,255,.075);
}
html[data-artex-mode="dark"] .artex-team-card:hover {
  background:rgba(255,255,255,.045);
  border-color:rgba(243,59,53,.18);
}

html[data-artex-hero-visual="image"] .artex-hero {
  background-image:
    linear-gradient(115deg,rgba(2,6,10,.93),rgba(7,16,25,.80) 52%,rgba(7,16,25,.62)),
    url(/hc/theming_assets/01M0G8N7M8JYZD7G1PMY5FZH4Q) !important;
  background-size:cover !important;
  background-position:center !important;
}
html[data-artex-hero-visual="image"] .artex-hero-visual {
  display:none !important;
}
html[data-artex-hero-visual="image"] .artex-hero-grid {
  grid-template-columns:minmax(0,780px) !important;
}
html[data-artex-hero-visual="image"] .artex-hero-copy {
  max-width:780px;
}

html[data-artex-style="clean_future"][data-artex-hero-visual="image"] .artex-hero {
  background-image:
    linear-gradient(115deg,rgba(255,255,255,.94),rgba(255,255,255,.82) 52%,rgba(248,250,251,.72)),
    url(/hc/theming_assets/01M0G8N7M8JYZD7G1PMY5FZH4Q) !important;
}

html[data-artex-hero-visual="none"] .artex-hero-visual {
  display:none !important;
}
html[data-artex-hero-visual="none"] .artex-hero-grid {
  grid-template-columns:minmax(0,800px) !important;
}
html[data-artex-hero-visual="none"] .artex-hero:after {
  opacity:.06 !important;
}

html[dir="rtl"].artex-rtl .artex-team-intro { align-items:flex-start; }
html[dir="rtl"].artex-rtl .artex-team-section .artex-team-cta:after,
html[dir="rtl"].artex-rtl .artex-hero-request-button:after {
  content:"←";
  margin-left:0;
  margin-right:8px;
}

@media(max-width:900px) {
  .artex-team-section {
    grid-template-columns:1fr;
    padding:22px;
  }
  .artex-team-intro {
    max-width:580px;
  }
}
@media(max-width:640px) {
  .artex-team-cards { grid-template-columns:1fr; }
  .artex-team-section { margin-bottom:46px; }
}

*,*:before,*:after { box-sizing:border-box; }
html,body { max-width:100%; overflow-x:hidden; }
img,svg,video,iframe { max-width:100%; }
img { height:auto; }
button,input,select,textarea { font:inherit; }
a,button,input,select,textarea { -webkit-tap-highlight-color:transparent; }

.artex-header,
.artex-hero,
.artex-home,
.artex-footer,
.category-container,
.section-container,
.article-container,
.search-results,
.request-container,
.community-container,
.profile-container {
  min-width:0;
}

.artex-nav-list a,
.artex-user-name,
.blocks-item-title,
.blocks-item-description,
.article-title,
.section-tree-title,
.article-list-link,
.search-result-link,
.post-title,
.topic-title,
.profile-user-name,
.artex-team-card strong,
.artex-team-card span,
.artex-footer-links a {
  overflow-wrap:anywhere;
  word-break:normal;
}

.artex-user-name {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.article-body pre,
.article-body code {
  max-width:100%;
}
.article-body pre {
  overflow:auto;
  -webkit-overflow-scrolling:touch;
}
.article-body table {
  display:block;
  max-width:100%;
  overflow-x:auto;
  -webkit-overflow-scrolling:touch;
}

html[data-artex-high-contrast-focus="true"] :focus-visible {
  outline:3px solid #ff5d57 !important;
  outline-offset:3px !important;
  box-shadow:0 0 0 5px rgba(243,59,53,.16) !important;
}

.skip-navigation {
  position:absolute;
  z-index:10000;
  left:16px;
  top:12px;
  transform:translateY(-160%);
  padding:10px 14px;
  border-radius:10px;
  background:#fff;
  color:#111820;
  font-weight:800;
  box-shadow:0 10px 28px rgba(0,0,0,.18);
}
.skip-navigation:focus {
  transform:none;
}

[aria-disabled="true"],
button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
  cursor:not-allowed;
  opacity:.58;
}

.sr-only,
.visibility-hidden {
  clip:rect(0 0 0 0);
  clip-path:inset(50%);
  height:1px;
  overflow:hidden;
  position:absolute;
  white-space:nowrap;
  width:1px;
}

.artex-empty-state {
  margin:24px 0;
  padding:34px 26px;
  border:1px dashed rgba(9,18,27,.15);
  border-radius:var(--artex-card-radius);
  background:linear-gradient(145deg,#fafbfc,#fff);
  text-align:center;
}
.artex-empty-state strong {
  display:block;
  margin-bottom:6px;
  font-size:17px;
  color:#17212a;
}
.artex-empty-state span {
  color:#74808a;
  font-size:13px;
  line-height:1.6;
}
html[data-artex-mode="dark"] .artex-empty-state {
  background:#0a1118;
  border-color:rgba(255,255,255,.12);
}
html[data-artex-mode="dark"] .artex-empty-state strong { color:#f1f5f7; }
html[data-artex-mode="dark"] .artex-empty-state span { color:#9aa7b2; }

.artex-quick-grid:has(.artex-quick-card:only-child) {
  grid-template-columns:minmax(260px,520px) !important;
}
.artex-category-grid:has(.artex-category-card:only-child) {
  grid-template-columns:minmax(260px,520px) !important;
}
.artex-category-card .blocks-item-description:empty,
.artex-team-card span:empty {
  display:none !important;
}

.artex-category-card .blocks-item-title,
.section-tree-title a {
  line-height:1.25;
}
.artex-category-card .blocks-item-title {
  min-height:2.5em;
}

.artex-header {
  contain:layout style;
}
.artex-logo {
  min-width:0;
}
.artex-logo a {
  min-width:0;
}
.artex-logo span {
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  max-width:220px;
}
.artex-nav-list {
  min-width:0;
}
.artex-nav-list a {
  white-space:nowrap;
}

@media (max-width:1260px) and (min-width:1025px) {
  .artex-header { padding-left:28px; padding-right:28px; }
  .artex-nav-list { gap:1px; }
  .artex-nav-list a { padding-left:7px; padding-right:7px; font-size:12.5px; }
  .artex-user-menu .dropdown-toggle { max-width:190px !important; }
}

.form-field {
  min-width:0;
}
.form-field input,
.form-field textarea,
.form-field select {
  width:100%;
  max-width:100%;
}
.request-form,
.new-request-form {
  min-width:0;
}
.upload-dropzone {
  min-height:70px;
  border-radius:14px;
}
.upload-dropzone input {
  max-width:100%;
}

.request-table,
.requests-table {
  width:100%;
}
@media(max-width:760px) {
  .request-table,
  .requests-table {
    display:block;
    overflow-x:auto;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch;
  }
}

.community-topic-list-item,
.community-post-list-item,
.topics-item,
.posts-list-item {
  min-width:0;
}
.community-topic-list-item *,
.community-post-list-item *,
.topics-item *,
.posts-list-item * {
  min-width:0;
}
.post-body,
.comment-body {
  overflow-wrap:anywhere;
}
.post-body img,
.comment-body img {
  border-radius:12px;
}

.article-body iframe {
  width:100%;
  aspect-ratio:16/9;
  height:auto;
  border:0;
  border-radius:14px;
}
.article-body a {
  text-underline-offset:3px;
}
.article-body ul,
.article-body ol {
  padding-inline-start:1.35em;
}
.article-body hr {
  border:0;
  border-top:1px solid var(--artex-border);
  margin:32px 0;
}

html[data-artex-mode="dark"] body,
html[data-artex-mode="dark"] .container,
html[data-artex-mode="dark"] .sub-nav,
html[data-artex-mode="dark"] .main,
html[data-artex-mode="dark"] .article-info {
  color:#e8eef2;
}
html[data-artex-mode="dark"] .article-body a,
html[data-artex-mode="dark"] .search-result-link,
html[data-artex-mode="dark"] .article-list-link {
  color:#ff746e;
}
html[data-artex-mode="dark"] .article-body blockquote {
  background:rgba(243,59,53,.07);
  color:#d9e1e6;
}
html[data-artex-mode="dark"] .article-body pre {
  background:#020507;
}
html[data-artex-mode="dark"] .article-body code:not(pre code) {
  background:#111b24;
  color:#f0f5f7;
}
html[data-artex-mode="dark"] .upload-dropzone,
html[data-artex-mode="dark"] .nesty-panel,
html[data-artex-mode="dark"] .hc-multiselect-menu,
html[data-artex-mode="dark"] .zd-autocomplete-menu {
  background:#0c151e !important;
  color:#edf3f6 !important;
  border-color:rgba(255,255,255,.10) !important;
}

html[dir="rtl"].artex-rtl body {
  text-align:right;
}
html[dir="rtl"].artex-rtl input,
html[dir="rtl"].artex-rtl textarea,
html[dir="rtl"].artex-rtl select {
  text-align:right;
}
html[dir="rtl"].artex-rtl .breadcrumbs {
  direction:rtl;
}
html[dir="rtl"].artex-rtl .article-body ul,
html[dir="rtl"].artex-rtl .article-body ol {
  padding-inline-start:0;
  padding-inline-end:1.35em;
}
html[dir="rtl"].artex-rtl .artex-tool-button,
html[dir="rtl"].artex-rtl .request-status {
  direction:rtl;
}

@media(max-width:768px) {
  html[data-artex-mobile-compact-header="true"] .artex-header {
    height:62px;
    padding-left:14px;
    padding-right:14px;
  }
  html[data-artex-mobile-compact-header="true"] .artex-logo img {
    max-height:36px !important;
  }

  .artex-hero-grid {
    padding-left:18px;
    padding-right:18px;
  }
  .artex-hero-copy h2 {
    font-size:clamp(38px,11vw,48px);
    line-height:1.02;
  }
  .artex-hero-copy>p {
    font-size:15px;
  }

  .artex-search-shell,
  .artex-search-shell .search,
  .artex-search-shell .search input[type="search"] {
    width:100% !important;
    max-width:100% !important;
  }

  .artex-quick-grid,
  .artex-category-grid,
  .section-tree,
  .section-list,
  .section-content>.article-list,
  .article-relatives,
  .artex-team-cards {
    grid-template-columns:1fr !important;
  }

  .artex-quick-card,
  .artex-category-card,
  .section-tree .section,
  .section-content>.article-list .article-list-item {
    width:100% !important;
    min-width:0 !important;
  }

  .article-container {
    display:block !important;
  }
  .article-sidebar {
    width:100% !important;
    margin-bottom:18px;
  }
  .article-header,
  .page-header,
  .request-main,
  .request-sidebar,
  .community-header,
  .profile-header {
    padding:22px 18px;
  }

  .article-title {
    font-size:clamp(30px,9vw,38px);
  }

  .artex-article-tools {
    gap:6px;
  }
  .artex-tool-button {
    flex:1 1 auto;
    justify-content:center;
  }

  .artex-team-section {
    padding:20px 16px;
  }

  .artex-floating-assistant {
    max-width:calc(100vw - 32px);
  }
  html[data-artex-mobile-float-label="true"] .artex-float-text {
    display:inline !important;
  }
}

@media(max-width:420px) {
  .artex-hero-copy h2 {
    font-size:36px;
  }
  .artex-hero-request-button {
    width:100%;
  }
  .artex-hero-actions {
    width:100%;
  }
  .artex-hero-pills {
    gap:6px;
  }
  .artex-hero-pills span {
    font-size:10px;
  }
  .artex-team-card {
    grid-template-columns:52px minmax(0,1fr);
    padding:12px;
  }
  .artex-team-card img {
    width:52px;height:52px;
  }
}

@media(max-width:900px) and (orientation:landscape) {
  .artex-hero-grid {
    min-height:auto;
    padding-top:38px;
    padding-bottom:48px;
  }
  .artex-hero-visual {
    display:none !important;
  }
}

@media(max-width:768px) {
  html[data-artex-reduce-motion-mobile="true"] .net-path,
  html[data-artex-reduce-motion-mobile="true"] .net-node,
  html[data-artex-reduce-motion-mobile="true"] .net-pulse,
  html[data-artex-reduce-motion-mobile="true"] .network-soft-glow,
  html[data-artex-reduce-motion-mobile="true"] .artex-inner-enter,
  html[data-artex-reduce-motion-mobile="true"] .artex-float-icon {
    animation:none !important;
  }
  html[data-artex-reduce-motion-mobile="true"] .net-pulse {
    display:none !important;
  }
}

.artex-category-card,
.artex-quick-card,
.artex-team-card,
.search-result-list-item,
.topics-item,
.posts-list-item,
.artex-floating-assistant {
  will-change:auto;
}

@media print {
  html,body { background:#fff!important; color:#000!important; }
  a { color:#000!important; text-decoration:underline!important; }
  .artex-network-field,
  .artex-floating-actions,
  .artex-mode-switch,
  .menu-button-mobile {
    display:none!important;
  }
}

.artex-community-banner .artex-community-copy {
  position:relative;
  z-index:2;
  max-width:720px;
}
.artex-community-banner .artex-community-copy h2 {
  color:#111820 !important;
  opacity:1 !important;
  visibility:visible !important;
}
.artex-community-banner .artex-community-copy p {
  color:#69747e !important;
  opacity:1 !important;
  visibility:visible !important;
  line-height:1.65;
}
.artex-community-banner .artex-primary-link,
.artex-community-banner .artex-primary-link:visited {
  color:var(--artex-red) !important;
  opacity:1 !important;
  visibility:visible !important;
}
.artex-community-banner:hover .artex-community-copy h2 {
  color:#111820 !important;
}
.artex-community-banner:hover .artex-community-copy p {
  color:#69747e !important;
}
html[data-artex-mode="dark"] .artex-community-banner .artex-community-copy h2 {
  color:#f2f6f8 !important;
}
html[data-artex-mode="dark"] .artex-community-banner .artex-community-copy p {
  color:#9da8b2 !important;
}
html[data-artex-mode="dark"] .artex-community-banner:hover .artex-community-copy h2 {
  color:#fff !important;
}
html[data-artex-mode="dark"] .artex-community-banner:hover .artex-community-copy p {
  color:#b2bcc4 !important;
}

.artex-category-card .blocks-item-link,
.artex-category-card .blocks-item-link:visited {
  color:#111820 !important;
}
.artex-category-card .blocks-item-title {
  color:#111820 !important;
  opacity:1 !important;
  visibility:visible !important;
}
.artex-category-card .blocks-item-description {
  color:#69747e !important;
  opacity:1 !important;
  visibility:visible !important;
}
.artex-category-card .artex-card-arrow {
  color:var(--artex-red) !important;
  opacity:1 !important;
  visibility:visible !important;
}
.artex-category-card:hover .blocks-item-title {
  color:#111820 !important;
}
.artex-category-card:hover .blocks-item-description {
  color:#59646e !important;
}
html[data-artex-mode="dark"] .artex-category-card .blocks-item-link,
html[data-artex-mode="dark"] .artex-category-card .blocks-item-title {
  color:#f2f6f8 !important;
}
html[data-artex-mode="dark"] .artex-category-card .blocks-item-description {
  color:#9ca8b2 !important;
}
html[data-artex-mode="dark"] .artex-category-card:hover .blocks-item-title {
  color:#fff !important;
}
html[data-artex-mode="dark"] .artex-category-card:hover .blocks-item-description {
  color:#bac3ca !important;
}

.artex-category-card.is-artex-faq .artex-card-icon,
.artex-category-card.is-artex-announcements .artex-card-icon {
  color:var(--artex-red) !important;
  background:linear-gradient(145deg,#fff4f3,#ffe5e3) !important;
  border-color:rgba(243,59,53,.16) !important;
  box-shadow:0 10px 24px rgba(243,59,53,.11) !important;
}
.artex-category-card.is-artex-faq:hover,
.artex-category-card.is-artex-announcements:hover {
  border-color:rgba(243,59,53,.28) !important;
}
html[data-artex-mode="dark"] .artex-category-card.is-artex-faq .artex-card-icon,
html[data-artex-mode="dark"] .artex-category-card.is-artex-announcements .artex-card-icon {
  color:#ff6d67 !important;
  background:rgba(243,59,53,.10) !important;
  border-color:rgba(243,59,53,.20) !important;
}

.artex-category-card .blocks-item-description.is-artex-generated-description {
  display:block !important;
}

.artex-team-extra {
  display:none !important;
}
html[data-artex-team-count="6"] .artex-team-card[data-artex-team-index="5"],
html[data-artex-team-count="6"] .artex-team-card[data-artex-team-index="6"],
html[data-artex-team-count="8"] .artex-team-card[data-artex-team-index="5"],
html[data-artex-team-count="8"] .artex-team-card[data-artex-team-index="6"],
html[data-artex-team-count="8"] .artex-team-card[data-artex-team-index="7"],
html[data-artex-team-count="8"] .artex-team-card[data-artex-team-index="8"] {
  display:grid !important;
}

html[data-artex-team-count="6"] .artex-team-cards,
html[data-artex-team-count="8"] .artex-team-cards {
  grid-template-columns:repeat(2,minmax(0,1fr));
}
@media(min-width:1180px) {
  html[data-artex-team-count="8"] .artex-team-cards {
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:640px) {
  html[data-artex-team-count="6"] .artex-team-cards,
  html[data-artex-team-count="8"] .artex-team-cards {
    grid-template-columns:1fr;
  }
}

.artex-activity {
  position:relative;
  margin:64px 0 24px !important;
  padding:34px !important;
  border:1px solid rgba(9,18,27,.08) !important;
  border-radius:var(--artex-card-radius) !important;
  background:
    radial-gradient(circle at 100% 0%,rgba(243,59,53,.055),transparent 24%),
    linear-gradient(145deg,#f8fafb,#fff);
  box-shadow:0 20px 60px rgba(9,18,27,.06);
  overflow:hidden;
}

.artex-activity:before {
  content:"LATEST";
  display:block;
  margin-bottom:7px;
  color:var(--artex-red);
  font-size:11px;
  line-height:1;
  font-weight:850;
  letter-spacing:.16em;
}

.artex-activity:after {
  content:"";
  position:absolute;
  right:-85px;
  top:-95px;
  width:190px;
  height:190px;
  border-radius:50%;
  border:1px solid rgba(243,59,53,.10);
  box-shadow:
    0 0 0 22px rgba(243,59,53,.018),
    0 0 0 44px rgba(243,59,53,.008);
  pointer-events:none;
}

.artex-activity .recent-activity {
  position:relative;
  z-index:1;
}

.artex-activity .recent-activity-header {
  margin:0 0 24px !important;
  text-align:left !important;
  color:#111820 !important;
  font-size:30px !important;
  line-height:1.1 !important;
  font-weight:850 !important;
  letter-spacing:-.04em !important;
}

.artex-activity .recent-activity-list {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  margin:0 !important;
  padding:0 !important;
}

.artex-activity .recent-activity-item {
  position:relative;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  grid-template-rows:auto auto;
  align-items:start;
  gap:5px 14px;
  min-width:0;
  min-height:126px;
  margin:0 !important;
  padding:20px 20px 18px !important;
  overflow:hidden !important;
  border:1px solid rgba(9,18,27,.075) !important;
  border-radius:15px !important;
  background:rgba(255,255,255,.88);
  box-shadow:0 7px 24px rgba(9,18,27,.03);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
}

.artex-activity .recent-activity-item:before {
  content:"";
  position:absolute;
  left:0;
  top:18px;
  bottom:18px;
  width:3px;
  border-radius:999px;
  background:linear-gradient(to bottom,var(--artex-red),#ff8a84);
  opacity:.0;
  transition:opacity .2s ease;
}

.artex-activity .recent-activity-item:hover {
  transform:translateY(-3px);
  border-color:rgba(243,59,53,.20) !important;
  background:#fff;
  box-shadow:0 15px 38px rgba(9,18,27,.075);
}

.artex-activity .recent-activity-item:hover:before {
  opacity:1;
}

.artex-activity .recent-activity-item-parent {
  grid-column:1;
  grid-row:1;
  width:auto !important;
  max-width:max-content;
  margin:0 !important;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(243,59,53,.07);
  color:var(--artex-red) !important;
  font-size:11px !important;
  line-height:1.2;
  font-weight:800 !important;
  text-decoration:none !important;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

.artex-activity .recent-activity-item-link {
  grid-column:1;
  grid-row:2;
  width:auto !important;
  margin:4px 0 0 !important;
  color:#1d2730 !important;
  font-size:14px !important;
  line-height:1.45;
  font-weight:720;
  text-decoration:none !important;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}

.artex-activity .recent-activity-item-link:hover {
  color:var(--artex-red) !important;
}

.artex-activity .recent-activity-item-meta {
  grid-column:2;
  grid-row:1 / 3;
  align-self:center;
  display:flex;
  align-items:center;
  gap:7px;
  float:none !important;
  margin:0 !important;
  color:#87919a !important;
  white-space:nowrap;
}

.artex-activity .recent-activity-item-time,
.artex-activity .recent-activity-item-comment {
  color:#87919a !important;
  font-size:11px !important;
}

.artex-activity .recent-activity-item-comment {
  display:inline-flex !important;
  align-items:center;
  gap:4px;
  padding:0 !important;
  color:var(--artex-red) !important;
}

.artex-activity .recent-activity-comment-icon svg {
  width:14px;
  height:14px;
  stroke:currentColor;
}

.artex-activity .recent-activity-controls {
  padding:20px 0 0 !important;
  text-align:center;
}

.artex-activity .recent-activity-controls a {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 15px;
  border:1px solid rgba(9,18,27,.09);
  border-radius:11px;
  background:#fff;
  color:#28343e !important;
  font-size:12px;
  font-weight:800;
  text-decoration:none !important;
  box-shadow:0 6px 18px rgba(9,18,27,.03);
}

.artex-activity .recent-activity-controls a:after {
  content:"→";
  margin-left:8px;
  color:var(--artex-red);
  transition:transform .2s ease;
}

.artex-activity .recent-activity-controls a:hover {
  color:var(--artex-red) !important;
  border-color:rgba(243,59,53,.20);
  background:#fff7f6;
  transform:translateY(-2px);
}

.artex-activity .recent-activity-controls a:hover:after {
  transform:translateX(3px);
}

html[data-artex-activity-style="compact"] .artex-activity .recent-activity-list {
  grid-template-columns:1fr;
  gap:0;
}

html[data-artex-activity-style="compact"] .artex-activity .recent-activity-item {
  min-height:0;
  border-left:0 !important;
  border-right:0 !important;
  border-top:0 !important;
  border-radius:0 !important;
  box-shadow:none;
  background:transparent;
  padding:17px 4px !important;
}

html[data-artex-activity-style="compact"] .artex-activity .recent-activity-item:first-child {
  border-top:1px solid rgba(9,18,27,.075) !important;
}

html[data-artex-mode="dark"] .artex-activity {
  background:
    radial-gradient(circle at 100% 0%,rgba(243,59,53,.08),transparent 24%),
    #080f16;
  border-color:rgba(255,255,255,.08) !important;
}

html[data-artex-mode="dark"] .artex-activity .recent-activity-header {
  color:#f3f6f8 !important;
}

html[data-artex-mode="dark"] .artex-activity .recent-activity-item {
  background:rgba(255,255,255,.025);
  border-color:rgba(255,255,255,.075) !important;
}

html[data-artex-mode="dark"] .artex-activity .recent-activity-item:hover {
  background:rgba(255,255,255,.045);
  border-color:rgba(243,59,53,.20) !important;
}

html[data-artex-mode="dark"] .artex-activity .recent-activity-item-link {
  color:#e8eef2 !important;
}

html[data-artex-mode="dark"] .artex-activity .recent-activity-item-link:hover {
  color:#ff746e !important;
}

html[data-artex-mode="dark"] .artex-activity .recent-activity-item-time {
  color:#7f8b95 !important;
}

html[data-artex-mode="dark"] .artex-activity .recent-activity-controls a {
  background:#0d1620;
  color:#dce4e9 !important;
  border-color:rgba(255,255,255,.09);
}

html[data-artex-mode="dark"] .artex-activity .recent-activity-controls a:hover {
  background:rgba(243,59,53,.08);
  color:#fff !important;
}

html[dir="rtl"].artex-rtl .artex-activity .recent-activity-header {
  text-align:right !important;
}

html[dir="rtl"].artex-rtl .artex-activity .recent-activity-item:before {
  left:auto;
  right:0;
}

html[dir="rtl"].artex-rtl .artex-activity .recent-activity-controls a:after {
  content:"←";
  margin-left:0;
  margin-right:8px;
}

html[dir="rtl"].artex-rtl .artex-activity .recent-activity-controls a:hover:after {
  transform:translateX(-3px);
}

@media(max-width:900px) {
  .artex-activity {
    padding:26px !important;
  }
  .artex-activity .recent-activity-list {
    grid-template-columns:1fr;
  }
}

@media(max-width:600px) {
  .artex-activity {
    margin-top:46px !important;
    padding:20px 16px !important;
  }
  .artex-activity .recent-activity-header {
    font-size:26px !important;
  }
  .artex-activity .recent-activity-item {
    grid-template-columns:1fr;
    min-height:0;
    padding:18px !important;
  }
  .artex-activity .recent-activity-item-meta {
    grid-column:1;
    grid-row:3;
    justify-self:start;
    margin-top:8px !important;
  }
}

.community-hero {
  position:relative;
  isolation:isolate;
}
.community-hero:after {
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:
    linear-gradient(90deg,rgba(255,255,255,.10),transparent 45%,rgba(243,59,53,.035));
}
html[data-artex-mode="dark"] .community-hero:after {
  background:
    linear-gradient(90deg,rgba(5,10,15,.10),rgba(5,10,15,.24)),
    radial-gradient(circle at 78% 48%,rgba(243,59,53,.06),transparent 26%);
}

.artex-logo a {
  position:relative;
  display:flex;
  align-items:center;
}
.artex-logo .artex-logo-light,
.artex-logo .artex-logo-dark {
  display:block;
  width:auto;
  object-fit:contain;
  transition:opacity .18s ease, transform .18s ease;
}
.artex-logo .artex-logo-dark {
  display:none;
}
html[data-artex-mode="dark"] .artex-logo .artex-logo-light {
  display:none !important;
}
html[data-artex-mode="dark"] .artex-logo .artex-logo-dark {
  display:block !important;
}

.artex-quick-card:before {
  display:none !important;
}

.artex-quick-grid {
  overflow:hidden !important;
  isolation:isolate;
}

.artex-quick-card {
  position:relative !important;
  isolation:isolate;
  overflow:hidden !important;
  transform:translateZ(0);
  border-top:0 !important;
}

.artex-quick-card:after {
  content:"";
  position:absolute;
  z-index:-1;
  width:155px;
  height:155px;
  right:-88px;
  top:-92px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(243,59,53,.12),rgba(243,59,53,.035) 38%,transparent 72%);
  opacity:.42;
  transform:scale(.82);
  transition:opacity .28s ease,transform .32s ease;
  pointer-events:none;
}

.artex-quick-card:hover:after {
  opacity:1;
  transform:scale(1.25);
}

.artex-quick-card:hover {
  transform:translateY(-4px) !important;
  background:
    radial-gradient(circle at 100% 0%,rgba(243,59,53,.055),transparent 42%),
    #fff !important;
  box-shadow:inset 0 3px 0 rgba(243,59,53,.72);
}

.artex-quick-card > i {
  position:relative;
  z-index:2;
  transition:transform .22s ease,background .22s ease,box-shadow .22s ease !important;
}

.artex-quick-card:hover > i {
  transform:translateX(3px);
  background:#ffe7e5 !important;
  box-shadow:0 7px 20px rgba(243,59,53,.12);
}

.artex-quick-card .artex-quick-title,
.artex-quick-card .artex-quick-description {
  position:relative;
  z-index:2;
}

html[data-artex-mode="dark"] .artex-quick-card:hover {
  background:
    radial-gradient(circle at 100% 0%,rgba(243,59,53,.10),transparent 42%),
    #0b131b !important;
  box-shadow:inset 0 3px 0 rgba(255,92,85,.72);
}
html[data-artex-mode="dark"] .artex-quick-card:after {
  background:radial-gradient(circle,rgba(243,59,53,.15),rgba(243,59,53,.045) 40%,transparent 72%);
}
html[data-artex-mode="dark"] .artex-quick-card:hover > i {
  background:rgba(243,59,53,.14) !important;
}

.service-catalog-hero {
  position:relative;
  overflow:hidden;
  min-height:310px;
  background-image:
    linear-gradient(90deg,rgba(255,255,255,.94) 0%,rgba(255,255,255,.78) 42%,rgba(255,255,255,.10) 76%),
    url(/hc/theming_assets/01M0G8N8H0KXMXMY97323R6YP9) !important;
  background-size:cover !important;
  background-position:center !important;
  border-bottom:1px solid rgba(9,18,27,.07);
}
.service-catalog-hero:before {
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(rgba(9,18,27,.018) 1px,transparent 1px),
    linear-gradient(90deg,rgba(9,18,27,.018) 1px,transparent 1px);
  background-size:38px 38px;
  mask-image:linear-gradient(90deg,#000,transparent 58%);
}
.service-catalog-hero .service-catalog-hero-inner,
.service-catalog-hero .container,
.service-catalog-hero > * {
  position:relative;
  z-index:1;
}
.service-catalog-hero h1 {
  color:#111820 !important;
  font-weight:850;
  letter-spacing:-.04em;
}
html[data-artex-mode="dark"] .service-catalog-hero {
  background-image:
    linear-gradient(90deg,rgba(4,9,14,.96) 0%,rgba(4,9,14,.82) 43%,rgba(4,9,14,.24) 78%),
    url(/hc/theming_assets/01M0G8N8H0KXMXMY97323R6YP9) !important;
  border-color:rgba(255,255,255,.07);
}
html[data-artex-mode="dark"] .service-catalog-hero h1 {
  color:#f4f7f9 !important;
}

@media(max-width:768px) {
  .service-catalog-hero {
    min-height:250px;
    background-position:62% center !important;
  }
}

.artex-quick-card::before,
.artex-quick-card:before {
  content:none !important;
  display:none !important;
  opacity:0 !important;
  width:0 !important;
  height:0 !important;
  background:none !important;
  transform:none !important;
  box-shadow:none !important;
}

.artex-quick-card {
  position:relative !important;
  overflow:hidden !important;
  isolation:isolate !important;
  border-top:1px solid rgba(9,18,27,.07) !important;
  box-shadow:none;
}

.artex-quick-card::after,
.artex-quick-card:after {
  content:"" !important;
  position:absolute !important;
  z-index:0 !important;
  right:-82px !important;
  top:-82px !important;
  width:150px !important;
  height:150px !important;
  border-radius:50% !important;
  background:radial-gradient(
    circle,
    rgba(243,59,53,.11) 0%,
    rgba(243,59,53,.035) 42%,
    transparent 72%
  ) !important;
  opacity:.38 !important;
  transform:scale(.82) !important;
  pointer-events:none !important;
  transition:opacity .28s ease,transform .28s ease !important;
}

.artex-quick-card > * {
  position:relative;
  z-index:2;
}

.artex-quick-card:hover,
.artex-quick-card:focus,
.artex-quick-card:focus-visible {
  transform:translateY(-4px) !important;
  border-color:rgba(243,59,53,.20) !important;
  background:
    radial-gradient(circle at 100% 0%,rgba(243,59,53,.05),transparent 44%),
    #fff !important;
  box-shadow:
    inset 0 3px 0 var(--artex-red),
    0 18px 42px rgba(9,18,27,.09) !important;
  outline:none;
}

.artex-quick-card:hover::after,
.artex-quick-card:focus::after,
.artex-quick-card:focus-visible::after {
  opacity:.95 !important;
  transform:scale(1.18) !important;
}

.artex-quick-card:hover .artex-quick-title,
.artex-quick-card:focus .artex-quick-title,
.artex-quick-card:focus-visible .artex-quick-title {
  color:#111820 !important;
}

.artex-quick-card:hover .artex-quick-description,
.artex-quick-card:focus .artex-quick-description,
.artex-quick-card:focus-visible .artex-quick-description {
  color:#59646e !important;
}

.artex-quick-card:hover > i,
.artex-quick-card:focus > i,
.artex-quick-card:focus-visible > i {
  transform:translateX(3px) !important;
}

.artex-quick-grid {
  position:relative;
  overflow:hidden !important;
  border-top:0 !important;
  background-clip:padding-box;
}

html[data-artex-mode="dark"] .artex-quick-card {
  border-top-color:rgba(255,255,255,.07) !important;
}

html[data-artex-mode="dark"] .artex-quick-card:hover,
html[data-artex-mode="dark"] .artex-quick-card:focus,
html[data-artex-mode="dark"] .artex-quick-card:focus-visible {
  background:
    radial-gradient(circle at 100% 0%,rgba(243,59,53,.10),transparent 44%),
    #0b131b !important;
  border-color:rgba(243,59,53,.22) !important;
  box-shadow:
    inset 0 3px 0 #ff5e58,
    0 18px 42px rgba(0,0,0,.24) !important;
}

html[data-artex-mode="dark"] .artex-quick-card:hover .artex-quick-title,
html[data-artex-mode="dark"] .artex-quick-card:focus .artex-quick-title,
html[data-artex-mode="dark"] .artex-quick-card:focus-visible .artex-quick-title {
  color:#fff !important;
}

html[data-artex-mode="dark"] .artex-quick-card:hover .artex-quick-description,
html[data-artex-mode="dark"] .artex-quick-card:focus .artex-quick-description,
html[data-artex-mode="dark"] .artex-quick-card:focus-visible .artex-quick-description {
  color:#b7c1c8 !important;
}

html[dir="rtl"].artex-rtl .artex-quick-card:hover > i,
html[dir="rtl"].artex-rtl .artex-quick-card:focus > i,
html[dir="rtl"].artex-rtl .artex-quick-card:focus-visible > i {
  transform:translateX(-3px) !important;
}

html[data-artex-motion="off"] .artex-quick-card:hover,
html[data-artex-motion="off"] .artex-quick-card:focus,
html[data-artex-motion="off"] .artex-quick-card:focus-visible {
  transform:none !important;
}

html[data-artex-motion="subtle"] .net-path{animation-duration:18s!important}
html[data-artex-motion="subtle"] .net-node{animation-duration:4.2s!important}
html[data-artex-motion="subtle"] .net-pulse{animation-duration:9s!important;opacity:.78!important}
html[data-artex-motion="subtle"] .artex-network-field:before{animation-duration:6.5s!important}
html[data-artex-motion="subtle"] .network-soft-glow{animation-duration:6s!important}
html[data-artex-motion="subtle"] .artex-inner-enter{animation-duration:.28s!important}

html[data-artex-motion="full"] .net-path{animation-duration:10s!important}
html[data-artex-motion="full"] .net-node{animation-duration:2.4s!important}
html[data-artex-motion="full"] .net-pulse{animation-duration:6.5s!important}
html[data-artex-motion="full"] .artex-network-field:before{animation-duration:4.5s!important}
html[data-artex-motion="full"] .network-soft-glow{animation-duration:4.5s!important}

.net-path,
.net-node,
.net-pulse,
.network-soft-glow,
.artex-network-field:before,
.artex-category-card,
.artex-quick-card,
.artex-team-card,
.search-result-list-item,
.topics-item,
.posts-list-item,
.artex-floating-assistant,
.artex-mode-switch,
.artex-assistant-button,
.artex-hero-request-button,
.artex-tool-button,
.artex-team-cta,
.artex-primary-link {
  transition-timing-function:cubic-bezier(.22,.61,.36,1)!important;
}

.artex-quick-card,
.artex-category-card,
.artex-team-card,
.search-result-list-item,
.topics-item,
.posts-list-item {
  transition-duration:.2s!important;
}

.artex-floating-assistant,
.artex-mode-switch,
.artex-assistant-button,
.artex-hero-request-button,
.artex-tool-button,
.artex-team-cta,
.artex-primary-link {
  transition-duration:.18s!important;
}

.article-header .artex-article-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  flex-wrap:wrap;
  gap:10px;
  width:100%;
  margin-top:20px;
  padding-top:18px;
  border-top:1px solid rgba(9,18,27,.07)
}
.article-header .article-subscribe{
  position:static!important;
  right:auto!important;
  bottom:auto!important;
  margin:0!important;
  flex:0 0 auto
}
.article-header .article-subscribe button{
  position:relative;
  min-width:86px;
  min-height:38px;
  margin:0!important;
  border-radius:10px!important;
  z-index:1
}
.article-header .artex-article-tools{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0!important;
  padding:0!important;
  border:0!important;
  flex:0 0 auto
}
.article-header .artex-tool-button{
  position:relative;
  z-index:1;
  min-height:38px;
  height:38px;
  margin:0!important
}
html[data-artex-mode="dark"] .article-header .artex-article-actions{
  border-top-color:rgba(255,255,255,.08)
}
html[dir="rtl"].artex-rtl .article-header .article-subscribe{
  position:static!important;
  left:auto!important;
  right:auto!important
}
@media(max-width:600px){
  .article-header .artex-article-actions{
    justify-content:stretch;
    align-items:stretch
  }
  .article-header .artex-article-tools{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    width:100%
  }
  .article-header .artex-tool-button{
    width:100%;
    justify-content:center
  }
  .article-header .article-subscribe{
    width:100%
  }
  .article-header .article-subscribe button{
    width:100%
  }
}

.artex-category-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:54px!important;
  height:54px!important;
  border-radius:14px!important;
  color:var(--artex-red)!important;
  background:linear-gradient(145deg,rgba(243,59,53,.105),rgba(243,59,53,.035))!important;
  border:1px solid rgba(243,59,53,.14)!important;
  box-shadow:0 8px 22px rgba(243,59,53,.07)!important
}
.artex-category-icon svg{
  width:25px!important;
  height:25px!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important
}
.artex-category-card:hover .artex-category-icon{
  transform:translateY(-2px) scale(1.035)!important;
  background:linear-gradient(145deg,rgba(243,59,53,.16),rgba(243,59,53,.06))!important;
  border-color:rgba(243,59,53,.28)!important;
  box-shadow:0 10px 26px rgba(243,59,53,.12)!important
}
html[data-artex-mode="dark"] .artex-category-icon{
  color:#ff625c!important;
  background:linear-gradient(145deg,rgba(243,59,53,.14),rgba(243,59,53,.045))!important;
  border-color:rgba(255,98,92,.18)!important
}

.artex-category-card .artex-card-icon,
.artex-category-card .artex-category-icon-unified{
  display:grid!important;
  place-items:center!important;
  width:54px!important;
  height:54px!important;
  min-width:54px!important;
  min-height:54px!important;
  border-radius:14px!important;
  color:var(--artex-red)!important;
  background:linear-gradient(145deg,rgba(243,59,53,.12),rgba(243,59,53,.04))!important;
  border:1px solid rgba(243,59,53,.16)!important;
  box-shadow:0 9px 24px rgba(243,59,53,.08)!important
}
.artex-category-card .artex-card-icon svg,
.artex-category-card .artex-category-icon-unified svg{
  width:26px!important;
  height:26px!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
  fill:none!important
}
.artex-category-card:hover .artex-card-icon,
.artex-category-card:hover .artex-category-icon-unified{
  color:#fff!important;
  background:linear-gradient(145deg,var(--artex-red),#d72b26)!important;
  border-color:var(--artex-red)!important;
  box-shadow:0 12px 28px rgba(243,59,53,.20)!important;
  transform:translateY(-2px) scale(1.035)!important
}
html[data-artex-mode="dark"] .artex-category-card .artex-card-icon,
html[data-artex-mode="dark"] .artex-category-card .artex-category-icon-unified{
  color:#ff625c!important;
  background:linear-gradient(145deg,rgba(243,59,53,.14),rgba(243,59,53,.045))!important;
  border-color:rgba(255,98,92,.20)!important
}
html[data-artex-mode="dark"] .artex-category-card:hover .artex-card-icon,
html[data-artex-mode="dark"] .artex-category-card:hover .artex-category-icon-unified{
  color:#fff!important;
  background:linear-gradient(145deg,#ff5d57,#d52a25)!important;
  border-color:#ff5d57!important
}

.artex-hero-request-button,
.artex-hero-request-button:hover,
.artex-hero-request-button:focus,
.artex-hero-request-button:focus-visible,
.artex-hero-request-button:active {
  background-image:none!important;
  background-clip:padding-box!important;
  -webkit-background-clip:padding-box!important;
  overflow:hidden!important;
  isolation:isolate!important;
  box-shadow:none!important;
  filter:none!important;
}

.artex-hero-request-button::before,
.artex-hero-request-button:before,
.artex-hero-request-button::after,
.artex-hero-request-button:after {
  background-image:none!important;
  filter:none!important;
}

.artex-hero-request-button::before,
.artex-hero-request-button:before {
  content:none!important;
  display:none!important;
}

.artex-hero-request-button::after,
.artex-hero-request-button:after {
  content:"→"!important;
  position:static!important;
  display:inline-block!important;
  width:auto!important;
  height:auto!important;
  margin-left:10px!important;
  background:none!important;
  color:#ff6b65!important;
  opacity:1!important;
  transform:none!important;
  transition:transform .18s ease!important;
}

.artex-hero-request-button:hover::after,
.artex-hero-request-button:hover:after {
  transform:translateX(3px)!important;
}

.artex-hero-request-button {
  position:relative!important;
  min-height:42px!important;
  padding:0 16px!important;
  border:1px solid rgba(255,255,255,.15)!important;
  border-radius:11px!important;
  background:rgba(255,255,255,.055)!important;
  color:#fff!important;
  transition:transform .18s ease,border-color .18s ease,background-color .18s ease!important;
}

.artex-hero-request-button:hover,
.artex-hero-request-button:focus-visible {
  background:rgba(243,59,53,.10)!important;
  border-color:rgba(243,59,53,.36)!important;
  transform:translateY(-2px)!important;
}

html[data-artex-style="clean_future"] .artex-hero-request-button {
  background:#fff!important;
  color:#18212a!important;
  border-color:rgba(9,18,27,.10)!important;
}

html[data-artex-style="clean_future"] .artex-hero-request-button:hover,
html[data-artex-style="clean_future"] .artex-hero-request-button:focus-visible {
  background:#fff7f6!important;
  border-color:rgba(243,59,53,.24)!important;
}

html[dir="rtl"].artex-rtl .artex-hero-request-button::after,
html[dir="rtl"].artex-rtl .artex-hero-request-button:after {
  content:"←"!important;
  margin-left:0!important;
  margin-right:10px!important;
}

html[dir="rtl"].artex-rtl .artex-hero-request-button:hover::after,
html[dir="rtl"].artex-rtl .artex-hero-request-button:hover:after {
  transform:translateX(-3px)!important;
}

html[data-artex-mode="dark"] .community-header .dropdown-toggle,
html[data-artex-mode="dark"] .community-header .dropdown-toggle:hover,
html[data-artex-mode="dark"] .community-header .dropdown-toggle:focus,
html[data-artex-mode="dark"] .community-header .dropdown-toggle:focus-visible,
html[data-artex-mode="dark"] .community-header .dropdown-toggle .title,
html[data-artex-mode="dark"] .community-header .dropdown-chevron-icon {
  color:#f4f7f9 !important;
}

html[data-artex-mode="dark"] .community-header .dropdown-toggle .title {
  -webkit-text-fill-color:#f4f7f9 !important;
}

:root {
  --artex-red:#e31b23;
  --artex-red-dark:#b51218;
  --naffco-red:#e31b23;
  --naffco-deep:#161a1d;
  --naffco-steel:#5f6870;
  --naffco-soft:#f5f6f7;
}

body {
  background:#fff;
}

.artex-header {
  border-bottom:1px solid rgba(22,26,29,.10)!important;
  box-shadow:0 8px 30px rgba(22,26,29,.055)!important;
}

.artex-header:before {
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:0;
  height:4px;
  background:linear-gradient(90deg,#b51218 0%,#e31b23 45%,#ff454c 100%);
}

.artex-nav-list a:hover,
.artex-nav-list a:focus-visible {
  color:#e31b23!important;
}

.artex-support-button,
.artex-assistant-button {
  border-radius:6px!important;
}

.artex-support-button {
  background:#e31b23!important;
  border-color:#e31b23!important;
  color:#fff!important;
  box-shadow:0 7px 18px rgba(227,27,35,.18)!important;
}

.artex-support-button:hover,
.artex-support-button:focus-visible {
  background:#b51218!important;
  border-color:#b51218!important;
  color:#fff!important;
}

.artex-hero {
  background:
    linear-gradient(120deg,rgba(9,12,14,.98),rgba(22,26,29,.96) 52%,rgba(82,9,12,.90)),
    radial-gradient(circle at 82% 35%,rgba(227,27,35,.28),transparent 34%)!important;
  border-bottom:4px solid #e31b23!important;
}

.artex-hero:before {
  background-image:linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px)!important;
  background-size:34px 34px!important;
}

.artex-kicker {
  color:#fff!important;
  letter-spacing:.13em!important;
}

.artex-kicker-dot {
  background:#e31b23!important;
  box-shadow:0 0 0 5px rgba(227,27,35,.17),0 0 24px rgba(227,27,35,.6)!important;
}

.artex-hero-copy h2 span {
  color:#ff3138!important;
  text-shadow:0 0 28px rgba(227,27,35,.23)!important;
}

.artex-search-shell {
  border-radius:8px!important;
  border:1px solid rgba(255,255,255,.18)!important;
  box-shadow:0 16px 45px rgba(0,0,0,.22)!important;
}

.artex-search-shell:focus-within {
  border-color:#ff434a!important;
  box-shadow:0 0 0 3px rgba(227,27,35,.18),0 18px 48px rgba(0,0,0,.25)!important;
}

.artex-hero-request-button {
  border-radius:6px!important;
  background:#e31b23!important;
  border-color:#e31b23!important;
  font-weight:700!important;
}

.artex-hero-request-button:hover,
.artex-hero-request-button:focus-visible {
  background:#b51218!important;
  border-color:#ff454c!important;
}

.artex-hero-pills span {
  border-radius:4px!important;
  border-color:rgba(255,255,255,.15)!important;
  background:rgba(255,255,255,.045)!important;
}

.artex-fire-visual {
  position:relative;
  min-height:390px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  border-radius:16px;
  background:linear-gradient(145deg,rgba(255,255,255,.045),rgba(227,27,35,.06));
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 30px 75px rgba(0,0,0,.22);
}

.artex-fire-grid {
  position:absolute;
  inset:0;
  opacity:.42;
  background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);
  background-size:28px 28px;
  -webkit-mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent);
  mask-image:linear-gradient(to bottom,transparent,black 18%,black 82%,transparent);
}

.artex-fire-svg {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
}

.fire-shield path:first-child {
  fill:rgba(227,27,35,.09);
  stroke:#ff343b;
  stroke-width:2;
  filter:drop-shadow(0 0 15px rgba(227,27,35,.28));
}

.fire-flame {
  fill:#e31b23!important;
  stroke:#ff6267!important;
  stroke-width:1.5;
}

.fire-detail,
.fire-system-lines path,
.fire-system-lines circle {
  fill:none;
  stroke:rgba(255,255,255,.26);
  stroke-width:1.35;
}

.fire-system-lines circle {
  fill:#e31b23;
  stroke:#ff6b70;
}

.artex-fire-badge {
  position:absolute;
  top:22px;
  left:24px;
  z-index:2;
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.16em;
  padding:8px 10px;
  border-left:3px solid #e31b23;
  background:rgba(0,0,0,.2);
}

.artex-fire-label {
  position:absolute;
  z-index:2;
  min-width:145px;
  padding:10px 12px;
  border-radius:7px;
  background:rgba(14,17,19,.78);
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 10px 30px rgba(0,0,0,.18);
  backdrop-filter:blur(8px);
}

.artex-fire-label b,
.artex-fire-label span { display:block; }
.artex-fire-label b { color:#fff; font-size:10px; letter-spacing:.08em; }
.artex-fire-label span { color:#aeb5ba; margin-top:4px; font-size:10px; }
.artex-fire-label:before { content:""; position:absolute; left:0; top:9px; bottom:9px; width:3px; background:#e31b23; border-radius:2px; }
.artex-fire-label.label-one { left:22px; bottom:27px; }
.artex-fire-label.label-two { right:21px; top:74px; }
.artex-fire-label.label-three { right:22px; bottom:27px; }

.artex-quick-grid {
  gap:14px!important;
}

.artex-quick-card,
.artex-category-card,
.artex-team-card,
.search-result-list-item,
.topics-item,
.posts-list-item {
  border-radius:8px!important;
  border:1px solid rgba(22,26,29,.10)!important;
  box-shadow:0 9px 28px rgba(22,26,29,.05)!important;
}

.artex-quick-card:hover,
.artex-category-card:hover {
  border-color:rgba(227,27,35,.35)!important;
  box-shadow:0 15px 36px rgba(22,26,29,.08),inset 0 3px 0 #e31b23!important;
}

.artex-quick-card > i,
.artex-category-card .artex-card-icon,
.artex-category-card .artex-category-icon-unified {
  border-radius:7px!important;
}

.artex-eyebrow {
  color:#d71920!important;
  letter-spacing:.13em!important;
}

.artex-section-heading h2:after {
  content:"";
  display:block;
  width:54px;
  height:3px;
  margin-top:12px;
  background:#e31b23;
}

.artex-community-banner,
.artex-assistant-banner {
  border-radius:10px!important;
  overflow:hidden;
}

.artex-community-banner {
  background:linear-gradient(120deg,#171b1e,#24292d 62%,#5d1014)!important;
  border-bottom:3px solid #e31b23!important;
}

.artex-assistant-banner {
  background:linear-gradient(100deg,#f7f7f7,#fff 58%,#fff1f2)!important;
  border:1px solid rgba(227,27,35,.15)!important;
}

.artex-assistant-badge,
.artex-floating-assistant {
  background:#e31b23!important;
  color:#fff!important;
}

.artex-primary-link,
.artex-team-cta {
  border-radius:6px!important;
}

html[data-artex-mode="dark"] .artex-quick-card,
html[data-artex-mode="dark"] .artex-category-card,
html[data-artex-mode="dark"] .artex-team-card {
  border-color:rgba(255,255,255,.09)!important;
  background:#13181b!important;
}

html[data-artex-mode="dark"] .artex-assistant-banner {
  background:linear-gradient(100deg,#15191c,#101315 60%,#351013)!important;
}

@media(max-width:900px) {
  .artex-fire-visual { min-height:330px; }
}

@media(max-width:650px) {
  .artex-fire-label { display:none; }
  .artex-fire-visual { min-height:270px; }
}


/* NAFFCO customer service visual system */
.naffco-header-logo{width:auto!important;height:54px!important;max-width:270px!important;object-fit:contain}
.naffco-header-logo-dark{width:auto!important;height:46px!important;object-fit:contain}
.naffco-tickets-button{display:inline-flex!important;align-items:center;min-height:40px;padding:0 16px!important;border:1px solid rgba(227,27,35,.35)!important;border-radius:6px!important;color:#d71920!important;font-weight:700!important;background:rgba(227,27,35,.06)!important}
.naffco-tickets-button:hover{background:#e31b23!important;color:#fff!important;border-color:#e31b23!important}
.naffco-hero{position:relative;background-image:linear-gradient(90deg,rgba(5,10,14,.96) 0%,rgba(5,10,14,.86) 34%,rgba(5,10,14,.36) 67%,rgba(5,10,14,.10) 100%),url(/hc/theming_assets/01M0G8N69N5HYQEQCHF74HHYV3)!important;background-size:cover!important;background-position:center 54%!important;min-height:570px;display:flex;align-items:center;border-bottom:4px solid #e31b23}
.naffco-hero .artex-hero-grid{grid-template-columns:minmax(0,690px)!important;width:100%}
.naffco-hero .artex-hero-copy{position:relative;z-index:2;padding:42px 0}
.naffco-hero .artex-hero-copy h2,.naffco-hero .artex-hero-copy>p{color:#fff!important;text-shadow:0 2px 18px rgba(0,0,0,.28)}
.naffco-hero .artex-hero-copy h2 span{color:#ef1b24!important}
.naffco-hero .artex-kicker{color:#fff!important;border-color:rgba(255,255,255,.18)!important;background:rgba(0,0,0,.24)!important;backdrop-filter:blur(8px)}
.naffco-hero .artex-hero-pills span{color:#fff!important;background:rgba(5,10,14,.54)!important;border-color:rgba(255,255,255,.16)!important;backdrop-filter:blur(8px)}
.naffco-safety-showcase{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin:38px 0 56px}
.naffco-showcase-card{position:relative;min-height:330px;border-radius:10px;overflow:hidden;background-size:cover;background-position:center;box-shadow:0 16px 42px rgba(12,17,20,.12)}
.naffco-showcase-card:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(7,10,12,.08),rgba(7,10,12,.88))}
.naffco-showcase-card>div{position:absolute;z-index:1;left:28px;right:28px;bottom:26px;color:#fff}
.naffco-showcase-card span{font-size:11px;font-weight:800;letter-spacing:.15em;color:#ff4249}
.naffco-showcase-card h2{margin:8px 0 8px;color:#fff;font-size:26px;line-height:1.12}
.naffco-showcase-card p{margin:0;max-width:520px;color:rgba(255,255,255,.78);line-height:1.6}
.naffco-showcase-extinguisher{background-image:url(/hc/theming_assets/01M0G8N6C3W6DQ8GK8TZH42P58)}
.naffco-showcase-training{background-image:url(/hc/theming_assets/01M0G8N6CF8G2D19BZWK95FVAS)}
html[data-artex-mode="dark"] .naffco-tickets-button{color:#ff555b!important;background:rgba(227,27,35,.09)!important}
@media(max-width:900px){.naffco-hero{min-height:520px;background-position:62% center!important}.naffco-safety-showcase{grid-template-columns:1fr}.naffco-showcase-card{min-height:300px}}
@media(max-width:650px){.naffco-header-logo{height:42px!important;max-width:210px!important}.naffco-hero{min-height:500px;background-image:linear-gradient(90deg,rgba(5,10,14,.94),rgba(5,10,14,.70)),url(/hc/theming_assets/01M0G8N69N5HYQEQCHF74HHYV3)!important}.naffco-showcase-card>div{left:20px;right:20px;bottom:20px}.naffco-showcase-card h2{font-size:22px}}


.naffco-hero{
  position:relative!important;
  min-height:570px!important;
  display:flex!important;
  align-items:center!important;
  background:radial-gradient(circle at 78% 42%,rgba(227,27,35,.16),transparent 28%),linear-gradient(118deg,#070b0e 0%,#11181d 56%,#181d20 100%)!important;
  border-bottom:4px solid #e31b23!important;
}
.naffco-hero:before{
  background:linear-gradient(90deg,rgba(227,27,35,.09),transparent 24%,transparent 76%,rgba(227,27,35,.06))!important;
  opacity:1!important;
  -webkit-mask-image:none!important;
  mask-image:none!important;
}
.naffco-hero:after{display:none!important}
.naffco-hero .artex-hero-grid{grid-template-columns:minmax(0,1.03fr) minmax(420px,.97fr)!important;gap:52px!important;width:100%!important}
.naffco-hero .artex-hero-copy{padding:40px 0!important}
.naffco-response-visual{
  position:relative!important;
  min-height:410px!important;
  overflow:hidden!important;
  border-radius:18px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  background:#11171b!important;
  box-shadow:0 28px 70px rgba(0,0,0,.34),inset 0 1px 0 rgba(255,255,255,.08)!important;
  transform:none!important;
  perspective:none!important;
}
.naffco-response-photo{position:absolute;inset:0;background-image:url(/hc/theming_assets/01M0G8N69N5HYQEQCHF74HHYV3);background-size:cover;background-position:61% center;transform:scale(1.02)}
.naffco-response-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(4,8,10,.14) 0%,rgba(4,8,10,.08) 42%,rgba(4,8,10,.86) 100%),linear-gradient(90deg,rgba(4,8,10,.5),transparent 48%)}
.naffco-response-topline{position:absolute;z-index:3;left:20px;right:20px;top:18px;display:flex;align-items:center;justify-content:space-between;color:rgba(255,255,255,.88);font-size:10px;font-weight:800;letter-spacing:.13em}
.naffco-response-live{display:flex;align-items:center;gap:8px;background:rgba(5,9,12,.7);border:1px solid rgba(255,255,255,.15);padding:7px 9px;border-radius:5px;backdrop-filter:blur(8px)}
.naffco-response-live i{width:8px;height:8px;border-radius:2px;background:#e31b23;box-shadow:0 0 0 4px rgba(227,27,35,.18),0 0 18px rgba(227,27,35,.55)}
.naffco-response-center-mark{position:absolute;z-index:2;top:68px;right:24px;width:72px;height:72px;display:grid;place-items:center;border-radius:10px;background:rgba(255,255,255,.93);box-shadow:0 12px 32px rgba(0,0,0,.2)}
.naffco-response-center-mark img{width:48px;height:48px;object-fit:contain}
.naffco-response-panel{position:absolute;z-index:3;left:18px;right:18px;bottom:18px;padding:17px 18px 16px;border-radius:11px;background:rgba(7,11,14,.78);border:1px solid rgba(255,255,255,.14);backdrop-filter:blur(12px);box-shadow:0 14px 34px rgba(0,0,0,.25)}
.naffco-response-panel-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid rgba(255,255,255,.12)}
.naffco-response-panel-head span{font-size:10px;font-weight:800;letter-spacing:.14em;color:#ff3c43}
.naffco-response-panel-head strong{font-size:15px;color:#fff;letter-spacing:.01em}
.naffco-response-capabilities{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.naffco-response-capabilities div{display:flex;align-items:center;gap:8px;color:#e8ecef;font-size:11px;font-weight:700;white-space:nowrap}
.naffco-response-capabilities svg{width:21px;height:21px;fill:none;stroke:#ff3d44;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:0 0 auto}
[data-naffco-agent-only][hidden]{display:none!important}
.naffco-agent-tickets-item{display:flex;align-items:center}
@media(max-width:1024px){
  .naffco-hero .artex-hero-grid{grid-template-columns:1fr!important}
  .naffco-response-visual{display:block!important;min-height:350px!important;margin-top:4px}
}
@media(max-width:650px){
  .naffco-hero{min-height:auto!important;background:linear-gradient(145deg,#070b0e,#161c20)!important}
  .naffco-response-visual{min-height:310px!important}
  .naffco-response-photo{background-position:58% center}
  .naffco-response-center-mark{width:58px;height:58px;top:60px;right:16px}.naffco-response-center-mark img{width:38px;height:38px}
  .naffco-response-panel{left:12px;right:12px;bottom:12px;padding:14px}
  .naffco-response-panel-head{align-items:flex-start;flex-direction:column;gap:4px}
  .naffco-response-capabilities{grid-template-columns:1fr 1fr}.naffco-response-capabilities div:last-child{grid-column:1/-1}
  .naffco-response-topline{left:14px;right:14px}.naffco-response-topline>span:last-child{display:none}
}

:root{
  --naffco-red:#e30613;
  --naffco-red-dark:#b9000a;
  --naffco-ink:#0a0d10;
  --naffco-carbon:#12171b;
  --naffco-surface:#f4f6f7;
  --naffco-line:#e2e6e9;
  --naffco-muted:#68727b;
}

body{
  background:linear-gradient(180deg,#fff 0%,#fafbfb 55%,#f4f6f7 100%);
}

.header.artex-header{
  position:sticky;
  top:0;
  z-index:1000;
  min-height:78px;
  background:rgba(255,255,255,.94);
  border-bottom:1px solid rgba(10,13,16,.08);
  box-shadow:0 8px 30px rgba(9,14,18,.06);
  backdrop-filter:blur(18px);
}

.artex-header .header-inner{
  min-height:78px;
}

.naffco-header-logo{
  height:50px!important;
  max-width:290px!important;
}

.artex-nav-list{
  gap:6px!important;
}

.artex-nav-list>li>a:not(.artex-support-button):not(.naffco-tickets-button):not(.artex-assistant-button){
  position:relative;
  padding:10px 12px!important;
  border-radius:8px;
  font-weight:700!important;
  color:#22292f!important;
  transition:background .2s ease,color .2s ease;
}

.artex-nav-list>li>a:not(.artex-support-button):not(.naffco-tickets-button):not(.artex-assistant-button):hover{
  background:#f4f5f6!important;
  color:var(--naffco-red)!important;
  text-decoration:none!important;
}

.artex-support-button,
.naffco-tickets-button{
  border-radius:9px!important;
  min-height:42px!important;
  font-weight:800!important;
  letter-spacing:.01em;
}

.artex-support-button{
  background:linear-gradient(135deg,var(--naffco-red),#f01b26)!important;
  color:#fff!important;
  box-shadow:0 8px 20px rgba(227,6,19,.22)!important;
}

.naffco-hero{
  overflow:hidden;
  min-height:620px!important;
  padding:68px 0 72px!important;
  background:
    radial-gradient(circle at 12% 18%,rgba(227,6,19,.11),transparent 30%),
    linear-gradient(140deg,#070a0c 0%,#11171b 52%,#07090b 100%)!important;
  border-bottom:0!important;
}

.naffco-hero:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(115deg,transparent 0 66%,rgba(227,6,19,.08) 66% 67%,transparent 67% 100%),
    repeating-linear-gradient(90deg,rgba(255,255,255,.018) 0 1px,transparent 1px 72px)!important;
  pointer-events:none;
}

.naffco-hero .artex-hero-grid{
  position:relative;
  z-index:2;
  grid-template-columns:minmax(0,1.02fr) minmax(430px,.98fr)!important;
  gap:64px!important;
  align-items:center!important;
}

.naffco-hero .artex-hero-copy{
  padding:10px 0!important;
}

.naffco-hero .artex-kicker{
  display:inline-flex!important;
  align-items:center!important;
  gap:10px!important;
  width:max-content;
  padding:8px 12px!important;
  border:1px solid rgba(255,255,255,.14)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.055)!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.13em!important;
  text-transform:uppercase;
}

.naffco-hero .artex-kicker-dot{
  width:8px!important;
  height:8px!important;
  background:var(--naffco-red)!important;
  box-shadow:0 0 0 5px rgba(227,6,19,.16),0 0 22px rgba(227,6,19,.45)!important;
}

.naffco-hero .artex-hero-copy h2{
  max-width:720px;
  margin:22px 0 18px!important;
  font-size:clamp(44px,5vw,72px)!important;
  line-height:.98!important;
  letter-spacing:-.045em!important;
  color:#fff!important;
  text-shadow:none!important;
}

.naffco-hero .artex-hero-copy h2 span{
  color:#ff1724!important;
}

.naffco-hero .artex-hero-copy>p{
  max-width:650px!important;
  margin:0 0 24px!important;
  font-size:17px!important;
  line-height:1.7!important;
  color:rgba(255,255,255,.72)!important;
  text-shadow:none!important;
}

.naffco-hero .artex-search-shell{
  max-width:650px!important;
  padding:6px 7px 6px 18px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 20px 52px rgba(0,0,0,.28)!important;
}

.naffco-hero .artex-search-shell:focus-within{
  border-color:rgba(227,6,19,.75)!important;
  box-shadow:0 22px 58px rgba(0,0,0,.32),0 0 0 4px rgba(227,6,19,.12)!important;
}

.naffco-hero .artex-hero-pills{
  margin-top:22px!important;
  gap:9px!important;
}

.naffco-hero .artex-hero-pills span{
  border:1px solid rgba(255,255,255,.11)!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.055)!important;
  color:rgba(255,255,255,.82)!important;
  padding:7px 11px!important;
  font-size:11px!important;
  font-weight:700!important;
  backdrop-filter:blur(8px);
}

.naffco-response-visual{
  min-height:500px!important;
  border-radius:24px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:#0d1114!important;
  box-shadow:0 34px 70px rgba(0,0,0,.42),0 0 0 1px rgba(227,6,19,.08)!important;
  transform:perspective(1200px) rotateY(-2deg);
}

.naffco-response-visual:before{
  content:"";
  position:absolute;
  z-index:4;
  inset:0;
  border-radius:inherit;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.04);
  pointer-events:none;
}

.naffco-response-photo{
  background-position:57% center!important;
  filter:saturate(.92) contrast(1.04);
  transition:transform .6s cubic-bezier(.2,.7,.2,1);
}

.naffco-response-visual:hover .naffco-response-photo{
  transform:scale(1.06)!important;
}

.naffco-response-center-mark{
  width:76px!important;
  height:76px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.95)!important;
  box-shadow:0 16px 36px rgba(0,0,0,.24)!important;
}

.naffco-response-panel{
  border-radius:16px!important;
  background:rgba(5,8,10,.82)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  backdrop-filter:blur(18px)!important;
}

.naffco-response-capabilities div{
  min-height:42px;
  padding:8px 9px;
  border-radius:9px;
  background:rgba(255,255,255,.035);
}

.naffco-trust-strip{
  position:relative;
  z-index:4;
  background:#fff;
  border-bottom:1px solid var(--naffco-line);
  box-shadow:0 10px 30px rgba(11,16,20,.05);
}

.naffco-trust-strip-inner{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  padding-top:0!important;
  padding-bottom:0!important;
}

.naffco-trust-strip-inner>div{
  min-height:94px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:16px 26px;
  border-right:1px solid var(--naffco-line);
}

.naffco-trust-strip-inner>div:first-child{padding-left:0}
.naffco-trust-strip-inner>div:last-child{border-right:0}
.naffco-trust-strip strong{
  font-size:19px;
  line-height:1.2;
  color:var(--naffco-ink);
}
.naffco-trust-strip span{
  margin-top:4px;
  font-size:11px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:var(--naffco-muted);
}

.artex-home{
  padding-top:66px!important;
  padding-bottom:80px!important;
}

.naffco-section-lead{
  max-width:720px;
  margin:0 auto 30px;
  text-align:center;
}
.naffco-section-lead>span,
.artex-eyebrow{
  color:var(--naffco-red)!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.16em!important;
  text-transform:uppercase!important;
}
.naffco-section-lead h2{
  margin:9px 0 10px;
  font-size:clamp(30px,3vw,42px)!important;
  line-height:1.08!important;
  letter-spacing:-.025em;
  color:var(--naffco-ink);
}
.naffco-section-lead p{
  margin:0;
  color:var(--naffco-muted);
  font-size:15px;
  line-height:1.7;
}

.artex-quick-grid{
  gap:16px!important;
  margin-bottom:70px!important;
}

.artex-quick-card{
  position:relative!important;
  overflow:hidden!important;
  min-height:180px!important;
  padding:25px!important;
  border:1px solid var(--naffco-line)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 12px 35px rgba(12,18,22,.055)!important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;
}

.artex-quick-card:before{
  content:"";
  position:absolute;
  width:56px;
  height:4px;
  left:25px;
  top:0;
  border-radius:0 0 5px 5px;
  background:var(--naffco-red);
}

.artex-quick-card:hover{
  transform:translateY(-7px)!important;
  border-color:rgba(227,6,19,.28)!important;
  box-shadow:0 24px 54px rgba(12,18,22,.11)!important;
  text-decoration:none!important;
}

.artex-quick-title{
  font-size:19px!important;
  color:var(--naffco-ink)!important;
}
.artex-quick-description{
  color:var(--naffco-muted)!important;
  line-height:1.6!important;
}
.artex-quick-card>i{
  margin-top:auto!important;
  width:38px;
  height:38px;
  display:grid!important;
  place-items:center;
  border-radius:50%;
  background:#f5f6f7;
  color:var(--naffco-red)!important;
  font-style:normal!important;
  font-weight:900!important;
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.artex-quick-card:hover>i{
  background:var(--naffco-red);
  color:#fff!important;
  transform:translateX(3px);
}

.naffco-safety-showcase{
  gap:22px!important;
  margin:18px 0 76px!important;
}
.naffco-showcase-card{
  min-height:390px!important;
  border-radius:20px!important;
  border:1px solid rgba(255,255,255,.08);
  box-shadow:0 24px 55px rgba(10,15,18,.14)!important;
  transition:transform .3s ease,box-shadow .3s ease;
}
.naffco-showcase-card:hover{
  transform:translateY(-6px);
  box-shadow:0 32px 70px rgba(10,15,18,.2)!important;
}
.naffco-showcase-card:before{
  background:linear-gradient(180deg,rgba(4,6,8,.03) 20%,rgba(4,6,8,.94) 100%)!important;
}
.naffco-showcase-card>div{
  left:32px!important;
  right:32px!important;
  bottom:31px!important;
}
.naffco-showcase-card h2{
  font-size:30px!important;
  letter-spacing:-.02em;
}

.artex-kb,
.artex-promoted,
.artex-community-home{
  padding-top:62px!important;
  padding-bottom:62px!important;
}

.artex-section-heading h2{
  font-size:clamp(30px,3vw,40px)!important;
  letter-spacing:-.025em;
  color:var(--naffco-ink)!important;
}

.artex-category-grid{
  gap:18px!important;
}
.artex-category-card{
  min-height:220px!important;
  border:1px solid var(--naffco-line)!important;
  border-radius:16px!important;
  background:#fff!important;
  box-shadow:0 10px 28px rgba(10,15,18,.05)!important;
  transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease!important;
}
.artex-category-card:hover{
  transform:translateY(-6px)!important;
  border-color:rgba(227,6,19,.28)!important;
  box-shadow:0 22px 48px rgba(10,15,18,.1)!important;
}
.artex-card-icon{
  width:48px!important;
  height:48px!important;
  border-radius:12px!important;
  background:rgba(227,6,19,.08)!important;
  color:var(--naffco-red)!important;
}
.artex-unified-category-icon{
  stroke:currentColor!important;
}
.artex-card-arrow{
  color:var(--naffco-red)!important;
  font-weight:800!important;
}

.artex-article-list li a{
  border-radius:12px!important;
  border:1px solid var(--naffco-line)!important;
  background:#fff!important;
  transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease!important;
}
.artex-article-list li a:hover{
  transform:translateX(4px);
  border-color:rgba(227,6,19,.28)!important;
  box-shadow:0 10px 26px rgba(10,15,18,.07)!important;
  text-decoration:none!important;
}

.footer{
  border-top:4px solid var(--naffco-red)!important;
}

html[data-artex-mode="dark"] body{
  background:#0b0f12!important;
}
html[data-artex-mode="dark"] .naffco-trust-strip{
  background:#11161a!important;
  border-color:#242b30!important;
}
html[data-artex-mode="dark"] .naffco-trust-strip-inner>div{
  border-color:#242b30!important;
}
html[data-artex-mode="dark"] .naffco-trust-strip strong,
html[data-artex-mode="dark"] .naffco-section-lead h2{
  color:#fff!important;
}
html[data-artex-mode="dark"] .naffco-trust-strip span,
html[data-artex-mode="dark"] .naffco-section-lead p{
  color:#a6afb6!important;
}
html[data-artex-mode="dark"] .artex-quick-card,
html[data-artex-mode="dark"] .artex-category-card{
  background:#11161a!important;
  border-color:#252c31!important;
}
html[data-artex-mode="dark"] .artex-quick-title,
html[data-artex-mode="dark"] .artex-section-heading h2{
  color:#fff!important;
}
html[data-artex-mode="dark"] .artex-quick-description{
  color:#9ca6ad!important;
}
html[data-artex-mode="dark"] .header.artex-header{
  background:rgba(10,14,17,.93)!important;
  border-bottom-color:rgba(255,255,255,.08)!important;
}
html[data-artex-mode="dark"] .artex-nav-list>li>a:not(.artex-support-button):not(.naffco-tickets-button):not(.artex-assistant-button){
  color:#e8ecef!important;
}
html[data-artex-mode="dark"] .artex-nav-list>li>a:not(.artex-support-button):not(.naffco-tickets-button):not(.artex-assistant-button):hover{
  background:#151b1f!important;
}

@media(max-width:1024px){
  .naffco-hero{padding:54px 0 58px!important}
  .naffco-hero .artex-hero-grid{grid-template-columns:1fr!important;gap:34px!important}
  .naffco-response-visual{transform:none;min-height:410px!important}
  .naffco-trust-strip-inner{grid-template-columns:1fr 1fr}
  .naffco-trust-strip-inner>div:nth-child(2){border-right:0}
  .naffco-trust-strip-inner>div:nth-child(-n+2){border-bottom:1px solid var(--naffco-line)}
}

@media(max-width:650px){
  .header.artex-header,.artex-header .header-inner{min-height:68px}
  .naffco-header-logo{height:39px!important;max-width:205px!important}
  .naffco-hero{padding:42px 0 46px!important}
  .naffco-hero .artex-hero-copy h2{font-size:42px!important}
  .naffco-hero .artex-hero-copy>p{font-size:15px!important}
  .naffco-response-visual{min-height:330px!important;border-radius:17px!important}
  .naffco-trust-strip-inner{grid-template-columns:1fr 1fr}
  .naffco-trust-strip-inner>div{min-height:78px;padding:13px 12px!important}
  .naffco-trust-strip strong{font-size:15px}
  .naffco-trust-strip span{font-size:9px}
  .artex-home{padding-top:46px!important}
  .naffco-section-lead{margin-bottom:22px}
  .artex-quick-grid{grid-template-columns:1fr!important;margin-bottom:50px!important}
  .artex-quick-card{min-height:150px!important}
  .naffco-safety-showcase{margin-bottom:54px!important}
  .naffco-showcase-card{min-height:330px!important;border-radius:15px!important}
  .naffco-showcase-card>div{left:22px!important;right:22px!important;bottom:22px!important}
  .naffco-showcase-card h2{font-size:25px!important}
}


/* NAFFCO Global Presence */
.naffco-global-section{
  margin:22px 0 82px;
}
.naffco-global-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:28px;
  margin-bottom:24px;
}
.naffco-global-head>div:first-child{max-width:720px}
.naffco-global-eyebrow{
  display:inline-flex;
  align-items:center;
  gap:9px;
  margin-bottom:10px;
  color:var(--naffco-red,#e30613);
  font-size:12px;
  font-weight:900;
  letter-spacing:.15em;
}
.naffco-global-eyebrow:before{
  content:"";
  width:26px;
  height:2px;
  background:currentColor;
}
.naffco-global-head h2{
  margin:0 0 10px;
  color:var(--naffco-ink,#101417);
  font-size:clamp(31px,4vw,46px);
  line-height:1.04;
  letter-spacing:-.035em;
}
.naffco-global-head p{
  margin:0;
  max-width:680px;
  color:var(--naffco-muted,#697179);
  font-size:16px;
  line-height:1.65;
}
.naffco-global-stat{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:12px;
  padding:14px 18px;
  border:1px solid rgba(227,6,19,.18);
  border-radius:14px;
  background:rgba(227,6,19,.045);
}
.naffco-global-stat strong{font-size:28px;color:var(--naffco-red,#e30613);line-height:1}
.naffco-global-stat span{max-width:115px;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;color:var(--naffco-ink,#101417)}
.naffco-map-shell{
  position:relative;
  min-height:540px;
  overflow:hidden;
  isolation:isolate;
  border:1px solid rgba(255,255,255,.08);
  border-radius:24px;
  background:
    radial-gradient(circle at 64% 40%,rgba(227,6,19,.16),transparent 26%),
    radial-gradient(circle at 20% 25%,rgba(227,6,19,.07),transparent 24%),
    linear-gradient(145deg,#090c0e 0%,#11171b 52%,#07090a 100%);
  box-shadow:0 30px 80px rgba(7,10,12,.18);
}
.naffco-map-shell:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  background:linear-gradient(90deg,transparent 49.85%,rgba(227,6,19,.035) 50%,transparent 50.15%);
  pointer-events:none;
}
.naffco-map-grid{
  position:absolute;
  inset:0;
  opacity:.18;
  background-image:linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px);
  background-size:42px 42px;
  mask-image:linear-gradient(to bottom,transparent,black 12%,black 82%,transparent);
  pointer-events:none;
}
.naffco-world-map{
  position:absolute;
  left:2%;
  top:3%;
  width:96%;
  height:82%;
  overflow:visible;
}
.naffco-land path{
  fill:url(#naffcoMapDots);
  stroke:rgba(255,255,255,.22);
  stroke-width:1.1;
  vector-effect:non-scaling-stroke;
}
.naffco-land circle{fill:rgba(255,255,255,.33)}
#naffcoMapDots circle{fill:rgba(255,255,255,.38)}
.naffco-route-layer path{
  fill:none;
  stroke:rgba(227,6,19,.34);
  stroke-width:1.25;
  stroke-dasharray:4 7;
  vector-effect:non-scaling-stroke;
  opacity:.55;
  transition:opacity .35s ease,stroke-width .35s ease,stroke .35s ease;
}
.naffco-route-layer path.is-active{
  opacity:1;
  stroke:#ff2030;
  stroke-width:2;
  filter:url(#naffcoNeonGlow);
  stroke-dasharray:7 7;
  animation:naffcoRouteFlow 1.3s linear infinite;
}
.naffco-office-node{cursor:pointer}
.naffco-office-node .pulse{
  fill:rgba(227,6,19,.08);
  stroke:rgba(255,54,69,.55);
  stroke-width:1.2;
  transform-box:fill-box;
  transform-origin:center;
  animation:naffcoMapPulse 2.6s ease-out infinite;
}
.naffco-office-node .core{
  fill:#f00d1e;
  stroke:#fff;
  stroke-width:1.4;
  filter:url(#naffcoNeonGlow);
  transition:r .25s ease;
}
.naffco-office-node.is-active .core,.naffco-office-node:hover .core{r:7px}
.naffco-office-node.is-hq .core{fill:#fff;stroke:#f10b1d;stroke-width:2.6}
.naffco-office-node.is-active .pulse{stroke:#ff3342;fill:rgba(227,6,19,.2)}
.naffco-map-hud{
  position:absolute;
  top:26px;
  left:28px;
  display:flex;
  flex-direction:column;
  gap:5px;
  color:#fff;
}
.naffco-map-hud>span{display:flex;align-items:center;gap:8px;font-size:10px;font-weight:900;letter-spacing:.15em;color:#aeb8bf}
.naffco-map-hud i{width:8px;height:8px;border-radius:50%;background:#ff1728;box-shadow:0 0 0 5px rgba(227,6,19,.12),0 0 18px #ff1728;animation:naffcoHudPulse 1.8s ease-in-out infinite}
.naffco-map-hud strong{font-size:20px;letter-spacing:-.01em}
.naffco-office-card{
  position:absolute;
  right:28px;
  top:26px;
  width:min(330px,36%);
  padding:21px 22px;
  border:1px solid rgba(255,255,255,.13);
  border-radius:16px;
  background:rgba(7,10,12,.72);
  backdrop-filter:blur(15px);
  box-shadow:0 20px 50px rgba(0,0,0,.25);
  color:#fff;
}
.naffco-office-country{display:block;margin-bottom:7px;color:#ff3544;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.naffco-office-card h3{margin:0 0 7px;color:#fff;font-size:20px;line-height:1.2}
.naffco-office-card p{margin:0;color:#adb6bd;font-size:12px;line-height:1.55}
.naffco-office-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:15px;padding-top:13px;border-top:1px solid rgba(255,255,255,.1);font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#8d989f}
.naffco-office-meta b{padding:5px 9px;border-radius:999px;background:rgba(227,6,19,.16);color:#ff4050;font-size:9px}
.naffco-office-selector{
  position:absolute;
  left:28px;
  right:28px;
  bottom:26px;
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  z-index:3;
}
.naffco-office-selector button{
  appearance:none;
  border:1px solid rgba(255,255,255,.13);
  border-radius:999px;
  padding:8px 12px;
  background:rgba(9,12,14,.72);
  color:#aeb7bd;
  font:inherit;
  font-size:10px;
  font-weight:800;
  letter-spacing:.04em;
  cursor:pointer;
  transition:.22s ease;
}
.naffco-office-selector button:hover,.naffco-office-selector button.is-active{
  border-color:rgba(255,55,69,.65);
  background:rgba(227,6,19,.17);
  color:#fff;
  box-shadow:0 0 18px rgba(227,6,19,.17);
}
@keyframes naffcoMapPulse{0%{opacity:.7;transform:scale(.65)}70%,100%{opacity:0;transform:scale(1.55)}}
@keyframes naffcoHudPulse{0%,100%{opacity:.6}50%{opacity:1}}
@keyframes naffcoRouteFlow{to{stroke-dashoffset:-28}}

html[data-artex-mode="dark"] .naffco-global-head h2{color:#fff!important}
html[data-artex-mode="dark"] .naffco-global-head p{color:#9fa9b0!important}
html[data-artex-mode="dark"] .naffco-global-stat{background:rgba(227,6,19,.08);border-color:rgba(255,46,60,.2)}
html[data-artex-mode="dark"] .naffco-global-stat span{color:#eef2f4}
html[data-artex-mode="light"] .naffco-map-shell{
  background:
    radial-gradient(circle at 64% 40%,rgba(227,6,19,.15),transparent 25%),
    radial-gradient(circle at 17% 23%,rgba(227,6,19,.055),transparent 23%),
    linear-gradient(145deg,#191f23 0%,#0e1215 54%,#080a0b 100%);
  box-shadow:0 28px 72px rgba(11,15,18,.16);
}

@media(max-width:900px){
  .naffco-global-head{align-items:flex-start;flex-direction:column}
  .naffco-global-stat{align-self:flex-start}
  .naffco-map-shell{min-height:610px}
  .naffco-world-map{top:14%;height:64%;width:110%;left:-5%}
  .naffco-office-card{top:auto;right:20px;left:20px;bottom:82px;width:auto}
  .naffco-office-selector{left:20px;right:20px;bottom:20px;max-height:48px;overflow:hidden}
}
@media(max-width:650px){
  .naffco-global-section{margin-bottom:58px}
  .naffco-global-head h2{font-size:34px}
  .naffco-map-shell{min-height:560px;border-radius:18px}
  .naffco-world-map{top:13%;left:-16%;width:132%;height:59%}
  .naffco-map-hud{top:19px;left:19px}
  .naffco-map-hud strong{font-size:17px}
  .naffco-office-card{left:16px;right:16px;bottom:76px;padding:17px 18px}
  .naffco-office-card h3{font-size:18px}
  .naffco-office-selector{left:16px;right:16px;bottom:16px}
}
@media(prefers-reduced-motion:reduce){
  .naffco-office-node .pulse,.naffco-map-hud i,.naffco-route-layer path.is-active{animation:none!important}
}


/* NAFFCO v2.0.19 visual refinements */
.naffco-hero{
  position:relative!important;
  min-height:620px!important;
  display:flex!important;
  align-items:center!important;
  padding:70px 0 74px!important;
  background-image:
    linear-gradient(90deg,rgba(3,7,10,.96) 0%,rgba(3,7,10,.90) 34%,rgba(3,7,10,.62) 53%,rgba(3,7,10,.18) 78%,rgba(3,7,10,.06) 100%),
    url(/hc/theming_assets/01M0G8N69N5HYQEQCHF74HHYV3)!important;
  background-size:cover!important;
  background-position:center 54%!important;
  border-bottom:4px solid var(--naffco-red,#e30613)!important;
}
.naffco-hero:before{
  background:linear-gradient(180deg,rgba(0,0,0,.04),rgba(0,0,0,.18))!important;
}
.naffco-hero .artex-hero-grid{
  grid-template-columns:minmax(0,700px) 1fr!important;
  gap:30px!important;
  min-height:470px!important;
}
.naffco-hero .artex-hero-copy{
  position:relative!important;
  z-index:4!important;
  padding:18px 0!important;
}
.naffco-hero .naffco-response-visual{
  display:none!important;
}
.naffco-hero .artex-hero-copy h2{
  text-shadow:0 4px 28px rgba(0,0,0,.46)!important;
}
.naffco-hero .artex-hero-copy>p{
  color:rgba(255,255,255,.84)!important;
  text-shadow:0 3px 18px rgba(0,0,0,.42)!important;
}
.naffco-hero .artex-kicker,
.naffco-hero .artex-hero-pills span{
  background:rgba(6,10,13,.58)!important;
  border-color:rgba(255,255,255,.18)!important;
  backdrop-filter:blur(10px)!important;
}

.naffco-world-map{
  left:3%!important;
  top:8%!important;
  width:94%!important;
  height:76%!important;
  overflow:visible!important;
}
.naffco-land path{
  fill:rgba(255,255,255,.055)!important;
  stroke:rgba(206,218,225,.38)!important;
  stroke-width:1!important;
  vector-effect:non-scaling-stroke!important;
  filter:url(#naffcoLandGlow);
}
.naffco-map-shell{
  min-height:590px!important;
  background:
    radial-gradient(circle at 63% 42%,rgba(227,6,19,.18),transparent 27%),
    radial-gradient(circle at 20% 24%,rgba(227,6,19,.075),transparent 24%),
    linear-gradient(145deg,#080b0d 0%,#11171b 52%,#050708 100%)!important;
}
.naffco-map-grid{
  opacity:.11!important;
  background-size:50px 50px!important;
}
.naffco-route-layer path{
  stroke:rgba(227,6,19,.26)!important;
}
.naffco-route-layer path.is-active{
  stroke:#ff1b2b!important;
}
.naffco-office-node .core{
  fill:#ff1324!important;
  stroke:#fff!important;
}
.naffco-office-node.is-hq .core{
  fill:#fff!important;
  stroke:#ff1324!important;
}

/* Community banner now truly follows the theme mode */
html[data-artex-mode="light"] .artex-community-banner{
  background:linear-gradient(120deg,#ffffff 0%,#fbfcfd 64%,#fff2f3 100%)!important;
  border-color:rgba(227,6,19,.16)!important;
}
html[data-artex-mode="light"] .artex-community-banner .artex-community-copy h2{
  color:#101417!important;
}
html[data-artex-mode="light"] .artex-community-banner .artex-community-copy p{
  color:#65717a!important;
}
html[data-artex-mode="light"] .artex-community-banner .artex-community-glow{
  color:rgba(227,6,19,.11)!important;
}
html[data-artex-mode="dark"] .artex-community-banner{
  background:linear-gradient(120deg,#11171b 0%,#171d21 64%,#421116 100%)!important;
  border-color:rgba(255,48,62,.24)!important;
}
html[data-artex-mode="dark"] .artex-community-banner .artex-community-copy h2{
  color:#ffffff!important;
}
html[data-artex-mode="dark"] .artex-community-banner .artex-community-copy p{
  color:#b9c3c9!important;
}
html[data-artex-mode="dark"] .artex-community-banner .artex-community-glow{
  color:rgba(255,48,62,.18)!important;
}
html[data-artex-mode="dark"] .artex-community-banner .artex-eyebrow,
html[data-artex-mode="dark"] .artex-community-banner .artex-primary-link{
  color:#ff2636!important;
}

@media(max-width:1024px){
  .naffco-hero{
    min-height:560px!important;
    background-position:63% center!important;
  }
  .naffco-hero .artex-hero-grid{grid-template-columns:1fr!important}
  .naffco-map-shell{min-height:620px!important}
  .naffco-world-map{top:12%!important;left:-2%!important;width:104%!important;height:66%!important}
}
@media(max-width:650px){
  .naffco-hero{
    min-height:520px!important;
    padding:46px 0 52px!important;
    background-image:
      linear-gradient(90deg,rgba(3,7,10,.96),rgba(3,7,10,.78)),
      url(/hc/theming_assets/01M0G8N69N5HYQEQCHF74HHYV3)!important;
    background-position:62% center!important;
  }
  .naffco-map-shell{min-height:580px!important}
  .naffco-world-map{top:15%!important;left:-10%!important;width:120%!important;height:56%!important}
}

/* NAFFCO v2.0.20 — Falcon hero identity */
.naffco-hero{
  overflow:hidden!important;
  isolation:isolate!important;
  min-height:650px!important;
  background-image:
    linear-gradient(90deg,rgba(2,5,8,.985) 0%,rgba(3,7,10,.95) 32%,rgba(3,7,10,.76) 51%,rgba(3,7,10,.24) 72%,rgba(3,7,10,.08) 100%),
    linear-gradient(180deg,rgba(227,6,19,.08),transparent 38%),
    url(/hc/theming_assets/01M0G8N69N5HYQEQCHF74HHYV3)!important;
  background-position:center 55%!important;
}
.naffco-hero:after{
  content:"";
  position:absolute;
  z-index:1;
  top:-12%;
  right:13%;
  width:130px;
  height:128%;
  transform:skewX(-25deg);
  background:linear-gradient(180deg,rgba(227,6,19,.30),rgba(227,6,19,.06));
  border-left:1px solid rgba(255,60,67,.28);
  border-right:1px solid rgba(255,60,67,.10);
  pointer-events:none;
}
.naffco-hero .artex-hero-grid{
  position:relative!important;
  z-index:5!important;
}
.naffco-hero .artex-hero-copy{
  max-width:680px!important;
}
.naffco-hero .artex-hero-copy h2{
  letter-spacing:-.045em!important;
  font-weight:900!important;
  line-height:.98!important;
  max-width:670px!important;
}
.naffco-hero .artex-hero-copy h2 span{
  text-shadow:0 0 34px rgba(227,6,19,.42),0 4px 28px rgba(0,0,0,.55)!important;
}
.naffco-hero .artex-kicker{
  letter-spacing:.12em!important;
  border-radius:5px!important;
}
.naffco-falcon-signature{
  position:absolute;
  z-index:4;
  right:3.2%;
  top:50%;
  width:min(36vw,540px);
  aspect-ratio:1.35/1;
  transform:translateY(-50%);
  pointer-events:none;
  display:flex;
  align-items:center;
  justify-content:center;
}
.naffco-falcon-halo{
  position:absolute;
  width:90%;
  height:90%;
  border-radius:50%;
  background:
    radial-gradient(circle,rgba(227,6,19,.18) 0%,rgba(227,6,19,.08) 33%,transparent 68%);
  filter:blur(10px);
}
.naffco-falcon-emblem{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  overflow:visible;
  filter:drop-shadow(0 18px 34px rgba(0,0,0,.45));
  opacity:.95;
}
.naffco-falcon-emblem .falcon-wing{
  fill:rgba(3,8,12,.82);
  stroke:rgba(255,255,255,.17);
  stroke-width:2;
  vector-effect:non-scaling-stroke;
}
.naffco-falcon-emblem .falcon-head{
  fill:url(#falconRed);
  stroke:rgba(255,255,255,.26);
  stroke-width:2;
  vector-effect:non-scaling-stroke;
}
.naffco-falcon-emblem .falcon-beak{
  fill:#e8edf0;
  opacity:.92;
}
.naffco-falcon-emblem .falcon-eye{
  fill:#fff;
  filter:drop-shadow(0 0 8px rgba(255,255,255,.9));
}
.naffco-falcon-emblem .falcon-cut{
  fill:none;
  stroke:#e30613;
  stroke-width:4;
  stroke-linecap:square;
  opacity:.95;
  filter:drop-shadow(0 0 8px rgba(227,6,19,.55));
  vector-effect:non-scaling-stroke;
}
.naffco-falcon-copy{
  position:absolute;
  z-index:3;
  right:3%;
  bottom:1.5%;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:3px;
  text-align:right;
  text-shadow:0 3px 15px rgba(0,0,0,.7);
}
.naffco-falcon-copy span{
  color:#ff2635;
  font-size:10px;
  font-weight:900;
  letter-spacing:.18em;
}
.naffco-falcon-copy strong{
  color:#fff;
  font-size:13px;
  font-weight:900;
  letter-spacing:.10em;
}
.naffco-falcon-copy small{
  color:rgba(255,255,255,.70);
  font-size:9px;
  font-weight:800;
  letter-spacing:.16em;
}
.naffco-hero .artex-search-shell{
  box-shadow:0 22px 50px rgba(0,0,0,.28),0 0 0 1px rgba(255,255,255,.08)!important;
}
.naffco-hero .artex-hero-pills span{
  box-shadow:inset 0 0 0 1px rgba(227,6,19,.06)!important;
}
html[data-artex-mode="light"] .naffco-falcon-emblem .falcon-wing{
  fill:rgba(3,8,12,.78);
}
html[data-artex-mode="dark"] .naffco-falcon-emblem .falcon-wing{
  fill:rgba(1,4,7,.90);
  stroke:rgba(255,255,255,.19);
}
html[data-artex-mode="dark"] .naffco-falcon-halo{
  background:radial-gradient(circle,rgba(227,6,19,.23) 0%,rgba(227,6,19,.09) 34%,transparent 69%);
}
@media(max-width:1100px){
  .naffco-falcon-signature{right:-3%;width:min(42vw,500px);opacity:.72}
  .naffco-hero{background-position:58% 55%!important}
}
@media(max-width:900px){
  .naffco-hero{min-height:620px!important;background-position:64% 55%!important}
  .naffco-falcon-signature{right:-15%;top:48%;width:54vw;opacity:.36}
  .naffco-falcon-copy{display:none}
  .naffco-hero:after{right:9%;opacity:.58}
}
@media(max-width:650px){
  .naffco-hero{min-height:590px!important;padding:54px 0 58px!important;background-position:68% center!important}
  .naffco-falcon-signature{right:-28%;top:43%;width:74vw;opacity:.28}
  .naffco-hero:after{width:72px;right:12%;opacity:.45}
}
@media(prefers-reduced-motion:no-preference){
  .naffco-falcon-emblem .falcon-eye{animation:naffcoFalconEye 3.2s ease-in-out infinite}
  .naffco-falcon-halo{animation:naffcoFalconHalo 5s ease-in-out infinite}
}
@keyframes naffcoFalconEye{
  0%,100%{opacity:.72;filter:drop-shadow(0 0 4px rgba(255,255,255,.5))}
  50%{opacity:1;filter:drop-shadow(0 0 12px rgba(255,255,255,1))}
}
@keyframes naffcoFalconHalo{
  0%,100%{transform:scale(.96);opacity:.72}
  50%{transform:scale(1.04);opacity:1}
}


.naffco-team-carousel{position:relative;min-width:0;padding:0 54px 28px}
.naffco-team-carousel .artex-team-cards{display:flex!important;grid-template-columns:none!important;gap:18px!important;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scroll-behavior:smooth;overscroll-behavior-inline:contain;scrollbar-width:none;-ms-overflow-style:none;padding:8px 4px 18px;margin:0!important}
.naffco-team-carousel .artex-team-cards::-webkit-scrollbar{display:none}
.naffco-team-carousel .artex-team-card{display:flex!important;flex:0 0 calc((100% - 54px)/4);min-width:0;scroll-snap-align:start;scroll-snap-stop:always}
.naffco-team-arrow{position:absolute;top:50%;z-index:4;width:42px;height:42px;margin-top:-34px;border:1px solid rgba(227,7,19,.22);border-radius:50%;background:#fff;color:#e30713;font-size:30px;line-height:1;display:grid;place-items:center;cursor:pointer;box-shadow:0 10px 28px rgba(12,16,20,.10);transition:transform .2s ease,background .2s ease,color .2s ease,border-color .2s ease}
.naffco-team-arrow:hover,.naffco-team-arrow:focus-visible{transform:scale(1.06);background:#e30713;color:#fff;border-color:#e30713}
.naffco-team-prev{left:0}.naffco-team-next{right:0}
.naffco-team-progress{position:absolute;left:54px;right:54px;bottom:4px;height:3px;border-radius:999px;background:rgba(10,15,20,.10);overflow:hidden}
.naffco-team-progress span{display:block;width:20%;height:100%;border-radius:inherit;background:#e30713;transform-origin:left center;transform:scaleX(0);transition:transform .2s ease}
html[data-artex-mode="dark"] .naffco-team-arrow{background:#11171c;color:#ff3a43;border-color:rgba(255,58,67,.28);box-shadow:0 10px 28px rgba(0,0,0,.24)}
html[data-artex-mode="dark"] .naffco-team-arrow:hover,html[data-artex-mode="dark"] .naffco-team-arrow:focus-visible{background:#e30713;color:#fff}
html[data-artex-mode="dark"] .naffco-team-progress{background:rgba(255,255,255,.10)}
html[data-artex-team-count="4"] .artex-team-card[data-artex-team-index="5"],html[data-artex-team-count="4"] .artex-team-card[data-artex-team-index="6"],html[data-artex-team-count="4"] .artex-team-card[data-artex-team-index="7"],html[data-artex-team-count="4"] .artex-team-card[data-artex-team-index="8"],html[data-artex-team-count="4"] .artex-team-card[data-artex-team-index="9"],html[data-artex-team-count="4"] .artex-team-card[data-artex-team-index="10"],html[data-artex-team-count="6"] .artex-team-card[data-artex-team-index="7"],html[data-artex-team-count="6"] .artex-team-card[data-artex-team-index="8"],html[data-artex-team-count="6"] .artex-team-card[data-artex-team-index="9"],html[data-artex-team-count="6"] .artex-team-card[data-artex-team-index="10"],html[data-artex-team-count="8"] .artex-team-card[data-artex-team-index="9"],html[data-artex-team-count="8"] .artex-team-card[data-artex-team-index="10"]{display:none!important}
@media(max-width:1050px){.naffco-team-carousel .artex-team-card{flex-basis:calc((100% - 36px)/3)}}
@media(max-width:760px){.naffco-team-carousel{padding-left:44px;padding-right:44px}.naffco-team-carousel .artex-team-card{flex-basis:calc((100% - 18px)/2)}.naffco-team-prev{left:-2px}.naffco-team-next{right:-2px}.naffco-team-progress{left:44px;right:44px}}
@media(max-width:520px){.naffco-team-carousel{padding-left:38px;padding-right:38px}.naffco-team-carousel .artex-team-card{flex-basis:100%}.naffco-team-arrow{width:36px;height:36px;font-size:26px}.naffco-team-progress{left:38px;right:38px}}


/* NAFFCO v2.0.23 — final hero and dark-mode contrast refinements */
.naffco-hero{
  background-image:
    linear-gradient(90deg,rgba(2,5,8,.97) 0%,rgba(2,5,8,.90) 29%,rgba(2,5,8,.58) 52%,rgba(2,5,8,.18) 72%,rgba(2,5,8,.04) 100%),
    linear-gradient(180deg,rgba(227,6,19,.04),rgba(0,0,0,.10)),
    url(/hc/theming_assets/01M0G8N69N5HYQEQCHF74HHYV3)!important;
  background-position:center 44%!important;
  background-size:cover!important;
}
.naffco-hero:after{display:none!important}
.naffco-falcon-signature{display:none!important}

html[data-artex-mode="dark"] .naffco-trust-strip{
  background:#10161a!important;
  border-color:rgba(255,255,255,.09)!important;
}
html[data-artex-mode="dark"] .naffco-trust-strip-inner>div{
  border-color:rgba(255,255,255,.10)!important;
}
html[data-artex-mode="dark"] .naffco-trust-strip strong{
  color:#fff!important;
}
html[data-artex-mode="dark"] .naffco-trust-strip span{
  color:#b8c2c9!important;
}
html[data-artex-mode="dark"] .naffco-section-lead>span{
  color:#ff2735!important;
}
html[data-artex-mode="dark"] .naffco-section-lead h2{
  color:#fff!important;
}
html[data-artex-mode="dark"] .naffco-section-lead p{
  color:#b8c2c9!important;
}
html[data-artex-mode="dark"] .artex-home{
  color:#fff;
}
@media(max-width:1024px){
  .naffco-hero{background-position:58% 44%!important}
}
@media(max-width:650px){
  .naffco-hero{
    background-image:
      linear-gradient(90deg,rgba(2,5,8,.97),rgba(2,5,8,.76)),
      url(/hc/theming_assets/01M0G8N69N5HYQEQCHF74HHYV3)!important;
    background-position:62% center!important;
  }
}

/* NAFFCO v2.0.25 layout refinement */
.artex-home{
  margin-top:0!important;
  position:relative!important;
  z-index:1!important;
}
.naffco-trust-strip{
  position:relative!important;
  z-index:6!important;
}
html[data-artex-mode="dark"] .artex-home{
  margin-top:0!important;
}

.naffco-team-carousel .artex-team-card{
  flex:0 0 calc((100% - 36px)/3)!important;
  min-width:240px!important;
  min-height:92px;
  align-items:center!important;
  padding:14px 15px!important;
  gap:13px!important;
}
.naffco-team-carousel .artex-team-card img{
  flex:0 0 58px;
  width:58px!important;
  height:58px!important;
}
.naffco-team-carousel .artex-team-card div{
  flex:1 1 auto;
  min-width:0;
  display:flex!important;
  flex-direction:column;
  justify-content:center;
  gap:4px!important;
}
.naffco-team-carousel .artex-team-card strong,
.naffco-team-carousel .artex-team-card span{
  display:block;
  width:100%;
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}
.naffco-team-carousel .artex-team-card strong{
  font-size:13.5px!important;
  line-height:1.25!important;
}
.naffco-team-carousel .artex-team-card span{
  font-size:11.5px!important;
  line-height:1.35!important;
}
@media(max-width:1180px){
  .naffco-team-carousel .artex-team-card{flex-basis:calc((100% - 18px)/2)!important;min-width:250px!important}
}
@media(max-width:760px){
  .naffco-team-carousel .artex-team-card{flex-basis:100%!important;min-width:0!important}
}
