@charset "UTF-8";
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
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;
  -webkit-text-decoration: underline dotted;
          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;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

body {
  background-color: #fff;
  color: #3c3c3c;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  display: flex;
  height: 100%;
  min-height: 100vh;
  flex-direction: column;
}
body > main {
  flex: 1 0 auto;
  width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-top: 0;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 22px;
}

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

h4 {
  font-size: 16px;
}

a {
  color: inherit;
  text-decoration: none;
}
input,
textarea {
  color: #000;
  font-size: 14px;
}

input {
  font-weight: 300;
  max-width: 100%;
  box-sizing: border-box;
  outline: none;
  transition: border 0.12s ease-in-out;
}
input:focus {
  border: 1px solid #0078c8;
}

input[disabled] {
  background-color: #ddd;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(/hc/theming_assets/01JYP5ZM3HZCH7GAVFEY2HCSVK) no-repeat #fff;
  background-position: right 20px center;
  border: 1px solid #E2E2E2;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #3c3c3c;
  width: 100%;
}
select:focus {
  border: 1px solid #0078c8;
}
select::-ms-expand {
  display: none;
}

textarea {
  border: 1px solid #E2E2E2;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}
textarea:focus {
  border: 1px solid #0078c8;
}

.container {
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 24px;
  }
}

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

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

.dropdown-toggle::after {
  color: inherit;
}

body > main {
  margin: 0 !important;
}

.nowrap {
  white-space: nowrap;
}

.nesty-panel {
  border: 1px solid #8A8989;
  box-shadow: none;
  border-radius: 10px;
  padding: 10px 5px;
  transform: translateY(50px);
}
.nesty-panel li {
  font-size: 16px;
  padding: 5px 15px !important;
  color: #3c3c3c;
  margin: 2px 0 !important;
  border-radius: 4px;
}
.nesty-panel li:hover, .nesty-panel li.nesty-selected {
  background-color: #EDEDED;
  font-weight: 400 !important;
}

/***** Material Icons *****/
/* Rules for sizing the icon. */
.material-icons.md-18 {
  font-size: 18px;
}

.material-icons.md-24 {
  font-size: 24px;
}

.material-icons.md-36 {
  font-size: 36px;
}

.material-icons.md-48 {
  font-size: 48px;
}

/* Rules for using icons as black on a light background. */
.material-icons.md-dark {
  color: rgba(0, 0, 0, 0.54);
}

.material-icons.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}

/* Rules for using icons as white on a dark background. */
.material-icons.md-light {
  color: rgb(255, 255, 255);
}

.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

/***** Icons *****/
.icon, .search-result-votes::before, .search-result-meta-count::before, .attachments .attachment-item::before, [class^=icon-]::before,
[class*=" icon-"]::before {
  font-family: "copenhagen-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  line-height: 1em;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
}

.icon-lock::before {
  content: "🔒";
}

.icon-star::before {
  content: "★";
}

.icon-agent::before {
  content: "👤";
}

.icon-close::before {
  content: "✕";
}

.icon-arrow-up::before {
  content: "⬆";
}

.icon-arrow-down::before {
  content: "⬇";
}

.icon-attachments::before {
  content: "📎";
}

.icon-comments::before {
  content: "💬";
}

.icon-search::before {
  content: "🔍";
}

.icon-vote::before {
  content: "👍";
}

.icon-handle::before {
  content: "▾";
}

.icon-check::before {
  content: "✓";
}

.icon-gear::before {
  content: "⚙";
}

.icon-menu::before {
  content: "☰";
}

.icon-article::before {
  content: "📄";
}

.icon-post::before {
  content: "📔";
}

.icon-notification-alert::before {
  content: "⚠";
}

.icon-notification-error::before {
  content: "×";
}

.icon-notification-info::before {
  content: "ℹ";
}

.icon-notification-success::before {
  content: "✔";
}

/***** Buttons *****/
.button, .request-form-container footer input[type=submit],
[role=button]:not(.upload-remove), [type=button] {
  border: none;
  border-radius: 100px;
  color: white;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 12px 24px;
  font-weight: 500;
  background-color: #0078C8;
  color: white;
}
.button:hover, .request-form-container footer input[type=submit]:hover, .button:active, .request-form-container footer input[type=submit]:active, .button:focus, .request-form-container footer input[type=submit]:focus, .button[aria-selected=true], .request-form-container footer input[aria-selected=true][type=submit],
[role=button]:not(.upload-remove):hover,
[role=button]:not(.upload-remove):active,
[role=button]:not(.upload-remove):focus,
[role=button]:not(.upload-remove)[aria-selected=true], [type=button]:hover, [type=button]:active, [type=button]:focus, [type=button][aria-selected=true] {
  text-decoration: none;
}
.button[data-disabled], .request-form-container footer input[data-disabled][type=submit],
[role=button]:not(.upload-remove)[data-disabled], [type=button][data-disabled] {
  cursor: default;
}

.button-secondary {
  color: #0078C8;
  border: 1px solid #0078C8;
  background-color: transparent;
  border-radius: 100px;
  padding: 12px 24px;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  cursor: pointer;
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  text-decoration: none;
}
.button-secondary.button-secondary--small {
  font-size: 12px;
}
@media (max-width: 767px) {
  .button-secondary {
    font-size: 14px;
  }
}

.button-tertiary {
  color: #3C3C3C;
  background-color: white;
  border: 1px solid #BBBBBB;
  padding: 12px 24px;
  border-radius: 100px;
  display: inline-block;
  cursor: pointer;
}
.button-tertiary:hover, .button-tertiary:focus, .button-tertiary:active {
  text-decoration: none;
}

