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

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

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

a {
  background-color: transparent;
}

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

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

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

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

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

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: HelveticaNowDisplay;
  src: url(/hc/theming_assets/01JVC7EZ6ZA3Q521X5DEXCFZE4) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: HelveticaNowDisplay;
  src: url(/hc/theming_assets/01JVC7EYZR77JSV29300ZMHMPT) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: HelveticaNowDisplay;
  src: url(/hc/theming_assets/01JVC7EZ3FDYJDN69PJ7W8H1SF) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: HelveticaNowText;
  src: url(/hc/theming_assets/01JVC7EYZEDVQJ80V6WT8BMV9P) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: HelveticaNowText;
  src: url(/hc/theming_assets/01JVC7EZ380D5JW7C4ZTWJ4VJB) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: HelveticaNowText;
  src: url(/hc/theming_assets/01JVC7EZ0S46H35FTMNQ5HJHMP) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 300;
  font-display: block;
  src: url(/hc/theming_assets/01JVC7EZ1HAGC0XWVQZTWVA6V5) format("woff2");
}
.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

@media (max-width: 743.98px) {
  .is--hidden-sm {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .is--hidden-md {
    display: none !important;
  }
}

@media (min-width: 744px) {
  .is--hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 1279.98px) {
  .is--hidden-lg {
    display: none !important;
  }
}

@media (min-width: 1024px) {
  .is--hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1439.98px) {
  .is--hidden-xl {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .is--hidden-xl-up {
    display: none !important;
  }
}

.moodbanner .wrapper {
  background-color: #011b3d;
  border-radius: 24px;
  overflow: hidden;
  color: #fff;
}
@media (min-width: 1024px) {
  .moodbanner .moodbanner-container {
    padding-left: 48px;
    display: flex;
    flex-direction: row-reverse;
    gap: 40px;
    justify-content: space-between;
    align-items: center;
  }
}
@media (min-width: 1280px) {
  .moodbanner .moodbanner-container {
    padding: 0 64px;
    gap: 120px;
  }
}
.moodbanner .image {
  overflow: hidden;
  height: 200px;
}
.moodbanner .image img {
  position: relative;
  bottom: 180px;
}
@media (min-width: 744px) {
  .moodbanner .image {
    display: none;
    height: initial;
  }
  .moodbanner .image img {
    position: initial;
    bottom: 0;
  }
}
@media (min-width: 1024px) {
  .moodbanner .image {
    display: block;
    flex-shrink: 0;
    border-radius: 0px 0px 48px 0px;
    overflow: hidden;
    width: 496px;
  }
  .moodbanner .image img {
    display: block;
    height: 100%;
  }
}
@media (min-width: 1280px) {
  .moodbanner .image {
    width: 488px;
  }
}
.moodbanner .textWrapper {
  padding: 40px 32px 32px;
}
@media (min-width: 744px) {
  .moodbanner .textWrapper {
    padding: 48px;
  }
}
@media (min-width: 1024px) {
  .moodbanner .textWrapper {
    padding: 64px 0;
    width: calc(50% - 60px);
  }
}
.moodbanner .title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 0;
}
@media (min-width: 744px) {
  .moodbanner .title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1024px) {
  .moodbanner .title {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0.24px;
  }
}
.moodbanner .title span {
  color: #dd3728;
}
.moodbanner .buttonText {
  display: block;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
  font-weight: 500;
}
.moodbanner .buttonText + .buttonText {
  margin-top: 16px;
}
@media (min-width: 744px) {
  .moodbanner .buttonText + .buttonText {
    margin-top: 0;
  }
}
@media (min-width: 1280px) {
  .moodbanner .buttonText + .buttonText {
    margin-top: 10px;
  }
}
.moodbanner .custom-button-text {
  transition: color 0.3s 0s ease-in-out, text-decoration-color 0.3s 0s ease-in-out;
  text-decoration: underline;
  text-decoration-color: #dd3728;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.moodbanner .custom-button-text:hover {
  text-decoration-color: transparent;
  color: #dd3728;
}
.moodbanner .text {
  margin-top: 24px;
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
}
.moodbanner .text span {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 20px;
  color: #c5cfdb;
}
@media (min-width: 744px) {
  .moodbanner .buttons-wrapper {
    display: flex;
    gap: 32px;
  }
}
@media (min-width: 1280px) {
  .moodbanner .buttons-wrapper {
    gap: 0;
    flex-direction: column;
  }
}

.mainteaser {
  padding: 48px 0 80px;
  color: white;
  background-color: #011b3d;
  border-bottom-right-radius: 48px;
  position: relative;
  text-align: center;
}
@media (min-width: 744px) {
  .mainteaser {
    padding: 80px 0 112px;
  }
}
@media (min-width: 1024px) {
  .mainteaser {
    padding: 96px 0 144px;
  }
}
@media (min-width: 1024px) {
  .mainteaser {
    padding: 120px 0 160px;
  }
}
.mainteaser .wrapper {
  z-index: 1;
  position: relative;
}
.mainteaser .title {
  padding: 0;
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  hyphens: auto;
  hyphenate-limit-chars: auto 7;
}
@media (min-width: 744px) {
  .mainteaser .title {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0.24px;
  }
}
@media (min-width: 1024px) {
  .mainteaser .title {
    font-size: 56px;
    line-height: 60px;
    letter-spacing: 0.56px;
  }
}
@media (min-width: 744px) {
  .mainteaser .title {
    hyphens: none;
  }
}
.mainteaser .subtitle {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.09px;
  margin: 0 auto 48px;
  max-width: 523px;
}
@media (min-width: 1024px) {
  .mainteaser .subtitle {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.1px;
  }
}
.mainteaser .content {
  z-index: 1;
  position: relative;
}
@media (min-width: 744px) {
  .mainteaser .content {
    flex: 0 0 75%;
    max-width: 75%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .mainteaser .content {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
}
.mainteaser .overlayImage {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.categories-block {
  background: white;
}
.categories-block#internal_block {
  display: none;
}
.categories-block#internal_block .cardsWrapper {
  padding: 0;
  justify-content: flex-start;
}
.categories-block#internal_block .container {
  padding-bottom: 60px;
}
.categories-block#internal_block + div .container {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (min-width: 1280px) {
  .categories-block#internal_block .benefitBox {
    max-width: calc(25% - 24px);
  }
}
.categories-block .title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.5px;
  font-weight: 700;
  margin-bottom: 0;
  hyphens: auto;
  hyphenate-limit-chars: auto 7;
}
@media (min-width: 744px) {
  .categories-block .title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1024px) {
  .categories-block .title {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0.24px;
  }
}
@media (min-width: 744px) {
  .categories-block .title {
    hyphens: none;
  }
}
.categories-block .intro {
  display: flex;
  justify-content: center;
  text-align: center;
}
@media (min-width: 744px) {
  .categories-block .intro > div {
    flex: 0 0 75%;
    max-width: 75%;
  }
}
@media (min-width: 1024px) {
  .categories-block .intro > div {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.categories-block .text {
  margin-top: 16px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.09px;
  font-weight: 500;
}
@media (min-width: 1024px) {
  .categories-block .text {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.1px;
  }
}
.categories-block .cardsWrapper {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 32px;
  padding-top: 64px;
}
@media (min-width: 744px) {
  .categories-block .cardsWrapper {
    padding-top: 56px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .categories-block .cardsWrapper .benefitBox {
    max-width: calc(50% - 16px);
    height: auto;
  }
}
@media (min-width: 1024px) {
  .categories-block .cardsWrapper {
    gap: 32px;
    padding-top: 80px;
  }
}
@media (min-width: 1280px) {
  .categories-block .cardsWrapper {
    margin: 0 auto;
  }
  .categories-block .cardsWrapper .benefitBox {
    max-width: initial;
    flex: 1;
  }
}
.categories-block .benefitBox {
  position: relative;
  border-radius: 28px;
  padding: 24px;
  background-color: #f4f8fc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 216px;
  gap: 24px;
  flex-grow: 1;
  width: 100%;
  height: 100%;
}
.categories-block .card-title {
  font-weight: 700;
  color: #191f25;
  margin-bottom: 12px;
}
.categories-block .card-title * {
  display: inline-block;
  margin: 0;
}
.categories-block .card-title h5 {
  font-size: 21px;
  line-height: 27px;
}
@media (min-width: 1024px) {
  .categories-block .card-title h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
.categories-block .card-text {
  color: #191f25;
}
.categories-block .iconWrapper {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: path("M0.5 9C1 4.5 4.5 1 9 0.5C9 0.5 14 0 20 0C26 0 31 0.5 31 0.5C35.5 1 39 4.5 39.5 9C39.5 9 40 14 40 20C40 26 39.5 31 39.5 31C39 35.5 35.5 39 31 39.5C31 39.5 26 40 20 40C14 40 9 39.5 9 39.5C4.5 39 1 35.5 0.5 31C0.5 31 0 26 0 20C0 14 0.5 9 0.5 9Z");
  background-color: #022c63;
}
.categories-block .iconWrapper span {
  color: #fff;
}
.categories-block .iconWrappers {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.categories-block .titleContentWrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.categories-block .card-link {
  padding-top: 16px;
  margin-top: auto;
  transition: color 0.3s 0s ease-in-out, text-decoration-color 0.3s 0s ease-in-out;
  text-decoration: underline;
  text-decoration-color: #dd3728;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  font-weight: 500;
}
.categories-block .card-link:hover {
  text-decoration-color: transparent;
  color: #dd3728;
}

.highlighted-articles {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.highlighted-articles.no-results {
  gap: 0;
}
.highlighted-articles .title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.5px;
}
@media (min-width: 744px) {
  .highlighted-articles .title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1024px) {
  .highlighted-articles .title {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0.24px;
  }
}
.highlighted-articles .subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.09px;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .highlighted-articles .subtitle {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.1px;
  }
}
.highlighted-articles .list_date {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #dd3728;
  margin-bottom: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
.highlighted-articles .list_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.highlighted-articles .list_header h5 {
  font-size: 21px;
  line-height: 27px;
}
@media (min-width: 1024px) {
  .highlighted-articles .list_header h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
.highlighted-articles .list_title_wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}
.highlighted-articles .list_title_wrapper h5 {
  font-size: 21px;
  line-height: 27px;
}
@media (min-width: 1024px) {
  .highlighted-articles .list_title_wrapper h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
.highlighted-articles .list_title_wrapper span {
  background-color: #f9a825;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 4px 6px;
  color: #011b3d;
}
.highlighted-articles .card {
  padding: 28px 0;
  border-bottom: 1px solid #edf1f5;
}
.highlighted-articles .card:first-child {
  padding-top: 0;
}
.highlighted-articles .card p {
  margin: 0;
}
.highlighted-articles .card a {
  transition: color ease-in-out 0.3s 0s;
}
.highlighted-articles .card a:hover {
  color: #666f7a;
}
.highlighted-articles .breadcrumps {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-top: 16px;
}
.highlighted-articles .highlighted-articles-no-result-subtitle {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.09px;
  font-weight: 500;
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .highlighted-articles .highlighted-articles-no-result-subtitle {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.1px;
  }
}
.highlighted-articles .highlighted-articles-no-result-button {
  margin-top: 40px;
}
@media (min-width: 1280px) {
  .highlighted-articles {
    flex-direction: row;
    gap: 40px;
  }
  .highlighted-articles .title-wrapper {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .highlighted-articles.no-results {
    flex-direction: column;
    gap: 0;
  }
}

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

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  color: inherit;
}
a:focus {
  outline: 0;
}

button,
input[type=button] {
  border: 0;
  background: transparent;
  padding: 0;
}
button:focus,
input[type=button]:focus {
  outline: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: HelveticaNowDisplay;
  font-weight: 700;
  margin: 0;
}

body,
.global-body {
  font-family: HelveticaNowText;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #191f25;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
  color: #191f25;
  hyphens: auto;
  hyphenate-limit-chars: auto 7;
  -webkit-hyphenate-limit-before: 7;
  -webkit-hyphenate-limit-after: 7;
}
@media (min-width: 744px) {
  body,
  .global-body {
    hyphens: none;
  }
}

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1440px;
  max-width: 1440px;
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (min-width: 744px) {
  .container {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 1280px) {
  .container {
    padding-right: 64px;
    padding-left: 64px;
  }
}
.container.removePadding {
  padding-top: 0;
  padding-bottom: 0;
}
.container.removePaddingBottom {
  padding-bottom: 0;
}
.container.large {
  max-width: 1440px;
}
@media (min-width: 1024px) {
  .container {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}

.group > div:first-child .container {
  padding-bottom: 60px;
}
.group > div:last-child .container {
  padding-top: 60px;
}

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

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

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

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

.button, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .section-subscribe button, .split-button button {
  transition: opacity 0.3s 0s ease-in-out, background 0.3s 0s ease-in-out, color 0.3s 0s ease-in-out;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  white-space: nowrap;
  padding: 10px 16px;
  height: 40px;
  color: white;
  border-radius: 8px;
  position: relative;
}
.button span, .subscriptions-subscribe button span, .requests-table-toolbar .organization-subscribe button span, .community-follow button span, .section-subscribe button span, .split-button button span {
  margin-left: 4px;
}
.button.disabled, .subscriptions-subscribe button.disabled, .requests-table-toolbar .organization-subscribe button.disabled, .community-follow button.disabled, .section-subscribe button.disabled, .split-button button.disabled {
  background-color: #98a3b2;
  pointer-events: none;
}
.button.inner, .subscriptions-subscribe button.inner, .requests-table-toolbar .organization-subscribe button.inner, .community-follow button.inner, .section-subscribe button.inner, .split-button button.inner {
  display: flex;
}
.button.primary, .subscriptions-subscribe button.primary, .requests-table-toolbar .organization-subscribe button.primary, .community-follow button.primary, .section-subscribe button.primary, .split-button button.primary {
  background-color: #dd3728;
}
.button.primary:hover, .subscriptions-subscribe button.primary:hover, .requests-table-toolbar .organization-subscribe button.primary:hover, .community-follow button.primary:hover, .section-subscribe button.primary:hover, .split-button button.primary:hover {
  color: white;
  background-color: #c7291e;
}
.button.secondary, .subscriptions-subscribe button.secondary, .requests-table-toolbar .organization-subscribe button.secondary, .community-follow button.secondary, .section-subscribe button.secondary, .split-button button.secondary {
  border: 1px solid #fff;
}
.button.secondary:hover, .subscriptions-subscribe button.secondary:hover, .requests-table-toolbar .organization-subscribe button.secondary:hover, .community-follow button.secondary:hover, .section-subscribe button.secondary:hover, .split-button button.secondary:hover {
  opacity: 0.8;
  color: white;
}
.button.secondaryRed, .subscriptions-subscribe button.secondaryRed, .requests-table-toolbar .organization-subscribe button.secondaryRed, .community-follow button.secondaryRed, .section-subscribe button.secondaryRed, .split-button button.secondaryRed {
  border: 1px solid #dd3728;
  color: #dd3728;
}
.button.secondaryRed:hover, .subscriptions-subscribe button.secondaryRed:hover, .requests-table-toolbar .organization-subscribe button.secondaryRed:hover, .community-follow button.secondaryRed:hover, .section-subscribe button.secondaryRed:hover, .split-button button.secondaryRed:hover {
  color: #c7291e;
  border-color: #c7291e;
}
.button.secondaryWhite, .subscriptions-subscribe button.secondaryWhite, .requests-table-toolbar .organization-subscribe button.secondaryWhite, .community-follow button.secondaryWhite, .section-subscribe button.secondaryWhite, .split-button button.secondaryWhite {
  border: 1px solid #fff;
  color: #fff;
}
.button.secondaryWhite:hover, .subscriptions-subscribe button.secondaryWhite:hover, .requests-table-toolbar .organization-subscribe button.secondaryWhite:hover, .community-follow button.secondaryWhite:hover, .section-subscribe button.secondaryWhite:hover, .split-button button.secondaryWhite:hover {
  color: #c5cfdb;
  border-color: #c5cfdb;
}
.button.fullWidth, .subscriptions-subscribe button.fullWidth, .requests-table-toolbar .organization-subscribe button.fullWidth, .community-follow button.fullWidth, .section-subscribe button.fullWidth, .split-button button.fullWidth {
  width: 100%;
}
.button.sm, .subscriptions-subscribe button.sm, .requests-table-toolbar .organization-subscribe button.sm, .community-follow button.sm, .section-subscribe button.sm, .split-button button.sm {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  padding: 8px 16px;
}
.button.md, .subscriptions-subscribe button.md, .requests-table-toolbar .organization-subscribe button.md, .community-follow button.md, .section-subscribe button.md, .split-button button.md {
  height: 48px;
  padding: 12px 16px;
}
.button.lg, .subscriptions-subscribe button.lg, .requests-table-toolbar .organization-subscribe button.lg, .community-follow button.lg, .section-subscribe button.lg, .split-button button.lg {
  height: 56px;
  padding: 12px 16px;
}

/***** Split button *****/
.split-button {
  display: flex;
}

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

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

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

/***** Forms *****/
.form {
  max-width: 650px;
}

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

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

.form-field input {
  border: 1px solid #87929d;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.form-field input:focus {
  border: 1px solid #191f25;
}

.form-field input[type=text] {
  border: 1px solid #87929d;
  border-radius: 4px;
}
.form-field input[type=text]:focus {
  border: 1px solid #191f25;
}

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

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

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

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

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

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

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

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

.form-hint {
  font-size: 14px;
  line-height: 20px;
}

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

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

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

.hidden {
  display: none;
}

.header {
  transition: background 300ms ease-in 0s, transform 300ms ease-in 0ms;
  color: white;
  position: sticky;
  top: 0;
  width: 100%;
  background: #011b3d;
  z-index: 100;
}
.header.variation {
  position: relative;
  background-color: transparent;
  background: #f4f8fc;
  backdrop-filter: blur(12px);
  color: #191f25;
}
.header.variation .langswitcher {
  color: #191f25;
}
.header.variation .toggle path {
  stroke: #191f25;
}
.header .langLoginWrapper {
  display: flex;
  align-items: center;
}
.header .wrapper {
  display: flex;
  gap: 24px;
  justify-content: center;
}
.header .inner {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  max-width: 1440px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 64px;
}
@media (min-width: 744px) {
  .header .inner {
    padding-right: 32px;
    padding-left: 32px;
  }
}
@media (min-width: 1280px) {
  .header .inner {
    padding-right: 64px;
    padding-left: 64px;
  }
}
.header .logo img {
  display: block;
  height: 20px;
  width: auto;
}
@media (min-width: 1024px) {
  .header .logo img {
    height: 22px;
  }
}
.header .mobile-wrapper {
  transition: opacity 0.2s 0s ease-in, visibility 0.2s 0s ease-in;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  z-index: -1;
  display: none;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
}
.header .mobile-wrapper.menuOpen {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  display: block;
  padding: 40px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.header .mobile-wrapper.menuOpen .langswitcher {
  color: #191f25;
  margin: 0;
}
.header.inverted {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(123, 134, 148, 0.1);
  backdrop-filter: blur(10px);
}
@media (max-width: 1023.98px) {
  .header.menuOpen {
    background: white;
    height: 210px;
    position: fixed;
    top: 0;
    z-index: 102;
    width: 100%;
    transition-duration: 300ms;
    border-radius: 0px 0px 32px 0px;
  }
}
@media (min-width: 744px) {
  .header {
    display: flex;
    align-items: center;
  }
  .header .inner {
    height: 72px;
  }
}
@media (min-width: 1024px) {
  .header .inner {
    height: 80px;
  }
}
.header .toggle {
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.header .toggle path {
  stroke: white;
}
.header .toggle g,
.header .toggle path {
  transform-origin: center;
  opacity: 1;
  transition: 0.4s;
}
.header .toggle.open path {
  stroke: #191f25;
}
.header .toggle.open .line1 {
  opacity: 0;
  transform: rotateZ(90deg) translate(0, -6px);
}
.header .toggle.open .line2 {
  opacity: 0;
  transform: rotateZ(90deg) translate(0, 6px);
}
.header .toggle.open .line3 {
  transform: rotateZ(135deg) scale(1.2, 1);
}
.header .toggle.open .line4 {
  transform: rotateZ(45deg) scale(1.2, 1);
}
.header .toggle.isInverted path {
  stroke: #191f25;
}
@media (min-width: 744px) {
  .header .toggle {
    width: 20px;
    height: 20px;
  }
}
.header .langswitcher {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
  color: white;
}
.header .langswitcher span {
  margin-right: 8px;
}
.header .langswitcher a {
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.header .langswitcher.inverted {
  color: #191f25;
}
@media (min-width: 744px) {
  .header .langswitcher {
    margin-left: auto;
  }
}
@media (min-width: 1280px) {
  .header .langswitcher {
    margin-right: 16px;
  }
}

body.menuOpen::after {
  content: "";
  display: block;
  z-index: 1;
  top: 0;
  left: 0;
  position: fixed;
  width: 100vw;
  height: 100vh;
  opacity: 0.2;
  background: #011b3d;
}

.subnav {
  padding: 20px 0;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 1;
  border-top: 1px solid #dfe4eb;
}
.subnav.isSticky {
  background: rgba(255, 255, 255, 0.28);
  backdrop-filter: blur(12px);
  border: 0;
}
.subnav .title {
  font-size: 18px;
  line-height: 24px;
  display: none;
}
@media (min-width: 1024px) {
  .subnav .title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 1024px) {
  .subnav .title {
    display: block;
    min-width: 112px;
  }
}
.subnav .breadcrumbs-search-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.subnav .breadcrumbs-search-container .search {
  max-width: initial;
}
@media (min-width: 744px) {
  .subnav .breadcrumbs-search-container {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
  }
  .subnav .custom-search {
    width: calc(37.7% - 20px);
  }
}
@media (min-width: 1024px) {
  .subnav .subnav-container {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  .subnav li:first-child span {
    display: none;
  }
}

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

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

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

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

footer .contact {
  background-color: #f4f8fc;
  padding: 64px 0 40px;
}
@media (min-width: 744px) {
  footer .contact {
    padding-bottom: 64px;
  }
}
footer .card {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  height: 184px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 744px) {
  footer .card {
    width: calc(50% - 12px);
  }
}
@media (min-width: 1024px) {
  footer .card {
    width: calc(33.333% - 16px);
  }
}
@media (min-width: 1280px) {
  footer .card {
    width: calc(33.333% - 20px);
  }
}
footer .title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  footer .title {
    font-size: 20px;
    line-height: 24px;
  }
}
footer .title.isHiring {
  display: flex;
}
footer .title.isHiring:after {
  content: "Hiring!";
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #27c46a;
  border-radius: 6px;
  border: 1px solid #93e1b4;
  padding: 0px 6px 2px;
  background: #e9f9f0;
  margin-left: 8px;
  height: fit-content;
}
footer .title.isHiring {
  justify-content: space-between;
}
footer .title.isHiring:after {
  font-size: 14px;
  line-height: 20px;
}
footer .contact .buttonText {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
  font-weight: 500;
}
footer .contact .buttonText + .buttonText {
  margin-top: 8px;
}
footer .custom-button-text {
  transition: color 0.3s 0s ease-in-out, text-decoration-color 0.3s 0s ease-in-out;
  text-decoration: underline;
  text-decoration-color: #dd3728;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
footer .custom-button-text:hover {
  text-decoration-color: transparent;
  color: #dd3728;
}
footer .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 744px) {
  footer .wrapper {
    flex-direction: row;
    gap: 24px;
    flex-wrap: wrap;
  }
}
@media (min-width: 1024px) {
  footer .wrapper {
    gap: 32px;
    flex-wrap: nowrap;
  }
}
@media (min-width: 1280px) {
  footer .wrapper {
    gap: 40px;
  }
}
footer .footer {
  background: #f4f8fc;
  color: #191f25;
  padding-bottom: 20px;
  font-family: HelveticaNowText;
}
footer .footer :global .global-container {
  position: relative;
}
footer .inner:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #dfe4eb;
  margin-bottom: 64px;
}
footer .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 48px 20px;
}
footer .section {
  width: calc(50% - 10px);
}
footer .headline {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #191f25;
  margin-bottom: 16px;
}
footer .linkLegal,
footer .link {
  color: #666f7a;
  display: inline-flex;
  margin-bottom: 16px;
  align-items: center;
  transition: color ease-in-out 0.3s 0s;
}
footer .linkLegal:hover,
footer .link:hover {
  color: #191f25;
}
footer .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
footer .logoWrapper {
  display: block;
}
footer .logoWrapper img {
  width: 115px !important;
  height: 48px !important;
}
footer .socialMedia {
  width: 36px;
  height: 36px;
  padding: 8px;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 1px solid #666f7a;
  border-radius: 50%;
}
footer .socialMediaWrapper {
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
footer .linkLegal {
  font-size: 12px;
  line-height: 18px;
  display: block;
  cursor: pointer;
  margin-bottom: 0;
}
footer .link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
footer .link:last-child {
  margin-bottom: 0;
}
footer .link.isHiring {
  display: flex;
}
footer .link.isHiring:after {
  content: "Hiring!";
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  color: #27c46a;
  border-radius: 6px;
  border: 1px solid #93e1b4;
  padding: 0px 6px 2px;
  background: #e9f9f0;
  margin-left: 8px;
  height: fit-content;
}
footer .logosWrapper {
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
  width: 100%;
  border-top: 1px solid #dfe4eb;
}
footer .logosWrapper .logo {
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid #dfe4eb;
}
footer .logo img {
  height: 35px !important;
  width: auto !important;
}
footer .trustLogos {
  border-top: 1px solid #dfe4eb;
}
footer .trustLogos .trust img {
  max-height: 100%;
  width: auto !important;
}
footer .trustLogos .trust:last-child .trustContainer {
  border-bottom: 0;
}
footer .trustLogos :global .trustpilot-widget {
  height: auto;
}
footer .trustContainer {
  padding: 24px 0;
  border-bottom: 1px solid #dfe4eb;
}
footer .copyright {
  color: #666f7a;
  display: block;
  font-size: 12px;
  line-height: 18px;
  padding-top: 16px;
  transition: color ease-in-out 0.3s 0s;
}
footer .copyright:hover {
  color: #191f25;
}
@media (min-width: 744px) {
  footer .copyright {
    padding-top: 8px;
  }
}
@media (min-width: 1024px) {
  footer .copyright {
    padding-top: 0;
  }
}
footer .legalMenu {
  padding-top: 16px;
  border-top: 1px solid #dfe4eb;
  display: flex;
  gap: 8px 16px;
  flex-wrap: wrap;
}
footer .clean {
  padding-top: 40px;
}
footer .clean .contactWrapper {
  border-top: 0;
  padding-top: 0;
}
@media (min-width: 744px) {
  footer .clean {
    padding-top: 64px;
  }
  footer .clean .logosWrapper,
  footer .clean .trustLogos {
    gap: 64px;
  }
}
@media (min-width: 1024px) {
  footer .clean .logosWrapper,
  footer .clean .trustLogos {
    gap: 80px;
  }
}
footer .contactWrapper {
  padding-top: 64px;
}
footer .logoSocialWrapper {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
@media (min-width: 744px) {
  footer .inner {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  footer .inner::before {
    content: none;
  }
  footer .menu {
    flex: 0 0 calc(50% - 12px);
    max-width: calc(50% - 12px);
    margin-left: auto;
    gap: 24px;
  }
  footer .section {
    width: calc(50% - 12px);
  }
  footer .logoSocialWrapper {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }
  footer .logosWrapper,
  footer .socialMediaWrapper {
    margin-bottom: 0;
  }
  footer .trustLogos {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 40px;
  }
  footer .trustLogos .trustContainer {
    border: 0;
  }
  footer .logosWrapper {
    flex-direction: row;
    gap: 40px;
    margin-bottom: 64px;
    align-items: center;
    border-bottom: 1px solid #dfe4eb;
    min-height: 103px;
  }
  footer .logosWrapper .trustContainer {
    border-bottom: 0;
  }
  footer .logosWrapper .logo {
    border-bottom: 0;
    width: fit-content;
    padding: 0;
  }
  footer .contactWrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 24px;
  }
  footer .copyright {
    margin: 0;
  }
  footer .socialMediaWrapper {
    width: 100%;
    justify-content: end;
  }
}
@media (min-width: 744px) and (min-width: 1024px) {
  footer .inner {
    gap: 40px;
  }
  footer .legalWrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #dfe4eb;
  }
  footer .legalMenu {
    padding-top: 0;
    border: 0;
  }
  footer .menu {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-left: auto;
    gap: 40px;
    margin-bottom: 0;
  }
  footer .section {
    width: calc(50% - 20px);
  }
  footer .trustLogos,
  footer .logosWrapper {
    gap: 48px;
  }
  footer .logosWrapper {
    padding: 24px 0;
  }
}
@media (min-width: 744px) and (min-width: 1280px) {
  footer .menu {
    max-width: 860px;
    flex: initial;
    gap: 80px;
    flex-wrap: nowrap;
  }
  footer .section {
    width: calc(25% - 40px);
  }
  footer .contactWrapper {
    padding-top: 80px;
  }
  footer .trustLogos {
    border-bottom: 1px solid #dfe4eb;
    margin-bottom: 64px;
    justify-content: space-between;
  }
}
footer .newsletterFooterFormTitle {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  footer .newsletterFooterFormTitle {
    font-size: 20px;
    line-height: 24px;
  }
}
footer .newsletterFooterFormText {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 24px;
}
@media (min-width: 744px) {
  footer .newsletterFooterWrapper {
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  footer .newsletterFooterWrapper {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
footer .newsletter-button {
  margin-bottom: 64px;
}
@media (min-width: 744px) {
  footer .newsletter-button {
    margin-bottom: 0;
  }
}

.breadcrumbs {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 4px;
}
.breadcrumbs li {
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  transition: color 0.3s ease-in-out 0s;
}
.breadcrumbs li::marker {
  display: none;
}
.breadcrumbs li:hover {
  color: #666f7a;
}
.breadcrumbs li:active {
  color: #191f25;
}
@media (max-width: 1023.98px) {
  .breadcrumbs li {
    display: none;
  }
  .breadcrumbs li:nth-last-child(2) {
    display: flex;
  }
  .breadcrumbs li:nth-last-child(2) span {
    transform: rotate(180deg);
  }
}

.search {
  position: relative;
  max-width: 508px;
  margin: 0 auto;
}
.search .clear-button {
  display: none;
}
.search input[type=search] {
  border-radius: 8px;
  border: 1px solid #c5cfdb;
  background: white;
  color: #191f25;
  padding: 16px;
  width: 100%;
  height: 56px;
}
.search input[type=search] :focus {
  outline: none;
}
.search input[type=submit] {
  position: absolute;
  right: 5px;
  top: 4px;
  transition: opacity 0.3s 0s ease-in-out, background 0.3s 0s ease-in-out, color 0.3s 0s ease-in-out;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  cursor: pointer;
  white-space: nowrap;
  padding: 12px 20px;
  border: 0;
  color: white;
  border-radius: 8px;
  background-color: #dd3728;
}
.search input[type=submit]:hover {
  color: white;
  background-color: #c7291e;
}
.search input[type=submit].placeholder {
  color: #666f7a;
}
.search input[type=submit]:placeholder {
  color: #666f7a;
}
.search input[type=submit]::placeholder {
  color: #666f7a;
}
.search input[type=submit]:input-placeholder {
  color: #666f7a;
}
.search input[type=submit]::input-placeholder {
  color: #666f7a;
}

zd-autocomplete {
  border-radius: 4px;
  border: 1px solid #98a3b2;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(25, 31, 37, 0.1);
}
zd-autocomplete zd-autocomplete-multibrand {
  border-bottom: 1px solid #edf1f5;
  padding: 16px;
  position: relative;
}
zd-autocomplete zd-autocomplete-multibrand:hover {
  background: #f4f8fc;
  box-shadow: none;
  color: #666f7a;
}
zd-autocomplete zd-autocomplete-multibrand::after {
  content: "";
  position: absolute;
  top: 16px;
  right: 16px;
  width: 24px;
  background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><mask id="mask0_2929_1569" style="mask-type:alpha" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24"><rect width="24" height="24" fill="%23D9D9D9"/></mask><g mask="url(%23mask0_2929_1569)"><path d="M16.6269 12.75H5.25C5.03718 12.75 4.85898 12.6782 4.7154 12.5346C4.5718 12.391 4.5 12.2128 4.5 12C4.5 11.7872 4.5718 11.609 4.7154 11.4654C4.85898 11.3218 5.03718 11.25 5.25 11.25H16.6269L11.4577 6.08077C11.309 5.93205 11.2356 5.75802 11.2375 5.55867C11.2394 5.3593 11.3179 5.18206 11.4731 5.02694C11.6282 4.88208 11.8038 4.80708 12 4.80194C12.1961 4.79681 12.3718 4.87181 12.5269 5.02694L18.8672 11.3673C18.9608 11.4609 19.0269 11.5596 19.0653 11.6635C19.1038 11.7673 19.123 11.8795 19.123 12C19.123 12.1205 19.1038 12.2327 19.0653 12.3365C19.0269 12.4404 18.9608 12.5391 18.8672 12.6327L12.5269 18.973C12.3884 19.1115 12.217 19.1823 12.0125 19.1855C11.808 19.1887 11.6282 19.1179 11.4731 18.973C11.3179 18.8179 11.2404 18.6397 11.2404 18.4384C11.2404 18.2372 11.3179 18.059 11.4731 17.9038L16.6269 12.75Z" fill="%23191F25"/></g></svg>');
  height: 24px;
  display: block;
  background-size: cover;
  margin-left: auto;
}
zd-autocomplete zd-autocomplete-header {
  padding: 16px 16px 8px;
  color: #191f25;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
  border-bottom: 0;
}
zd-autocomplete zd-autocomplete-title-multibrand {
  color: #191f25 !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 96px);
  display: block;
}
zd-autocomplete zd-autocomplete-title-multibrand span {
  background-color: #f9a825;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 2px 6px;
  color: #011b3d;
  position: absolute;
  right: 44px;
  z-index: 1;
}
zd-autocomplete zd-autocomplete-breadcrumbs-multibrand {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #191f25;
  padding-right: 36px;
}
zd-autocomplete zd-autocomplete-breadcrumbs-multibrand span {
  position: relative;
  top: 7px;
}

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

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

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

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

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

.category-articles {
  background-color: #f4f8fc;
}
.category-articles .container {
  padding-top: 40px;
}
.category-articles .category-articles-wrapper {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.category-articles .title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.5px;
  hyphens: auto;
}
@media (min-width: 744px) {
  .category-articles .title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1024px) {
  .category-articles .title {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0.24px;
  }
}
.category-articles .category-articles-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
.category-articles .card {
  border-radius: 24px;
  padding: 24px;
  background: white;
}
.category-articles .section-tree-title {
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .category-articles .section-tree-title {
    font-size: 24px;
    line-height: 30px;
  }
}
.category-articles .article-list-item {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #edf1f5;
}
.category-articles .article-list-item a {
  transition: color ease-in-out 0.3s 0s;
}
.category-articles .article-list-item a:hover {
  color: #666f7a;
}
.category-articles .article-list-item:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.category-articles .article-list-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.category-articles .see-all-articles {
  transition: color 0.3s 0s ease-in-out, text-decoration-color 0.3s 0s ease-in-out;
  text-decoration: underline;
  text-decoration-color: #dd3728;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  margin-top: 40px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.category-articles .see-all-articles:hover {
  text-decoration-color: transparent;
  color: #dd3728;
}
@media (min-width: 1280px) {
  .category-articles .category-articles-wrapper {
    flex-direction: row;
    gap: 40px;
  }
  .category-articles .title {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}

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

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

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

.article-wrapper .container {
  padding-top: 40px;
}
.article-wrapper .article-container iframe {
  width: 100%;
}
@media (min-width: 1280px) {
  .article-wrapper .article-container {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  .article-wrapper .article-container .article-side-container {
    width: calc(33.3333% - 20px);
  }
  .article-wrapper .article-container .article {
    width: calc(58.3333% - 20px);
  }
}
.article-wrapper .article-title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}
@media (min-width: 744px) {
  .article-wrapper .article-title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1024px) {
  .article-wrapper .article-title {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0.24px;
  }
}
.article-wrapper .article-sidebar {
  padding: 24px;
  background: #fff;
  border-radius: 24px;
  margin-top: 40px;
}
@media (min-width: 1280px) {
  .article-wrapper .article-sidebar {
    margin-top: 0;
  }
}
.article-wrapper .sidebar-title {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.09px;
  font-weight: 700;
  margin-bottom: 28px;
  display: block;
}
@media (min-width: 1024px) {
  .article-wrapper .sidebar-title {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.1px;
  }
}
.article-wrapper .sidebar-body li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #edf1f5;
  transition: color 0.3s ease-in-out 0s;
}
.article-wrapper .sidebar-body li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.article-wrapper .sidebar-body li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.article-wrapper .sidebar-body li:hover {
  color: #666f7a;
}
.article-wrapper .article-relatives .recent-articles,
.article-wrapper .article-relatives .related-articles {
  padding: 24px;
  background: #fff;
  border-radius: 24px;
  margin-top: 40px;
}
.article-wrapper .article-relatives .recent-articles h2,
.article-wrapper .article-relatives .related-articles h2 {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.09px;
  font-weight: 700;
  margin-bottom: 28px;
  display: block;
}
@media (min-width: 1024px) {
  .article-wrapper .article-relatives .recent-articles h2,
  .article-wrapper .article-relatives .related-articles h2 {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.1px;
  }
}
.article-wrapper .article-relatives .recent-articles li,
.article-wrapper .article-relatives .related-articles li {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #edf1f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
.article-wrapper .article-relatives .recent-articles li:last-child,
.article-wrapper .article-relatives .related-articles li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.article-wrapper .article-footer-wrapper {
  padding: 32px 40px;
  background: #fff;
  border-radius: 24px;
  margin-top: 32px;
  display: none;
}
.article-wrapper .article-votes-question,
.article-wrapper .comment-heading {
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .article-wrapper .article-votes-question,
  .article-wrapper .comment-heading {
    font-size: 24px;
    line-height: 30px;
  }
}
.article-wrapper .article-votes-controls {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.article-wrapper .article-more-questions {
  font-size: 14px;
  line-height: 20px;
}
.article-wrapper .article-more-questions a {
  transition: color 0.3s 0s ease-in-out, text-decoration-color 0.3s 0s ease-in-out;
  text-decoration: underline;
  text-decoration-color: #dd3728;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.article-wrapper .article-more-questions a:hover {
  text-decoration-color: transparent;
  color: #dd3728;
}
.article-wrapper .article-comments {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #edf1f5;
}
.article-wrapper .comment-link {
  font-size: 12px;
  line-height: 18px;
  margin-top: 0;
}
.article-wrapper .comment-link a {
  transition: color 0.3s 0s ease-in-out, text-decoration-color 0.3s 0s ease-in-out;
  text-decoration: underline;
  text-decoration-color: #dd3728;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.article-wrapper .comment-link a:hover {
  text-decoration-color: transparent;
  color: #dd3728;
}
.article-wrapper .comment-count {
  margin-bottom: 16px;
}
.article-wrapper .article-header h1 {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
}
@media (min-width: 744px) {
  .article-wrapper .article-header h1 {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1024px) {
  .article-wrapper .article-header h1 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0.24px;
  }
}
.article-wrapper .comment-form-controls input {
  color: #fff;
  border: 0;
  margin-bottom: 8px;
}
.article-wrapper .article-author {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 40px;
}
.article-wrapper .article-author .isInternal {
  margin-left: 20px;
}
@media (min-width: 744px) {
  .article-wrapper .article-author {
    flex-direction: row;
    align-items: center;
  }
}
.article-wrapper .social-media-wrapper {
  display: flex;
  gap: 12px;
}
@media (min-width: 744px) {
  .article-wrapper .article-share {
    margin-left: auto;
  }
}
.article-wrapper .social-media {
  cursor: pointer;
  border-radius: 50%;
  padding: 8px;
  border: 1px solid #666f7a;
  display: flex;
}
.article-wrapper .social-media svg {
  width: 20px;
  height: 20px;
}
.article-wrapper .social-media:hover {
  border-color: #191f25;
}
.article-wrapper .social-media:hover svg * {
  fill: #191f25;
}
.article-wrapper .isInternal {
  display: none;
  background-color: #f9a825;
  border-radius: 4px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 4px 6px;
  color: #011b3d;
}
.article-wrapper .article-sidebar-item {
  transition: color 0.3s 0s ease-in-out, text-decoration-color 0.3s 0s ease-in-out;
  text-decoration: underline;
  text-decoration-color: #dd3728;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
  margin-top: 40px;
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.article-wrapper .article-sidebar-item:hover {
  text-decoration-color: transparent;
  color: #dd3728;
}
.article-wrapper .article-body h1, .article-wrapper .article-body h2 {
  font-size: 26px;
  line-height: 30px;
  padding-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .article-wrapper .article-body h1, .article-wrapper .article-body h2 {
    font-size: 28px;
    line-height: 32px;
  }
}
.article-wrapper .article-body h3 {
  padding-top: 24px;
  font-size: 21px;
  line-height: 27px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .article-wrapper .article-body h3 {
    font-size: 24px;
    line-height: 30px;
  }
}
.article-wrapper .article-body h4 {
  font-size: 21px;
  line-height: 27px;
  padding-top: 24px;
  margin-bottom: 24px;
}
@media (min-width: 1024px) {
  .article-wrapper .article-body h4 {
    font-size: 24px;
    line-height: 30px;
  }
}
.article-wrapper .article-body h5 {
  font-size: 21px;
  line-height: 27px;
}
@media (min-width: 1024px) {
  .article-wrapper .article-body h5 {
    font-size: 24px;
    line-height: 30px;
  }
}
.article-wrapper .article-body h6 {
  font-size: 18px;
  line-height: 24px;
}
@media (min-width: 1024px) {
  .article-wrapper .article-body h6 {
    font-size: 20px;
    line-height: 24px;
  }
}
.article-wrapper .article-body a {
  color: #191f25;
  transition: color 0.3s 0s ease-in-out, text-decoration-color 0.3s 0s ease-in-out;
  text-decoration: underline;
  text-decoration-color: #dd3728;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.article-wrapper .article-body a:hover {
  text-decoration-color: transparent;
  color: #dd3728;
}
.article-wrapper .article-body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.article-wrapper .article-body p {
  background: transparent !important;
}
.article-wrapper .article-body p * {
  background: transparent !important;
}
.article-wrapper .article-body img {
  margin-bottom: 24px;
}
.article-wrapper .article-body ul {
  padding-left: 35px;
  margin-bottom: 24px;
}
.article-wrapper .article-body ul li {
  margin-bottom: 8px;
  position: relative;
}
.article-wrapper .article-body ul li::before {
  content: "";
  height: 1.5px;
  width: 13px;
  background-color: #022c63;
  margin-right: 12px;
  margin-top: 12px;
  display: block;
  flex-shrink: 0;
  border-radius: 100%;
  position: absolute;
  left: -25px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.attachments .attachment-item {
  border-radius: 8px;
  background: #eaf0f7;
  padding: 8px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
  color: #191f25;
  display: flex;
  gap: 8px;
  width: fit-content;
}
.attachments .attachment-item:hover {
  background: #fff;
}
.attachments .attachment-item-wrapper {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: path("M0.3 5.4C0.6 2.7 2.7 0.6 5.4 0.3C5.4 0.3 8 0 12 0C16 0 18.6 0.3 18.6 0.3C21.3 0.6 23.4 2.7 23.7 5.4C23.7 5.4 24 8 24 12C24 16 23.7 18.6 23.7 18.6C23.4 21.3 21.3 23.4 18.6 23.7C18.6 23.7 16 24 12 24C8 24 5.4 23.7 5.4 23.7C2.7 23.4 0.6 21.3 0.3 18.6C0.3 18.6 0 16 0 12C0 8 0.3 5.4 0.3 5.4Z");
  background-color: #022c63;
}
.attachments .attachment-item-wrapper span {
  color: #fff;
  font-size: 12px;
}

.upload-dropzone span {
  color: #425262;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

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

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

.share a {
  color: #425262;
}
.share a:hover {
  text-decoration: none;
  color: #191f25;
}
.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** 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: #425262;
  display: block;
  margin: 3px 0;
}
[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

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

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

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

.vote-voted {
  color: #191f25;
}

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

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0; /*Avoid collapsing elements in Safari*/
}
.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}
.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}
.community-follow button:hover {
  background-color: #191f25;
}
.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: #191f25;
  color: #191f25;
}
.community-follow button[data-selected=true] {
  background-color: #191f25;
  color: #191f25;
}
.community-follow button[data-selected=true]::after {
  border-left: 1px solid #191f25;
  color: #191f25;
}
.community-follow button[data-selected=true]:hover {
  background-color: #000;
  border-color: #000;
}
.community-follow button::after {
  border-left: 1px solid #191f25;
  content: attr(data-follower-count);
  color: #191f25;
  display: inline-block;
  font-family: HelveticaNowText;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}
@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}
[dir=rtl] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid #191f25;
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}
.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}
.striped-list-info {
  flex: 2;
}
.striped-list-title {
  color: #191f25;
  margin-bottom: 10px;
  margin-right: 5px;
}
.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}
.striped-list-title:visited {
  color: #191f25;
}
.striped-list .meta-group {
  margin: 5px 0;
}
.striped-list-count {
  color: #425262;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}
.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}
.striped-list-count-item:last-child::after {
  display: none;
}
.striped-list-number {
  text-align: center;
}
@media (min-width: 768px) {
  .striped-list-number {
    color: #191f25;
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}
.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: #191f25;
}
.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: #425262;
}
.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}
.status-label-open {
  background-color: #c72a1c;
}
.status-label-solved {
  background-color: #68737d;
}
.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}
.status-label-hold {
  background-color: #000;
}
.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

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

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
}

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

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

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

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

.community-badge {
  margin: 2px;
}

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

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}
@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

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

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

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

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

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}
.collapsible-sidebar-title {
  margin-top: 0;
}
.collapsible-sidebar-toggle {
  position: absolute;
  top: 22.5px;
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}
.collapsible-sidebar-toggle-icon {
  display: none;
}
.collapsible-sidebar-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid #191f25;
}
.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 *****/
.my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}
.my-activities-sub-nav {
  margin-bottom: 30px;
}
.my-activities-table .striped-list-title {
  /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}
@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.my-activities-table thead {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}
.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}
.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}
.my-activities-table td:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

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

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

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

