@charset "UTF-8";
html, body {
  background-color: #fff;
  overflow-x: hidden;
}
body.footer-hidden {
  background-color: #e6f6ff;
}
main {
  display: flex;
  flex-direction: column;
}
.avatar.comment-avatar {
  display: block;
  height: 40px;
  position: relative;
  width: 40px;
}
.user-avatar {
  display: inline-block;
  border-radius: 50% !important;
  height: 40px !important;
  object-fit: cover;
  width: 40px !important;
}
.avatar.comment-avatar .icon-agent {
  display: block;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #002652;
  height: 17px;
  left: 25px;
  position: absolute;
  top: 27px;
  width: 17px;
  z-index: 1;
}
[title] {
  pointer-events: auto !important;
}
[data-tooltip]::before, [data-tooltip]::after, .tooltip {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a:hover {
  transition: all 0.3s ease;
}
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;
  overflow: auto;
}
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 {
  display: table;
  box-sizing: border-box;
  color: inherit;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[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 {
  display: flex;
  background-color: #FFFFFF;
  color: #1f2122;
  flex-direction: column;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  min-height: 100vh;
}
body>main {
  flex: 1 0 auto;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  margin-top: 0;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 22px;
}
h3 {
  font-size: 18px;
  font-weight: 600;
}
h4 {
  font-size: 16px;
}
a {
  background-color: transparent;
  color: #002652;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}
input, textarea, .search input, .search textarea {
  color: #1f2122;
  font-size: 14px;
}
input, .search input {
  box-sizing: border-box;
  max-width: 100%;
  transition: border 0.12s ease-in-out;
}
input:not([type="checkbox"]), .search input:where(:not([type="checkbox"])) {
  outline: none;
}
input[disabled], .search input[disabled] {
  background-color: #ddd;
}
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 #002652;
  border-radius: 4px;
  color: #555;
  outline: none;
  padding: 8px 30px 8px 10px;
  width: 100%;
}
select:focus, .search select:focus {
  border: 1px solid #3eafeb;
}
select::-ms-expand, .search select::-ms-expand {
  display: none;
}
textarea, .search textarea {
  border: 1px solid #002652;
  border-radius: 15px;
  outline: none;
  padding: 10px;
  resize: vertical;
  width: 100%;
}
textarea:focus, .search textarea:focus {
  border: 1px solid #3eafeb;
}
.container {
  box-sizing: border-box !important;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 5%;
  width: 100%;
}
@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}
.text-center {
  text-align: center;
}
.colored-header {
  background: #002652;
}
.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 80px 5%;
}
.error-page h1 {
  font-size: 5em;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 40px;
}
.error-page h2 {
  font-weight: 600;
}
.error-page h3 {
  font-size: 10em;
  color: #3eafeb;
  margin: 0;
}
@media (min-width: 1160px) {
  .error-page {
    padding: 80px 0;
    width: 90%;
  }
}
.hc__btn {
  background-color: #3eafeb;
  border: 1px solid #3eafeb;
  border-radius: 15px;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 2.34;
  margin: 20px 0;
  padding: 0 30px;
  text-align: center;
  transition: background-color .12s ease-in-out, border-color .12s ease-in-out, color .15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: auto;
  -webkit-touch-callout: none;
  text-decoration: none;
}
.hc__btn:hover, .hc__btn:active, .hc__btn:focus {
  background-color: #127ab1;
  color: #ffffff !important;
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.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;
  white-space: nowrap;
  width: 1px;
}
input[type="submit"] {
  background-color: #3eafeb;
  border: 0;
  border-radius: 15px;
  color: #ffffff !important;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}
@media (min-width: 768px) {
  input[type="submit"] {
    width: auto;
  }
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #127ab1;
}
input[type="submit"][disabled] {
  background-color: #ddd;
}
.form {
  margin-bottom: 50px;
}
.form p {
  text-align: left;
}
.form .rPCMa span.kXVLDw, .form .hMopEg span.kXVLDw {
  color: red;
  padding-left: 5px;
}
.form-field.required>label::after {
  content: "*";
  color: #fc8181;
  margin-left: 2px;
}
.form input {
  border: 1px solid #002652;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.form div[role="button"] {
  border: 1px solid #002652;
}
.form div[role="button"] {
  background-color: #fff;
  border: 1px dashed #002652;
}
.form button[type="submit"] {
  border-radius: 15px;
  color: #ffffff !important;
  min-width: 190px;
}
.form footer {
  margin-top: 0;
  padding-top: 30px;
  text-align: right;
}
.form footer a {
  color: #505557;
  cursor: pointer;
  margin-right: 15px;
}
.ck.ck-button:focus-visible, .ck.ck-content.ck-editor__editable.ck-editor__editable_inline.ck-focused, .ck.ck-content.ck-editor__editable.ck-focused, .ck.ck-toolbar:focus-visible {
  border-color: #002652 !important;
  box-shadow: none !important;
}
.hc_header {
  background: transparent;
  position: relative;
  z-index: 9;
}
.header {
  display: flex;
  align-items: center;
  height: 100px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 5%;
  position: relative;
}
@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}
.logo img {
  margin-top: 30px;
  max-height: 85px;
}
.hc_header.colored-header .logo img {
  margin-top: 7.5px;
}
@media (min-width: 768px) {
  .form button[type="submit"] {
    float: right;
    margin-bottom: 10px;
  }
}
.logo span {
  display: inline-block;
  color: #FFFFFF;
  height: 85px;
  margin-left: 5px;
  vertical-align: bottom;
}
.nav-wrapper .menu-button .icon-menu {
  height: 17px;
  vertical-align: middle;
  width: 17px;
}
@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 {
  display: none;
  border: 0;
  color: #FFFFFF;
  font-size: 16px;
  padding: 0 10px 0 10px;
  width: auto;
}
@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}
.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  color: #FFFFFF;
  opacity: 0.9;
}
@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}
.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  cursor: pointer;
  padding: 0;
  width: auto;
}
.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  background: #69ade6;
  border-radius: 50%;
  color: #fff;
  height: 35px;
  padding: 7px;
  vertical-align: middle;
  width: 35px;
}
.nav-wrapper-mobile .menu-button-mobile[aria-expanded="true"] .icon-menu {
  background: #3eafeb;
}
.nav-wrapper-mobile .menu-list-mobile {
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  box-shadow: 0 10px 10px 0 #00000026;
  left: 0;
  position: absolute;
  right: 0;
  top: 100px;
  z-index: 2;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded="false"], .nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider), .nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  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 .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}