/***** Tables *****/
.table,
table {
  font-size: 13px;
  width: 100%;
  table-layout: fixed;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .table,
  table {
    table-layout: auto;
  }
}
.table th,
.table th a,
table th,
table th a {
  color: #8A8989;
  font-size: 12px;
  font-weight: 300;
  text-align: left;
}
[dir=rtl] .table th,
[dir=rtl] .table th a,
[dir=rtl] table th,
[dir=rtl] table th a {
  text-align: right;
}
.table tr,
table tr {
  border-bottom: 1px solid #E2E2E2;
  padding: 20px 0;
}
@media (min-width: 1100px) {
  .table td,
  .table th,
  table td,
  table th {
    padding: 1px 3px;
  }
}
@media (min-width: 768px) and (max-width: 1099px) {
  .table td,
  .table th,
  table td,
  table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form-field {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
}
.form-field label {
  display: block;
  line-height: 22px;
  margin-bottom: 8px;
}
.form-field input, .form-field .nesty-input, .form-field textarea {
  border-radius: 100px;
  font-size: 12px;
  padding: 0 20px;
  border: 1px solid #BBBBBB;
  font-size: 16px;
  width: 100%;
}
.form-field textarea {
  border-radius: 10px;
  font-size: 12px;
  padding: 0 20px;
  border: 1px solid #BBBBBB;
  font-size: 16px;
}
@media (max-width: 767px) {
  .form-field textarea {
    width: 100%;
  }
}
.form-field .hc-multiselect {
  width: 55%;
}
@media (max-width: 767px) {
  .form-field .hc-multiselect {
    width: 100%;
  }
}
.form-field .hc-multiselect-toggle {
  border-radius: 10px;
  font-size: 12px;
  padding: 0 20px;
  border: 1px solid #BBBBBB;
}
.form-field input {
  height: 45px;
}
.form-field textarea {
  padding: 20px;
  min-height: 200px;
}
.form-field .nesty-input {
  height: 45px;
  line-height: 45px;
  outline: none;
  vertical-align: middle;
}
.form-field .nesty-input:focus {
  border: 1px solid #0078c8;
  text-decoration: none;
}
.form-field .nesty-input:after {
  content: " ";
  background-image: url(/hc/theming_assets/01JYP5ZM3HZCH7GAVFEY2HCSVK);
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.form-field ~ .form-field {
  margin-top: 16px;
}
.form-field label[for=request-attachments] {
  display: none;
}

.form-field input[type=checkbox] {
  width: 24px;
  height: 24px;
  border-radius: 2px;
  padding: 2px;
}

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

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

.form-field .optional {
  display: none;
}

.form-field p {
  margin: 4px 0 0;
}

.suggestion-list .searchbox {
  margin: 30px 0 40px 0;
}
.suggestion-list .searchbox label {
  font-weight: 500;
  display: block;
  margin-bottom: 25px;
}
.suggestion-list .searchbox li {
  margin-bottom: 20px;
}
.suggestion-list .searchbox li a {
  display: flex;
  text-decoration: underline;
}
.suggestion-list .searchbox li a:visited {
  color: #0078c8, 20%;
}
.suggestion-list .searchbox li a::before {
  content: "";
  flex-shrink: 0;
  display: inline-block;
  background-image: url(/hc/theming_assets/01JYP5ZMQRDEF71TY3XAAW6JFK);
  background-size: cover;
  width: 25px;
  height: 20px;
  margin-right: 20px;
  vertical-align: middle;
  margin-top: 2px;
}

::-moz-placeholder {
  color: #BDBDBD;
  opacity: 1; /* Firefox */
}

::placeholder {
  color: #BDBDBD;
  opacity: 1; /* Firefox */
}

#upload-dropzone {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%230078C8FF' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  background-color: #F3F9FD;
  border: 0;
  width: 100%;
  padding: 40px 20px;
}
@media (max-width: 767px) {
  #upload-dropzone {
    padding: 24px 10px;
  }
}
#upload-dropzone span {
  padding: 0;
  color: #3c3c3c;
}
#upload-dropzone span, #upload-dropzone a {
  font-size: 15px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #upload-dropzone span, #upload-dropzone a {
    font-size: 14px;
  }
}
#upload-dropzone a {
  color: #0078c8;
}
#upload-dropzone.upload-dropzone--active input[type=file] {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#upload-error {
  margin-top: 0;
  color: #D20019;
}

.upload-pool {
  margin-bottom: 24px;
  display: block;
  width: 100%;
}