.no-activities {
  color: #425262;
}

.mainteaser.has--form .content {
  display: flex;
  flex-direction: column;
  gap: 64px;
  justify-content: center;
}
@media (min-width: 744px) {
  .mainteaser.has--form .content {
    max-width: 100%;
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .mainteaser.has--form .content {
    flex-direction: row;
    gap: 40px;
    text-align: left;
  }
  .mainteaser.has--form .content .subtitle {
    margin: 0;
  }
  .mainteaser.has--form .content > div {
    width: calc(50% - 20px);
  }
}
.mainteaser.has--form .footer-form {
  display: flex;
  margin: 0;
}
.mainteaser.has--form .upload-icon {
  color: #fff;
  font-size: 24px;
}
.mainteaser.has--form .upload-area {
  padding: 24px 16px;
  border-color: #fff;
  flex-direction: column;
  gap: 8px;
}
.mainteaser.has--form .filelist-item {
  margin-top: 16px !important;
  width: fit-content;
}
.mainteaser.has--form .filelist-item i {
  font-size: 16px;
}
.mainteaser.has--form .filelist-item svg {
  display: none;
}
.mainteaser.has--form .filelist-item .delete-icon {
  margin-left: 8px;
  cursor: pointer;
}
.mainteaser.has--form .filelist-item > div:first-child {
  color: #191f25;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
  gap: 4px;
  align-items: center;
}
.mainteaser.has--form .filelist-item a {
  color: #191f25;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.mainteaser.has--form .subtitle {
  margin-bottom: 0;
}
.mainteaser.has--form .custom-dropdown > div {
  text-align: left;
  overflow: hidden;
  min-height: initial;
  max-height: none;
}
.mainteaser.has--form .custom-dropdown > div:first-child {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #c5cfdb;
}
.mainteaser.has--form .custom-dropdown > div div {
  text-align: left;
  margin: 0;
}
.mainteaser.has--form .custom-dropdown > div:focus-within {
  outline: 0;
  outline-offset: 0;
  border-color: initial;
  box-shadow: initial;
}
.mainteaser.has--form input,
.mainteaser.has--form textarea {
  padding: 12px 16px;
  border-radius: 8px;
  border: 1px solid #c5cfdb;
}
.mainteaser.has--form input.placeholder,
.mainteaser.has--form textarea.placeholder {
  color: #666f7a;
}
.mainteaser.has--form input:placeholder,
.mainteaser.has--form textarea:placeholder {
  color: #666f7a;
}
.mainteaser.has--form input::placeholder,
.mainteaser.has--form textarea::placeholder {
  color: #666f7a;
}
.mainteaser.has--form input:input-placeholder,
.mainteaser.has--form textarea:input-placeholder {
  color: #666f7a;
}
.mainteaser.has--form input::input-placeholder,
.mainteaser.has--form textarea::input-placeholder {
  color: #666f7a;
}
.mainteaser.has--form input:focus-visible,
.mainteaser.has--form textarea:focus-visible {
  outline: 0;
  outline-offset: 0;
  border: 1px solid #c5cfdb;
  box-shadow: initial;
}
.mainteaser.has--form button {
  color: white;
  border: 0;
  border-radius: 8px;
}
.mainteaser.has--form .custom-form {
  gap: 32px;
}
.mainteaser.has--form .field-wrapper {
  text-align: left;
}
.mainteaser.has--form .field-description {
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  color: white;
}
.mainteaser.has--form .label {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  width: 100%;
  display: block;
  text-align: left;
}
.mainteaser.has--form .attachment-label {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.mainteaser.has--form .attachment-label span {
  transition: color 0.3s 0s ease-in-out, text-decoration-color 0.3s 0s ease-in-out;
  text-decoration: underline;
  text-decoration-color: #dd3728;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.mainteaser.has--form .attachment-label span:hover {
  text-decoration-color: transparent;
  color: #dd3728;
}

.pagination {
  margin-top: 80px;
}
.pagination .pagination-list {
  display: flex;
  gap: 24px;
}
.pagination span {
  margin: 0;
}
.pagination a,
.pagination li {
  width: fit-content;
}
.pagination .pagination-next-icon,
.pagination .pagination-prev-icon {
  display: none;
}
.pagination .pagination-last,
.pagination .pagination-first {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.custom-search-page-wrapper .container {
  padding-top: 40px;
}

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

.notification a {
  color: #158ec2;
}

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

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

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

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

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

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

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

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

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

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

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

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

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

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
[dir=rtl] .notification-inline {
  text-align: right;
}
.notification-inline[aria-hidden=true] {
  display: none;
}
.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}
[dir=rtl] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}
.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}
.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

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

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

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

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

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8dcde;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  color: #2f3941;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}
[dir=rtl] .dropdown-menu [role=menuitem],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus {
  background: rgba(31, 115, 183, 0.08);
  text-decoration: none;
  color: #2f3941;
}
.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][aria-hidden=true] {
  display: none !important;
}

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

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

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

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

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

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