.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  color: #1f2122;
  cursor: pointer;
  height: 100%;
  padding: 8px 24px;
  text-align: start;
  width: 100%;
}
.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: #f7f7f7;
}
.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  color: #1f2122;
  height: 100%;
  padding: 8px 24px;
  width: 100%;
}
.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: #f7f7f7;
}
.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 {
  color: #68737d;
  font-size: 12px;
}
.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  display: inline-block;
  border-radius: 50%;
  height: 40px;
  margin-right: 8px;
  margin-top: 1px;
  width: 40px;
}
.skip-navigation {
  display: flex;
  align-items: center;
  background-color: black;
  color: white;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  overflow: hidden;
  padding: 20px;
  position: absolute;
  top: auto;
  z-index: -999;
}
.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}
#zd-modal-container~.skip-navigation, .search .clear-button {
  display: none;
}
#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;
}
.footer {
  background: #002652;
  color: #ffffff;
  margin-top: 0;
}
._grid ._col_4 {
  flex: 1 0 auto;
  padding-bottom: 20px;
  padding-right: 15px;
  padding-top: 20px;
  width: 25%;
}
.hc_footer h3:after, .new-request-title:after {
  content: "";
  display: block;
  background: #ffffff;
  height: 3px;
  margin-top: 10px;
  max-width: 50px;
}
.new-request-title:after {
  background: #3eafeb;
  margin-top: 5px;
}
.hc_footer ._col h3 {
  color: #ffffff;
  font-size: 1.3em;
  font-weight: 700;
}
.hc_footer ._col ul {
  margin-bottom: 0 !important;
}
.footer .social {
  margin-bottom: 0 !important;
}
.footer .social li {
  display: inline-block;
  margin: 1px;
  padding-bottom: 0;
}
.footer .social li a {
  display: block;
  border: 1px solid #ffffff;
  border-radius: 15px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  width: 35px;
}
.footer .social li i {
  font-size: 0.9em;
}
.footer .social li a:hover, .footer .social li a:focus {
  background: #fff;
  border-color: #fff;
  color: #333;
}
.footer .social li a:hover {
  transform: translateY(-6px);
}
.footer a {
  color: #ffffff;
}
@media (max-width: 500px) {
  body ._grid ._col_4 {
    padding-bottom: 0;
    padding-top: 30px;
    width: 100%;
  }
  body .footer {
    padding-bottom: 0;
  }
  body .home__categories, body .contact--blocks {
    padding: 40px 0;
  }
  .blocks-list li:last-child {
    margin-bottom: 0;
  }
}
.breadcrumbs {
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
  font-size: 14px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs__block .breadcrumbs li:first-child a:before {
  content: "\e176";
  font-family: "lineicons-free";
  font-size: 15px;
  padding-right: 8px;
  position: relative;
  top: 3px;
}
.breadcrumbs li+li::before {
  content: "\e039";
  font-family: "lineicons-free";
  font-size: 10px;
  margin: 0 4px;
}
.breadcrumbs li a:visited {
  color: #333;
}
.breadcrumbs__block .search-icon {
  transform: translateY(-7px);
}
.breadcrumbs__block .search-icon {
  transform: translateY(-7px);
}
.breadcrumbs__block {
  border-bottom: 1px solid #002652;
  margin-bottom: 30px;
  padding: 20px 0;
}
.hero .welcome_text {
  margin-top: 30px !important;
}
.welcome_text {
  color: #ffffff;
  font-size: 3em;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 0;
}
.help-center-details {
  color: #ffffff;
  font-size: 1.2em;
  font-weight: 300;
  margin-bottom: 0;
}
.hero {
  background-color: #002652;
  margin-top: -100px;
  overflow: hidden;
  padding: 90px 0 20px 0;
  width: 100%;
}
.colored-header {
  background: #002652;
}
.hero-image {
  background-image: url(/hc/theming_assets/01KK7GCXV0QBNFR452FBT35S06);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.hero-image::before {
  content: "";
  background: #002652;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.hero-inner {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.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;
    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 {
  color: #333;
  flex-grow: 1;
  margin-bottom: 15px;
}
.my-activities-header>h1 {
  font-weight: 600;
}
.page-header-description {
  color: #747c7f;
  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;
  left: -5px;
  position: relative;
  vertical-align: baseline;
  width: 20px;
}
.sub-nav {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 30px;
  min-height: 50px;
  padding-bottom: 15px;
}
.breadcrumbs__block .sub-nav {
  margin-bottom: 0;
  min-height: inherit;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .sub-nav {
    align-items: baseline;
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .sub-nav input[type="search"] {
    min-width: 300px;
  }
}
.sub-nav input[type="search"]::after {
  font-size: 15px;
}
.blocks-list, ._grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
body .mb-0, .article-sidebar ul.mb-0, .article-sidebar ul.mb-0>li:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .blocks-list {
    margin: -12px;
  }
}
.blocks-item {
  display: flex !important;
  background-color: #ffffff !important;
  border: 1px solid #00000014 !important;
  border-radius: 24px !important;
  box-shadow: 0 4px 15px #0000000d !important;
  box-sizing: border-box !important;
  flex: 1 0 340px;
  margin-bottom: 40px !important;
  max-width: 100%;
  overflow: hidden !important;
  padding: 20px !important;
  transition: all 0.3s ease;
}
.blocks-item:hover {
  border-color: #5bad2c;
  transform: scale(1.025);
}
.blocks-item-internal .icon-lock {
  bottom: 5px;
  height: 15px;
  position: relative;
  width: 15px;
}
.blocks-item-link {
  display: flex;
  background: #fff;
  border-radius: inherit;
  color: #1f2122;
  flex: 1;
  flex-direction: column;
  padding: 0px;
  position: relative;
}
.icon--center .blocks-item-link {
  align-items: center;
  text-align: center;
}
.blocks-item-link:hover, .blocks-item-link:active {
  text-decoration: none;
}
.blocks-item:hover {
  transform: scale(1.025);
}
.blocks-item-link:focus {
  box-shadow: none;
  outline: 0;
  text-decoration: none;
}
.blocks-item-title {
  font-family: 'Inter', sans-serif;
  font-size: 1.4em;
  font-weight: 700;
  margin-bottom: 0;
}
.blocks-item-description {
  color: #747c7f;
  font-size: 1em;
  margin: 0;
}
.blocks-item-description:not(:empty) {
  margin-top: 10px;
}
.home__categories {
  background: #e6f6ff;
  padding: 20px 0;
}
.contact--blocks {
  display: flex;
  background: #def4d6;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start !important;
  padding: 20px 0;
}
.contact--blocks .blocks-list {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact--blocks .blocks-item {
  display: flex !important;
  flex: 1 1 350px !important;
  flex-direction: column;
  margin: 0 !important;
  max-width: none !important;
  min-height: 180px !important;
  width: auto !important;
}
.contact--blocks .blocks-item-link {
  display: flex;
  flex: 1;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  padding: 0 !important;
}
.category-icon i {
  display: none;
}
.blocks-item span.category-icon, .category-icon i:last-child {
  display: block;
}
.category-icon img {
  margin-bottom: 10px;
  max-width: 45px;
}
.blocks-item .category-icon i {
  color: #5bad2c;
  font-size: 2.5em;
  font-weight: 900;
  margin-bottom: 15px;
}
.article-relatives li a {
  color: #333;
}
.article-relatives h2 {
  margin-bottom: 15px;
}
.article-list li:last-child {
  border-bottom: 0;
}
.custom-article-relatives-card:empty, .custom-article-relatives-card:not(:has(li)) {
  display: none !important;
}
.article-list li, .article-sidebar ul li, .collapsible-sidebar li, .section-lists li {
  color: #333;
  margin-bottom: 12px;
  padding-left: 28px !important;
  position: relative;
}
.article-list li:before, .article-sidebar ul li:before, .article-list li::before, .article-sidebar ul li::before, .collapsible-sidebar li:before, .section-lists li:before {
  content: "\f15c" !important;
  color: #5ba2da !important;
  font-family: "Font Awesome 7 Free" !important;
  font-size: 16px !important;
  font-weight: 900 !important;
  left: 0 !important;
  position: absolute !important;
  top: -2px !important;
}
ul.section-lists li.article-list-item::before {
  top: 14px !important;
}
.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}
.new-request-title {
  margin-bottom: 30px;
}
.article-list-item {
  font-size: 16px;
  padding: 10px 0;
}
.article-list-item a {
  color: #333;
}
.section-container {
  display: flex;
  justify-content: flex-end;
}
.section-container ul.article-list, .section-container .section-lists {
  background: #EEF3F6;
  border-radius: 3px;
  padding: 25px;
}
.section-container .section-lists {
  margin-top: 10px;
}
.section-content {
  flex: 1;
}
@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 100%;
  }
}
.article {
  box-sizing: border-box;
  flex: 1 0 auto;
  max-width: 100%;
  min-width: 0;
}
@media (min-width: 1024px) {
  .article {
    flex: 1 0 75%;
    max-width: 75%;
    min-width: 640px;
    padding: 0 40px 0 0;
  }
}
.article-container {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .article-container {
    flex-direction: row-reverse;
  }
}
.article-header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 0px;
  margin-top: 20px;
  padding-bottom: 0px;
}
@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}
.article-author {
  display: flex;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 0;
}
.article-avatar {
  margin-right: 15px;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
}
.article-avatar .icon-agent {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #002652;
  height: 18px;
  width: 18px;
  position: absolute;
  bottom: -2px;
  right: -2px;
  z-index: 1;
  display: block;
}
.article-avatar img {
  width: 40px !important;
  height: 40px !important;
}
.article-meta {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.author-name {
  color: #666 !important;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  line-height: 1.2;
}
.meta-group {
  display: flex;
  gap: 0;
  margin: 4px 0 0 0;
  padding: 0;
  list-style: none;
  line-height: 1.2;
}
.meta-data {
  color: #666;
  font-size: 13px;
}
.meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 8px;
  color: #999;
}
@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%;
    font-weight: 600;
  }
}
.article-title .icon-lock {
  left: -5px;
  position: relative;
  vertical-align: baseline;
}
.article [role="button"] {
  flex-shrink: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .article [role="button"] {
    width: auto;
  }
}
.article-info {
  font-size: 16px;
  max-width: 100%;
}
.article-meta {
  display: inline-block;
  vertical-align: middle;
}
.article-body img {
  height: auto;
  max-width: 100%;
}
.article-body iframe, .article-body img {
  box-shadow:
    0 20px 25px -5px #0000000d,
    0 10px 10px -5px #0000000a;
}
.article-body iframe, .article-body a img {
  border-radius: 5px;
}
.article-body iframe {
  margin-bottom: 40px;
}
.article-body ul, .article-body ol, #service-catalog-item ul, #service-catalog-item ol {
  list-style-position: outside;
  margin: 20px 0 20px 20px;
  padding-left: 20px;
}
.article-body ul>li, .article-body ol>li, #service-catalog-item ul>li, #service-catalog-item ol>li {
  margin-bottom: 0.55rem;
  margin-top: 0.55rem;
}
.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 a:visited {
  color: #002652;
}
.article-body a {
  text-decoration: underline;
  text-underline-position: under;
}
.article-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 2px;
  padding: 0 5px;
}
.article-body pre {
  background: #EEF3F6;
  border: 1px solid #dde7ed;
  border-radius: 3px;
  overflow: auto;
  padding: 10px 15px;
  white-space: pre;
}
.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #505557;
  font-style: italic;
  padding: 0 15px;
}
.article-body>p:last-child {
  margin-bottom: 0;
}
.article-content {
  line-height: 1.8;
  margin: 30px 0;
  word-wrap: break-word;
}
.article-sidebar {
  display: none;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
.article-sidebar .article-sidebar-item {
  display: inline-block;
  font-weight: 700;
  margin-top: 15px;
}
.article-sidebar .article-sidebar-item i {
  position: relative;
  top: 1px;
}
.article-sidebar .article-sidebar-item i, .article-sidebar .article-sidebar-item:hover i {
  transition: all 0.3s ease;
}
.article-sidebar .article-sidebar-item:hover i {
  transform: translateX(8px);
}
.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 {
  background-color: #f2f2f2;
  font-size: 12px;
  padding: 10px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .article-sidebar {
    display: block;
    border: 0;
    flex: 0 0 25%;
    height: auto;
  }
  .article-sidebar {
    align-self: start;
    position: sticky;
    top: 15px;
  }
}
.article-sidebar ul {
  margin-bottom: 25px;
}
.article-relatives>*:last-child {
  padding: 0;
}
.sidenav-title {
  display: block;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}
.sidenav-item {
  display: block;
  color: #1f2122;
}
.sidenav-item.current-article, .sidenav-item:hover, .article-sidebar li a:hover {
  color: #3eafeb;
}
.related-articles li, .article-sidebar ul>li {
  margin-bottom: 12px;
  position: relative;
}
.article-content .attachments .attachment-item {
  display: flex !important;
  align-items: center !important;
  background: #f8fbff !important;
  border: 1px solid #e1e8ed !important;
  border-radius: 12px !important;
  gap: 15px !important;
  margin-bottom: 0 !important;
  margin-top: 15px !important;
  padding: 12px 18px !important;
  transition: all 0.2s ease-in-out !important;
}
.article-content .attachments .attachment-item:hover {
  background: #ffffff !important;
  box-shadow: 0 4px 15px rgba(0, 38, 82, 0.08) !important;
  transform: translateY(-1px) !important;
}
.article-content .attachments .attachment-item .attachment-icon {
  display: flex !important;
  align-items: center !important;
  background: #002652 !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  flex-shrink: 0 !important;
  height: 34px !important;
  justify-content: center !important;
  order: 1 !important;
  padding: 8px !important;
  position: static !important;
  width: 34px !important;
}
.article-content .attachments .attachment-item .meta-group {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  order: 2 !important;
}
.article-content .attachments .attachment-item .meta-data {
  background: #eef3f6 !important;
  border-radius: 20px !important;
  color: #002652 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding: 4px 10px !important;
  white-space: nowrap !important;
}
.article-content .attachments .attachment-item .meta-data::after {
  content: none !important;
}
.article-content .attachments .attachment-item a.meta-data {
  display: none !important;
}
.article-content .attachments .attachment-item > a {
  color: #002652 !important;
  flex: 1 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  order: 3 !important;
  text-decoration: none !important;
}
.article-content .attachments .attachment-item:last-child {
  margin-bottom: 0;
}
.related-articles-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
#hc-wysiwyg {
  border-color: #002652;
}
.mb-20 {
  margin-bottom: 20px;
}
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}
@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}
.collapsible-nav-toggle {
  background: none;
  border: 0;
  border-radius: 50%;
  height: 25px;
  padding: 0;
  position: absolute;
  right: 0;
  top: calc(45px / 2);
  transform: translateY(-50%);
  width: 25px;
}
@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}
.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 {
  border: 1px solid #3eafeb;
  outline: none;
}
.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;
  }
  .article-container .collapsible-sidebar {
    background: #EEF3F6;
    border-radius: 3px;
    margin-bottom: 20px;
    margin-top: 15px;
    padding: 30px;
  }
}
.collapsible-sidebar-title {
  margin-top: 0;
}
.collapsible-sidebar-toggle {
  background: none;
  border: 0;
  border-radius: 50%;
  height: 25px;
  padding: 0;
  position: absolute;
  right: 0;
  top: calc(45px / 2);
  transform: translateY(-50%);
  width: 25px;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}