.upload-item {
  float: none;
  clear: none;
  border-radius: 0;
  position: static;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.upload-item:hover {
  background-color: transparent;
}
.upload-item + .upload-item {
  margin-top: 0;
}
.upload-item .upload-link {
  margin-right: 10px;
  font-size: 14px;
}
.upload-item .upload-progress {
  margin-top: 5px;
  background-color: #0078c8;
}
.upload-item .upload-remove {
  margin: 0;
}
.upload-item .upload-remove .upload-item-icon {
  height: 16px;
  width: 16px;
}
.upload-item .upload-remove .upload-item-icon path {
  stroke: #0078c8;
}

.form-field .notification-error.notification-inline {
  color: #D20019;
  margin: 4px 0 0;
}

.form-field:has(.notification-error) input,
.form-field:has(.notification-error) textarea {
  border-color: #D20019;
}

.header {
  background-color: white;
}
.header__container {
  max-width: 1320px;
  margin: 0 auto;
  height: 54px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .header__container {
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .header__container {
    padding: 0 16px;
  }
}
.header__container-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-grow: 1;
}
.header__logo a {
  display: block;
  height: 16px;
}
.header__logo-image {
  height: 16px;
}
@media (max-width: 1099px) {
  .header__logo-image {
    height: 12px;
  }
}
@media (min-width: 768px) {
  .header__nav > ul {
    display: flex;
    align-items: center;
  }
  .header__nav > ul > li {
    border-left: 1px solid #E2E2E2;
    padding: 0 16px 0 16px;
  }
  .header__nav > ul > li > a, .header__nav > ul > li div {
    cursor: pointer;
    color: #3C3C3C;
    text-decoration: none;
  }
  .header__nav > ul > li > a:hover {
    text-decoration: underline;
  }
  .header__nav > ul > li:first-child {
    border-left: none;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__burger-nav {
  width: 16px;
  height: 16px;
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.header__burger-nav > div {
  height: 1px;
  width: 100%;
  background-color: #3C3C3C;
}
.header__burger-nav > div:first-child {
  margin-bottom: 5px;
}
@media (min-width: 768px) {
  .header__burger-nav {
    display: none;
  }
}

body.mobile-menu-open .alert-box {
  display: none;
}
body.mobile-menu-open .header__mobile-nav {
  display: block;
}
@media (max-width: 767px) {
  body.mobile-menu-open .header__nav {
    display: block;
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: white;
    border-top: 1px solid #e2e2e2;
  }
  body.mobile-menu-open .header__nav > ul {
    flex-direction: column;
    margin: 0;
    list-style: none;
    padding-top: 12px;
  }
  body.mobile-menu-open .header__nav > ul > li {
    border-left: none;
    padding: 0 16px;
  }
  body.mobile-menu-open .header__nav > ul > li > a, body.mobile-menu-open .header__nav > ul > li div {
    display: flex;
    align-items: center;
    color: #3C3C3C;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 12px 0;
    gap: 8px;
  }
  body.mobile-menu-open .header__nav .locale-dropdown {
    display: none;
  }
}

.site-footer__top-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 96px 0;
}
@media (max-width: 767px) {
  .site-footer__top-inner {
    padding: 50px 0;
  }
}
.site-footer__socials {
  display: flex;
  gap: 8px;
}
.site-footer__bottom {
  background-color: #3C3C3C;
  color: white;
  padding: 24px 0;
}
.site-footer__bottom-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1099px) {
  .site-footer__bottom-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    font-size: 16px;
  }
}
.site-footer__links ul {
  display: flex;
  gap: 1.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1099px) {
  .site-footer__links ul {
    flex-direction: column;
  }
}
.site-footer__links a {
  color: inherit;
  text-decoration: none;
}
.site-footer__links a:hover {
  text-decoration: underline;
}

.icon-linkedin {
  background-image: url(/hc/theming_assets/01JYP5ZKAWS38JKTW18DP4HT4D);
}

.icon-youtube {
  background-image: url(/hc/theming_assets/01JYP5ZMT4XBVNR3ASG6M3PDRG);
}

.icon-x {
  background-image: url(/hc/theming_assets/01JYP5ZK25VVEH4EQZN37ZJPP7);
}

.icon-facebook {
  background-image: url(/hc/theming_assets/01JYP5ZM2Q1E5Y183GANW9WD8C);
}

.icon-instagram {
  background-image: url(/hc/theming_assets/01JYP5ZMDDZ35VZHAQ6X73EDW0);
}

.icon-pinterest {
  background-image: url(/hc/theming_assets/01JYP5ZK96PH2WZ0CT9A87V0H6);
}

.icon-linkedin, .icon-youtube, .icon-x, .icon-facebook, .icon-instagram, .icon-pinterest {
  width: 28px;
  height: 28px;
  background-size: contain;
  display: block;
  background-repeat: no-repeat;
}

/***** Breadcrumbs *****/
.breadcrumbs-section {
  padding: 48px 0;
}
@media (max-width: 767px) {
  .breadcrumbs-section {
    display: none;
  }
}

.breadcrumbs {
  margin: 0;
  padding: 0;
}
.breadcrumbs li {
  color: #3c3c3c;
  display: inline;
  font-size: 16px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
.breadcrumbs li::after {
  content: "/";
  padding: 0 5px;
  color: #BBBBBB;
}
.breadcrumbs li:last-child {
  color: #BBBBBB;
}
.breadcrumbs li:last-child::after {
  display: none;
}
.breadcrumbs li a:hover {
  text-decoration: none;
}

/***** Search field *****/
.search {
  position: relative;
}
.search input[type=search] {
  height: 50px;
  border-radius: 32px 32px;
  background-color: white;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0 60px 0 30px;
  font-size: 15px;
  color: #3c3c3c;
}
.search input[type=search]::-moz-placeholder {
  color: #3C3C3C;
}
.search input[type=search]::placeholder {
  color: #3C3C3C;
}
@media (max-width: 767px) {
  .search input[type=search] {
    height: 50px;
  }
}
.search input[type=search]::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.search input[type=submit] {
  font-size: 0px;
  width: 50px;
  height: 50px;
  background-color: #0078c8;
  border: none;
  border-radius: 50%;
  margin-left: -32px;
  padding: 0;
  min-width: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  flex-shrink: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .search input[type=submit] {
    width: 50px;
    height: 50px;
    margin-left: -25px;
  }
}
.search::before {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 15px;
  content: "";
  z-index: 10;
  background-image: url(/hc/theming_assets/01JYP5ZMTH1GC73B8V5XJ36CXZ);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .search::before {
    right: 15px;
  }
}

zd-autocomplete {
  border-radius: 27px;
  overflow: hidden;
}

zd-autocomplete-multibrand {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
zd-autocomplete-multibrand:last-child {
  border-bottom: 0;
}

zd-autocomplete-multibrand zd-autocomplete-title-multibrand {
  color: black;
  font-size: 15px;
}
zd-autocomplete-multibrand zd-autocomplete-title-multibrand:hover {
  text-decoration: underline;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/***** Hero component *****/
.hero {
  background-color: #EDEBF3;
  color: black;
  width: 100%;
  position: relative;
  padding: 48px 0;
}
@media (max-width: 767px) {
  .hero {
    padding: 24px 0;
  }
}
.hero__inner {
  margin: 0 auto;
  width: 100%;
  z-index: 9;
  padding: 0 20px;
}
.hero__text {
  font-weight: 400;
  margin: 0 0 4px 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  .hero__text {
    font-size: 18px;
    font-weight: 500;
  }
}
.hero__tagline {
  margin: 0 0 16px 0;
}

.page-header {
  display: flex;
  flex-direction: column;
}
.page-header h1 {
  margin: 0;
}
@media (min-width: 768px) {
  .page-header h1 {
    font-size: 24px;
    font-weight: 400;
  }
}
@media (max-width: 767px) {
  .page-header h1 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 24px;
  }
}
.page-header__description {
  font-size: 18px;
  margin: 0 0 4px 0;
  word-break: break-word;
}
@media (min-width: 768px) {
  .page-header__description {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .page-header__description {
    font-size: 14px;
  }
}

.subpage-hero {
  background-color: #EDEBF3;
  padding: 24px 0;
}

.category-list {
  display: grid;
  list-style: none;
  padding: 0;
  gap: 24px;
}
@media (min-width: 1100px) {
  .category-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.category-list__item-icon {
  margin-bottom: 16px;
}
.category-list__item-icon img {
  height: 40px;
  width: auto;
  display: block;
}
.category-list__item-link {
  background-color: white;
  border: 1px solid #E2E2E2;
  color: #3c3c3c;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.category-list__item-link:hover, .category-list__item-link:focus, .category-list__item-link:active {
  text-decoration: none;
}
.category-list__item-link:hover .category-list__item-title, .category-list__item-link:hover .category-list__item-description, .category-list__item-link:focus .category-list__item-title, .category-list__item-link:focus .category-list__item-description, .category-list__item-link:active .category-list__item-title, .category-list__item-link:active .category-list__item-description {
  text-decoration: underline;
}
.category-list__item-title {
  margin-bottom: 0;
  font-size: 18px;
}
@media (max-width: 1099px) {
  .category-list__item-title {
    font-size: 14px;
    font-weight: 500;
  }
}
.category-list__item-description-c {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.category-list__item-description {
  font-weight: 300;
  margin: 0;
  width: 100%;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  color: #8A8989;
}
.category-list__item-arrow {
  flex: 1;
  width: 24px;
  margin-left: 16px;
  height: auto;
}

/***** Homepage *****/
.home-quick-guides {
  margin: 48px 0 0 0;
}
@media (max-width: 1099px) {
  .home-quick-guides {
    margin-top: 24px;
  }
}
.home-quick-guides__heading {
  margin: 0 0 24px 0;
}
@media (max-width: 1099px) {
  .home-quick-guides__heading {
    font-size: 16px;
    font-weight: 500;
  }
}
.home-quick-guides__grid {
  display: grid;
  gap: 24px;
}
@media (min-width: 1100px) {
  .home-quick-guides__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.home-categories {
  margin: 48px 0 0 0;
}
@media (max-width: 1099px) {
  .home-categories {
    margin-top: 24px;
  }
}
.home-categories__heading {
  margin: 0 0 24px 0;
}
@media (max-width: 1099px) {
  .home-categories__heading {
    font-size: 16px;
    font-weight: 500;
  }
}

.home-contact-belt {
  margin: 48px 0 0 0;
}
@media (max-width: 1099px) {
  .home-contact-belt {
    margin-top: 24px;
  }
}

/***** Category pages *****/
.category-page {
  margin: 0 0 48px 0;
}
.category-page__sections {
  margin: 24px 0 0 0;
  display: grid;
  gap: 24px;
}
@media (min-width: 1100px) {
  .category-page__sections {
    grid-template-columns: repeat(2, 1fr);
  }
}

.category-section {
  border: 1px solid #E2E2E2;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.category-section__title {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 1099px) {
  .category-section__title {
    font-size: 14px;
    font-weight: 500;
  }
}
.category-section__description {
  margin: 0;
  color: #8A8989;
}
.category-section__divider {
  height: 1px;
  background-color: #E2E2E2;
  margin: 16px 0;
}
.category-section__article-ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.category-section__article-li {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.category-section__article-li.category-section__article-li--promoted::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url(/hc/theming_assets/01JYP5ZKECW1784MV5FN1PB0MR);
  background-size: contain;
  background-repeat: no-repeat;
}
.category-section__article-li > img {
  margin-left: 8px;
  width: 16px;
  height: auto;
}
.category-section__article-li a {
  font-weight: 500;
}
.category-section__all-articles {
  display: inline-block;
  margin-top: 32px;
  font-weight: 500;
  text-decoration: underline;
}

/***** Section pages *****/
.section-page__article-list {
  margin: 24px 0 48px 0;
}

.section-article-list {
  border: 1px solid #E2E2E2;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .section-article-list {
    -moz-column-count: 2;
         column-count: 2;
    -moz-column-rule: 1px solid #ccc;
         column-rule: 1px solid #ccc;
    -moz-column-gap: 0;
         column-gap: 0;
  }
}
.section-article-list__item {
  display: flex;
  align-items: center;
  margin: 8px 24px 0 24px;
}
.section-article-list__item:first-child {
  margin-top: 0;
}
.section-article-list__item.section-article-list__item--promoted::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background-image: url(/hc/theming_assets/01JYP5ZKECW1784MV5FN1PB0MR);
  background-size: contain;
  background-repeat: no-repeat;
}
.section-article-list__item > img {
  width: 16px;
  height: auto;
  margin-left: 8px;
}
.section-article-list__link {
  font-weight: 500;
  display: inline-block;
  text-decoration: underline;
}

/***** Article *****/
.article-page__main {
  display: flex;
  gap: 48px;
}
@media (max-width: 767px) {
  .article-page__main {
    padding-top: 24px;
  }
}
.article-page__header {
  margin-bottom: 4px;
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .article-page__header {
    flex-direction: row;
  }
}
.article-page__title {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .article-page__title {
    flex-basis: 100%; /* Take entire row */
  }
}
@media (max-width: 1099px) {
  .article-page__title {
    font-size: 16px;
    font-weight: 500;
  }
}
.article-page__title img {
  width: 26px;
  margin-left: 8px;
}
.article-page__info {
  flex: 1;
  min-width: 0;
}
.article-page__meta {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.article-page__body {
  font-size: 16px;
  /* Hide scrollbars, but keep content scrollable, if article is overflowing horizontally (tables, figures etc.) */
  overflow-x: auto;
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  scrollbar-width: none; /* Firefox, Safari 18.2+, Chromium 121+ */
}
.article-page__body::-webkit-scrollbar {
  display: none; /* Older Safari and Chromium */
}
@media (max-width: 1099px) {
  .article-page__body {
    font-size: 14px;
  }
}
.article-page__body > p:first-child {
  margin-top: 0;
}
.article-page__body img {
  height: auto;
  max-width: 100%;
}
.article-page__body a {
  text-decoration: underline;
}
.article-page__body ul,
.article-page__body ol {
  list-style-position: outside;
  margin: 0;
}
.article-page__body ul {
  padding-left: 30px;
  list-style-type: none;
}
[dir=rtl] .article-page__body ul {
  padding-right: 30px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 30px;
}
.article-page__body ul > li:before {
  content: "";
  background-color: #3c3c3c;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: -19px;
  margin-right: 10px;
  transform: translateY(-50%);
}
.article-page__body ul.arrow-list {
  padding: 0;
  margin: 0;
}
.article-page__body ul.arrow-list li {
  margin: 0;
  padding: 0;
  display: block;
  margin-bottom: 10px;
  padding-left: 40px;
  font-weight: 500;
  font-size: 14px;
}
.article-page__body ul.arrow-list li a {
  vertical-align: middle;
}
.article-page__body ul.arrow-list li:before {
  border-radius: 0;
  width: 24px;
  height: 24px;
  background-color: transparent;
  transform: none;
  vertical-align: middle;
  margin: 0 20px 0 -40px;
  margin-top: 2px;
  position: absolute;
  background-image: url(/hc/theming_assets/01JYP5ZMQRDEF71TY3XAAW6JFK);
}
.article-page__body ol {
  padding-left: 20px;
}
[dir=rtl] .article-page__body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.article-page__body ol li {
  padding-left: 15px;
}
.article-page__body ul > ul,
.article-page__body ol > ol,
.article-page__body ol > ul,
.article-page__body ul > ol,
.article-page__body li > ul,
.article-page__body li > ol {
  margin: 0;
}
.article-page__body a:visited {
  color: #0078c8, 20%;
}
.article-page__body code {
  background: rgb(247.35, 247.35, 247.35);
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.article-page__body pre {
  background: rgb(247.35, 247.35, 247.35);
  border: 1px solid #E2E2E2;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.article-page__body blockquote {
  padding: 30px;
  margin: 40px 0;
  padding: 24px 24px 24px 64px;
  margin: 24px 0;
  font-size: 14px;
  background: #D9EBF7;
  position: relative;
}
@media (max-width: 767px) {
  .article-page__body blockquote {
    padding: 56px 24px 24px 24px;
  }
}
.article-page__body blockquote:before {
  content: "";
  display: inline-block;
  background-image: url(/hc/theming_assets/01JYP5ZKVZCNYN7N0HYX2J6X73);
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: absolute;
  top: 24px;
  left: 24px;
}
.article-page__body blockquote p {
  font-size: inherit;
}
.article-page__body blockquote p:first-child {
  margin-top: 0;
}
.article-page__body blockquote p:last-child {
  margin-bottom: 0;
}
.article-page__body blockquote.informational {
  background: #DDEDCA;
}
.article-page__body blockquote.informational:before {
  background-image: url(/hc/theming_assets/01JYP5ZKK3ATHHPSAVBVYA5NRM);
}
.article-page__body blockquote.notification {
  background: #D9EBF7;
}
.article-page__body blockquote.notification:before {
  background-image: url(/hc/theming_assets/01JYP5ZKVZCNYN7N0HYX2J6X73);
}
.article-page__body blockquote.warning {
  background: #FFEDD9;
}
.article-page__body blockquote.warning:before {
  background-image: url(/hc/theming_assets/01JYP5ZM75X2003SY12DTZH06H);
}
.article-page__body blockquote.alert {
  background: #F8D9DD;
}
.article-page__body blockquote.alert:before {
  background-image: url(/hc/theming_assets/01JYP5ZJYMBVEXDSX3ACNR6576);
}
.article-page__body blockquote.commercial {
  background: #E6F1F0;
  border-color: rgb(220.1923076923, 235.5076923077, 234.1153846154);
}
.article-page__body hr {
  border-top: 1px solid #EDEDED;
  margin: 50px 0;
}
@media (max-width: 767px) {
  .article-page__body hr {
    margin: 30px 0;
  }
}
.article-page__body dl {
  margin: 30px 0;
}
.article-page__body dl dd {
  margin-left: 0;
}
.article-page__body dl dd:not(:last-child) {
  margin-bottom: 20px;
}
.article-page__body dl dd a {
  text-decoration: underline;
  display: flex;
  align-items: flex-start;
}
.article-page__body p {
  margin: 20px 0;
}
.article-page__body h2 + p,
.article-page__body h3 + p {
  margin-top: 0;
}
.article-page__body p:has(+ ul:not(.arrow-list)),
.article-page__body p:has(+ ol:not(.arrow-list)) {
  margin-bottom: 4px;
}
.article-page__body figure {
  max-width: 100%;
}
.article-page__body .btn {
  display: inline-block;
  margin: 0;
  padding: 9px 20px;
  min-height: 40px;
  box-sizing: border-box;
  border-radius: 100px;
  border: none;
  background-color: #0078c8;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-align: center;
  outline: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .article-page__body .btn {
    padding: 16px 30px 16px 30px;
  }
}
.article-page__body .btn:hover {
  opacity: 0.9;
}
.article-page__body h2 {
  font-size: 24px;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .article-page__body h2 {
    font-size: 16px;
    font-weight: 500;
  }
}
.article-page__body h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 4px;
}
@media (max-width: 767px) {
  .article-page__body h3 {
    font-size: 16px;
  }
}
.article-page__body strong, .article-page__body a {
  font-weight: 500;
}
.article-page__content {
  line-height: 1.6;
  word-wrap: break-word;
}
.article-page__attachments {
  margin-top: 30px;
}
.article-page__sidebar {
  width: 344px;
  flex-shrink: 0;
}
@media (max-width: 1099px) {
  .article-page__sidebar {
    display: none;
  }
}

.article__votes {
  border: 1px solid #E2E2E2;
  padding: 24px;
  margin: 48px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1099px) {
  .article__votes {
    margin: 24px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}
.article-votes-question {
  font-weight: 500;
  font-size: 14px;
}
@media (max-width: 1099px) {
  .article-votes-question {
    font-size: 16px;
  }
}
.article-vote {
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 500;
  color: #3c3c3c;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0;
}
.article-votes-controls {
  display: flex;
  gap: 16px;
}
@media (max-width: 1099px) {
  .article-votes-controls {
    gap: 24px;
  }
}
.article-vote-up::before {
  background-image: url(/hc/theming_assets/01JYP5ZMTNR8JKREMYJS6X8CY3);
}
.article-vote-up:hover, .article-vote-up:focus, .article-vote-up:active {
  outline: none;
}
.article-vote-up[aria-pressed=true] {
  text-decoration: underline;
}
.article-vote-down::before {
  background-image: url(/hc/theming_assets/01JYP5ZM2TFRS1K56VSB98BHAP);
}
.article-vote-down:hover, .article-vote-down:focus, .article-vote-down:active {
  outline: none;
}
.article-vote-down[aria-pressed=true] {
  text-decoration: underline;
}
.article-vote-up::before, .article-vote-down::before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  flex-shrink: 0;
}

.recent-articles h3,
.related-articles h3 {
  font-size: 14px;
  margin: 20px 0;
}
.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

.category-tree {
  border: 1px solid #E2E2E2;
  padding: 24px;
}
.category-tree .section-list {
  display: none;
  flex-direction: column;
  margin-left: 24px;
}
.category-tree .article-list {
  display: none;
  flex-direction: column;
  margin-left: 24px;
}
.category-tree .category-item__title,
.category-tree .section-item__title,
.category-tree .article-item__title {
  cursor: pointer;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.category-tree .category-item:not(:last-child) {
  margin-bottom: 16px;
}
.category-tree .category-item__dropdown {
  background-image: url(/hc/theming_assets/01JYP5ZKHW2RCRDS7ZK3RGNKVE);
  background-size: cover;
  width: 12px;
  height: 6px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.category-tree .category-item__title {
  color: #3c3c3c;
  font-weight: 500;
  font-size: 16px;
}
.category-tree .section-item {
  margin: 8px 0;
}
.category-tree .section-item__title {
  margin: 4px 0;
}
.category-tree .article-item {
  margin: 8px 0;
}
.category-tree .article-item__title {
  color: #3c3c3c;
}
.category-tree .article-item__title--open {
  color: #BBBBBB;
}
.category-tree__spinner {
  text-align: center;
}

.accordion {
  list-style: none;
  padding-left: 0 !important;
}
.accordion > li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.accordion > li > div:nth-of-type(1) {
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid #EDEDED;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.accordion > li > div:nth-of-type(1) > h1, .accordion > li > div:nth-of-type(1) h2, .accordion > li > div:nth-of-type(1) h3, .accordion > li > div:nth-of-type(1) h4, .accordion > li > div:nth-of-type(1) h5, .accordion > li > div:nth-of-type(1) h6 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
}
.accordion > li > div:nth-of-type(1)::after {
  content: "";
  background-image: url(/hc/theming_assets/01JYP5ZKHW2RCRDS7ZK3RGNKVE);
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 9px;
  display: block;
}
.accordion > li > div:nth-of-type(2) {
  display: none;
  border-bottom: 1px solid #EDEDED;
  padding: 20px 0;
}
.accordion > li > div:nth-of-type(2) > p:first-child {
  margin-top: 0;
}
.accordion > li > div:nth-of-type(2) > p:last-child {
  margin-bottom: 0;
}
.accordion > li::before {
  content: none !important;
}
.accordion > li.active > div:nth-of-type(1)::after {
  transform: rotate(180deg);
}
.accordion > li.active > div:nth-of-type(2) {
  display: block;
}
.accordion > li:last-child > div:nth-of-type(2) {
  border-bottom: none;
}

.upsell-box {
  padding: 24px;
  margin-bottom: 48px;
}
.upsell-box__icon {
  margin-bottom: 16px;
}
.upsell-box__icon img {
  width: auto;
  height: 72px;
  display: block;
}
.upsell-box__heading {
  font-size: 24px;
  margin: 0 0 16px 0;
  font-weight: 400;
}
.upsell-box__content {
  margin-bottom: 16px;
}
.upsell-box__button {
  width: 100%;
  text-align: center;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E2E2E2;
  padding: 15px 0;
  flex-wrap: wrap;
}
@media (min-width: 1100px) {
  .attachments .attachment-item {
    padding: 15px 0 15px 25px;
  }
}
.attachments .attachment-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.attachments .attachment-item::before {
  color: #3c3c3c;
  content: "📎";
  font-size: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
@media (min-width: 1100px) {
  .attachments .attachment-item::before {
    display: block;
  }
}
[dir=rtl] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .attachments .attachment-item::before {
  left: auto;
  right: 0;
}
.attachments .attachment-item__title {
  width: 100%;
  flex: 1 0 auto;
}
@media (min-width: 1100px) {
  .attachments .attachment-item__title {
    width: auto;
  }
}
.attachments .attachment-item__meta {
  width: 100%;
}
@media (min-width: 1100px) {
  .attachments .attachment-item__meta {
    width: auto;
  }
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

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

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

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

.vote-voted {
  color: #0078c8;
}

.vote-voted:hover {
  color: rgb(0, 129.18, 215.3);
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #1eb848;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  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: #0078c8;
}
.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 1099px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}
[dir=rtl] .status-label-official {
  left: 30px;
  right: auto;
}
.status-label-pending, .status-label-not-planned {
  background-color: #eee;
  color: #8A8989;
}
.status-label-pending {
  text-align: center;
}
.status-label-open {
  background-color: #e03b30;
}
.status-label-closed {
  background-color: #ddd;
}
.status-label-solved {
  background-color: #999;
}
.status-label-new {
  background-color: #ffd12a;
}
.status-label-hold {
  background-color: #000;
}
.status-label-open, .status-label-closed, .status-label-solved, .status-label-new, .status-label-hold, .status-label-answered {
  text-transform: lowercase;
}

/***** Pagination *****/
.pagination {
  margin: 48px 0 0;
  background-color: transparent;
  display: inline-block;
}
@media (max-width: 767px) {
  .pagination {
    margin: 24px 0 0;
  }
}
.pagination-list {
  display: flex;
  gap: 16px;
}

.pagination li {
  height: 40px;
  width: 40px;
}
.pagination li:hover:not(.pagination-current) {
  background-color: transparent;
}

.pagination a,
.pagination span {
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #3c3c3c;
}

.pagination-current {
  background-color: transparent;
}

.pagination-next a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/hc/theming_assets/01JYP5ZK8FNHB3D2ENJN7CXVDC);
  background-size: contain;
  background-repeat: no-repeat;
}

.pagination-prev a::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/hc/theming_assets/01JYP5ZKA87YYC66SRMX6DA4T3);
  background-size: contain;
  background-repeat: no-repeat;
}

.pagination-first,
.pagination-last {
  display: none;
}

.pagination-first-text,
.pagination-next-text,
.pagination-prev-text,
.pagination-last-text {
  display: none !important;
}

.pagination-first-icon,
.pagination-next-icon,
.pagination-prev-icon,
.pagination-last-icon {
  display: none !important;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #8A8989;
  font-size: 12px;
  font-weight: 300;
}
.meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 5px;
}

/***** Search results *****/
.search-results {
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1100px) {
  .search-results {
    flex-direction: row;
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .search-results {
    margin-bottom: 24px;
  }
}
.search-results-column {
  flex: 1;
}
@media (min-width: 1100px) {
  .search-results-column {
    flex: 0 0 45%;
  }
}
.search-results-list {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 48px;
}
@media (max-width: 1099px) {
  .search-results-list {
    gap: 24px;
  }
}
.search-results-sidebar {
  margin-bottom: 20px;
}
@media (min-width: 1100px) {
  .search-results-sidebar {
    margin-bottom: 0;
    width: 250px;
    margin-right: 40px;
  }
}
.search-results-main {
  max-width: 100%;
}
.search-results-main > p {
  font-size: 18px;
  margin: 0;
}
.search-results-main > p a {
  text-decoration: underline;
}

.search-result {
  border: 1px solid #E2E2E2;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.search-result-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #3c3c3c;
  font-size: 24px;
}
@media (max-width: 1099px) {
  .search-result-link {
    font-weight: 500;
    font-size: 18px;
  }
}
.search-result-link:hover {
  text-decoration: underline;
}
.search-result-link i {
  margin-left: 5px;
}
.search-result-description {
  font-size: 18px;
  line-height: 1.8;
}
@media (max-width: 1099px) {
  .search-result-description {
    font-size: 14px;
    font-weight: 500;
  }
}
.search-result-description em {
  font-style: normal;
}
.search-result__read-more-link {
  text-decoration: underline;
  font-weight: 500;
}
.search-result-votes, .search-result-meta-count {
  color: #8A8989;
  display: inline-block;
  font-size: 12px;
  font-weight: 300;
  padding: 4px 5px;
  position: relative;
  display: flex;
}
.search-result-votes::before, .search-result-meta-count::before {
  color: #0078c8;
}
[dir=ltr] .search-result-votes, [dir=ltr] .search-result-meta-count {
  margin-left: 5px;
}
[dir=ltr] .search-result-votes::before, [dir=ltr] .search-result-meta-count::before {
  margin-right: 3px;
}
[dir=rtl] .search-result-votes, [dir=rtl] .search-result-meta-count {
  margin-right: 5px;
}
[dir=rtl] .search-result-votes::before, [dir=rtl] .search-result-meta-count::before {
  margin-left: 3px;
}
.search-result-breadcrumbs {
  margin: 0;
  display: flex;
}
.search-result-breadcrumbs a {
  color: #3c3c3c;
  font-size: 12px;
}
.search-result-breadcrumbs a:visited {
  color: #3c3c3c;
}
.search-result-breadcrumbs li {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
}
.search-result-breadcrumbs li:last-child {
  color: #BBBBBB !important;
}
.search-result-breadcrumbs li:last-child a:visited,
.search-result-breadcrumbs li:last-child a {
  color: #BBBBBB !important;
}
.search-result-breadcrumbs li:not(:last-child) {
  margin-right: 0;
  flex-shrink: 0;
}
.search-result-breadcrumbs li:not(:last-child):after {
  content: "/";
  display: inline-block;
  vertical-align: middle;
  color: #BBBBBB;
}

.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;
  outline: 0;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid rgb(216, 216, 216);
  border-radius: 3px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  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;
  margin-top: 5px;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu[aria-expanded=true] {
  display: block;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid rgb(216, 216, 216);
  color: rgb(150, 150, 150);
  display: block;
  font-weight: normal;
  font-size: 11px;
  padding: 5px 0;
  margin: 5px 20px 10px 20px;
}
.dropdown-menu [role=menuitem] {
  color: #333;
  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] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #333;
}
.dropdown-menu [role=menuitem][aria-selected=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true] {
  display: none !important;
}

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

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

[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;
  margin-left: 3px;
}

.contact-belt__heading {
  font-size: 24px;
  font-weight: 400;
  margin: 0 0 24px 0;
}
@media (max-width: 1099px) {
  .contact-belt__heading {
    font-size: 16px;
    font-weight: 500;
  }
}
.contact-belt__channels {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .contact-belt__channels {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .contact-belt__channels > * {
    flex: 1 1 300px;
    min-width: 300px;
  }
}
.contact-belt__channel {
  background-color: #F7F7F7;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.contact-belt__channel-icon {
  margin-bottom: 16px;
}
.contact-belt__channel-heading {
  font-size: 18px;
  margin: 0;
}
.contact-belt__channel-text {
  margin: 0;
  color: #8A8989;
  margin: 0 0 16px 0;
}
.contact-belt__channel-btn {
  margin-top: auto;
}
@media (max-width: 1099px) {
  .contact-belt__channel-btn a {
    text-align: center;
    width: 100%;
  }
}

@media (min-width: 768px) {
  .new-request-page .contact-belt__channels {
    grid-template-columns: repeat(2, 1fr);
  }
}
.new-request-page.new-request-page--no-channels .contact-belt {
  display: none;
}
@media (min-width: 1100px) {
  .new-request-page.new-request-page--single-channel .request-form-container {
    display: flex;
  }
}
@media (min-width: 1100px) {
  .new-request-page.new-request-page--single-channel .request-form-container__alternative-channel {
    display: block;
  }
}
@media (max-width: 1099px) {
  .new-request-page.new-request-page--single-channel .contact-belt {
    display: block;
  }
}
@media (min-width: 1100px) {
  .new-request-page.new-request-page--single-channel .contact-belt {
    display: none;
  }
}
@media (max-width: 767px) {
  .new-request-page.new-request-page--single-channel .contact-belt__channels {
    grid-template-columns: repeat(1, 1fr);
  }
}

.request-form-container {
  margin-bottom: 48px;
  display: block;
  gap: 48px;
}
@media (max-width: 767px) {
  .request-form-container {
    margin-bottom: 24px;
    padding-top: 24px;
  }
}
.request-form-container h1 {
  font-size: 24px;
  margin: 0;
}
@media (max-width: 1099px) {
  .request-form-container h1 {
    font-size: 16px;
    font-weight: 500;
  }
}
.request-form-container__description {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 1099px) {
  .request-form-container__description {
    font-size: 14px;
  }
}
.request-form-container__box {
  padding: 24px;
  border: 1px solid #E2E2E2;
}
.request-form-container__alternative-channel {
  width: 300px;
  display: none;
}
.request-form-container__form-container {
  margin-top: 16px;
}
@media (min-width: 1100px) {
  .request-form-container__form-container {
    max-width: 488px;
  }
}
@media (min-width: 1100px) {
  .request-form-container footer input[type=submit] {
    padding: 8px 24px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .request-form-container footer input[type=submit] {
    width: 100%;
  }
}

#request_description_hint {
  margin: 4px 0 0;
}

.new-request__contact-belt {
  margin-bottom: 60px;
}
@media (max-width: 1099px) {
  .new-request__contact-belt {
    display: none;
  }
}

@media (max-width: 1099px) {
  .request-form__headline--desktop {
    display: none;
  }
}
.request-form__headline--tablet {
  font-size: 35px;
}
@media (min-width: 1100px) {
  .request-form__headline--tablet {
    display: none;
  }
}
@media (max-width: 767px) {
  .request-form__headline--tablet {
    font-size: 20px;
  }
}

.request-form__contact-text {
  font-size: 18px;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
.request-form__contact-text img {
  margin-right: 20px;
  width: 20px;
}
.request-form__contact-text p {
  margin: 0;
}
@media (min-width: 1100px) {
  .request-form__contact-text {
    display: none;
  }
}

.request-form__chat-link {
  color: #0078c8;
  text-decoration: underline;
  cursor: pointer;
}

.request-form__email-hint {
  font-size: 14px;
  margin: 4px 0 0;
}
@media (max-width: 767px) {
  .request-form__email-hint {
    width: 100%;
  }
}

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #0078c8;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
.alert-box {
  background: #e1f4ff;
  position: relative;
  z-index: 5000;
  display: flex;
  flex-direction: column;
  gap: 8px;
  line-height: 22px;
  padding: 24px 64px 24px 24px;
}
@media (min-width: 1100px) {
  .alert-box {
    line-height: 24px;
    align-items: center;
    flex-direction: row;
    gap: 16px;
  }
}
.alert-box__icon {
  width: 24px;
  height: 24px;
  display: none;
}
.alert-box--notification {
  background: #D9EBF7;
}
.alert-box--notification .alert-box__icon--notification {
  display: block;
}
.alert-box--informational {
  background: #DDEDCA;
}
.alert-box--informational .alert-box__icon--informational {
  display: block;
}
.alert-box--warning {
  background: #FFEDD9;
}
.alert-box--warning .alert-box__icon--warning {
  display: block;
}
.alert-box__content > p {
  text-align: left;
}
.alert-box__content > p:first-child {
  margin-top: 0;
}
.alert-box__content > p:last-child {
  margin-bottom: 0;
}
.alert-box__content > p a {
  text-decoration: underline;
}
.alert-box__close {
  margin: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 18px;
  right: 16px;
  width: 40px;
  height: 40px;
  padding: 0;
}
@media (min-width: 1100px) {
  .alert-box__close {
    transform: translateY(-50%);
    top: 50%;
  }
}

.quick-guides {
  border: 1px solid #E2E2E2;
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.quick-guides__icon {
  margin: 0 0 16px 0;
}
.quick-guides__heading {
  font-size: 18px;
  margin: 0;
}
@media (max-width: 1099px) {
  .quick-guides__heading {
    font-size: 14px;
  }
}
.quick-guides__description {
  color: #8A8989;
  padding-bottom: 16px;
  border-bottom: 1px solid #E2E2E2;
}
.quick-guides__description p {
  margin: 0;
}
.quick-guides__links {
  padding-top: 16px;
  flex: 1;
}
.quick-guides__links > ul > li > a {
  font-weight: 500;
  margin-bottom: 8px;
  display: inline-block;
}
.quick-guides__links > ul > li > a:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url(/hc/theming_assets/01JYP5ZKECW1784MV5FN1PB0MR);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
  vertical-align: sub;
}
.quick-guides__see-all {
  font-weight: 500;
  text-decoration: underline;
  margin-top: 8px;
}

.language-modal {
  background-color: rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 500;
}
.language-modal__inner {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  background-color: white;
  padding: 48px;
}
@media (max-width: 767px) {
  .language-modal__inner {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .language-modal__inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px;
    padding: 48px;
  }
}
.language-modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  z-index: 550;
}
.language-modal__close > img {
  width: 16px;
  height: auto;
}
.language-modal__icon {
  margin: 0 0 16px 0;
}
.language-modal__icon > img {
  width: 72px;
  height: auto;
}
.language-modal__title {
  font-size: 24px;
  margin: 0 0 16px 0;
}
.language-modal__description {
  margin: 0 0 16px 0;
}
.language-modal__description > p {
  margin: 0 0 8px 0;
}
.language-modal__description > p:last-child {
  margin: 0;
}
.language-modal__label {
  display: block;
  margin: 0 0 4px 0;
}
.language-modal__select {
  margin: 0 0 24px 0;
  border: 1px solid #BBBBBB;
  border-radius: 100px;
}
.language-modal__select select {
  font-size: 16px;
  padding: 11px 20px;
  border: none;
  margin: 0;
  background-color: transparent;
}
.language-modal__actions {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .language-modal__actions {
    gap: 16px;
    flex-direction: column-reverse;
  }
}

body.language-modal-open {
  overflow: hidden;
}
body.language-modal-open .language-modal {
  display: block;
}

.locale-dropdown {
  position: relative;
}
.locale-dropdown > button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.locale-dropdown > ul {
  display: none;
  position: absolute;
  right: 0;
  z-index: 500;
  background-color: white;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  font-size: 16px;
}
.locale-dropdown > ul > li {
  margin: 0 0 20px 0;
}
.locale-dropdown > ul > li:last-child {
  margin: 0;
}
.locale-dropdown > ul > li > a:hover {
  color: #0078C8;
}
.locale-dropdown.locale-dropdown--header > ul {
  top: 45px;
  right: -16px;
}
.locale-dropdown.locale-dropdown--header .locale-dropdown__icon {
  display: none;
}
.locale-dropdown.locale-dropdown--footer > button:hover {
  color: #0078C8;
}
.locale-dropdown.locale-dropdown--footer > button:hover svg path {
  stroke: #0078C8;
}
.locale-dropdown.locale-dropdown--footer > ul {
  bottom: 45px;
}
.locale-dropdown.locale-dropdown--open .locale-dropdown__arrow {
  transform: rotate(180deg);
}
.locale-dropdown.locale-dropdown--open > ul {
  display: block;
}

#preview-bar-container {
  display: none;
}

.preview-bar-toggle {
  position: fixed;
  bottom: 5px;
  left: 5px;
  display: none;
}
.preview-bar-toggle__btn {
  background-color: gold;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 7px;
  position: relative;
  border-radius: 25px;
  vertical-align: middle;
}
.preview-bar-toggle__guide-btn {
  background-color: greenyellow;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 7px;
  position: relative;
  border-radius: 25px;
  vertical-align: middle;
}

@media (min-width: 1100px) {
  .error-page {
    margin-bottom: 48px;
  }
}
@media (max-width: 1099px) {
  .error-page {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .error-page {
    padding-top: 24px;
  }
}
.error-page__icon {
  width: 72px;
  height: 72px;
}
.error-page__icon--mobile {
  display: none;
}
@media (max-width: 1099px) {
  .error-page__icon {
    display: none;
    width: 48px;
    height: 48px;
    margin-bottom: 8px;
  }
  .error-page__icon--mobile {
    display: block;
  }
}
.error-page h1 {
  margin-bottom: 8px;
}
@media (max-width: 1099px) {
  .error-page h1 {
    font-size: 16px;
    font-weight: 500;
  }
}
.error-page h2 {
  font-size: 18px;
}
@media (max-width: 1099px) {
  .error-page h2 {
    font-size: 14px;
  }
}
.error-page p {
  font-weight: 500;
}
.error-page__links {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 24px;
}
.error-page__links a {
  color: #3c3c3c;
  font-weight: 500;
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
  text-decoration: underline;
}

.request-page__icon {
  width: 48px;
  height: 48px;
  margin-bottom: 8px;
}
@media (min-width: 1100px) {
  .request-page__icon {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 767px) {
  .request-page__icon {
    margin-top: 24px;
  }
}
.request-page h1 {
  font-size: 24px;
  margin-bottom: 8px;
}
@media (max-width: 1099px) {
  .request-page h1 {
    font-size: 16px;
    font-weight: 500;
  }
}
.request-page h2 {
  font-size: 18px;
}
@media (max-width: 1099px) {
  .request-page h2 {
    font-size: 14px;
  }
}