/***** WYSIWYG Editor *****/
#hc-wysiwyg {
  border: 1px solid #87929d;
}

/***** Upload Dropzone *****/
.upload-dropzone {
  border: 1px solid #87929d;
}

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

.faqs-wrapper {
  background-color: #f4f8fc;
}
@media (min-width: 744px) {
  .faqs-wrapper .faqs-container {
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  .faqs-wrapper .faqs-container {
    max-width: initial;
    flex: 1;
    display: flex;
    justify-content: center;
    gap: 32px;
  }
  .faqs-wrapper .faqs-container > div {
    flex: 1;
  }
}
@media (min-width: 1280px) {
  .faqs-wrapper .faqs-container {
    gap: 40px;
  }
}
.faqs-wrapper .title {
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0.5px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 744px) {
  .faqs-wrapper .title {
    font-size: 40px;
    line-height: 44px;
    letter-spacing: 0.2px;
  }
}
@media (min-width: 1024px) {
  .faqs-wrapper .title {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: 0.24px;
  }
}
@media (min-width: 1024px) {
  .faqs-wrapper .title {
    text-align: left;
  }
}
.faqs-wrapper .text {
  margin-top: 16px;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.09px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 1024px) {
  .faqs-wrapper .text {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: -0.1px;
  }
}
@media (min-width: 1024px) {
  .faqs-wrapper .text {
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .faqs-wrapper .textContainer {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
}
.faqs-wrapper .cardsWrapper {
  margin-top: 64px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (min-width: 1024px) {
  .faqs-wrapper .cardsWrapper {
    margin-top: 0;
  }
}
.faqs-wrapper .card {
  cursor: pointer;
  padding: 24px;
  border-radius: 24px;
  background-color: #fff;
  transition: box-shadow 0.3s 0s ease-in-out;
}
@media (min-width: 1024px) {
  .faqs-wrapper .card:hover {
    box-shadow: 0px 2px 10px -2px rgba(25, 31, 37, 0.04), 0px 6px 6px -2px rgba(25, 31, 37, 0.04);
  }
}
.faqs-wrapper .questionWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  cursor: pointer;
}
.faqs-wrapper .questionWrapper span {
  transition: transform 0.2s 0s ease-in-out;
}
.faqs-wrapper .questionWrapper span.is--active {
  transform: rotate(180deg);
}
.faqs-wrapper .question {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.08px;
  font-weight: 700;
}
.faqs-wrapper .collapse {
  display: none;
}
.faqs-wrapper .answer {
  padding-top: 16px;
}
.faqs-wrapper .answer a {
  transition: color 0.3s 0s ease-in-out, text-decoration-color 0.3s 0s ease-in-out;
  text-decoration: underline;
  text-decoration-color: #dd3728;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.faqs-wrapper .answer a:hover {
  text-decoration-color: transparent;
  color: #dd3728;
}
.faqs-wrapper .answer li {
  list-style: none;
  padding-left: 8px;
}
.faqs-wrapper .answer li:before {
  content: "";
  width: 13px;
  height: 1.5px;
  margin-right: 8px;
  background-color: #2d67b2;
  border-radius: 24px;
  display: inline-block;
  margin-bottom: 5px;
}
.faqs-wrapper .custom-faqs-button-wrapper {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
@media (min-width: 1024px) {
  .faqs-wrapper .custom-faqs-button-wrapper {
    justify-content: flex-start;
  }
}