.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 {
  border: 1px solid #3eafeb;
  outline: none;
}
.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: #EEF3F6;
  margin-bottom: 20px;
}
.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}
.requests .requests-table .requests-link {
  position: relative;
}
.pagination {
  margin: 20px 0;
  text-align: center;
}
.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}
.search-results-sidebar .sidenav-item {
  background: #EEF3F6;
  border-radius: 3px;
  margin-bottom: 5px;
  padding: 10px;
}
.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #3eafeb;
  color: #fff;
  text-decoration: none;
}
.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;
  }
}
.dropdown {
  display: inline-block;
  position: relative;
}
.hc_header .dropdown-menu[aria-expanded="true"] {
  left: inherit;
  right: 0;
}
@media (max-width: 1024px) {
  .article-container .article-relatives, .article-sidebar .sidenav-title:after {
    display: none;
  }
  .collapsible-sidebar-title {
    cursor: pointer;
  }
  .search-results-sidebar .collapsible-sidebar {
    margin-bottom: 0;
  }
  .search-results-sidebar .collapsible-sidebar-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 7px;
  }
}
@media (max-width: 768px) {
  ._grid ._col_4 {
    width: 50%;
  }
}
@media (max-width: 464px) {
  .hero-inner .search-icon {
    top: 65%;
  }
}
.alert {
  border: 2px solid transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
}
body .note--message, body .warning--message, body .quote--message, body .support--message {
  border-radius: 2px !important;
  font-size: 16px !important;
  margin-bottom: 20px !important;
  margin-top: 40px !important;
  padding: 30px 15px 15px 15px !important;
  position: relative !important;
}
body .note--message::before, body .warning--message::before, body .quote--message::before, body .support--message::before {
  display: flex !important;
  align-items: center !important;
  background: #fff !important;
  border-radius: 100% !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
  font-family: "Font Awesome 7 Free" !important;
  font-size: 23px !important;
  font-weight: 900 !important;
  height: 45px !important;
  justify-content: center !important;
  left: 15px !important;
  line-height: 45px !important;
  margin-top: -25px !important;
  position: absolute !important;
  text-align: center !important;
  top: 0 !important;
  width: 45px !important;
}
body .note--message::before {
  content: "\f05a" !important;
}
body .warning--message::before {
  content: "\f071" !important;
}
body .quote--message::before {
  content: "\f10d" !important;
}
body .support--message::before {
  content: "\f1cd" !important;
}
body .note--message {
  background: #bce8f1 !important;
  border: 2px solid #91d7e6 !important;
}
body .support--message {
  background: #3eafeb !important;
  border: 2px solid #2c8dc2 !important;
  color: #fff !important;
}
body .note--message::before {
  border: 2px solid #91d7e6 !important;
  color: #91d7e6 !important;
}
body .support--message::before {
  border: 2px solid #2c8dc2 !important;
  color: #2c8dc2 !important;
}
body .warning--message {
  background: #e5415e !important;
  border: 2px solid #e5415e !important;
  color: #fff !important;
}
body .warning--message::before {
  border: 2px solid #e5415e !important;
  color: #e5415e !important;
}
body .quote--message {
  background: #d5ccc9 !important;
  border: 2px solid #a89a95 !important;
}
body .quote--message::before {
  border: 2px solid #a89a95 !important;
  color: #a89a95 !important;
}
.colored-list, .number--list {
  counter-reset: li-counter !important;
  list-style-type: none !important;
  margin-bottom: 20px !important;
  margin-top: 15px !important;
  padding: 0 !important;
}
.colored-list>li, .number--list>li {
  list-style-type: none !important;
  margin-bottom: 12px !important;
  min-height: 0 !important;
  padding-left: 35px !important;
  position: relative !important;
}
.colored-list>li:before, .number--list>li:before {
  content: counter(li-counter) !important;
  background-color: #3eafeb !important;
  border-radius: 100% !important;
  color: #fff !important;
  counter-increment: li-counter !important;
  font-size: 12px !important;
  height: 25px !important;
  left: 0 !important;
  line-height: 25px !important;
  position: absolute !important;
  text-align: center !important;
  top: 2px !important;
  width: 25px !important;
}
.number--list {
  margin-top: 25px !important;
}
.number--list>li:before {
  top: 2px !important;
}
.check-list-bullet li, .check--list li {
  list-style-type: none !important;
  margin-bottom: 15px !important;
  padding-left: 30px !important;
  position: relative !important;
}
.check-list-bullet li:before {
  content: "\f058" !important;
  color: #3eafeb !important;
  font-family: "Font Awesome 7 Free" !important;
  font-size: 25px !important;
  font-weight: 900 !important;
  left: 0 !important;
  position: absolute !important;
  top: -8px !important;
}
.check--list li:before {
  content: "\e09c" !important;
  color: #3eafeb !important;
  font-family: "lineicons-free" !important;
  font-size: 22px !important;
  left: -30px !important;
  position: absolute !important;
  top: -12px !important;
}
.alert-download {
  background: #bce8f1 !important;
  border: 2px solid #9adeec !important;
  border-radius: 4px !important;
  padding: 15px !important;
}
.alert-quote {
  background: #79554842 !important;
  border: 2px solid #674d4442 !important;
  border-radius: 4px !important;
  padding: 15px !important;
}
.alert-pdf {
  background: #e5415e !important;
  border: 2px solid #e5415e !important;
  border-radius: 4px !important;
  color: #fff !important;
  padding: 15px !important;
}
.accordion {
  margin-bottom: 30px !important;
}
.accordion_title {
  background: #ffffff !important;
  border: 2px solid #dddddd !important;
  border-radius: 2px !important;
  color: #1f2122 !important;
  cursor: pointer !important;
  margin-bottom: 5px !important;
  padding: 15px 45px 15px 15px !important;
  position: relative !important;
}
.accordion_title::after {
  content: "\e039" !important;
  font-family: "lineicons-free" !important;
  font-size: 16px !important;
  margin-top: -12px !important;
  position: absolute !important;
  right: 15px !important;
  top: 50% !important;
  transition: all 0.2s ease-in !important;
}
.accordion_title.open {
  background: #3eafeb !important;
  border: 2px solid #3eafeb !important;
  color: #fff !important;
}
.accordion_title.open::after {
  transform: rotate(90deg) !important;
}
.accordion_content {
  display: none;
  padding: 10px !important;
}
.form .jpeIfh {
  background: #fff;
}
.article-container .table > thead > tr > th {
  border-bottom: 3px solid #ddd;
}
.article-container .table > tbody > tr > td {
  border-top: 1px solid #ddd;
  font-size: 10px;
  padding: 4px;
}
.article-body table {
  border: 1px solid #E5E7EB;
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}
.article-body table td, .article-body table th {
  border: 1px solid #E5E7EB;
  font-size: 15px;
  padding: 14px;
}
.article-body table[border="0"], .article-body table[border="0"] td, .article-body table[border="0"] th, .article-body table[style*="border-style: none"], .article-body table[style*="border-style: none"] td, .article-body table[style*="border-style: none"] th, .article-body table[style*="border: none"], .article-body table[style*="border: none"] td, .article-body table[style*="border: none"] th {
  border: none !important;
}
.article-body table thead th, .article-body table th {
  background-color: #f4f6f8;
  font-weight: 600;
}
.article-body figure.wysiwyg-table {
  display: block;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
.table-article-info, .table-article-changelog {
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0px;
  margin-bottom: 20px;
  width: 100%;
}
.article-body .table-article-info td, .article-body .table-article-changelog td, .article-body .table-article-changelog th, .table-article-info td, .table-article-changelog td, .table-article-changelog th {
  border: 1px solid #E5E7EB;
  color: #333333;
  font-family: 'Inter', sans-serif;
  font-size: 10px !important;
  line-height: 1.5;
  padding: 4px !important;
  text-align: left !important;
}
.table-article-info td:first-child, .table-article-changelog th {
  background-color: #F4F6F8;
  font-weight: 600;
  width: 20%;
}
.table-article-changelog th {
  width: auto;
}
.table-article-changelog th:nth-child(1) {
  width: 10%;
}
.table-article-changelog th:nth-child(2) {
  width: 45%;
}
.table-article-changelog th:nth-child(3) {
  width: 25%;
}
.table-article-changelog th:nth-child(4) {
  width: 20%;
}
#service-catalog-item li {
  list-style-type: none;
  position: relative;
}
#service-catalog-item ul>li:before {
  content: "\e09c";
  color: #3eafeb;
  font-family: "lineicons-free";
  font-size: 22px;
  left: -30px;
  margin-top: -4px;
  position: absolute;
  top: 0;
}
.tabs {
  background-color: #3eafeb !important;
  border-radius: 5px !important;
  width: 100% !important;
}
ul#tabs-nav {
  list-style: none !important;
  margin: 0 !important;
  overflow: auto !important;
  padding: 5px !important;
}
ul#tabs-nav>li {
  border-radius: 5px !important;
  cursor: pointer !important;
  float: left !important;
  font-weight: 600 !important;
  margin-bottom: 0 !important;
  margin-right: 2px !important;
  padding: 8px 10px !important;
}
ul#tabs-nav>li:hover, ul#tabs-nav>li.active {
  background-color: #2c8dc2 !important;
}
#tabs-nav>li>a {
  color: #ffffff !important;
  text-decoration: none !important;
}
#tabs-content {
  background: #ffffff !important;
}
.tab-content {
  background-color: #ffffff !important;
  border: 2px solid #3eafeb !important;
  padding: 10px !important;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.hero-image::after {
  content: "";
  animation: spin 40s linear infinite;
  background-image: url(/hc/theming_assets/01KK7GCXV0QBNFR452FBT35S06);
  background-position: center;
  background-size: cover;
  height: 200%;
  left: -50%;
  position: absolute;
  top: -50%;
  width: 200%;
  z-index: -2;
}
.search {
  display: block !important;
  backdrop-filter: blur(15px) saturate(160%) !important;
  -webkit-backdrop-filter: blur(15px) saturate(160%) !important;
  background: #ffffff33 !important;
  border: 1px solid #ffffff40 !important;
  border-radius: 100px !important;
  box-shadow: 0 10px 30px #00000026 !important;
  height: 64px !important;
  margin: 35px 0 0;
  max-width: 100%;
  overflow: hidden !important;
  position: relative !important;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease !important;
}
.search:focus-within {
  background: #ffffff59 !important;
  border-color: #ffffff99 !important;
  box-shadow: 0 15px 40px #00000040 !important;
}
.search input[type="search"] {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 18px !important;
  height: 64px !important;
  margin: 0 !important;
  outline: none !important;
  padding: 0 175px 0 65px !important;
  text-shadow: 0 1px 3px #00000066 !important;
  width: 100% !important;
}
.search input[type="search"]::placeholder {
  color: #ffffffe6 !important;
}
.search::before, .search [class*="icon-search"] {
  content: "" !important;
  display: block !important;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/></svg>') no-repeat center !important;
  background-size: contain !important;
  height: 20px !important;
  left: 24px !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 20px !important;
  z-index: 20 !important;
}
.search .clear-button, .search [class*="clear"], .search [class*="close"] {
  display: block !important;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="white"><path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"/></svg>') no-repeat center !important;
  background-color: transparent !important;
  background-size: contain !important;
  border: none !important;
  box-shadow: none !important;
  color: transparent !important;
  cursor: pointer !important;
  height: 18px !important;
  outline: none !important;
  position: absolute !important;
  right: 145px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 18px !important;
  z-index: 30 !important;
}
.search .clear-button::before, .search .clear-button::after, .search [class*="clear"]::before, .search [class*="close"]::before {
  content: none !important;
  display: none !important;
  background: none !important;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none !important;
  -webkit-appearance: none !important;
}
.search input[type="search"]:placeholder-shown~.clear-button, .search input[type="search"]:placeholder-shown~[class*="clear"] {
  display: none !important;
}
.search input[type="submit"] {
  background-color: #5ba2da !important;
  border: none !important;
  border-radius: 0 100px 100px 0 !important;
  color: #ffffff !important;
  cursor: pointer !important;
  font-weight: 600 !important;
  height: 64px !important;
  margin: 0 !important;
  min-width: auto !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  width: 130px !important;
  z-index: 5 !important;
}
.blocks-item {
  background-color: #fff !important;
  border-radius: 20px !important;
}
.search-results {
  display: flex !important;
  align-items: center !important;
  flex-direction: column !important;
  margin: 0 auto !important;
  margin-top: 10px !important;
  max-width: 1200px !important;
  padding: 0 20px !important;
}
.search-results-column {
  flex: 0 0 100% !important;
  margin: 0 auto !important;
  min-width: 0 !important;
  width: 100% !important;
}
.search-results-subheading {
  border-bottom: none !important;
  color: #1f2122 !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  margin-bottom: 25px !important;
  margin-top: 0 !important;
  padding-bottom: 15px !important;
}
.search-results-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 25px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.search-results-list > li {
  background: #ffffff !important;
  border: 1px solid #eeeeee !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.03) !important;
  overflow: hidden !important;
  padding: 30px !important;
  position: relative !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.search-results-list > li:hover {
  border-color: #5ba2da !important;
  box-shadow: 0 16px 32px rgba(0,0,0,0.06) !important;
  transform: translateY(-4px) !important;
}
.search-results-list > li::before {
  content: "" !important;
  background: #5ba2da !important;
  bottom: 0 !important;
  left: 0 !important;
  opacity: 0 !important;
  position: absolute !important;
  top: 0 !important;
  transition: opacity 0.3s ease !important;
  width: 4px !important;
}
.search-results-list > li:hover::before {
  opacity: 1 !important;
}
.search-result-title {
  display: block !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  margin-bottom: 12px !important;
}
.search-result-title a {
  color: #1f2122 !important;
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}
.search-result-title a::after {
  content: "" !important;
  bottom: 0 !important;
  left: 0 !important;
  position: absolute !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 1 !important;
}
.search-results-list > li:hover .search-result-title a {
  color: #5ba2da !important;
}
.search-results-description {
  color: #555555 !important;
  font-size: 15px !important;
  line-height: 1.6 !important;
  margin-top: 12px !important;
}
.search-results-description em {
  background: rgba(91, 162, 218, 0.12) !important;
  border-radius: 4px !important;
  color: #5ba2da !important;
  font-style: normal !important;
  font-weight: 700 !important;
  padding: 1px 4px !important;
}
.search-result-meta-container {
  display: flex !important;
  align-items: center !important;
  border-top: 1px solid #f5f5f5 !important;
  color: #888888 !important;
  flex-wrap: wrap !important;
  font-size: 13px !important;
  gap: 15px !important;
  margin-top: 20px !important;
  padding-top: 15px !important;
}
.search-result-breadcrumbs {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.search-result-breadcrumbs li a {
  color: #999999 !important;
  text-decoration: none !important;
}
.search-result-breadcrumbs li a:hover {
  color: #5ba2da !important;
}
.search-result-breadcrumbs li:not(:last-child)::after {
  content: "\f105" !important;
  color: #dddddd !important;
  font-family: "Font Awesome 7 Free" !important;
  font-size: 11px !important;
  font-weight: 900 !important;
  margin-left: 6px !important;
}
.pagination {
  display: flex !important;
  justify-content: center !important;
  margin-bottom: 40px !important;
  margin-top: 40px !important;
  width: 100% !important;
}
.pagination-list {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  justify-content: center !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.pagination-list li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.pagination-first-link, .pagination-prev-link, .pagination-next-link, .pagination-last-link {
  display: inline-flex !important;
  align-items: center !important;
  background-color: #ffffff !important;
  border: 1px solid #eeeeee !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04) !important;
  color: #1f2122 !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  gap: 8px !important;
  height: 44px !important;
  justify-content: center !important;
  min-width: 44px !important;
  padding: 0 16px !important;
  text-decoration: none !important;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.pagination-first-link:hover, .pagination-prev-link:hover, .pagination-next-link:hover, .pagination-last-link:hover {
  background-color: #5ba2da !important;
  border-color: #5ba2da !important;
  box-shadow: 0 8px 16px rgba(91, 162, 218, 0.2) !important;
  color: #ffffff !important;
  transform: translateY(-2px) !important;
}
.pagination-first-link span[class*="icon"], .pagination-prev-link span[class*="icon"], .pagination-next-link span[class*="icon"], .pagination-last-link span[class*="icon"], .pagination-first-link span:first-child, .pagination-prev-link span:first-child, .pagination-next-link span:last-child, .pagination-last-link span:last-child {
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1 !important;
}
@media (max-width: 600px) {
  .pagination-list {
    gap: 8px !important;
  }
  .pagination-first-link span[class*="text"], .pagination-last-link span[class*="text"], .pagination-prev-link span[class*="text"], .pagination-next-link span[class*="text"], .pagination-first-link span:last-child, .pagination-last-link span:first-child, .pagination-prev-link span:last-child, .pagination-next-link span:first-child {
    display: none !important;
  }
  .pagination-first-link, .pagination-prev-link, .pagination-next-link, .pagination-last-link {
    height: 40px !important;
    min-width: 40px !important;
    padding: 0 !important;
    width: 40px !important;
  }
}
.blocks-item {
  background-color: #fff !important;
  border-radius: 20px !important;
}
.custom-article-relatives-card, .article-container .collapsible-sidebar, .form {
  display: block !important;
  background-color: #f9f9f9 !important;
  border: 1px solid #eeeeee !important;
  border-radius: 20px !important;
  box-sizing: border-box !important;
  margin-bottom: 25px !important;
  max-width: 100% !important;
  padding: 25px !important;
}
.custom-article-relatives-card {
  margin-top: 20px;
}
.custom-article-relatives-card h2, .custom-article-relatives-card h3 {
  color: #1f2122 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin-bottom: 15px !important;
  margin-top: 0 !important;
}
.custom-article-relatives-card ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.custom-article-relatives-card li {
  margin-bottom: 12px !important;
  padding-left: 25px !important;
  position: relative !important;
}
.custom-article-relatives-card li:before {
  content: "\f15c" !important;
  color: #3eafeb !important;
  font-family: "Font Awesome 7 Free" !important;
  font-weight: 900 !important;
  left: 0 !important;
  position: absolute !important;
  top: 2px !important;
}
.custom-article-relatives-card li a, .custom-article-relatives-card ul li a, .custom-article-relatives-card .article-list-item a {
  display: inline-block !important;
  color: #1f2122 !important;
  font-weight: 500 !important;
  text-decoration: none !important;
}
.custom-article-relatives-card li a:hover, .custom-article-relatives-card ul li a:hover, .custom-article-relatives-card .article-list-item a:hover {
  color: #2c8dc2 !important;
  text-decoration: underline !important;
}
.hc_footer h3 {
  display: none !important;
}
.hc_footer ._grid ._col_4 {
  padding-bottom: 22px !important;
  padding-top: 32px !important;
}
.hc_footer br {
  display: none !important;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background: #5ba2da4c;
  border-radius: 10px;
}
[class*="recent-activity"] {
  background-color: #ffffff !important;
  border: 1px solid #00000014 !important;
  border-radius: 24px !important;
  box-shadow: 0 4px 15px #0000000d !important;
  margin-bottom: 40px !important;
  overflow: hidden !important;
  padding: 20px !important;
}
.section-container ul.article-list, .section-container .section-lists {
  padding: 30px !important;
}
.article-list li:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.article-list li::before {
  color: #5ba2da !important;
  font-size: 16px !important;
  left: 0 !important;
  margin-top: 0 !important;
  top: 0 !important;
}
a, .article-list a, .blocks-item-title, .article-sidebar li a {
  text-decoration: none !important;
  transition: color 0.2s ease !important;
}
.article-list a {
  color: #5ba2da !important;
  font-weight: 500 !important;
}
.article-list a:hover, .article-sidebar li a:hover {
  color: #3a7db3 !important;
  text-decoration: none !important;
}
[class*="recent-activity"] a[class*="button"], [class*="recent-activity"] a:last-child, .section-container .see-all-articles, [class*="section"] a[class*="see-all"] {
  display: inline-flex !important;
  align-items: center;
  background-color: #5ba2da !important;
  border: none !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 12px #5ba2da33 !important;
  color: #ffffff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  justify-content: center;
  letter-spacing: 0.5px !important;
  margin-top: 15px !important;
  padding: 12px 28px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  transition: all 0.3s ease !important;
}
[class*="recent-activity"] a:last-child:hover, .section-container .see-all-articles:hover, [class*="section"] a[class*="see-all"]:hover {
  background-color: #4389c2 !important;
  box-shadow: 0 6px 15px #5ba2da66 !important;
  color: #ffffff !important;
  text-decoration: none !important;
  transform: translateY(-2px) !important;
}
[class*="user-nav"] img, .header .user-nav .dropdown-toggle img {
  display: none !important;
}
.article-list li .icon-lock, .section-lists li .icon-lock, .blocks-item-internal .icon-lock {
  color: #5ba2da !important;
  fill: #5ba2da !important;
  height: 12px !important;
  margin-left: 4px !important;
  vertical-align: middle !important;
  width: 12px !important;
}
#scroll-to-top {
  display: flex;
  align-items: center;
  background: #3eafeb;
  border: none;
  border-radius: 50%;
  bottom: 32px;
  box-shadow: 0 4px 12px #00000033;
  color: #fff;
  cursor: pointer;
  height: 44px;
  justify-content: center;
  left: 32px;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  transform: translateY(12px);
  transition: opacity 0.3s ease, transform 0.3s ease, box-shadow 0.2s ease;
  width: 44px;
  z-index: 9999;
}
#scroll-to-top:hover {
  box-shadow: 0 6px 20px #00000047;
  transform: translateY(-2px);
}
#scroll-to-top.visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}
#scroll-to-top svg {
  transform: none;
}
.nav-wrapper-desktop .hdr-actions a {
  display: inline-flex;
  font-size: inherit;
  padding: inherit;
  width: auto;
}
.hdr-brand-icon {
  border-radius: 2px;
  filter: none !important;
  flex-shrink: 0;
  height: 15px;
  margin-left: 1px;
  margin-top: -1px;
  object-fit: contain;
  width: 15px;
}
.glass-nav {
  display: flex;
  align-items: center;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background: #ffffff1f;
  border: 1px solid #ffffff2e;
  border-radius: 50px;
  box-shadow: 0 4px 24px #00000026;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 5px 8px;
}
.glass-nav__item {
  position: relative;
}
.glass-nav__label {
  display: inline-flex;
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 50px;
  color: #ffffffe6;
  cursor: pointer;
  font-family: inherit;
  font-size: 0.92rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  gap: 6px;
  letter-spacing: 0.01em;
  padding: 7px 14px;
  transition:
    background 0.2s ease,
    color 0.2s ease;
  white-space: nowrap;
}
.glass-nav__label:hover, .glass-nav__item.is-open .glass-nav__label {
  background: #1e3c648c;
  color: #fff;
}
.glass-nav__chevron {
  opacity: 0.7;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.glass-nav__item.is-open .glass-nav__chevron {
  opacity: 1;
  transform: rotate(180deg);
}
.glass-nav__username {
  overflow: visible;
  white-space: nowrap;
}
.glass-nav__sub {
  font-size: 0.8em;
  opacity: 0.6;
}
.glass-nav__dropdown {
  display: flex;
  backdrop-filter: blur(24px) saturate(160%);
  -webkit-backdrop-filter: blur(24px) saturate(160%);
  background: #121218b8;
  border: 1px solid #ffffff1f;
  border-radius: 14px;
  box-shadow: 0 8px 32px #00000066;
  flex-direction: column;
  gap: 2px;
  min-width: 200px;
  opacity: 0;
  padding: 6px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  transform: scale(0.96) translateY(-6px);
  transform-origin: top right;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0.4s;
  visibility: hidden;
  z-index: 9999;
}
.glass-nav__item.is-open .glass-nav__dropdown {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0s linear 0s;
  visibility: visible;
}
@keyframes glassDropIn {
  from {
    opacity: 0;
    transform: scale(0.96) translateY(-4px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
.glass-nav__drop-item {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  border-radius: 9px;
  color: #ffffffd9;
  cursor: pointer;
  font-size: 0.76rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 450;
  gap: 14px;
  padding: 9px 13px;
  text-align: left;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease;
  white-space: nowrap;
  width: 100%;
}
.glass-nav__drop-item:hover {
  background: #3eafeb;
  color: #582c2c;
  text-decoration: none;
}
.glass-nav__drop-item:hover .hdr-brand-icon {
  filter: brightness(1.2) !important;
}
.glass-nav__drop-item svg {
  flex-shrink: 0;
  opacity: 0.75;
}
.glass-nav__drop-item:hover svg {
  opacity: 1;
}
.glass-nav__label>i {
  flex-shrink: 0;
  font-size: 14px;
  text-align: center;
  width: 16px;
}
.glass-nav__label>i.glass-nav__chevron {
  font-size: 11px;
  opacity: 0.7;
  transition: transform 0.2s ease, opacity 0.2s ease;
  width: 12px;
}
.glass-nav__item.is-open .glass-nav__label>i.glass-nav__chevron {
  opacity: 1;
  transform: rotate(180deg);
}
.glass-nav__drop-item>i {
  flex-shrink: 0;
  font-size: 13px;
  opacity: 0.75;
  text-align: center;
  width: 16px;
}
.glass-nav__drop-item:hover>i {
  opacity: 1;
}
[data-tooltip] {
  position: relative;
}
[data-tooltip]::after {
  content: attr(data-tooltip);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  background: #0e1424e0;
  border: 1px solid #ffffff1f;
  border-radius: 8px;
  box-shadow: 0 4px 20px #00000059;
  color: #ffffffeb;
  font-family: inherit;
  font-size: 0.72rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 500;
  left: calc(100% + 10px);
  letter-spacing: 0.02em;
  opacity: 0;
  padding: 6px 11px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  white-space: nowrap;
  z-index: 99999;
}
[data-tooltip]::before {
  content: '';
  border: 5px solid transparent;
  border-right-color: #0e1424e0;
  left: calc(100% + 5px);
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-4px);
  transition: opacity 0.18s ease, transform 0.18s ease;
  z-index: 99999;
}
[data-tooltip]:hover::after, [data-tooltip]:focus::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
[data-tooltip]:hover::before, [data-tooltip]:focus::before {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}
.category-directory {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr;
  margin-top: 10px;
}
@media (max-width: 991px) {
  .category-directory {
    grid-template-columns: 1fr;
  }
}
.section-container .article-list {
  display: grid;
  gap: 2px 30px !important;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-list-item {
  display: flex !important;
  align-items: flex-start !important;
  line-height: 1.4;
}
.table-responsive {
  display: block;
  margin-bottom: 20px;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  width: 100%;
}
.article-body iframe, .article-body video, .article-body embed {
  max-width: 100% !important;
}
.article-body img {
  box-sizing: border-box;
  height: auto !important;
  max-width: 100% !important;
}
.article-body pre {
  box-sizing: border-box;
  max-width: 100% !important;
  overflow-x: auto !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
}
.category-section:has(.internal-section-header) .article-list-item::before, .category-section:has(.internal-section-header) .article-list-link .icon-lock {
  color: #238031 !important;
}
#tcap-loading-overlay {
  display: flex;
  align-items: center;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  background: #fffffff2;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  width: 100%;
  z-index: 10000;
}
#tcap-loading-overlay.fade-out {
  opacity: 0;
  visibility: hidden;
}
.tcap-loader-pill {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #0026520d;
  border-radius: 9999px;
  box-shadow: 0 10px 40px #0000001a;
  height: 48px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 160px;
}
.tcap-loader-bar {
  animation: tcap-pill-sweep 2s infinite ease-in-out;
  background:
    linear-gradient(
      90deg,
      transparent,
      #3eafeb33,
      transparent
    );
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.tcap-loader-logo {
  height: 24px;
  opacity: 0.8;
  z-index: 1;
}
.tcap-loader-text {
  color: #002652;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 20px;
  opacity: 0.6;
  text-transform: uppercase;
}
@keyframes tcap-pill-sweep {
  0% {
    left: -100%;
  }
  50% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
#dynamic-directory-container.dashboard-grid-container {
  display: grid !important;
  gap: 30px !important;
  grid-template-columns: 1fr !important;
  margin: 0 auto;
  max-width: 1400px;
}
@media (min-width: 768px) {
  #dynamic-directory-container.dashboard-grid-container {
    grid-template-columns: 1fr 1fr !important;
  }
}
.dashboard-category {
  display: flex !important;
  flex-direction: column !important;
  margin: 0 !important;
  width: 100% !important;
}
.dashboard-category-header {
  display: flex;
  align-items: center;
  background-color: #5a9fd6;
  border-radius: 8px 8px 0 0;
  box-shadow: 0 1px 2px #0000000d;
  color: #fff;
  justify-content: space-between;
  padding: 12px;
  position: relative;
  z-index: 10;
}
.dashboard-category-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dashboard-category-icon-wrapper {
  display: flex;
  align-items: center;
  backdrop-filter: blur(4px);
  background-color: #ffffff33;
  border-radius: 50%;
  cursor: help;
  flex-shrink: 0;
  height: 36px;
  justify-content: center;
  padding: 8px;
  transition: all 0.3s ease;
  width: 36px;
}
.dashboard-category-icon-wrapper:hover {
  background-color: #ffffff66;
  box-shadow: 0 4px 6px #0000001a;
  transform: scale(1.05);
}
.dashboard-category-icon-wrapper i {
  font-size: 16px;
}
.dashboard-category-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  margin: 0;
  white-space: nowrap;
}
.dashboard-category-details {
  display: flex;
  align-items: center;
  gap: 8px;
  opacity: 0;
  pointer-events: none;
  transform: translateX(8px);
  transition: all 0.3s ease;
}
.dashboard-category-details.is-visible {
  opacity: 1;
  transform: translateX(0);
}
.dashboard-category-divider {
  background-color: #ffffff4c;
  height: 20px;
  margin-right: 4px;
  width: 1px;
}
@media (max-width: 767px) {
  .dashboard-category-divider {
    display: none;
  }
}
.dashboard-category-description {
  font-size: 10px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
  max-width: 200px;
  text-align: right;
}
.dashboard-articles-box {
  background-color: #ffffff;
  border: 1px solid #5a9fd633;
  border-radius: 0 0 8px 8px;
  border-top: none;
  padding: 6px;
}
.dashboard-articles-grid {
  display: grid !important;
  gap: 4px 10px !important;
  grid-template-columns: 1fr !important;
}
@media (min-width: 768px) {
  .dashboard-articles-grid {
    grid-template-columns: 1fr 1fr !important;
  }
}
.dashboard-article-item {
  display: flex !important;
  align-items: center !important;
  border: 1px solid transparent;
  border-radius: 6px;
  cursor: pointer;
  gap: 10px !important;
  padding: 6px 10px;
  text-decoration: none;
  transition: all 0.15s ease;
}
.dashboard-article-item:hover {
  background-color: #ebf5ff;
  border-color: #dbeafe;
}
.dashboard-article-icon {
  display: flex;
  align-items: center;
  background-color: #ffffff;
  border-radius: 6px;
  color: #5a9fd6;
  flex-shrink: 0;
  justify-content: center;
  margin-top: 0;
  padding: 4px;
  transition: all 0.2s ease;
}
.dashboard-article-item:hover .dashboard-article-icon {
  background-color: #5a9fd6;
  color: #fff;
}
.dashboard-article-icon i {
  font-size: 14px;
}
.icon-lock {
  margin-left: 6px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}
.dashboard-article-content {
  flex: 1;
  min-width: 0;
}
.dashboard-article-title-row {
  display: flex !important;
  align-items: center !important;
  gap: 8px;
  justify-content: space-between !important;
}
.dashboard-article-title {
  color: #5a9fd6;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: -0.01em;
  line-height: 1.4;
  overflow-wrap: break-word;
  transition: color 0.2s ease;
  word-break: normal;
}
.dashboard-article-item:hover .dashboard-article-title {
  color: #2c7bbd;
}
.dashboard-article-arrow {
  color: #93c5fd;
  flex-shrink: 0;
  font-size: 12px;
  margin-top: 0;
  opacity: 0;
  transform: translateY(4px);
  transition: all 0.2s ease;
}
.dashboard-article-item:hover .dashboard-article-arrow {
  opacity: 0.4;
  transform: translateY(2px);
}
.dashboard-category.is-internal .dashboard-category-header {
  background-color: #238031 !important;
}
.dashboard-category.is-internal .dashboard-articles-box {
  border-color: #23803133;
}
.dashboard-category.is-internal .dashboard-article-title {
  color: #238031 !important;
}
.dashboard-category.is-internal .dashboard-article-item:hover .dashboard-article-title {
  color: #1a5e24 !important;
}
.dashboard-category.is-internal .dashboard-article-icon {
  background-color: #ffffff;
  color: #238031 !important;
}
.dashboard-category.is-internal .dashboard-article-item:hover .dashboard-article-icon, .section.is-internal .dashboard-article-item:hover .dashboard-article-icon {
  background-color: #238031 !important;
  color: #fff !important;
}
.section-tree {
  display: grid !important;
  gap: 30px !important;
  grid-template-columns: 1fr !important;
  list-style: none;
  margin: 30px auto 30px !important;
  max-width: 1400px;
}
@media (min-width: 768px) {
  .section-tree {
    grid-template-columns: 1fr 1fr !important;
  }
}
.section-tree .section {
  display: flex !important;
  background-color: #ffffff !important;
  border: 1px solid rgba(0, 0, 0, 0.05) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  flex-direction: column !important;
  margin: 0 !important;
  overflow: hidden !important;
  width: 100% !important;
}
.section-tree .section-tree-title {
  background-color: #5ba4d5 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 0 !important;
  padding: 15px 20px !important;
}
.section-tree .section-tree-title a {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}
.section-tree .article-list {
  display: flex !important;
  background: transparent !important;
  flex-direction: column !important;
  gap: 0 !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 10px 20px !important;
}
.section-tree .article-list-item {
  display: flex !important;
  align-items: center !important;
  border-bottom: 1px solid rgba(0,0,0,0.04) !important;
  margin: 0 !important;
  padding: 12px 0 !important;
}
.section-tree .article-list-item:last-child {
  border-bottom: none !important;
}
.section-tree .article-list-link {
  color: #3eafeb !important;
  font-size: 15px !important;
  font-weight: 600 !important;
}
.section-tree .article-list-link:hover {
  color: #0050a0 !important;
  text-decoration: underline !important;
}
.section-tree .article-list-item {
  padding-left: 25px !important;
  position: relative !important;
}
.section-tree .see-all-articles {
  display: inline-flex !important;
  align-self: center !important;
  color: #3eafeb !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.5px !important;
  margin: 15px auto 20px auto !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}
.section-tree .see-all-articles:hover {
  text-decoration: underline !important;
}
.section-tree .section.is-internal {
  border-color: rgba(35, 128, 49, 0.15) !important;
}
.section.is-internal .section-tree-title {
  background-color: #238031 !important;
}
.section.is-internal .article-list-link {
  color: #238031 !important;
}
.section.is-internal .article-list-item::before {
  color: #238031 !important;
}
.section.is-internal .see-all-articles {
  align-self: center !important;
  background-color: #238031 !important;
  box-shadow: 0 4px 12px rgba(35, 128, 49, 0.2) !important;
  color: #ffffff !important;
  margin: 15px auto 20px auto !important;
}
.section.is-internal .see-all-articles:hover {
  background-color: #1a5e24 !important;
  box-shadow: 0 6px 15px rgba(35, 128, 49, 0.4) !important;
  color: #ffffff !important;
}
.section.is-internal .article-list-item:hover .article-list-link {
  color: #1a5e24 !important;
}
.section-container {
  background: transparent !important;
  padding: 40px 0 60px !important;
}
.section-content {
  background: #ffffff !important;
  border: 1px solid rgba(0,0,0,0.05) !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  padding: 40px !important;
}
.category-container {
  background: transparent !important;
  padding: 20px 0 !important;
}
.section-tree .section-tree-title {
  display: flex !important;
  align-items: center !important;
  min-height: 55px !important;
}
body .custom-article-relatives-card li {
  position: relative !important;
}
body .custom-article-relatives-card li::before {
  font-weight: 900 !important;
  top: 0 !important;
}
body .sidenav-item, body .custom-article-relatives-card li a, body .custom-article-relatives-card .article-list a {
  color: #3eafeb !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}
body .sidenav-item.current-article, body .custom-article-relatives-card li a.is-active {
  color: #1f2122 !important;
}
body .sidenav-item:hover, body .custom-article-relatives-card li a:hover, body .custom-article-relatives-card .article-list a:hover {
  color: #2c8dc2 !important;
  text-decoration: none !important;
}
.is-archived, .is-archived *, .is-archived a, .is-archived .dashboard-article-title, .is-archived .article-list-link, .is-archived .dashboard-article-arrow {
  color: #888888 !important;
}
.is-archived, .is-archived a, .is-archived *, .is-archived *:before, .is-archived *:after, .is-archived:before, .is-archived:after {
  color: #888888 !important;
  fill: #888888 !important;
}
.article-list li.is-archived:before, .article-list-item.is-archived:before, .dashboard-article-item.is-archived i, .is-archived .dashboard-article-icon i {
  color: #888888 !important;
}
.dashboard-article-item.is-archived:hover {
  background-color: #f5f5f5 !important;
  border-color: #e5e5e5 !important;
}
.dashboard-article-item.is-archived:hover .dashboard-article-icon {
  background-color: #888888 !important;
}
.dashboard-article-item.is-archived:hover .dashboard-article-icon i, .dashboard-article-item.is-archived:hover .dashboard-article-icon svg, .dashboard-article-item.is-archived:hover .dashboard-article-icon i:before, .dashboard-article-item.is-archived:hover .dashboard-article-icon svg path {
  color: #ffffff !important;
  fill: #ffffff !important;
}
.dashboard-article-item.is-archived:hover .dashboard-article-title {
  color: #555555 !important;
}
.dashboard-article-item.is-archived:hover .dashboard-article-arrow {
  color: #888888 !important;
}
ul.article-list li.article-list-item::before {
  top: 11px !important;
}
.comment {
  border-bottom: 1px solid #002652;
  padding: 20px 0;
}
.comment-heading, .recent-articles-title, .related-articles-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}
.comment-overview {
  border-bottom: 1px solid #002652;
  border-top: 1px solid #002652;
  padding: 20px 0;
}
.comment-overview p {
  margin-top: 0;
}
.comment-callout {
  display: inline-block;
  color: #505557;
  font-size: 13px;
  font-weight: 300;
  margin-bottom: 0;
}
.comment-callout a {
  color: #3eafeb;
}
.comment-sorter {
  display: inline-block;
  float: right;
}
.comment-sorter .dropdown-toggle {
  color: #505557;
  font-size: 13px;
}
[dir="rtl"] .comment-sorter {
  float: left;
}
.comment-wrapper {
  display: flex;
  position: relative;
}
.comment-wrapper.comment-official {
  border: 1px solid #3eafeb;
  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-left: 20px;
  padding-right: 0;
}
.comment-author {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .comment-author {
    align-items: center;
    justify-content: space-between;
  }
}
.comment-avatar {
  margin-right: 10px;
}
.comment-avatar img {
  border-radius: 50%;
}
[dir="rtl"] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.comment-meta {
  flex: 1 0 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: #3eafeb;
}
.comment-body {
  font-family: 'Inter', sans-serif;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  line-height: 1.6;
  overflow-x: auto;
  word-break: break-word;
  word-wrap: break-word;
}
.comment-body img {
  height: auto;
  max-width: 100%;
}
.comment-body ul, .comment-body ol {
  list-style-position: outside;
  margin: 20px 0 20px 20px;
  padding-left: 20px;
}
[dir="rtl"] .comment-body ul, [dir="rtl"] .comment-body ol {
  margin-left: 0;
  margin-right: 20px;
  padding-left: 0;
  padding-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 a:visited {
  color: #000;
}
.comment-body code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin: 0 2px;
  padding: 0 5px;
}
.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: auto;
  padding: 10px 15px;
  white-space: pre;
}
.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #505557;
  font-style: italic;
  padding: 0 15px;
}
.comment-mark-as-solved {
  display: inline-block;
}
.status-label {
  display: inline-block;
  background-color: #68737d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 4px 12px;
  text-transform: lowercase;
  vertical-align: middle;
  white-space: nowrap;
}
.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}
.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #3eafeb;
}
.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: #505557;
}
.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-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-pending {
  text-transform: lowercase;
}
.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: 30px;
}
@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 20px;
  }
}
.request-main {
  flex: 1 0 auto;
  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%;
    min-width: 0;
    order: 0;
  }
}
.request-main .comment-form-controls {
  display: block;
}
.request-main .comment-ccs {
  display: block;
}
.request-main .comment-show-container {
  background: #EEF3F6;
  border: 1px solid #002652;
  border-radius: 15px;
  color: #505557;
  padding: 8px 25px;
  text-align: inherit;
  width: 100%;
}
.request-main .comment-show-container.hidden {
  display: none;
}
.request-main .form-field.comment-ccs>ul {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.request-main .form-field.comment-ccs>ul[data-hc-focus="true"] {
  border: 1px solid #3eafeb;
}
.request-main .form-field.comment-ccs>input[type="text"] {
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 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 #3eafeb;
}
.request-main input#mark_as_solved {
  display: none;
}
.request-title {
  border-bottom: 1px solid #eeeeee;
  color: #1f2122;
  font-weight: 700;
  margin-top: 10px;
  padding-bottom: 25px;
  width: 100%;
}
@media (min-width: 1024px) {
  .request-title {
    margin-bottom: 0;
    max-width: 100%;
  }
}
.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: #eef3f6;
    border: 1px solid #eeeeee;
    border-radius: 12px;
    flex: 0 0 auto;
    font-size: 13px;
    margin-top: 15px;
    padding: 25px;
    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 #d8dcde;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}
.request-details:last-child {
  border: 0;
  padding-top: 5px;
}
.request-details dt, .request-details dd {
  display: inline-block;
  box-sizing: border-box;
  font-size: 13px;
  margin: 15px 0 0 0;
  vertical-align: top;
}
.request-details dd {
  color: #1f2122;
  padding: 0 0 0 10px;
  width: 60%;
}
.request-details dd::after {
  content: "\A";
  white-space: pre;
}
.request-details dt {
  color: #68737d;
  font-weight: 500;
  width: 40%;
}
.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;
}