/* @font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://kbstatic.kb.appsflyer.com/fonts/Radomir%20Tinkov%20-%20Gilroy-Regular.otf) format('opentype');
}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://kbstatic.kb.appsflyer.com/fonts/Radomir+Tinkov+-+Gilroy-Bold.otf) format('opentype');
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap'); */


@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;1,400&display=swap');

/*  New fonts 01-2026: Start: Start */
@font-face {
font-family: 'Inter_Regular';
src: local ("Inter_Regular"), 
src: url('/hc/theming_assets/01KFQPJ6C1STP7D4RFGCBJ0B8Y');
src: url('/hc/theming_assets/01KFQPJ6C1STP7D4RFGCBJ0B8Y') format('eot'),
url('/hc/theming_assets/01KFQPJ6C1STP7D4RFGCBJ0B8Y') format('woff'), 
url('/hc/theming_assets/01KFQPJ6C1STP7D4RFGCBJ0B8Y') format('truetype'),
url('/hc/theming_assets/01KFQPJ6C1STP7D4RFGCBJ0B8Y') format('svg');
font-weight: 400;
font-style: normal; 
}

@font-face {
font-family: 'Formula_Regular';
src: local ("Formula_Regular"), 
src: url('/hc/theming_assets/01KFQPZXGV0RR44JYCEPBAHNVP');
src: url('/hc/theming_assets/01KFQPZXGV0RR44JYCEPBAHNVP') format('eot'),
url('/hc/theming_assets/01KFQPZXGV0RR44JYCEPBAHNVP') format('woff'), 
url('/hc/theming_assets/01KFQPZXGV0RR44JYCEPBAHNVP') format('truetype'),
url('/hc/theming_assets/01KFQPZXGV0RR44JYCEPBAHNVP') format('svg');
font-weight: 400;
font-style: normal; 
}


/* New fonts 01-2026: Start: End */

/* Components */
/* Reset the box-sizing */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
	--mobile-screen: 768px;
  --small-screen: 992px;
  --normal-screen: 1200px;
  --large-screen: 1600px;
  --white: #ffffff;  
  --non-existent-translation-color: #79718B;
  --font-awesome-font-family: "Font Awesome 5 Free";
}

body {
  /*font-family: "Nunito Sans";*/
  font-family: "Inter_Regular";
  height: 100%;
  scroll-behavior: smooth;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: #00C2FF;
  color: white;
}

/* Body reset */
html {
  scroll-padding-top: 180px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #220D4E;
}

body {
  /* font-family: "Nunito Sans";*/
  font-family: "Inter_Regular";
  font-size: 16px;
  line-height: 1.5;
  color: rgba(34, 13, 78, 1);
  min-height: 100vh;
}

[dir] body {
  background-color: #fff;
}
/* Reset fonts for relevant elements */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* Links */

a.disabled {
  color: #818a91;
}

[dir] a.disabled {
  cursor: default;
}

[dir] figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  display: block;
  height: 1px;
}

[dir] hr {
  padding: 0;
  margin: 1em 0;
  border: 0;
  border-top: 1px solid #eee;
}
/*
  Remove the gap between audio, canvas, iframes,
  images, videos and the bottom of their containers:
  https://github.com/h5bp/html5-boilerplate/issues/440
*/
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  /*font-family: "Nunito Sans";*/
  font-family: "Formula_Regular";
  font-weight: normal;
  line-height: 1.2;
  color: rgba(34, 13, 78, 1);
}

/* [dir] p {
  margin: 0 0 calc(16px * 1.5);
} */

/* [dir] ul {
  margin: 0 0 calc(16px * 1.5);
  padding-left: 32px;
} */

/* [dir] ol {
  margin: 0 0 calc(16px * 1.5);
  padding-left: 18px;
} */

/* h1 {
  font-size: 2.5em;
} */

@media (min-width: 768px) {
  h1 {
    font-size: 24px;
  }
}


@media (min-width: 992px) {
  h1 {
    font-size: 32px;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 40px;
  }
}

h1.article__title {
  font-weight: bold;
  /* max-width: 900px; */
}

.article__body h2 {
  font-size: 21px;
  font-weight: 700;
  margin-top: 48px;
}

.article__body h2.accordion__item-title {
  margin-top: 0;
  font-size: 17px;
  font-weight: 400;
}

h3 {
  font-size: 18px;
  font-weight: 700;
  margin-top: 32px;
}

h4 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}

h4.no-uppercase {
  text-transform: none;
}

h4.accordion__item-title {
  text-transform: initial;
}

h4 + p {
  margin-top: 12px;
}

h5 {
  font-size: calc(16px * 1.1);
}

h6 {
  font-size: calc(16px * 1);
}


b {
  font-weight: 600;
}

strong {
  font-weight: 600;
	/* font-family: "Nunito Sans";*/
	font-family: "Inter_Regular";
}

a {
  color: rgba(34, 13, 78, 1);
  text-decoration: none;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}
/* Description Lists */
[dir] dl {
  margin-top: 0;
  margin-bottom: calc(16px * 1.5);
}

dt {
  line-height: 1.5;
}

[dir] dt {
  margin-bottom: calc(16px * 1.5 / 2);
}

dd {
  line-height: 1.5;
}

[dir] dd {
  margin-bottom: calc(16px * 1.5 / 2);
}

dt {
  font-weight: bold;
}

dd {
  /* Undo browser default */
}

[dir="ltr"] dd {
  margin-left: 0;
}

[dir="rtl"] dd {
  margin-right: 0;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
}

[dir] .dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    width: 30%;
  }

  [dir] .dl-horizontal dt {
    clear: both;
  }

  [dir="ltr"] .dl-horizontal dt {
    float: left;
    padding-right: 15px;
  }

  [dir="rtl"] .dl-horizontal dt {
    float: right;
    padding-left: 15px;
  }
}
@media (min-width: 768px) {
  .dl-horizontal dd {
    width: 70%;
  }

  [dir="ltr"] .dl-horizontal dd {
    float: right;
  }

  [dir="rtl"] .dl-horizontal dd {
    float: left;
  }
}
/* Abbreviations and acronyms */
[dir] abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

[dir] abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}
/* Blockquotes */
blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}

[dir] blockquote {
  padding: calc(16px * 1.5 / 2)
    calc(16px * 1.5);
  margin: 0 0 calc(16px * 1.5);
  background-color: #f6f7f8;
}

[dir="ltr"] blockquote {
  border-left: 5px solid #eee;
}

[dir="rtl"] blockquote {
  border-right: 5px solid #eee;
}

[dir="ltr"] blockquote.is-colored {
  border-left: 5px solid #276FD0;
}

[dir="rtl"] blockquote.is-colored {
  border-right: 5px solid #276FD0;
}

[dir] blockquote p:last-child,
[dir] blockquote ul:last-child,
[dir] blockquote ol:last-child {
  margin-bottom: 0;
}
/* Code */
[dir] code, .code {
  padding: 2px 3px;
  background: #f7f7f7;
  border-radius: 4px !important;
}
/* Addresses */
address {
  font-style: normal;
  line-height: 1.5;
}

[dir] address {
  margin-bottom: calc(16px * 1.5);
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}

[dir] .clearfix:after {
  clear: both;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

[dir] .sr-only {
  padding: 0;
  margin: -1px;
  border: 0;
}

.list-unstyled {
  list-style: none;
}

[dir="ltr"] .list-unstyled {
  padding-left: 0;
}

[dir="rtl"] .list-unstyled {
  padding-right: 0;
}

/* .is-hidden,
.hidden,
[hidden] {
  display: none !important;
} */

.powered-by-zendesk {
  display: none;
}

.visibility-hidden,
.recent-activity-accessibility-label,
.pagination-first-text,
.pagination-last-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

[dir] .visibility-hidden,
[dir] .recent-activity-accessibility-label,
[dir] .pagination-first-text,
[dir] .pagination-last-text {
  padding: 0;
  margin: -1px;
  border: 0;
}
/********
Forms
--------------------------------------------------
Normalize non-controls

Restyle and baseline non-control form elements.
*********/
fieldset {
  min-width: 0;
}

[dir] fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  font-size: calc(16px * 1.5);
  line-height: inherit;
  color: #373a3c;
}

[dir] legend {
  padding: 0;
  margin-bottom: calc(16px * 1.5);
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  font-weight: 600;
}

/********
Normalize form controls

While most of our form styles require extra classes, some basic normalization
is required to ensure optimum display with or without those classes to better
address browser inconsistencies.
*********/
/* Override content-box in Normalize (* isn't specific enough) */
input[type="search"] {
  box-sizing: border-box;
}
/* Position radios and checkboxes better */
input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
}

[dir] input[type="radio"],
[dir] input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px;
}
/* Set the height of file controls to match text inputs */
input[type="file"] {
  display: block;
}
/* Make range inputs behave like textual form controls */
input[type="range"] {
  display: block;
  width: 100%;
}
/* Make multiple select elements height not fixed */
select[multiple],
select[size] {
  height: auto;
}
/* Focus for file, radio, and checkbox */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
/* Adjust output element */
output {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
}

[dir] output {
  padding-top: 7px;
}
/********
Common form controls

Shared size and type resets for form controls. Apply `.form-control` to any
of the following form controls:
********/
select {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] select {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

textarea {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] textarea {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #220D4E;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="text"] {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

input[type="password"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="password"] {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

input[type="datetime"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="datetime"] {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

input[type="datetime-local"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="datetime-local"] {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

input[type="date"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="date"] {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

input[type="month"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="month"] {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

input[type="time"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="time"] {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

input[type="week"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="week"] {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

input[type="number"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="number"] {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

input[type="email"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="email"] {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

input[type="url"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="url"] {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="search"] {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

input[type="tel"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="tel"] {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] input[type="color"] {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] .nesty-input {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

ul[data-hc-pills-container] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] ul[data-hc-pills-container] {
  padding: calc(12px / 2) 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #bdc2c5;
  border-radius: 4px;
}

select:focus {
  outline: 0;
}

[dir] select:focus {
  border-color: #276FD0;
}

textarea:focus {
  outline: 0;
}

[dir] textarea:focus {
  border-color: #276FD0;
}

input[type="text"]:focus {
  outline: 0;
}

[dir] input[type="text"]:focus {
  border-color: #276FD0;
}

input[type="password"]:focus {
  outline: 0;
}

[dir] input[type="password"]:focus {
  border-color: #276FD0;
}

input[type="datetime"]:focus {
  outline: 0;
}

[dir] input[type="datetime"]:focus {
  border-color: #276FD0;
}

input[type="datetime-local"]:focus {
  outline: 0;
}

[dir] input[type="datetime-local"]:focus {
  border-color: #276FD0;
}

input[type="date"]:focus {
  outline: 0;
}

[dir] input[type="date"]:focus {
  border-color: #276FD0;
}

input[type="month"]:focus {
  outline: 0;
}

[dir] input[type="month"]:focus {
  border-color: #276FD0;
}

input[type="time"]:focus {
  outline: 0;
}

[dir] input[type="time"]:focus {
  border-color: #276FD0;
}

input[type="week"]:focus {
  outline: 0;
}

[dir] input[type="week"]:focus {
  border-color: #276FD0;
}

input[type="number"]:focus {
  outline: 0;
}

[dir] input[type="number"]:focus {
  border-color: #276FD0;
}

input[type="email"]:focus {
  outline: 0;
}

[dir] input[type="email"]:focus {
  border-color: #276FD0;
}

input[type="url"]:focus {
  outline: 0;
}

[dir] input[type="url"]:focus {
  border-color: #276FD0;
}

input[type="search"]:focus {
  outline: 0;
}

[dir] input[type="search"]:focus {
  border-color: #276FD0;
}

input[type="tel"]:focus {
  outline: 0;
}

[dir] input[type="tel"]:focus {
  border-color: #276FD0;
}

input[type="color"]:focus {
  outline: 0;
}

[dir] input[type="color"]:focus {
  border-color: #276FD0;
}

.nesty-input:focus {
  outline: 0;
}

[dir] .nesty-input:focus {
  border-color: #276FD0;
}

ul[data-hc-pills-container]:focus {
  outline: 0;
}

[dir] ul[data-hc-pills-container]:focus {
  border-color: #276FD0;
}

select::-moz-placeholder,
textarea::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
.nesty-input::-moz-placeholder,
ul[data-hc-pills-container]::-moz-placeholder {
  color: #999;
  opacity: 1;
}

select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
.nesty-input:-ms-input-placeholder,
ul[data-hc-pills-container]:-ms-input-placeholder {
  color: #999;
}

select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.nesty-input::-webkit-input-placeholder,
ul[data-hc-pills-container]::-webkit-input-placeholder {
  color: #79718B;
}

[dir] ul[data-hc-pills-container][data-hc-focus="true"] {
  border-color: #276FD0;
}

select {
  height: calc(16px * 1.5 + 14px);
}

textarea {
  height: 102px;
  resize: vertical;
}
/********
Search inputs in iOS

This overrides the extra rounded corners on search inputs in iOS so that our
`.form-control` class can properly style them. Note that this cannot simply
be added to `.form-control` as it's not specific enough. For details, see
https://github.com/twbs/bootstrap/issues/11586.
*******/
input[type="search"] {
  -webkit-appearance: none;
}
/********
Special styles for iOS temporal inputs

In Mobile Safari, setting `display: block` on temporal inputs causes the
text within the input to become vertically misaligned. As a workaround, we
set a pixel line-height that matches the given height of the input, but only
for Safari.
*******/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"] {
    line-height: calc(16px * 1.5 + 14px);
  }

  input[type="time"] {
    line-height: calc(16px * 1.5 + 14px);
  }

  input[type="datetime-local"] {
    line-height: calc(16px * 1.5 + 14px);
  }

  input[type="month"] {
    line-height: calc(16px * 1.5 + 14px);
  }
}
/********
Form groups

Designed to help with the organization and spacing of vertical forms. For
horizontal forms, use the predefined grid classes.
*******/
[dir] .form-field {
  margin-bottom: calc(16px * 1.5);
}

.form-field p {
  display: block;
  font-size: 90%;
  color: #521fbb;
}

[dir] .form-field p {
  margin-top: 10px;
  margin-bottom: 15px;
}

.form-field .optional {
  color: #481ca5;
}

[dir="ltr"] .form-field .optional {
  margin-left: 4px;
}

[dir="rtl"] .form-field .optional {
  margin-right: 4px;
}

.form-field.boolean {
  position: relative;
}

[dir="ltr"] .form-field.boolean {
  padding-left: 20px;
}

[dir="rtl"] .form-field.boolean {
  padding-right: 20px;
}

.form-field.boolean input[type="checkbox"] {
  position: absolute;
}

[dir="ltr"] .form-field.boolean input[type="checkbox"] {
  left: 0;
}

[dir="rtl"] .form-field.boolean input[type="checkbox"] {
  right: 0;
}

.form-field.boolean label {
  min-height: calc(16px * 1.5);
}

[dir] .form-field.boolean label {
  margin-bottom: 0;
  cursor: pointer;
}
/********
Apply same disabled cursor tweak as for inputs
Some special care is needed because <label>s don't inherit their parent's `cursor`.

Note: Neither radios nor checkboxes can be readonly.
*******/
[dir] input[type="radio"][disabled],
[dir] input[type="radio"].disabled,
[dir] fieldset[disabled] input[type="radio"],
[dir] input[type="checkbox"][disabled],
[dir] input[type="checkbox"].disabled,
[dir] fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
/********
Help text

Apply to any element you wish to create light text for placement immediately
below a form control. Use for general help, formatting, or instructional text.
********/
.help-block {
  display: block;
  font-size: 90%;
  color: #521fbb;
}

[dir] .help-block {
  margin-top: 10px;
  margin-bottom: 15px;
}

.btn,
input[type="submit"],
.section-subscribe button,
.article-subscribe button,
.community-follow button,
.requests-table-toolbar .organization-subscribe button,
.subscriptions-subscribe button,
.edit-profile-button a,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  touch-action: manipulation;
}

[dir] .btn,
[dir] input[type="submit"],
[dir] .section-subscribe button,
[dir] .article-subscribe button,
[dir] .community-follow button,
[dir] .requests-table-toolbar .organization-subscribe button,
[dir] .subscriptions-subscribe button,
[dir] .edit-profile-button a,
[dir] .pagination-next-link,
[dir] .pagination-prev-link,
[dir] .pagination-first-link,
[dir] .pagination-last-link {
  padding: 8px 16px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn:focus,
.btn:active:focus,
input[type="submit"]:focus,
input[type="submit"]:active:focus,
.section-subscribe button:focus,
.section-subscribe button:active:focus,
.article-subscribe button:focus,
.article-subscribe button:active:focus,
.community-follow button:focus,
.community-follow button:active:focus,
.requests-table-toolbar .organization-subscribe button:focus,
.requests-table-toolbar .organization-subscribe button:active:focus,
.subscriptions-subscribe button:focus,
.subscriptions-subscribe button:active:focus,
.edit-profile-button a:focus,
.edit-profile-button a:active:focus,
.pagination-next-link:focus,
.pagination-next-link:active:focus,
.pagination-prev-link:focus,
.pagination-prev-link:active:focus,
.pagination-first-link:focus,
.pagination-first-link:active:focus,
.pagination-last-link:focus,
.pagination-last-link:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.section-subscribe button:hover,
.section-subscribe button:focus,
.article-subscribe button:hover,
.article-subscribe button:focus,
.community-follow button:hover,
.community-follow button:focus,
.requests-table-toolbar .organization-subscribe button:hover,
.requests-table-toolbar .organization-subscribe button:focus,
.subscriptions-subscribe button:hover,
.subscriptions-subscribe button:focus,
.edit-profile-button a:hover,
.edit-profile-button a:focus,
.pagination-next-link:hover,
.pagination-next-link:focus,
.pagination-prev-link:hover,
.pagination-prev-link:focus,
.pagination-first-link:hover,
.pagination-first-link:focus,
.pagination-last-link:hover,
.pagination-last-link:focus {
  color: #fff;
  text-decoration: none;
}

.btn:active,
input[type="submit"]:active,
.section-subscribe button:active,
.article-subscribe button:active,
.community-follow button:active,
.requests-table-toolbar .organization-subscribe button:active,
.subscriptions-subscribe button:active,
.edit-profile-button a:active,
.pagination-next-link:active,
.pagination-prev-link:active,
.pagination-first-link:active,
.pagination-last-link:active {
  outline: none;
}

[dir] .btn:active,
[dir] input[type="submit"]:active,
[dir] .section-subscribe button:active,
[dir] .article-subscribe button:active,
[dir] .community-follow button:active,
[dir] .requests-table-toolbar .organization-subscribe button:active,
[dir] .subscriptions-subscribe button:active,
[dir] .edit-profile-button a:active,
[dir] .pagination-next-link:active,
[dir] .pagination-prev-link:active,
[dir] .pagination-first-link:active,
[dir] .pagination-last-link:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn--default,
.section-subscribe button,
.article-subscribe button,
.community-follow button,
.requests-table-toolbar .organization-subscribe button,
.subscriptions-subscribe button,
.edit-profile-button a,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link {
  color: #276FD0;
}

[dir] .btn--default,
[dir] .section-subscribe button,
[dir] .article-subscribe button,
[dir] .community-follow button,
[dir] .requests-table-toolbar .organization-subscribe button,
[dir] .subscriptions-subscribe button,
[dir] .edit-profile-button a,
[dir] .pagination-next-link,
[dir] .pagination-prev-link,
[dir] .pagination-first-link,
[dir] .pagination-last-link {
  border-color: #276FD0;
}

.btn--default:hover,
.btn--default:focus,
.btn--default:active,
.section-subscribe button:hover,
.section-subscribe button:focus,
.section-subscribe button:active,
.article-subscribe button:hover,
.article-subscribe button:focus,
.article-subscribe button:active,
.community-follow button:hover,
.community-follow button:focus,
.community-follow button:active,
.requests-table-toolbar .organization-subscribe button:hover,
.requests-table-toolbar .organization-subscribe button:focus,
.requests-table-toolbar .organization-subscribe button:active,
.subscriptions-subscribe button:hover,
.subscriptions-subscribe button:focus,
.subscriptions-subscribe button:active,
.edit-profile-button a:hover,
.edit-profile-button a:focus,
.edit-profile-button a:active,
.pagination-next-link:hover,
.pagination-next-link:focus,
.pagination-next-link:active,
.pagination-prev-link:hover,
.pagination-prev-link:focus,
.pagination-prev-link:active,
.pagination-first-link:hover,
.pagination-first-link:focus,
.pagination-first-link:active,
.pagination-last-link:hover,
.pagination-last-link:focus,
.pagination-last-link:active {
  color: #fff;
}

[dir] .btn--default:hover,
[dir] .btn--default:focus,
[dir] .btn--default:active,
[dir] .section-subscribe button:hover,
[dir] .section-subscribe button:focus,
[dir] .section-subscribe button:active,
[dir] .article-subscribe button:hover,
[dir] .article-subscribe button:focus,
[dir] .article-subscribe button:active,
[dir] .community-follow button:hover,
[dir] .community-follow button:focus,
[dir] .community-follow button:active,
[dir] .requests-table-toolbar .organization-subscribe button:hover,
[dir] .requests-table-toolbar .organization-subscribe button:focus,
[dir] .requests-table-toolbar .organization-subscribe button:active,
[dir] .subscriptions-subscribe button:hover,
[dir] .subscriptions-subscribe button:focus,
[dir] .subscriptions-subscribe button:active,
[dir] .edit-profile-button a:hover,
[dir] .edit-profile-button a:focus,
[dir] .edit-profile-button a:active,
[dir] .pagination-next-link:hover,
[dir] .pagination-next-link:focus,
[dir] .pagination-next-link:active,
[dir] .pagination-prev-link:hover,
[dir] .pagination-prev-link:focus,
[dir] .pagination-prev-link:active,
[dir] .pagination-first-link:hover,
[dir] .pagination-first-link:focus,
[dir] .pagination-first-link:active,
[dir] .pagination-last-link:hover,
[dir] .pagination-last-link:focus,
[dir] .pagination-last-link:active {
  background-color: #1d539c;
  border-color: #1d539c;
}

.btn--primary,
input[type="submit"],
.edit-profile-button a {
  color: #fff;
}

[dir] .btn--primary,
[dir] input[type="submit"],
[dir] .edit-profile-button a {
  background-color: #276FD0;
  border-color: #276FD0;
}

.btn--primary:hover,
.btn--primary:focus,
.btn--primary:active,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
.edit-profile-button a:hover,
.edit-profile-button a:focus,
.edit-profile-button a:active {
  color: #e0e0e0;
}

[dir] .btn--primary:hover,
[dir] .btn--primary:focus,
[dir] .btn--primary:active,
[dir] input[type="submit"]:hover,
[dir] input[type="submit"]:focus,
[dir] input[type="submit"]:active,
[dir] .edit-profile-button a:hover,
[dir] .edit-profile-button a:focus,
[dir] .edit-profile-button a:active {
  background-color: #1f58a5;
  border-color: #194887;
}

[dir] .btn--topbar {
  border: 1px solid currentColor;
  border-radius: 100px;
}

.btn--topbar:hover {
  opacity: 1;
}

[dir] .btn--topbar:active {
  box-shadow: none;
}
@media (min-width: 768px) {
  .btn--topbar {
    display: inline-block;
    vertical-align: top;
  }

  [dir] .btn--topbar {
    margin-bottom: 0;
  }
}

.topbar--small .btn--topbar {
  color: #fff;
}

[dir] .topbar--small .btn--topbar {
  background-color: transparent;
  border-color: #fff;
}

.topbar--small .btn--topbar:hover,
.topbar--small .btn--topbar:focus,
.topbar--small .btn--topbar:active {
  color: #e0e0e0;
}

[dir] .topbar--small .btn--topbar:hover,
[dir] .topbar--small .btn--topbar:focus,
[dir] .topbar--small .btn--topbar:active {
  background-color: darken(transparent, 10%);
  border-color: #e0e0e0;
}
@media (max-width: 767px) {
  .btn--topbar {
    display: block;
    width: 100%;
  }

  [dir] .btn--topbar {
    margin-bottom: calc(16px * 1.5 / 2);
  }
}

[dir] .btn--sidebar-toggle {
  margin-bottom: calc(16px * 1.5);
}

[dir] .my-activities-items__body button {
  padding: calc(12px / 2) 12px;
}

[dir="ltr"] .btn .fa {
  margin-right: 4px;
}

[dir="rtl"] .btn .fa {
  margin-left: 4px;
}


[dir] .container--grey {
  background-color: #f6f7f8;
}

.container-inner.main {
  display: flex;
  flex-direction: column;
  /* align-items: center; */
}
@media(min-width: 768px) {
  .container-inner.main {
  	align-items: initial;
	}
} 
	

[dir] .container-inner {
  margin: 0 0;
}
/* Tables */
div.scrollable {
  display: block;
  overflow-x: auto;
  
  border-radius: 20px;
  margin-top: 16px;
  margin-bottom: 16px;
  box-shadow: 0px 1px 3px rgb(0 51 99 / 15%);
}

table {
  border-spacing: 0;
  border-collapse: collapse;
  display: table;
  min-width: 280px;
  width: 100%!important;
  max-width: 800px!important;
  /* height: 100%!important; */
  font-size: 14px;
  /* max-width: -moz-fit-content; */
  /* max-width: fit-content; */
  /* margin-right: auto; */
  overflow-x: auto;
  /* white-space: nowrap; */
}

/* @media(min-width: 768px) {
  div.scrollable {
    max-width: 600px;
  }
  
  table {
    width: 600px!important;
  }
} */

/* @media(min-width: 992px) {
  div.scrollable {
    max-width: inherit;
  }
  
  table {
    width: 700px!important;
  }
} */

/* @media(min-width: 1200px) {
  
  table {
    width: 700px!important;
  }
} */

/* @media(min-width: 1600px) {
  table {
    width: 800px!important;
  }
} */



/* table.scrollable {
  border-spacing: 0;
  border-collapse: collapse;
  box-shadow: 0px 1px 3px rgb(0 51 99 / 15%);
  border-radius: 20px;
  display: block;
  width: 100%!important;
  height: 100%!important;
  
  margin-bottom: 32px;
  overflow-x: auto;
  
} */

th {
  word-break: normal;
  padding: 16px;
  border-bottom: solid 1px #E5E6EC;
}

table tr td:last-of-type {
  /* white-space: break-spaces; */
}

td {
  padding-left: 1em;
  padding-right: 1em;
  word-break: normal;
  vertical-align: top;
  width: unset;
  height: unset;
}

/* Eliminate paragraph margin-top on first paragraph in cell */

td p:first-of-type {
  margin-top: 0;
}

[dir] table {
  background-color: transparent;
}

/* reduce list indent within tables */

table ul {
  padding-left: 20px;
  margin-top: 0;
}

table caption {
  display: none;
}

[dir] caption {
  padding-top: 12px;
  padding-bottom: 12px;
}

[dir="ltr"] caption {
  text-align: left;
}

[dir="rtl"] caption {
  text-align: right;
}

[dir="ltr"] th {
  text-align: left;
}

[dir="rtl"] th {
  text-align: right;
}
/* Baseline styles */
.table {
  width: 100%;
  max-width: 100%;
}

[dir] .table {
  margin-bottom: calc(16px * 1.5);
}

.table th,
.table td {
  vertical-align: top;
  
}

[dir] .table th,
[dir] .table td {
  padding: 12px;
}

[dir] .table td {
  border-top: 1px solid #ddd;
}

.table thead th {
  vertical-align: bottom;
}

[dir] .table tbody + tbody {
  border-top: 1px solid #ddd;
}

[dir] .table .table {
  background-color: #fff;
}

/* .table--color-header th {
  color: #fff !important;
}

[dir] .table--color-header th {
  background-color: #276FD0;
} */

/* [dir] .table--striped th,
[dir] .table--striped td,
[dir] .table--striped thead th {
  border-color: #fff;
} */

/* .table--striped tbody tr:nth-child(odd) {
  color: inherit;
}*/

[dir] .table--striped tbody tr:nth-child(even) td {
  background-color: #F0F8FF;
}

tbody tr:last-of-type td:first-of-type {
  border-bottom-left-radius: 20px; 
}

tbody tr:last-of-type td:last-of-type {
  border-bottom-right-radius: 20px; 
}

[dir] .table--striped thead tr th {
  color: white;
  background: #00C2FF;
}

/* [dir] .table--striped thead tr:first-child {
  color: #220D4E;
} */

.table--hover tbody tr:hover {
  color: inherit;
}

[dir] .table--hover tbody tr:hover {
  background-color: #eee;
}

[dir] .table--bordered {
  border: 1px solid #d3d6d8;
}

[dir="ltr"] .table--bordered td {
  border-left: 1px solid #d3d6d8;
}

[dir="rtl"] .table--bordered td {
  border-right: 1px solid #d3d6d8;
}

[dir="ltr"] .table--bordered th {
  border-left: 1px solid #d3d6d8;
}

[dir="rtl"] .table--bordered th {
  border-right: 1px solid #d3d6d8;
}
/***********
Responsive tables

Wrap your tables in `.table-responsive` and we'll make them mobile friendly
by enabling horizontal scrolling. Only applies <768px. Everything above that
will display normally.
************/
.table-responsive {
  min-height: 0.01%; /* Workaround for IE9 bug (see https://github.com/twbs/bootstrap/issues/14837) */
  /* overflow-x: auto; */
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  [dir] .table-responsive {
    margin-bottom: calc(16px * 1.5 * 0.75);
    border: 1px solid #ddd;
  }

  [dir] .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.column {
  position: relative;
  width: 100%;
  min-height: 1px;
}

[dir="ltr"] .column {
  float: left;
  /* padding-right: 15px;
  padding-left: 15px; */
}

[dir="rtl"] .column {
  float: right;
  padding-right: 15px;
  padding-left: 15px;
}



.layout {
    background-color: #fff;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}

[dir] .layout {
  background-color: #fff;
}

/* main {
  display: flex;
  margin-right: auto;
} */


main {
  display: block;
  margin-right: 0;
  margin-left: 0;
  width: 100%;
}

/* main:before {
  display: block;
  content: "";
  width: 352px;
} */

.layout__content {
  display: flex;
  /* padding-top: calc(16px * 1.5 * 4); */
  margin-bottom: auto;
}

.layout__content:before {
  content: none;
}

/* .layout__content.collapsed:before {
  	content: none;
} */

@media (min-width: 768px) {
	.layout__content:before {
    content: "";
  	display: block;
    min-width: 250px;
    height: 100vh;
    /* font-weight: 900; */
    /* visibility: hidden; */
	}
  
  .layout__content.collapsed:before {
  	content: none;
	}
}

@media (min-width: 992px) {
	.layout__content:before {
    content: "";
  	display: block;
    min-width: 250px;
    height: 100vh;
	}

}

@media (min-width: 1600px) {
	.layout__content:before {
    content: "";
  	display: block;
    min-width: 350px;
    height: 100vh;
    /* font-weight: 900; */
    /* visibility: hidden; */
	}
}

/* @media (min-width: 1600px) {
	.layout__content:before {
    content: "";
  	display: block;
    min-width: 350px;
    height: 100vh;
	}
} */

@media (min-width: 768px) {
  [dir] .layout__content {
    /* padding-top: calc(16px * 1.5 * 5); */
  }
}
.layout__head {
  min-height: 350px;
}
.layout__header,
.layout__footer {
  flex: none;
}

.article-header .meta {
  font-size: 14px;
  color: #79718B;
}

.meta__item {
  display: inline-block;
}

[dir="ltr"] .meta__item {
  margin-right: calc(12px / 2);
}

[dir="rtl"] .meta__item {
  margin-left: calc(12px / 2);
}

.meta__item + .meta__item:before {
  position: relative;
  top: -2px;
  font-size: 8px;
  font-weight: 900;
  content: "\2022";
}

[dir="ltr"] .meta__item + .meta__item:before {
  margin-right: calc(12px / 1.75);
}

[dir="rtl"] .meta__item + .meta__item:before {
  margin-left: calc(12px / 1.75);
}

[dir] .meta--profile {
  margin-bottom: 0;
}

.lines-button {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  font-size: calc(16px - 5px);
  font-weight: 700;
  line-height: 1.5;
  text-transform: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  touch-action: manipulation;
}

[dir] .lines-button {
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
}

.lines-button:focus,
.lines-button:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.lines-button:hover,
.lines-button:focus {
  color: #fff;
  text-decoration: none;
}

.lines-button:active {
  outline: none;
}

[dir] .lines-button:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
@media (max-width: 991px) {
  [dir="ltr"] .lines-button {
    float: right;
  }

  [dir="rtl"] .lines-button {
    float: left;
  }
}
@media (min-width: 992px) {
  .lines-button {
    display: none;
  }
}

.lines-button:hover {
  opacity: 1;
}

.lines-button:active {
  outline: 0;
  transition: none;
}

[dir] .lines-button:active {
  box-shadow: none;
}

.lines-button:focus {
  outline: 0;
}

[dir] .lines-button.is-active .lines {
  background-color: transparent !important;
}
/* common to all three-liners */
.lines {
  position: absolute;
  top: calc(50% - 1px);
  display: inline-block;
  width: 30px;
  height: 2px;
  transition: 0.3s;
}

[dir] .lines {
  background: #fff;
  border-radius: 2px;
}

[dir="ltr"] .lines {
  left: calc(50% - 15px);
}

[dir="rtl"] .lines {
  right: calc(50% - 15px);
}

.lines:before,
.lines:after {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 2px;
  content: "";
  transition: 0.3s;
}

[dir] .lines:before,
[dir] .lines:after {
  background: #fff;
  border-radius: 2px;
  transform-origin: 2px center;
}

[dir="ltr"] .lines:before,
[dir="ltr"] .lines:after {
  left: 0;
}

[dir="rtl"] .lines:before,
[dir="rtl"] .lines:after {
  right: 0;
}

.lines:before {
  top: 8px;
}

.lines:after {
  top: -8px;
}

.lines--sidebar {
  position: relative;
  top: -5px;
}

[dir="ltr"] .lines--sidebar {
  left: 0;
  margin: 0 calc(16px * 1.5 / 3) 0 0;
}

[dir="rtl"] .lines--sidebar {
  right: 0;
  margin: 0 0 0 calc(16px * 1.5 / 3);
}

.lines--sidebar,
.lines--sidebar:before,
.lines--sidebar:after {
  width: 16px;
  height: 1px;
}

.lines--sidebar:before {
  top: -5px;
}

.lines--sidebar:after {
  top: 5px;
}

[dir] .topbar--small .lines {
  background-color: rgba(34, 13, 78, 1);
}

[dir] .topbar--small .lines:before,
[dir] .topbar--small .lines:after {
  background-color: rgba(34, 13, 78, 1);
}

[dir] .lines-button.is-active {
  transform: scale3d(0.8, 0.8, 0.8);
}

[dir] .lines-button.is-active .lines {
  background: transparent;
}

.lines-button.is-active .lines:before,
.lines-button.is-active .lines:after {
  top: 0;
  width: 30px;
}

[dir] .lines-button.is-active .lines:before,
[dir] .lines-button.is-active .lines:after {
  transform-origin: 50% 50%;
}

[dir="ltr"] .lines-button.is-active .lines:before {
  transform: rotate3d(0, 0, 1, 45deg);
}

[dir="rtl"] .lines-button.is-active .lines:before {
  transform: rotate3d(0, 0, 1, -45deg);
}

[dir="ltr"] .lines-button.is-active .lines:after {
  transform: rotate3d(0, 0, 1, -45deg);
}

[dir="rtl"] .lines-button.is-active .lines:after {
  transform: rotate3d(0, 0, 1, 45deg);
}

.logo-wrapper {
  display: inline-block;
  vertical-align: middle;
}

.logo img {
  max-height: 50px !important;
  min-width: 140px;
}

.logo svg {
  width: auto;
  height: 50px;
}

.logo__secondary {
  display: none;
}

.topbar__nav--white .logo__main,
.topbar__nav--filled .logo__main,
.topbar--small .logo__main {
  display: none;
}

.topbar__nav--white .logo__secondary,
.topbar__nav--filled .logo__secondary,
.topbar--small .logo__secondary {
  display: block;
}

.breadcrumbs {
  /* margin-bottom: calc(var(--line-height-computed)); */
  list-style: none;
}

[dir] .breadcrumbs {
  font-size: 13px;
  padding: 0;
  /* padding-top: 8px;
  padding-bottom: 6px; */
  margin: 0;
  margin-top: 12px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  [dir] .breadcrumbs {
	  font-size: 14px;
	}
}

@media (min-width: 1200px) {
  [dir] .breadcrumbs {
	  font-size: 15px;
	}
}

.breadcrumbs > li {
  display: inline-block;
  color: #818a91;
}

.breadcrumbs > li:first-of-type {
  display: none;
}

.section-header .breadcrumbs > li:last-of-type {
  display: none;
}

.breadcrumbs > li:after {
  font-weight: 900;
  color: #ccc;
  content: "›\00a0";
}

/* [dir] .breadcrumbs > li + li:before {
  padding: 0 5px;
} */

.breadcrumbs > li a {
  color: #79718B;
  /* font-family: "Nunito Sans";*/
  font-family: "Inter_Regular";
  font-weight: 400;
}

/* .breadcrumbs > li:last-child a {
  color: #79718B;
} */

.help-center-name {
  display: inline-block;
  vertical-align: middle;
  color: #220D4E;
}

[dir="ltr"] .help-center-name {
  margin: 0 0 0 15px;
}

[dir="rtl"] .help-center-name {
  margin: 0 15px 0 0;
}
@media (max-width: 767px) {
  .help-center-name {
    display: none;
  }
}

.hero-unit {
  position: relative;
  z-index: 3;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.container-inner.search-box.search-box--hero-unit {
  margin-left: 32px;
  margin-right: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

[dir] .hero-unit {
  padding: 32px;
  padding-top: 120px;
  /* transform: translate3d(0, 0, 0); */
  min-height: 200px;
}
@media (max-width: 767px) {
  [dir] .hero-unit {
  }
}

/* [dir] .home-page {
  margin-top: calc(16px * 1.5 * -5);
} */

.row.block-list {
  display: flex;
}

[dir] .home-page__section {
  /* padding-top: calc(16px * 1.5 * 2); */
  /* padding-bottom: calc(16px * 1.5 * 2); */
  max-width: 1600px;
}
@media (min-width: 768px) {
  [dir] .home-page__section {
    /* padding-top: calc(16px * 1.5 * 4); */
    /* padding-bottom: calc(16px * 1.5 * 4); */
  }
}

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

.avatar--agent:before {
  position: absolute;
  bottom: -4px;
  display: flex;
  width: 20px;
  height: 20px;
  font-family: var(--font-awesome-font-family);
  font-size: 8px;
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  content: "\f007";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  align-items: center;
  justify-content: center;
}

[dir] .avatar--agent:before {
  background-color: #4cae4c;
  border: 2px solid #fff;
  border-radius: 100%;
}

[dir="ltr"] .avatar--agent:before {
  right: -4px;
}

[dir="rtl"] .avatar--agent:before {
  left: -4px;
}

[dir] .user-avatar {
  border-radius: 100%;
}

.user-avatar--default {
  width: 56px;
  height: 56px;
}

.user-avatar--topbar {
  width: 30px;
  height: 30px;
}

.searchbox-suggestions ul {
  list-style: none;
}

[dir] .searchbox-suggestions ul {
  margin-bottom: calc(16px * 1.5);
}

[dir="ltr"] .searchbox-suggestions ul {
  padding-left: 0;
}

[dir="rtl"] .searchbox-suggestions ul {
  padding-right: 0;
}

[dir] .searchbox-suggestions li {
  margin-bottom: calc(16px * 1.5 / 3);
}

.search-results-column a {
  color: #276FD0;
}

.search-box {
  position: relative;
}

.search-box #query {
  transition: border 0.3s ease;
}

[dir="ltr"] .search-box #query {
  padding: 10px 12px 10px 35px;
}

[dir="rtl"] .search-box #query {
  padding: 10px 35px 10px 12px;
}

.search-box--hero-unit {
  z-index: 2;
  max-width: 720px;
  transition: top 0.3s ease;
}

[dir] .search-box--hero-unit {
  margin: 0 auto;
}

.search-box--hero-unit .search {
  display: flex;
}

[dir="ltr"] .search-box--hero-unit .search:before {
  left: 20px;
}

[dir="rtl"] .search-box--hero-unit .search:before {
  right: 20px;
}

.search-box--hero-unit #query {
  height: 50px;
  transition: border 0.3s ease, background-color 0.3s ease;
}

[dir] .search-box--hero-unit #query {
  padding: 0 55px;
  background-color: #fff;
  border-color: #fff;
}

[dir] .search-box--hero-unit #query:focus {
  background-color: #fff;
}

.search-box--hero-unit input[type="submit"] {
  display: inline-block;
  height: 50px;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
  flex-shrink: 0;
}

[dir] .search-box--hero-unit input[type="submit"] {
  background-color: #276FD0;
  border-color: #276FD0;
  border-radius: 4px;
}

[dir="ltr"] .search-box--hero-unit input[type="submit"] {
  padding-right: calc(12px + 4px);
  padding-left: calc(12px + 4px);
  margin-left: 20px;
}

[dir="rtl"] .search-box--hero-unit input[type="submit"] {
  padding-right: calc(12px + 4px);
  padding-left: calc(12px + 4px);
  margin-right: 20px;
}

.search-box--hero-unit input[type="submit"]:hover,
.search-box--hero-unit input[type="submit"]:focus,
.search-box--hero-unit input[type="submit"]:active {
  color: #e0e0e0;
}

[dir] .search-box--hero-unit input[type="submit"]:hover,
[dir] .search-box--hero-unit input[type="submit"]:focus,
[dir] .search-box--hero-unit input[type="submit"]:active {
  background-color: #1d539c;
  border-color: #1d539c;
}

[dir] .search-box--hero-unit input[type="submit"]:active {
  background-image: none;
}

.search-box--hero-unit input[type="submit"]:hover {
  color: #fff;
}
@media (max-width: 991px) {
  .search-box--hero-unit input[type="submit"] {
    display: none;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .search-box--hero-unit input[type="submit"] {
    padding-right: 38px;
    padding-left: 38px;
  }

  [dir="rtl"] .search-box--hero-unit input[type="submit"] {
    padding-right: 38px;
    padding-left: 38px;
  }
}

.lt-column--sm-4 {
  width: 100%;
}
@media (min-width: 991px) {
  .lt-column--sm-4 {
    width: 33.33333%;
  }
}

.lt-df {
  display: flex;
  width: 25%;
  align-items: center;
}

[dir="ltr"] .lt-df {
  margin-left: auto;
}

[dir="rtl"] .lt-df {
  margin-right: auto;
}
@media (max-width: 991px) {
  .lt-df {
    width: 100%;
  }

  [dir] .lt-df {
    margin: 0;
  }
}

[dir] .search-results-page {
  margin-bottom: calc(16px * 1.5 * 2);
}
@media (max-width: 767px) {
  [dir] .search-results-page {
    margin-bottom: calc(16px * 1.5);
  }
}

.search-results-count {
  font-size: calc(16px * 1.25);
}

.search-result__title {
  font-weight: 600;
}

[dir] .search-result__title {
  margin-bottom: calc(16px * 1.5 / 2);
}

.search-result__description {
  font-size: calc(16px * 0.85);
}

[dir] .search-result__description {
  margin-bottom: calc(16px * 1.5 / 2);
}

.search-result__description:empty {
  display: none;
}

.search-result__description em {
  font-style: normal;
  font-weight: 600;
}

[dir] .search-result__description em {
  padding: 0 3px;
  background-color: #fff3ca;
  border-radius: 3px;
}

[dir] .search-result__meta {
  margin-bottom: calc(16px * 1.5 / 2);
}

.search-result-votes {
  display: inline-block;
  font-size: calc(16px * 0.85);
  color: #fff;
}

[dir] .search-result-votes {
  padding: 2px 4px;
  background-color: #276FD0;
  border-radius: 4px;
}
/* ==========================================================================
  Search Results Filters
   ========================================================================== */
.search-results-filters {
  font-size: calc(16px - 2px);
}

[dir] .search-results-filters {
  padding: 16px;
  border: 1px solid #eee;
  border-radius: 4px;
}
@media (max-width: 767px) {
  [dir] .search-results-filters {
    margin-bottom: calc(16px * 1.5 * 2);
  }
}

[dir] .search-results-filter + .search-results-filter {
  margin-top: 24px;
}
@media (min-width: 768px) {
  [dir] .search-results-filter + .search-results-filter {
    margin-top: 32px;
  }
}

.search-results-filter__title {
  font-weight: 600;
}

[dir] .search-results-filter__title {
  margin-bottom: 0;
}

[dir="ltr"] .search-results-filter__title {
  margin-left: 8px;
}

[dir="rtl"] .search-results-filter__title {
  margin-right: 8px;
}
@media (max-width: 767px) {
  .search-results-filter__title {
    position: relative;
    font-size: calc(16px * 1);
  }

  [dir] .search-results-filter__title {
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .search-results-filter__title:after {
    position: absolute;
    top: 50%;
    display: block;
    font-family: var(--font-awesome-font-family);
    font-weight: 900;
    line-height: 1.5;
    color: inherit;
    content: "\f107";
    transition: all 0.3s ease;
  }

  [dir] .search-results-filter__title:after {
    transform: translateY(-50%);
  }

  [dir="ltr"] .search-results-filter__title:after {
    right: 0;
    margin-left: 5px;
  }

  [dir="rtl"] .search-results-filter__title:after {
    left: 0;
    margin-right: 5px;
  }

  [dir="ltr"] .search-results-filter__title.is-active:after {
    transform: translateY(-50%) rotate(-180deg);
  }

  [dir="rtl"] .search-results-filter__title.is-active:after {
    transform: translateY(-50%) rotate(180deg);
  }
}

[dir] .search-results-filter__list {
  margin-top: 24px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .search-results-filter__list {
    display: none;
  }
}
@media (min-width: 768px) {
  .search-results-filter__list {
    display: block !important;
  }
}

.search-results-filter__item {
  display: block;
}

[dir] .search-results-filter__item {
  margin-bottom: 4px;
}

.search-results-filter__item.is-active .search-results-filter__link {
  color: #fff;
}

[dir] .search-results-filter__item.is-active .search-results-filter__link {
  background-color: #276FD0;
  border-color: #276FD0;
}

.search-results-filter__item--subfilter:nth-child(n + 7) {
  display: none;
}

.search-result__subfilters--all .search-results-filter__item:nth-child(n + 7) {
  display: block;
}

.search-result__subfilters--all .search-result__show-more {
  display: none !important;
}

.search-results-filter__link {
  display: block;
  color: rgba(34, 13, 78, 1);
  text-decoration: none;
  transition: all 0.3s ease;
}

[dir] .search-results-filter__link {
  padding: 6px 8px;
  border: $border_width solid transparent;
  border-radius: 4px;
}

[dir] .search-results-filter__link:hover {
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}

[dir] .search-results-filter__link:focus {
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}

[dir] .search-results-filter__link:active {
  background-color: #f6f7f8;
  border-color: #f6f7f8;
}

.search-results-filter__link:active {
  outline: none;
}

[dir] .search-results-filter__link:active {
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.search-results-filter__count {
  opacity: 0.6;
}

.search-result__show-more {
  color: #276FD0;
}

[dir] .search-result__show-more {
  padding: 0;
  background-color: transparent;
  border: 0;
}

[dir="ltr"] .search-result__show-more {
  margin-left: 8px;
}

[dir="rtl"] .search-result__show-more {
  margin-right: 8px;
}

[dir] .block-list-title {
  text-align: center;
}
@media (min-width: 768px) {
  [dir] .block-list-title {
    margin-bottom: calc(16px * 1.5 * 1.5);
  }
}

.block-list {
  list-style: none;
}

[dir] .block-list {
  margin-bottom: 0;
}

[dir="ltr"] .block-list {
  padding-left: 0;
}

[dir="rtl"] .block-list {
  padding-right: 0;
}
@media (min-width: 768px) {
  .block-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.block-list-title {
  font-size: 41px;
}
@media (max-width: 767px) {
  .block-list-title {
    font-size: 28px;
  }
}

.block-list-item {
  position: relative;
	/* Shadow L */
	display: flex;
	flex-direction: column;
	align-items: flex-start;
  justify-content: flex-start;
	padding: 20px 10px;
  margin: 16px;
	background: #FFFFFF;
	/* Shadow L */
	box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15);
	border-radius: 16px;
  color: #220D4E;
	/* font-family: "Nunito Sans";*/
	font-family: "Inter_Regular";
  width: 250px;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	backface-visibility: hidden;
  transform: scale(0.95, 0.95) translateZ(0);
}

/* Fast shadow animation */
.block-list-item:hover, .home-tile:hover {
  transform: scale(1, 1) translateZ(0);
  cursor: pointer;
}

.block-list-item:hover, .home-tile a {
  display: flex;
  flex-direction: column;
  align-items: center;
  
}
/* Pre-render the bigger shadow, but hide it */
.block-list-item::after, .home-tile::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0px 50px 60px -16px rgba(25, 20, 51, 0.1);  
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Transition to showing the bigger shadow on hover */
.block-list-item:hover::after, .home-tile:hover::after {
  opacity: 1;
}


.block-list-item a {
  color: #220D4E;
  /* DB */
  font-size: 18px;
  /* font-weight: 700;  */
}

.block-list-item__link {
  position: relative;
  display: block;
  font-weight: 400;
  /* font-family: "Nunito Sans";*/
  font-family: "Inter_Regular";
  vertical-align: middle;
  transition: all 0.3s ease;
  color: #220D4E;
}

[dir] .block-list-item__link {
  padding: 24px;
  background-color: #fff;
  border-radius: 8px;
}

[dir="ltr"] .block-list-item__link {
  padding-left: calc(16px * 1.5 * 3.5);
  text-align: left;
}

[dir="rtl"] .block-list-item__link {
  padding-right: calc(16px * 1.5 * 3.5);
  text-align: right;
}

.block-list-item__link .meta {
  font-size: 16px;
}

.block-list-item__link:active,
.block-list-item__link:focus,
.block-list-item__link:hover {
  text-decoration: none;
}

[dir] .block-list-item__link:active,
[dir] .block-list-item__link:focus,
[dir] .block-list-item__link:hover {
  background-color: #e8eaed;
}
@media (min-width: 768px) {
  .block-list-item__link {
    height: 100%;
  }
}

[dir] .block-list-item__link .meta {
  margin-bottom: 0;
}

.block-list-item__title {
  font-size: 16px;
  font-weight: 600;
  color: rgba(34, 13, 78, 1);
  text-transform: uppercase;
}

[dir] .block-list-item__title {
  margin-bottom: 8px;
}

.block-list-item__icon {
  position: absolute;
  height: 40px;
}

[dir="ltr"] .block-list-item__icon {
  left: 24px;
}

[dir="rtl"] .block-list-item__icon {
  right: 24px;
}

.block-list-item__icon img,
.block-list-item__icon svg {
  width: auto;
  height: 100%;
}

.block-list-item__icon-section {
  width: 100%;
  max-width: 60px;
  height: 100%;
}

[dir] .block-list-item__icon-section {
  margin-bottom: 1rem;
}

.block-list-item__icon-section img,
.block-list-item__icon-section svg {
  width: 60px;
}

.lt-block-list-item {
  display: flex;
}

.lt-block-list-item__link {
  display: flex;
  color: #fff;
  flex-direction: column;
  transition: all 0.3s ease;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

[dir] .lt-block-list-item__link {
  padding: 2rem;
  background-color: #276FD0;
  border-radius: 4px;
}

.lt-block-list-item__link:active,
.lt-block-list-item__link:focus,
.lt-block-list-item__link:hover {
  color: #fff;
  text-decoration: none;
}

[dir] .lt-block-list-item__link:active,
[dir] .lt-block-list-item__link:focus,
[dir] .lt-block-list-item__link:hover {
  background-color: #1d539c;
}

.lt-block-list-item__title {
  font-weight: 600;
  word-break: break-word;
}

[dir] .lt-block-list-item__title {
  margin-bottom: 0;
  text-align: center;
}

[dir] .lt-block-list-item__desc {
  margin-top: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  [dir] .category-page {
    margin-bottom: calc(16px * 1.5 * 2);
  }
}

.category-description:empty {
  display: none;
}

[dir] .category-tree-item {
  padding-top: calc(16px * 1.5);
  border-top: 1px solid #eee;
}

[dir] .category-tree-item:nth-child(odd) {
  background-color: #f6f7f8;
}

[dir] .category-tree-item:last-child {
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  [dir] .category-tree-item {
    padding-top: calc(16px * 1.5 * 3);
    padding-bottom: calc(16px * 1.5 * 2);
  }
}

.category-tree-item__title {
  font-size: 41px;
}

[dir] .category-tree-item__title {
  text-align: center;
}
@media (min-width: 768px) {
  [dir] .category-tree-item__title {
    margin-bottom: calc(16px * 1.5 * 1.5);
  }
}

[dir="ltr"] .category-tree-item__sections {
  margin-right: 0;
  margin-left: 0;
}

[dir="rtl"] .category-tree-item__sections {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  [dir="ltr"] .category-tree-item__sections .section:nth-child(2n + 1) {
    clear: left;
  }

  [dir="rtl"] .category-tree-item__sections .section:nth-child(2n + 1) {
    clear: right;
  }
}
@media (min-width: 768px) {
  [dir] .category-tree-item__sections .section:nth-child(2n + 1) {
    clear: none;
  }

  [dir="ltr"] .category-tree-item__sections .section:nth-child(3n + 1) {
    clear: left;
  }

  [dir="rtl"] .category-tree-item__sections .section:nth-child(3n + 1) {
    clear: right;
  }
}

.category-tree-item__title-link {
  color: inherit;
}

[dir] .section-page {
  margin-bottom: calc(16px * 1.5 * 2);
  max-width: 1200px;
}

.section-articles {
  list-style: none;
  
  /*list-style-position: outside;
  font-family: "Font Awesome 5 Free";*/
  margin-left: 8px;
}


.section-articles > li {
  margin: 12px;
  margin-left: 0;
  padding-left: 0;
}

.section-articles > li:before {
  position: relative;
  display: inline-block;
  font-family: var(--font-awesome-font-family);
  font-weight: 500;
  content: '\f02e';
  
  width: 16px;
  height: 16px;
  float: left;
}

.section-articles > li a {
  margin-left: 8px;
  /* font-family: "Nunito Sans";*/
  font-family: "Inter_Regular";
  font-weight: normal;
  color: #220d4e;
}

.section-articles > li a:hover {
  text-decoration: none;
  color: #00C2FF;
}


[dir] .section__title {
  margin-bottom: calc(16px * 1.5 / 1.5);
}

.section__title-link {
  color: #666;
}

.section-header {
  position: relative;
  padding-left: 32px;
  padding-right: 16px;
}

[dir] .section-subscribe .dropdown-toggle {
  margin-top: calc(16px * 1.5);
}

.section-subscribe .dropdown-toggle:after {
  display: none;
}

[dir="ltr"] .section-subscribe .dropdown-menu {
  right: 0;
  left: initial;
}

[dir="rtl"] .section-subscribe .dropdown-menu {
  right: initial;
  left: 0;
}

[dir] .section-title {
  text-align: center;
}
@media (min-width: 768px) {
  [dir="ltr"] .section-tree .section:nth-child(2n + 1) {
    clear: left;
  }

  [dir="rtl"] .section-tree .section:nth-child(2n + 1) {
    clear: right;
  }
}
@media (min-width: 992px) {
  [dir] .section-tree .section:nth-child(2n + 1) {
    clear: none;
  }

  [dir="ltr"] .section-tree .section:nth-child(3n + 1) {
    clear: left;
  }

  [dir="rtl"] .section-tree .section:nth-child(3n + 1) {
    clear: right;
  }
}

[dir] .section-list-wrapper {
  margin-bottom: 48px;
}

.section-list {
  list-style: none;
}

[dir="ltr"] .section-list {
  padding-left: 0;
}

[dir="rtl"] .section-list {
  padding-right: 0;
}
@media (min-width: 768px) {
  .section-list {
    display: flex;
    flex-wrap: wrap;
  }
}

.section-list-item {
  position: relative;
}

[dir] .section-list-item {
  margin-bottom: calc(16px * 1.5);
}
@media (min-width: 768px) {
  .section-list-item {
    min-height: 120px;
  }
}

.section-list-item__link {
  display: block;
  font-weight: 400;
  color: #276FD0;
  vertical-align: middle;
  transition: all 0.3s ease;
}

[dir] .section-list-item__link {
  padding: 22px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 20px 5px rgba(62, 60, 98, 0.08);
}

[dir="ltr"] .section-list-item__link {
  text-align: left;
}

[dir="rtl"] .section-list-item__link {
  text-align: right;
}

.section-list-item__link:active,
.section-list-item__link:focus,
.section-list-item__link:hover {
  text-decoration: none;
}

[dir] .section-list-item__link:active,
[dir] .section-list-item__link:focus,
[dir] .section-list-item__link:hover {
  background-color: #276FD0;
}

.section-list-item__link:active .section-list-item__title,
.section-list-item__link:focus .section-list-item__title,
.section-list-item__link:hover .section-list-item__title {
  color: #fff;
}

.section-list-item__link:active .meta,
.section-list-item__link:focus .meta,
.section-list-item__link:hover .meta {
  color: #fff;
}
@media (min-width: 768px) {
  .section-list-item__link {
    height: 100%;
  }
}

.section-list-item__title {
  font-weight: 600;
  font-size: 24px;
}

[dir] .section-list-item__title {
  margin-bottom: 8px;
  margin-top: 0;
}

.section-list-compact {
  list-style: none;
}

[dir] .section-list-compact {
  margin-bottom: 0;
}

[dir="ltr"] .section-list-compact {
  padding-left: 0;
}

[dir="rtl"] .section-list-compact {
  padding-right: 0;
}

.section-list-compact__item {
  position: relative;
}

[dir] .section-list-compact__item {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir="ltr"] .section-list-compact__item {
  padding-left: 20px;
}

[dir="rtl"] .section-list-compact__item {
  padding-right: 20px;
}

.section-list-compact__item span {
  position: absolute;
  top: 8px;
  font-size: 10px;
  color: #f49e44;
  vertical-align: middle;
}

[dir="ltr"] .section-list-compact__item span {
  left: -3px;
}

[dir="rtl"] .section-list-compact__item span {
  right: -3px;
}

[dir] .article-page {
  margin-bottom: calc(16px * 1.5 * 2);
}

[dir] .article-page .prevnext__btn {
  border-width: 1px;
}

.article-page .prevnext__name {
  color: #276FD0;
}

.article-page span.sidenav__category-name:after,
.article-page span.sidenav__section-name:after {
  position: static;
  vertical-align: top;
}

[dir="ltr"] .article-page span.sidenav__category-name:after,
[dir="ltr"] .article-page span.sidenav__section-name:after {
  margin: 10px 0 0 10px;
}

[dir="rtl"] .article-page span.sidenav__category-name:after,
[dir="rtl"] .article-page span.sidenav__section-name:after {
  margin: 10px 10px 0 0;
}
@media (min-width: 768px) {
  [dir="ltr"] .article-page .sidenav__categories-list {
    border-right: 1px solid #e5e5e5;
  }

  [dir="rtl"] .article-page .sidenav__categories-list {
    border-left: 1px solid #e5e5e5;
  }
}

.article {
  max-width: calc(100vw - 48px);
  position: relative;
  /*font-family: "Nunito Sans", sans-serif;*/
  font-family: "Inter_Regular", sans-serif;
  /* font-size: 16px; */
  color: #514B5F;
}


.article__title {
  font-size: calc(16px * 1.75 - 2px);
  margin: 0;
  transition: font-size 0.3s;
}
@media (min-width: 768px) {
  .article__title {
    font-size: calc(16px * 2.5);
  }
}

@media (min-width: 992px) {
  .article {
	  padding-left: 24px;
	}
}

.article-meta {
  display: table;
  width: 100%;
}

/* [dir] .article-meta {
  margin-bottom: calc(16px * 1.5);
} */

.article-meta__col {
  display: table-cell;

  vertical-align: top;
}

.article-meta__col--main {
  width: 100%;
}

[dir="ltr"] .article-meta__col--main {
  padding-right: 12px;
}

[dir="rtl"] .article-meta__col--main {
  padding-left: 12px;
}

/*.article__body {
  word-break: break-word;
}*/

[dir] .article__body {
  margin-bottom: calc(16px * 1.5);
}


.article__body .wysiwyg-font-size-x-large {
  font-size: calc(16px * 1.75 - 2px);
  font-weight: 400;
  line-height: 1.2;
}

.article__body .wysiwyg-font-size-large {
  font-size: calc(16px * 1.5);
  font-weight: 600;
  line-height: 1.2;
}

.article__body .wysiwyg-font-size-medium {
  font-size: calc(16px * 1.25);
  font-weight: 600;
  line-height: 1.2;
}

.article__body .wysiwyg-font-size-small {
  font-size: calc(16px * 0.85);
}

/* [dir="ltr"] .article__body ul,
[dir="ltr"] .article__body ol {
  padding-left: 45px;
} */



/* [dir] .article__body ul ul {
  margin-top: calc(16px * 1.5 / 2);
  margin-bottom: 0;
}

[dir] .article__body ul ol {
  margin-top: calc(16px * 1.5 / 2);
  margin-bottom: 0;
}

[dir] .article__body ol ul {
  margin-top: calc(16px * 1.5 / 2);
  margin-bottom: 0;
}

[dir] .article__body ol ol {
  margin-top: calc(16px * 1.5 / 2);
  margin-bottom: 0;
} */

/* [dir] .article__body ul li {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .article__body ol li {
  margin-bottom: calc(16px * 1.5 / 2);
} */

/* [dir="ltr"] .article__body .itemizedlist,
[dir="ltr"] .article__body .procedure {
  padding-left: 0;
}

[dir="rtl"] .article__body .itemizedlist,
[dir="rtl"] .article__body .procedure {
  padding-right: 0;
} */

[dir] .article__body .section.accordion {
  border: none;
}

.article__body .panel-body {
  display: none;
}

[dir="ltr"] .article__body .panel-body {
  padding: 0 0 0 20px;
}

[dir="rtl"] .article__body .panel-body {
  padding: 0 20px 0 0;
}

/* [dir] .article__body p:last-child {
  margin-bottom: 0;
} */

[dir] .article__body .listitem p {
  margin-bottom: 5px;
}

/* [dir] .article__body p + .itemizedlist {
  margin-top: -15px;
} */

.article__body .glossterm {
  font-size: 18px;
  font-weight: bold;
  color: rgba(34, 13, 78, 1);
}

.article-vote {
  position: relative;
}

[dir] .article-vote {
  padding: calc(16px * 1.5) 12px;
	width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
}

.article-vote-controls__item {
  color: rgba(34, 13, 78, 1);
}

[dir] .article-vote-controls__item {
  background-color: #eee;
  border-color: #eee;
}

.article-vote-controls__item:hover {
  color: #0b041a;
}

[dir] .article-vote-controls__item:hover {
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}

.article-vote-controls__item:focus {
  color: #0b041a;
}

[dir] .article-vote-controls__item:focus {
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}

.article-vote-controls__item:active {
  color: #0b041a;
}

[dir] .article-vote-controls__item:active {
  background-color: #cfcfcf;
  border-color: #cfcfcf;
}

[dir] .article-vote-controls__item:active {
  background-image: none;
}

.article-vote-controls__item--voted {
  color: #0f0622;
}

[dir] .article-vote-controls__item--voted {
  border-color: #0f0622;
}
@media (max-width: 767px) {
  .article-vote-question {
    display: block;
  }

  [dir] .article-vote-question {
    margin-bottom: calc(16px * 1.5 / 2);
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .article-vote-question {
    float: left;
    margin-right: 12px;
  }

  [dir="rtl"] .article-vote-question {
    float: right;
    margin-left: 12px;
  }
}

.article-vote-controls {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .article-vote-controls {
    display: block;
  }

  [dir] .article-vote-controls {
    margin-bottom: calc(16px * 1.5 / 2);
  }
}

.article-vote-count {
  display: block;
  font-size: calc((16px * 0.75) - 2);

  color: #808488;
}

[dir] .article__share {
  margin-bottom: calc(16px * 1.5);
}

[dir] .article__share ul {
  margin-top: 0;
}

[dir] .article-share__title {
  margin-bottom: 15px;
}

[dir] .article-footer {
  margin-bottom: calc(16px * 1.5);
}

[dir] .article__attachments {
  margin-top: 64px;
}

[dir] .article-more-questions {
  margin-bottom: calc(16px * 1.5);
  clear: both;
}

.article-more-questions:empty {
  display: none;
}

.article-more-questions a {
  white-space: nowrap;
}
@media (max-width: 767px) {
  [dir] .article-sidebar {
    padding-top: calc(16px * 1.5);
    border-top: 1px solid #eee;
  }
}

.article-container {
  display: flex;
  flex-wrap: wrap;
  /*font-family: "Nunito Sans", sans-serif;*/
  font-family: "Inter_Regular", sans-serif;
  /*width: 100%;
  max-width: 480px;
  padding-right: 16px;
  padding-left: 16px; */
  
}

/* @media (min-width: 768px) {
  .article-container {
    max-width: 480px;
  }
} */

@media (min-width: 992px) {
  .article-container {
    margin-right: 32px;
		/* width: 100%; */
    /* max-width: 580px; */
  }
}

/* @media (min-width: 1200px) {
  .article-container {
    max-width: initial;
    max-width: 700px;
  }
} */

/* @media (min-width: 1600px) {
  .article-container {
    width: 100%;
    max-width: 800px;
  }
} */

[dir="ltr"] .article-container__column {
}

/* [dir="rtl"] .article-container__column {
  margin-right: 30px;
  margin-left: 30px;
} */

.article-container__sidenav,
.article-container__toc {
  display: none;
}

.article-container__sidenav,
.article-container__toc {
  display: block;
}

[dir] .article-container__sidenav {
  padding-bottom: 24px;
}

.article-container__sidenav,
.article-container__sidebar,
.article-container__article {
  width: 100%;
}
@media (min-width: 992px) {
  .article-container__article {
    width: calc(100% / 12 * 8);
  }

  .article-container__sidebar {
    width: calc(100% / 12 * 4);
  }

  .article-container__toc {
    width: calc(100% / 12 * 4);
  }

  .article-container__sidenav {
    width: calc(100% / 12 * 4);
  }

  [dir="ltr"] .article-container__sidebar {
    margin-left: calc(100% / 12 * 4);
  }

  [dir="rtl"] .article-container__sidebar {
    margin-right: calc(100% / 12 * 4);
  }

  .article-container__sidenav,
  .article-container__toc {
    width: calc(100% / 12 * 3);
  }

  .article-container__article {
    width: calc(100% / 12);
  }

  [dir="ltr"] .article-container__sidebar {
    margin-left: calc(100% / 12 * 3);
  }

  [dir="rtl"] .article-container__sidebar {
    margin-right: calc(100% / 12 * 3);
  }
}
@media (min-width: 1200px) {
  .article-container__article {
    width: calc(100% / 12);
  }

  .article-container__toc {
    width: calc(100% / 12 * 2);
  }
}

[dir] .lt-toc {
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #e5e5e5;
}

.lt-toc .lt-toc--link {
  display: inline-block;
}

[dir] .lt-toc .lt-toc--link {
  padding: 2px 5px;
}

.lt-toc .lt-toc--link:before {
  display: inline-block;
  width: 4px;
  height: 4px;
  vertical-align: middle;
  content: "";
}

[dir] .lt-toc .lt-toc--link:before {
  background: #276FD0;
  border-radius: 50%;
}

[dir="ltr"] .lt-toc .lt-toc--link:before {
  margin-right: 10px;
}

[dir="rtl"] .lt-toc .lt-toc--link:before {
  margin-left: 10px;
}

[dir] .lt-toc .lt-toc--link.is-active {
  background: none;
}

.lt-toc .lt-toc--link.is-active span {
  color: #276FD0;
}

/* [dir="ltr"] ol.orderedlist,
[dir="ltr"] .procedure,
[dir="ltr"] .itemizedlist {
  padding-left: 0;
}

[dir="rtl"] ol.orderedlist,
[dir="rtl"] .procedure,
[dir="rtl"] .itemizedlist {
  padding-right: 0;
  margin-right: 30px;
} */

/* DB */


/* /DB */

[dir="ltr"] div.procedure.tab {
  padding-left: 30px;
  margin-left: 0;
}

[dir="rtl"] div.procedure.tab {
  padding-right: 30px;
  margin-right: 0;
}

[dir] ol.procedure.tab {
  padding: 0;
}

[dir] ol.tab {
  border: none;
}
/* DB */
/* ol.procedure,
ul.procedure,
.procedure ol {
  counter-reset: item;
}

[dir] ol.procedure,
[dir] ul.procedure,
[dir] .procedure ol {
  margin: 0;
} 

[dir="ltr"] ol.procedure,
[dir="ltr"] ul.procedure,
[dir="ltr"] .procedure ol {
  padding-left: 0;
}
*/

/* [dir="rtl"] ol.procedure,
[dir="rtl"] ul.procedure,
[dir="rtl"] .procedure ol {
  padding-right: 0;
} */

/* ol.procedure > li,
ul.procedure > li {
  font-size: 16px !important;
  line-height: 1.3;
  list-style: none inside;
  counter-increment: item;
} */
/* ol.substeps li {
  padding-left: 16px;
  counter-increment: step-counter;
} */

/* ol.procedure > li ol.substeps > li:before {
    content: counters(step-counter,".",lower-alpha);
    display: flex;
    justify-content: center;
    position: absolute;
    align-items: center;
  	text-align: center;
    left: 32px;
    width: 20px;
  	height: 20px;
    /* padding: 5px;
    border-radius: 50%;
    background: #9B6BFF;
    color: white;
}

[dir] ol.procedure > li,
[dir] ul.procedure > li {
  padding-bottom: 1.5rem;
  margin-left: 20px;
} */

/* ol.procedure > li:before,
ul.procedure > li:before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  width: 34px;
  font-size: 19px;
  color: #fff;
  content: counter(item);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
} */

/* [dir] ol.procedure > li:before,
[dir] ul.procedure > li:before {
  padding: 5px;
  margin-top: -5px;
  text-align: center;
  background: #7ad143;
  border-radius: 50%;
} */

/* [dir="ltr"] ol.procedure > li:before,
[dir="ltr"] ul.procedure > li:before {
  float: left;
  margin-right: 10px;
} */

/* [dir="rtl"] ol.procedure > li:before,
[dir="rtl"] ul.procedure > li:before {
  float: right;
  margin-left: 10px;
} */

.lt-toc_is-mobile {
  position: relative !important;
  top: auto !important;
  width: 100% !important;
}

[dir="ltr"] .lt-toc_is-mobile {
  left: auto !important;
}

[dir="rtl"] .lt-toc_is-mobile {
  right: auto !important;
}

.lt-toc-mobile_start {
  height: 1px !important;
}

[dir] .lt-toc-mobile_start {
  margin-bottom: 0;
}

[dir="ltr"] .lt-toc--item-h3 {
  padding-left: 15px;
}

[dir="rtl"] .lt-toc--item-h3 {
  padding-right: 15px;
}

.lt-toc_is-desktop .lt-toc--title {
  position: relative;
}

[dir] .lt-toc_is-desktop .lt-toc--title {
  cursor: pointer;
}

.lt-toc_is-desktop .lt-toc--title:after,
.lt-toc_is-desktop .lt-toc--title:before {
  position: absolute;
  bottom: 50%;
  display: block;
  content: "";
  transition: all 0.3s;
}

[dir] .lt-toc_is-desktop .lt-toc--title:after,
[dir] .lt-toc_is-desktop .lt-toc--title:before {
  background: #4e5565;
  border-radius: 1px;
}

[dir="ltr"] .lt-toc_is-desktop .lt-toc--title:after,
[dir="ltr"] .lt-toc_is-desktop .lt-toc--title:before {
  right: 22px;
  transform: translate(50%, 50%);
}

[dir="rtl"] .lt-toc_is-desktop .lt-toc--title:after,
[dir="rtl"] .lt-toc_is-desktop .lt-toc--title:before {
  left: 22px;
  transform: translate(-50%, 50%);
}

.lt-toc_is-desktop .lt-toc--title:after {
  width: 12px;
  height: 2px;
}

.lt-toc_is-desktop .lt-toc--title:before {
  width: 2px;
  height: 12px;
}

.lt-toc_is-desktop .lt-toc--title.is-active:after {
  opacity: 0;
}

[dir="ltr"] .lt-toc_is-desktop .lt-toc--title.is-active:after {
  transform: translate(50%, 50%) rotate(-90deg);
}

[dir="rtl"] .lt-toc_is-desktop .lt-toc--title.is-active:after {
  transform: translate(-50%, 50%) rotate(90deg);
}

[dir="ltr"] .lt-toc_is-desktop .lt-toc--title.is-active:before {
  transform: translate(50%, 50%) rotate(-90deg);
}

[dir="rtl"] .lt-toc_is-desktop .lt-toc--title.is-active:before {
  transform: translate(-50%, 50%) rotate(90deg);
}

.lt-toc.lt-toc_is-desktop .lt-toc--list {
  display: none !important;
}

.lt-toc.lt-toc_is-desktop .lt-toc--list.is-active {
  display: block !important;
}

/* [dir="ltr"] .zd-article > .orderedlist,
[dir="ltr"] .zd-article > div {
  padding-left: 20px;
} */

[dir="rtl"] .zd-article > .orderedlist,
[dir="rtl"] .zd-article > div {
  padding-right: 20px;
}

[dir="ltr"] .zd-article > .section,
[dir="ltr"] .zd-article > .glossary {
  padding-left: 0;
}

[dir="rtl"] .zd-article > .section,
[dir="rtl"] .zd-article > .glossary {
  padding-right: 0;
}

[dir="ltr"] .glossary > * {
  padding-left: 20px;
}

[dir="rtl"] .glossary > * {
  padding-right: 20px;
}

[dir="ltr"] .glossary > .titlepage {
  padding-left: 0;
}

[dir="rtl"] .glossary > .titlepage {
  padding-right: 0;
}

.abstract {
  display: none !important;
}

code.filename {
  font-family: "DM Mono", monospace;
}

[dir] code.filename {
  padding: 0 4px !important;
  background: #eee;
  border-radius: 0 !important;
}

.guilabel {
  font-family: "courier new", Arial, sans-serif;
}
@media (max-width: 991px) {
  .td-flex-mobile {
    display: flex;
    flex-wrap: wrap;
  }

  .td-flex-mobile > td {
    width: 100%;
  }
}

.glossterm.has-tooltip {
  position: relative;
}

.glossterm.has-tooltip.is-active:before,
.glossterm.has-tooltip.is-active:after {
  position: absolute;
  display: block;
  content: "";
}

[dir="ltr"] .glossterm.has-tooltip.is-active:before,
[dir="ltr"] .glossterm.has-tooltip.is-active:after {
  left: 50%;
}

[dir="rtl"] .glossterm.has-tooltip.is-active:before,
[dir="rtl"] .glossterm.has-tooltip.is-active:after {
  right: 50%;
}

.glossterm.has-tooltip.is-active:before {
  top: 18px;
  z-index: 2;
}

[dir] .glossterm.has-tooltip.is-active:before {
  border-bottom: 7px solid #fff;
}

[dir="ltr"] .glossterm.has-tooltip.is-active:before {
  border-right: 8px solid transparent;
  border-left: 9px solid transparent;
}

[dir="rtl"] .glossterm.has-tooltip.is-active:before {
  border-right: 9px solid transparent;
  border-left: 8px solid transparent;
}

.glossterm.has-tooltip.is-active:after {
  top: 17px;
  z-index: 1;
}

[dir] .glossterm.has-tooltip.is-active:after {
  border-bottom: 8px solid #ccc;
}

[dir="ltr"] .glossterm.has-tooltip.is-active:after {
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

[dir="rtl"] .glossterm.has-tooltip.is-active:after {
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
}

.glossterm-tooltip {
  position: absolute;
  top: 25px;
  display: none;
  width: 400px;
  font-size: 14px;
  font-weight: 400;
}

[dir] .glossterm-tooltip {
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

[dir="ltr"] .glossterm-tooltip {
  left: -50%;
}

[dir="rtl"] .glossterm-tooltip {
  right: -50%;
}

[dir] .article-page {
  margin-bottom: calc(16px * 1.5 * 2);
}

@media (min-width: 992px) {
  .article__title {
    font-size: calc(16px * 1.75 - 2px);
  }
}
@media (min-width: 1200px) {
  .article__title {
    font-size: calc(16px * 2.5);
  }

  [dir="ltr"] .article__title {
    float: left;
  }

  [dir="rtl"] .article__title {
    float: right;
  }
}

.article-header {
  position: relative;
  z-index: 1;
  background: white;
  max-width: 600px;
  /* margin-left: 301px; */
  /* border-bottom: solid 2px rgb(207, 207, 207); */
  transition: background 0.3;
  border-bottom: none;
  background: rgb(255, 255, 255);
  box-shadow: none;  
}

.article-header .article__title {
  font-size: 1.5em;
}

/* .article-header .article__title {
  font-size: 2em;
} */

@media (min-width: 1200px) {
  .article-header {
    max-width: 700px;
  }
  
  
  
 	.article-header .article__title {
	  font-size: 2.5em;
	} 
}

@media (min-width: 1600px) {
  .article-header {
    max-width: 800px;
  }
}

.article-header:before,
.article-header:after {
  display: table;
  content: "";
}

[dir] .article-header:after {
  clear: both;
  z-index: -1;
}

.article-header-toolbar {
  display: flex;
  
}

[dir] .article-header__button {
  margin-bottom: calc(16px * 1.5);
}
@media (min-width: 1200px) {
  .article-header__button {
    width: 20%;
    vertical-align: top;
  }

  [dir="ltr"] .article-header__button {
    float: right;
    text-align: right;
  }

  [dir="rtl"] .article-header__button {
    float: left;
    text-align: left;
  }
}

.article-meta {
  display: table;
  width: 100%;
}

/* [dir] .article-meta {
  margin-bottom: calc(16px * 1.5);
} */

.article-meta__col {
  display: table-cell;
  vertical-align: top;
}

.article-meta__col--main {
  width: 100%;
}

[dir="ltr"] .article-meta__col--main {
  padding-right: 12px;
}

[dir="rtl"] .article-meta__col--main {
  padding-left: 12px;
}

.entry-info__content {
    display: flex;
    align-items: center;
  	flex-wrap: wrap;
}
/*.article__body {
  word-break: break-word;
}*/


[dir] .article__body {
  margin-bottom: calc(16px * 1.5);
  margin-top: 32px;
  /* padding-right: 32px;
  padding-left: 32px; */
}

@media (min-width: 1200px) {
  
  [dir] .article__body {
  
  }

}

.article__body strong {
  /*font-family: "Nunito Sans", sans-serif;*/
  font-family: "Inter_Regular", sans-serif;
}

.article__body li {
  margin-bottom: 4px;
}

pre > code[class*=language-], pre[class*=language-] {
  font-size: 14px!important;
  white-space: pre-wrap;
  padding: 4px!important;
}

.article__body .wysiwyg-font-size-x-large {
  font-size: calc(16px * 1.75 - 2px);
  font-weight: 400;
  line-height: 1.2;
}

.article__body .wysiwyg-font-size-large {
  font-size: calc(16px * 1.5);
  font-weight: 600;
  line-height: 1.2;
}

.article__body .wysiwyg-font-size-medium {
  font-size: calc(16px * 1.25);
  font-weight: 600;
  line-height: 1.2;
}

.article__body .wysiwyg-font-size-small {
  font-size: calc(16px * 0.85);
}

[dir] .article__body .section.accordion {
  border: none;
}

.article__body .panel-body {
  display: none;
}

[dir="ltr"] .article__body .panel-body {
  padding: 0 0 0 20px;
}

[dir="rtl"] .article__body .panel-body {
  padding: 0 20px 0 0;
}

/* [dir] .article__body ul ul {
  margin-top: calc(16px * 1.5 / 2);
}

[dir] .article__body ul ol {
  margin-top: calc(16px * 1.5 / 2);
} */

[dir] .article__body ol > ul {
  margin-top: calc(16px * 1.5 / 2);
}

[dir] .article__body ol > ol {
  margin-top: calc(16px * 1.5 / 2);
}

/* [dir] .article__body ul li {
  margin-bottom: calc(16px * 1.5 / 2);
} */

/* [dir] .article__body ol li {
  margin-bottom: calc(16px * 1.5 / 2);
  list-style: none;
} */

.article-vote {
  position: relative;
}

[dir] .article-vote {
  padding: calc(16px * 1.5) 12px;
  border: 1px solid #f1f1f1;
  border-radius: 4px;
}

.article-vote-controls__item {
  color: rgba(34, 13, 78, 1);
}

[dir] .article-vote-controls__item {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
}

.article-vote-controls__item {
  color: rgba(34, 13, 78, 1);
}

[dir] .article-vote-controls__item {
  background-color: #f1f1f1;
}

.article-vote-controls__item:hover {
  color: #0b041a;
}

[dir] .article-vote-controls__item:hover {
  background-color: #b9b9b9;
}

.article-vote-controls__item:focus {
  color: #0b041a;
}

[dir] .article-vote-controls__item:focus {
  background-color: #b9b9b9;
}

.article-vote-controls__item:active {
  color: #0b041a;
}

[dir] .article-vote-controls__item:active {
  background-color: #b9b9b9;
}

.article-vote-controls__item--voted,
.article-vote-controls__item--voted:active,
.article-vote-controls__item--voted:focus {
  color: #fff;
}

[dir] .article-vote-controls__item--voted,
[dir] .article-vote-controls__item--voted:active,
[dir] .article-vote-controls__item--voted:focus {
  background-color: #276FD0;
}
@media (min-width: 768px) {
  [dir="ltr"] .article-vote-question {
    float: left;
    margin-right: 12px;
  }

  [dir="rtl"] .article-vote-question {
    float: right;
    margin-left: 12px;
  }
}

.article-vote-controls {
  white-space: nowrap;
}
@media (max-width: 767px) {
  .article-vote-question {
    display: block;
  }

  [dir] .article-vote-question {
    margin-bottom: calc(16px * 1.5 / 2);
  }

  .article-vote-controls {
    display: block;
  }

  [dir] .article-vote-controls {
    margin-bottom: calc(16px * 1.5 / 2);
  }
}

.article-vote-count {
  display: block;
  font-size: calc((16px * 0.75) - 2);
  color: #979797;
}

[dir] .article__share {
  margin-bottom: calc(16px * 1.5);
}

[dir] .article__share ul {
  margin-top: 0;
}

[dir] .article-footer {
  margin-bottom: calc(16px * 1.5);
}

/* [dir] .article__attachments {
  margin-bottom: calc(16px * 1.5);
} */

[dir] .article-more-questions {
  margin-bottom: calc(16px * 1.5);
  clear: both;
}

.article-more-questions:empty {
  display: none;
}

.article-more-questions a {
  white-space: nowrap;
}
@media (max-width: 767px) {
  [dir] .article-sidebar {
    padding-top: calc(16px * 1.5);
    border-top: 1px solid #eee;
  }
}

.article-container {
  display: flex;
  flex-wrap: wrap;
}

.article-container__column {
  flex: 0 0 100%;
}

[dir] .article-container__sidenav {
  padding-bottom: 24px;
}

.article-container .article-container__toc {
  display: none;
}

.toc-enabled .article-container__toc {
  display: block;
}
@media (min-width: 992px) {
  .article-container .article-container__sidenav {
    flex: 0 0 calc(100% / 3);
  }

  .article-container .article-container__article {
    /* DB */
    flex: 0 0 1;
    max-width: 1200px;
  }

  .toc-enabled .article-container__article {
    flex-basis: 50%;
  }

  .toc-enabled .article-container__sidenav,
  .toc-enabled .article-container__toc {
    flex-basis: 25%;
  }
}

.sticky-header {
  /* position: sticky; */
  /* position: fixed; */
  top: 86px;
  z-index: 1;
  display: flex;
  align-items: center;
}

[dir] .sticky-header {
  padding: 10px 0;
  background: #fff;
}

[dir="ltr"] .sticky-header {
  left: 0;
  margin-right: 0 !important;
}

[dir="rtl"] .sticky-header {
  right: 0;
  margin-left: 0 !important;
}
@media (max-width: 991px) {
  .sticky-header {
    top: 70px;
    flex-direction: column;
    align-items: flex-start;
  }
}

[dir="ltr"] .article-buttons {
  margin-left: auto;
}

[dir="rtl"] .article-buttons {
  margin-right: auto;
}
@media (max-width: 1190px) {
  .article-buttons {
    display: none;
  }
}

.article-buttons * {
  display: inline-block;
}

.show-lines,
.lines-button.show-lines {
  display: block !important;
}

[dir] .article-buttons__mob > button {
  padding: 0;
}
@media (min-width: 1189px) {
  .article-buttons__mob {
    display: none;
  }
}

.article-burger {
  width: 35px;
  height: 35px;
}

[dir] .article-burger {
  background-image: url(/hc/theming_assets/01J8ETNB1379XEB557X09NMF0S);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

[dir="ltr"] .article-burger {
  margin-right: 10px;
}

[dir="rtl"] .article-burger {
  margin-left: 10px;
}

.search-box__mob-wrapper {
  display: flex;
  align-items: center;
}

[dir="ltr"] .search-box__mob-wrapper {
  margin-left: 0;
}

[dir="rtl"] .search-box__mob-wrapper {
  margin-right: 0;
}
@media (max-width: 1190px) {
  .search-box__mob-wrapper {
    width: 41% !important;
  }

  [dir="ltr"] .search-box__mob-wrapper {
    margin-left: auto;
  }

  [dir="rtl"] .search-box__mob-wrapper {
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .search-box__mob-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 1190px) {
  .custom-breadcrumbs {
    width: 50% !important;
  }
}
@media (max-width: 768px) {
  .custom-breadcrumbs {
    width: 100% !important;
  }
}

.article__wrapper {
  position: relative;
  /* margin-left: 48px;
  margin-right: 48px; 
  margin-top: 80px;
  padding-left: 16px;
  padding-right: 16px; */ 
}

/* @media (min-width: 768px) {
  .article__wrapper {
  	padding-left: 32px;
  	padding-right: 32px; 
  }
 } */

/* paligo  */
.listitem:before {
  display: none;
}

/* [dir="ltr"] ol.orderedlist,
[dir="ltr"] .procedure,
[dir="ltr"] .itemizedlist {
  margin-left: 10px !important;
} */
/* .panel-heading .title {
  display: flex;
  align-items: center;
} */
.expand-all {
  display: block;
  text-decoration: underline;
}

[dir] .expand-all {
  padding: 0 10px;
  cursor: pointer;
}

[dir="ltr"] .expand-all {
  margin-left: auto;
  text-align: right;
}

[dir="rtl"] .expand-all {
  margin-right: auto;
  text-align: left;
}

.show-dropdown {
  display: block !important;
}

[dir] .accordion .panel-body {
  padding: 20px !important;
  padding-top: 0 !important;
}

.article-list {
  list-style: none;
}

[dir="ltr"] .article-list {
  padding-left: 0;
}

[dir="rtl"] .article-list {
  padding-right: 0;
}

.article-list-item {
  position: relative;
}

[dir] .article-list-item {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir="ltr"] .article-list-item {
  padding-left: 20px;
}

[dir="rtl"] .article-list-item {
  padding-right: 20px;
}

.article-list-item:before {
  position: absolute;
  top: 8px;
  width: 0;
  height: 0;
  content: "";
}

[dir] .article-list-item:before {
  border-style: solid;
}

[dir="ltr"] .article-list-item:before {
  left: 0;
  border-color: transparent transparent transparent #f49e44;
  border-width: 5px 0 5px 6px;
}

[dir="rtl"] .article-list-item:before {
  right: 0;
  border-color: transparent #f49e44 transparent transparent;
  border-width: 5px 6px 5px 0;
}

.article-list-item__link {
  font-size: 16px;
  color: #276FD0;
}

.article-list-item--is-promoted span {
  position: absolute;
  top: 8px;
  font-size: 10px;
  color: #f49e44;
  vertical-align: middle;
}

[dir="ltr"] .article-list-item--is-promoted span {
  left: -3px;
}

[dir="rtl"] .article-list-item--is-promoted span {
  right: -3px;
}

.article-list-item--is-promoted:before {
  display: none;
}
@media (min-width: 768px) {
  .article-list--section {
    -moz-column-count: 3;
    column-count: 3;
    -moz-column-gap: calc(15px * 3);
    column-gap: calc(15px * 3);
  }
}
/* ==========================================================================
  Comment Form
  ========================================================================== */
.comment-form {
  position: relative;
}

[dir] .comment-form {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  [dir="ltr"] .comment-form {
    padding-left: 72px;
  }

  [dir="rtl"] .comment-form {
    padding-right: 72px;
  }
}

.comment-form__avatar {
  position: absolute;
  top: 0;
}

[dir="ltr"] .comment-form__avatar {
  left: 0;
}

[dir="rtl"] .comment-form__avatar {
  right: 0;
}
@media (max-width: 767px) {
  .comment-form__avatar {
    display: none;
  }
}

[dir] .comment-form__attachments {
  margin-bottom: 24px;
}

.comment-form__mark-as-solved {
  position: relative;
}

[dir] .comment-form__ccs {
  margin-bottom: 0;
}

[dir] .comment-form__ccs + textarea {
  margin-top: 0;
}

[dir="ltr"] .comment-form__ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[dir="rtl"] .comment-form__ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.comment-form__ccs ul[data-hc-pills-container][data-hc-focus="true"] {
  position: relative;
  z-index: 2;
}

[dir] .comment-form__body {
  margin-bottom: 16px;
}
/* ==========================================================================
  Comment Sorter
  ========================================================================== */
[dir] .comment-sorter {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  .comment-sorter {
    display: table;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .comment-sorter__col {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  [dir] .comment-sorter__col--main {
    margin-bottom: 12px;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .comment-sorter__col--main {
    padding-right: 16px;
  }

  [dir="rtl"] .comment-sorter__col--main {
    padding-left: 16px;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .comment-sorter__col--filters {
    text-align: right;
  }

  [dir="rtl"] .comment-sorter__col--filters {
    text-align: left;
  }
}

.comment-sorter__item.is-active {
  font-weight: 600;
}

.comment-sorter__item + .comment-sorter__item:before {
  font-size: 10px;
  font-weight: 900;
  content: "\2022";
}

[dir] .comment-sorter__item + .comment-sorter__item:before {
  margin: 0 6px;
}
/* ==========================================================================
  Comment
  ========================================================================== */
[dir] .comment {
  padding-bottom: 24px;
  margin-bottom: 24px;
  /* border-bottom: 1px solid #eee; */
}

.comment__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.comment__header {
  position: relative;
}

[dir] .comment__header {
  margin-bottom: 24px;
}

.comment__content {
  flex-grow: 1;
}

.comment__voting-and-actions {
  flex-shrink: 0;
}

[dir="ltr"] .comment__voting-and-actions {
  margin-left: 16px;
}

[dir="rtl"] .comment__voting-and-actions {
  margin-right: 16px;
}

.comment__official-heading {
  position: absolute;
  top: 0;
  width: auto;
  font-size: calc(16px * 0.85);
  color: #fff;
}

[dir] .comment__official-heading {
  padding: 2px 8px;
  background-color: #276FD0;
  border-radius: 0 0 4px 4px;
}

[dir="ltr"] .comment__official-heading {
  right: 36px;
}

[dir="rtl"] .comment__official-heading {
  left: 36px;
}

.comment--official .comment__inner {
  position: relative;
}

[dir] .comment--official .comment__inner {
  padding: 24px;
  border: 1px solid #276FD0;
  border-radius: 4px;
}

.comment__body {
  word-break: break-word;
}

[dir] .comment__body {
  margin-bottom: 24px;
}

.comment__body ul {
  list-style: disc;
}

[dir="ltr"] .comment__body ul,
[dir="ltr"] .comment__body ol {
  padding-left: 20px;
}

[dir="rtl"] .comment__body ul,
[dir="rtl"] .comment__body ol {
  padding-right: 20px;
}

[dir] .comment__body ul ul,
[dir] .comment__body ul ol,
[dir] .comment__body ol ul,
[dir] .comment__body ol ol {
  margin-top: 12px;
}

[dir] .comment__body ul li,
[dir] .comment__body ol li {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .comment__body [dir="auto"] {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  [dir] .comment__body {
    margin-bottom: 0;
  }
}

[dir] .comment__actions {
  padding-top: 8px;
}

.comment__actions button {
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  justify-content: center;
}

[dir] .comment__actions button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

[dir="ltr"] .comment__actions button {
  margin-right: auto;
  margin-left: auto;
}

[dir="rtl"] .comment__actions button {
  margin-right: auto;
  margin-left: auto;
}
/* Comment List */
[dir] .comments {
  margin-bottom: 48px;
}

.comments__callout {
  font-size: calc(16px * 0.85);
  color: #808488;
}

.comments__callout:empty {
  display: none;
}

.comments__list {
  list-style: none;
}

[dir="ltr"] .comments__list {
  padding-left: 0;
}

[dir="rtl"] .comments__list {
  padding-right: 0;
}

[dir] .comment-list-header {
  padding-bottom: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #eee;
}

.comment-list-heading {
  font-size: calc(16px * 1.1);
  font-weight: 600;
}

[dir] .comment-list-heading {
  margin-bottom: 0;
}

.share {
  white-space: nowrap;
  list-style: none;
}

[dir="ltr"] .share {
  padding-left: 0;
}

[dir="rtl"] .share {
  padding-right: 0;
}

.share li {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

[dir] .share li {
  margin-bottom: 5px;
}

.share a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  touch-action: manipulation;
}

[dir] .share a {
  background-color: #eee;
  border-color: #eee;
  border-radius: 4px;
}

.share a:before {
  position: relative;
  display: inline-block;
  width: 100%;
  font-family: "Font Awesome 5 Brands";
}

[dir] .share a:before {
  text-align: center;
}

.share-facebook {
  color: #3d5b95;
}

[dir] .share-facebook {
  background-color: #eee;
  border-color: #eee;
}

.share-facebook:hover {
  color: #2b406a;
}

[dir] .share-facebook:hover {
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}

.share-facebook:focus {
  color: #2b406a;
}

[dir] .share-facebook:focus {
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}

.share-facebook:active {
  color: #2b406a;
}

[dir] .share-facebook:active {
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}

[dir] .share-facebook:active {
  background-image: none;
}

.share-facebook:before {
  font-weight: 900;
  content: "\f09a";
}

.share-twitter {
  color: #24aadd;
}

[dir] .share-twitter {
  background-color: #eee;
  border-color: #eee;
}

.share-twitter:hover {
  color: #1a82a9;
}

[dir] .share-twitter:hover {
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}

.share-twitter:focus {
  color: #1a82a9;
}

[dir] .share-twitter:focus {
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}

.share-twitter:active {
  color: #1a82a9;
}

[dir] .share-twitter:active {
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}

[dir] .share-twitter:active {
  background-image: none;
}

.share-twitter:before {
  font-weight: 900;
  content: "\f099";
}

.share-linkedin {
  color: #0976b4;
}

[dir] .share-linkedin {
  background-color: #eee;
  border-color: #eee;
}

.share-linkedin:hover {
  color: #06507a;
}

[dir] .share-linkedin:hover {
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}

.share-linkedin:focus {
  color: #06507a;
}

[dir] .share-linkedin:focus {
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}

.share-linkedin:active {
  color: #06507a;
}

[dir] .share-linkedin:active {
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}

[dir] .share-linkedin:active {
  background-image: none;
}

.share-linkedin:before {
  font-weight: 900;
  content: "\f0e1";
}

.share-googleplus {
  color: #d23e30;
}

[dir] .share-googleplus {
  background-color: #eee;
  border-color: #eee;
}

.share-googleplus:hover {
  color: #a22e23;
}

[dir] .share-googleplus:hover {
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}

.share-googleplus:focus {
  color: #a22e23;
}

[dir] .share-googleplus:focus {
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}

.share-googleplus:active {
  color: #a22e23;
}

[dir] .share-googleplus:active {
  background-color: #d5d5d5;
  border-color: #cfcfcf;
}

[dir] .share-googleplus:active {
  background-image: none;
}

.share-googleplus:before {
  font-weight: 900;
  content: "\f0d5";
}

[dir] .my-activities-header {
  margin-bottom: calc(16px * 1.5);
}

.my-activities-items {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

[dir] .my-activities-items {
  margin-bottom: calc(16px * 1.5 * 2);
}
@media (min-width: 768px) {
  .my-activities-items {
    table-layout: auto;
  }
}

.my-activities-items__head {
  display: none;
  color: #808488;
}
@media (min-width: 768px) {
  .my-activities-items__head {
    display: table-header-group;
    font-size: calc(16px * 0.85);
    font-weight: 600;
    text-transform: uppercase;
  }
}
@media (min-width: 768px) {
  .my-activities-items__body {
    display: table-row-group;
  }
}

.my-activities-items__row {
  display: block;
}
@media (min-width: 768px) {
  .my-activities-items__row {
    display: table-row;
  }
}

.my-activities-items__col {
  display: block;
}
@media (min-width: 768px) {
  .my-activities-items__col {
    display: table-cell;
  }

  [dir] .my-activities-items__col {
    padding-top: calc(16px * 1.5 / 2);
    padding-bottom: calc(16px * 1.5 / 2);
    border-bottom: 1px solid #eee;
  }

  [dir="ltr"] .my-activities-items__col + .my-activities-items__col {
    padding-left: 12px;
  }

  [dir="rtl"] .my-activities-items__col + .my-activities-items__col {
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  .my-activities-items__request-id {
    display: inline;
  }
}
@media (min-width: 768px) {
  .my-activities-items__request-id {
    display: none;
  }
}

.my-activities-menu ul {
  list-style: none;
}

[dir="ltr"] .my-activities-menu ul {
  padding-left: 0;
}

[dir="rtl"] .my-activities-menu ul {
  padding-right: 0;
}

[dir] .my-activities-menu__items {
  margin-bottom: 0;
}

[dir] .my-activities-menu__item {
  margin-bottom: 0;
}

.my-activities-menu__item a {
  display: block;
}
@media (min-width: 768px) {
  [dir="ltr"] .my-activities-menu__item {
    float: left;
  }

  [dir="rtl"] .my-activities-menu__item {
    float: right;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .my-activities-menu__item + .my-activities-menu__item {
    margin-left: 12px;
  }

  [dir="rtl"] .my-activities-menu__item + .my-activities-menu__item {
    margin-right: 12px;
  }
}

[dir] .my-activities-menu--main {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #eee;
}

[dir] .my-activities-menu--main .my-activities-menu__item {
  padding: calc(12px / 2) 12px;
  background-color: #eee;
  border-radius: 4px;
}
@media (max-width: 767px) {
  [dir] .my-activities-menu--main .my-activities-menu__item {
    margin-bottom: calc(16px * 1.5 / 3);
  }
}

.my-activities-menu--main .my-activities-menu__item.is-active {
  font-weight: 600;
  color: rgba(34, 13, 78, 1);
}

[dir] .my-activities-menu--sub {
  margin-bottom: calc(16px * 1.5);
}

.my-activities-menu--sub .my-activities-menu__item.is-active {
  font-weight: 600;
}

.my-activities-menu--sub .my-activities-menu__item a {
  display: inline-block;
}
@media (min-width: 768px) {
  .my-activities-menu--sub
    .my-activities-menu__item
    + .my-activities-menu__item:before {
    font-size: 10px;
    content: "\2022";
  }

  [dir="ltr"]
    .my-activities-menu--sub
    .my-activities-menu__item
    + .my-activities-menu__item:before {
    margin-right: calc(12px / 2);
  }

  [dir="rtl"]
    .my-activities-menu--sub
    .my-activities-menu__item
    + .my-activities-menu__item:before {
    margin-left: calc(12px / 2);
  }
}
@media (max-width: 767px) {
  [dir] .my-activities-item {
    padding: calc(16px * 1.5 / 2) 12px;
    margin-bottom: calc(16px * 1.5);
    border: 1px solid #eee;
    border-radius: 4px;
  }
}

.my-activities-item__meta {
  font-size: 14px;
  color: #808488;
}
@media (max-width: 767px) {
  .my-activities-item__meta {
    display: inline-block;
  }

  [dir="ltr"] .my-activities-item__meta {
    margin-right: calc(12px / 2);
  }

  [dir="rtl"] .my-activities-item__meta {
    margin-left: calc(12px / 2);
  }

  .my-activities-item__meta + .my-activities-item__meta:before {
    content: "\2022";
  }

  [dir="ltr"] .my-activities-item__meta + .my-activities-item__meta:before {
    margin-right: calc(12px / 2);
  }

  [dir="rtl"] .my-activities-item__meta + .my-activities-item__meta:before {
    margin-left: calc(12px / 2);
  }
}

.my-activities-item__title {
  font-weight: 400;
}
@media (max-width: 767px) {
  .my-activities-item__title {
    font-size: calc(16px * 1.25);
  }
}
@media (max-width: 767px) {
  .my-activities-item__icon {
    display: inline-block;
  }
}
@media (min-width: 768px) {
  .my-activities-item__icon {
    display: none;
  }
}

.subscriptions-subscribe div {
  display: inline-block;
}

[dir] .request-table-toolbar {
  padding-top: 12px;
  padding-bottom: calc(12px / 2);
  margin-bottom: calc(16px * 1.5);
  background-color: #f9f9f9;
  border-radius: 4px;
}
@media (min-width: 768px) {
  [dir] .request-table-toolbar {
    padding-top: calc(12px / 2);
    padding-bottom: 12px;
  }
}

.request-table-toolbar label {
  font-size: calc(16px * 0.85);
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .request-table-filters {
    display: table;
    width: 100%;
  }
}

[dir="ltr"] .request-table-filters__item {
  padding-right: 12px;
  padding-left: 12px;
}

[dir="rtl"] .request-table-filters__item {
  padding-right: 12px;
  padding-left: 12px;
}
@media (max-width: 767px) {
  [dir] .request-table-filters__item {
    margin-bottom: calc(16px * 1.5 / 2);
  }
}
@media (min-width: 768px) {
  .request-table-filters__item {
    display: table-cell;
    width: 33%;
    vertical-align: bottom;
  }
}

.request-table-organization {
  display: table;
  width: 100%;
}

.request-table-organization__col {
  display: table-cell;
  vertical-align: middle;
}

.request-table-organization__col--main {
  width: 100%;
}

[dir="ltr"] .request-table-organization__col--button {
  padding-left: calc(12px / 2);
}

[dir="rtl"] .request-table-organization__col--button {
  padding-right: calc(12px / 2);
}

.request-table-organization__col--button [role="button"] {
  height: calc(16px * 1.5 + 14);
  line-height: calc(16px * 1.5 + 14);
}

[dir] .request-table-organization__col--button [role="button"] {
  padding-top: 0;
  padding-bottom: 0;
}

.requests-sort-symbol {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.requests-sort-symbol:after {
  display: inline-block;
  font-family: var(--font-awesome-font-family);
  font-size: 14px;
  font-weight: 900;
  color: #808488;
  content: "\f0d7";
}

[dir] .requests-sort-symbol:after {
  margin-bottom: 2px;
}

[dir="ltr"] .requests-sort-symbol:after {
  margin-left: 5px;
}

[dir="rtl"] .requests-sort-symbol:after {
  margin-right: 5px;
}

.requests-link {
  color: #808488;
  white-space: nowrap;
}

.requests-link[href*="asc"] .requests-sort-symbol:after {
  font-weight: 900;
  content: "\f0d8";
}

[dir] .request-page {
  margin-bottom: calc(16px * 1.5 * 2);
}
@media (max-width: 767px) {
  [dir] .request-page {
    margin-bottom: calc(16px * 1.5);
  }
}

.request {
  position: relative;
}

.request-id {
  font-weight: 600;
}

[dir] .request-id {
  margin-bottom: calc(16px * 1.5 / 2);
}

.request-subject {
  font-size: calc(16px * 1.5);
}
@media (min-width: 992px) {
  .request-subject {
    font-size: calc(16px * 1.75 - 2px);
  }
}
@media (min-width: 1200px) {
  .request-subject {
    font-size: calc(16px * 2.5);
  }
}

.request-follow-up:empty {
  display: none;
}

.request-sidebar {
  font-size: 14px;
}

[dir] .request-sidebar {
  padding: calc(16px * 1.5) 12px 0;
  margin-bottom: calc(16px * 1.5);
  border: 1px solid #eee;
  border-radius: 4px;
}

[dir] .request-sidebar dd {
  margin-bottom: calc(16px * 1.5 / 2);
}

.request-status {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

[dir] .request-status {
  padding: 1px calc(12px / 2);
  border-radius: 4px;
}

[dir] .request-status--solved,
[dir] .request-status--closed {
  background-color: #504d7f;
}

[dir] .request-status--new,
[dir] .request-status--open {
  background-color: #ff5252;
}

[dir] .request-status--answered {
  background-color: #f49e44;
}

[dir] .new-request-page {
  padding-top: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5 * 2);
}
@media (max-width: 767px) {
  [dir] .new-request-page {
    padding-top: 0;
    margin-bottom: calc(16px * 1.5);
  }
}

.new-request-title {
  font-size: calc(16px * 1.5);
}
@media (min-width: 768px) {
  .new-request-title {
    font-size: calc(16px * 1.75 - 2px);
  }
}
@media (min-width: 992px) {
  .new-request-title {
    font-size: calc(16px * 2.5);
  }
}

[dir] .new-request-form {
  margin-bottom: calc(16px * 1.5);
}

[dir] .upload-dropzone {
  padding: calc(16px * 1.5) calc(12px + 4px);
  border-color: #bdc2c5;
  border-radius: 4px;
}

.upload-dropzone {
  font-size: calc(16px * 0.85);
}

.upload-dropzone a {
  font-size: calc(16px * 0.85);
}
@media (max-width: 767px) {
  [dir] .upload-dropzone {
    padding: calc(16px * 1.5 / 1.5) calc(12px + 4px);
  }

  [dir] .upload-dropzone span {
    padding: 0;
  }
}

.intro-title {
  font-size: calc(16px * 1.5);
  font-weight: 600;
  line-height: 1.1;
  color: rgba(34, 13, 78, 1);
}

[dir] .intro-title {
  margin-bottom: calc(16px * 1.5);
  text-align: center;
}
@media (min-width: 768px) {
  .intro-title {
    font-size: calc(16px * 1.75 - 2px);
  }
}
@media (min-width: 992px) {
  .intro-title {
    font-size: calc(16px * 2.5);
  }

  [dir] .intro-title {
    margin-bottom: calc(16px * 1.5 * 1.4);
  }
}

[dir] .custom-blocks {
  margin-top: calc(16px * 1.5 * 1);
}
@media (min-width: 768px) {
  .custom-blocks__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

[dir] .custom-block {
  float: none;
  margin-bottom: calc(16px * 1.5);
  text-align: center;
}

.custom-block__link {
  display: block;
  height: 100%;
  transition: all 220ms;
}

[dir] .custom-block__link {
  padding: 24px 16px 30px;
  background-color: #fff;
  border-radius: calc(4px * 2);
  box-shadow: 0 0 15px 5px rgba(62, 60, 98, 0.08);
}
@media (min-width: 768px) {
  [dir] .custom-block__link:active,
  [dir] .custom-block__link:focus,
  [dir] .custom-block__link:hover {
    transform: scale(1.045);
  }
}

.custom-block__icon {
  display: inline-block;
}

.custom-block__icon svg {
  width: 98px;
  height: 98px;
}
@media (min-width: 480px) {
  [dir] .custom-block__icon {
    margin-bottom: calc(16px * 1.5);
  }
}

.custom-block__title {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: rgba(34, 13, 78, 1);
}

.custom-block__description {
  font-size: 14px;
  color: #808488;
}

[dir] .custom-block__description {
  margin-bottom: 0;
}

.icon-color-stroke-primary {
  stroke: #276FD0;
}

.icon-color-stroke-secondary {
  stroke: #4cae4c;
}

.icon-color-fill-primary {
  fill: #276FD0;
}

.icon-color-fill-secondary {
  fill: #4cae4c;
}

.icon-color-fill {
  fill: #f8f8f8;
}

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

.dropdown.is-active .dropdown-menu {
  visibility: visible;
  opacity: 1;
}

[dir="ltr"] .dropdown--right .dropdown-menu {
  right: 0;
  left: auto;
}

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

[dir] .dropdown-toggle {
  cursor: pointer;
}

.dropdown-toggle:after {
  display: inline-block;
  font-family: var(--font-awesome-font-family);
  font-size: calc(16px - 4px);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  color: inherit;
  content: "\f107";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"] .dropdown-toggle:after {
  margin-left: 8px;
}

[dir="rtl"] .dropdown-toggle:after {
  margin-right: 8px;
}

.dropdown-toggle:focus {
  outline: none;
}

[dir] .dropdown-toggle--user {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 99;
  display: none;
  min-width: 170px !important;
  overflow: hidden;
  font-size: 14px;
  transition: opacity 0.3s ease;
}

[dir] .dropdown-menu {
  padding: calc(12px / 2) 0;
  margin-top: 20px;
  background: #FFFFFF;
	box-shadow: 0px 8px 44px rgba(112, 106, 128, 0.15);
  border-radius: 8px;
}

.section-svg {
  position: absolute;
  right: 0;
  top: 0;
}

[dir="ltr"] .dropdown-menu {
  left: 0;
}

[dir="rtl"] .dropdown-menu {
  right: 0;
}

.dropdown-menu [role="menuitem"] {
  position: relative;
  display: block;
  width: 100%;
  white-space: normal;
  transition: background-color 0.3s ease;
  
}

.language-selector [role="menuitem"] {
  cursor: not-allowed;
  color: var(--non-existent-translation-color);
}

[dir] .dropdown-menu [role="menuitem"] {
  background-color: #fff;
  border: none;
}

[dir="ltr"] .dropdown-menu [role="menuitem"] {
  padding: calc(16px * 1.5 / 2) 26px
    calc(16px * 1.5 / 2) 12px;
  text-align: left;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: calc(16px * 1.5 / 2) 12px
    calc(16px * 1.5 / 2) 26px;
  text-align: right;
}

.dropdown-menu button {
  position: relative;
  display: block;
  width: 100%;
  color: rgba(34, 13, 78, 1);
  white-space: normal;
  transition: background-color 0.3s ease;
}

[dir] .dropdown-menu button {
  cursor: pointer;
  background-color: #fff;
  border: none;
}

[dir="ltr"] .dropdown-menu button {
  padding: calc(16px * 1.5 / 2) 26px
    calc(16px * 1.5 / 2) 12px;
  text-align: left;
}

[dir="rtl"] .dropdown-menu button {
  padding: calc(16px * 1.5 / 2) 12px
    calc(16px * 1.5 / 2) 26px;
  text-align: right;
}

[dir] .dropdown-menu [role="menuitem"]:hover {
  background-color: #eee;
}

[dir] .dropdown-menu [role="menuitem"]:active {
  background-color: #eee;
}

[dir] .dropdown-menu [role="menuitem"]:focus {
  background-color: #eee;
}

[dir] .dropdown-menu button:hover {
  background-color: #eee;
}

[dir] .dropdown-menu button:active {
  background-color: #eee;
}

[dir] .dropdown-menu button:focus {
  background-color: #eee;
}

[dir] .dropdown-menu [role="menuitem"] button,
[dir] .dropdown-menu button button {
  padding: 0 !important;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  position: absolute;
  top: 16px;
  display: inline-block;
  font-family: var(--font-awesome-font-family);
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  content: "\f00c";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"] .dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  right: 12px;
  margin-left: 10px !important;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  left: 12px;
  margin-right: 10px !important;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.mobile .language-selector .dropdown-menu[aria-expanded="true"] {
  display: block;
  position: fixed;
  top: 20%;
  left: initial;
}

.article-burger.dropdown-toggle:after {
  display: none;
}

.language-selector {
  display: inline-block;
  vertical-align: middle;
}

[dir] .language-selector {
  display: flex;
  /* padding-top: 8px;
  padding-bottom: 8px; */
}

/* .dropdown a[data-url]:before {
  display: none;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  content: "";
}

[dir] .dropdown a[data-url]:before {
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-size: auto;
}

[dir="ltr"] .dropdown a[data-url]:before {
  margin-right: 8px;
}

[dir="rtl"] .dropdown a[data-url]:before {
  margin-left: 8px;
}

.language-selector--flags.dropdown a[data-url]:before {
  display: inline-block;
} */

/* [dir] .dropdown a[data-url]:before {
  background-image: url("/hc/theming_assets/01J8ETNBMN0HN9MSMP89CG9B53");
}

[dir="ltr"] .dropdown a[data-url*="/hc/change_language/af"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/af-za"]:before {
  background-position: 0 0;
}

[dir="rtl"] .dropdown a[data-url*="/hc/change_language/af"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/af-za"]:before {
  background-position: 100% 0;
}

[dir] .dropdown a[data-url*="/hc/change_language/am"]:before {
  background-position: -22px 0;
}

[dir="ltr"] .dropdown a[data-url*="/hc/change_language/ar"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/ar-ae"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/ar-ps"]:before {
  background-position: 0 -22px;
}

[dir="rtl"] .dropdown a[data-url*="/hc/change_language/ar"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/ar-ae"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/ar-ps"]:before {
  background-position: 100% -22px;
}

[dir] .dropdown a[data-url*="/hc/change_language/az"]:before {
  background-position: -22px -22px;
}

[dir] .dropdown a[data-url*="/hc/change_language/be"]:before {
  background-position: -44px 0;
}

[dir] .dropdown a[data-url*="/hc/change_language/bg-bg"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/bg"]:before {
  background-position: -44px -22px;
}

[dir="ltr"] .dropdown a[data-url*="/hc/change_language/bn"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/bn-in"]:before {
  background-position: 0 -44px;
}

[dir="rtl"] .dropdown a[data-url*="/hc/change_language/bn"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/bn-in"]:before {
  background-position: 100% -44px;
}

[dir] .dropdown a[data-url*="/hc/change_language/bo"]:before {
  background-position: -22px -44px;
}

[dir] .dropdown a[data-url*="/hc/change_language/bs"]:before {
  background-position: -44px -44px;
}

[dir] .dropdown a[data-url*="/hc/change_language/cs"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/cs-cz"]:before {
  background-position: -66px 0;
}

[dir] .dropdown a[data-url*="/hc/change_language/cy"]:before {
  background-position: -66px -22px;
}

[dir] .dropdown a[data-url*="/hc/change_language/da"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/da-dk"]:before {
  background-position: -66px -44px;
}

[dir="ltr"] .dropdown a[data-url*="/hc/change_language/de"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/de-at"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/de-be"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/de-ch"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/de-dk"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/de-it"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/de-lu"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/de-ro"]:before {
  background-position: 0 -66px;
}

[dir="rtl"] .dropdown a[data-url*="/hc/change_language/de"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/de-at"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/de-be"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/de-ch"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/de-dk"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/de-it"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/de-lu"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/de-ro"]:before {
  background-position: 100% -66px;
}

[dir] .dropdown a[data-url*="/hc/change_language/el"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/el-gr"]:before {
  background-position: -22px -66px;
}

[dir] .dropdown a[data-url*="/hc/change_language/et"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/et-ee"]:before {
  background-position: -44px -66px;
}

[dir] .dropdown a[data-url*="/hc/change_language/eu"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/eu-es"]:before {
  background-position: -66px -66px;
}

[dir] .dropdown a[data-url*="/hc/change_language/fa"]:before {
  background-position: -88px 0;
}

[dir] .dropdown a[data-url*="/hc/change_language/fi"]:before {
  background-position: -88px -22px;
}

[dir] .dropdown a[data-url*="/hc/change_language/fil"]:before {
  background-position: -88px -44px;
}

[dir] .dropdown a[data-url*="/hc/change_language/fo"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/fo-dk"]:before {
  background-position: -88px -66px;
}

[dir="ltr"] .dropdown a[data-url*="/hc/change_language/fr"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/fr-002"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/fr-be"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/fr-ca"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/fr-ch"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/fr-fr"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/fr-it"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/fr-lu"]:before {
  background-position: 0 -88px;
}

[dir="rtl"] .dropdown a[data-url*="/hc/change_language/fr"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/fr-002"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/fr-be"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/fr-ca"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/fr-ch"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/fr-fr"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/fr-it"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/fr-lu"]:before {
  background-position: 100% -88px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ga"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ga-ie"]:before {
  background-position: -22px -88px;
}

[dir] .dropdown a[data-url*="/hc/change_language/he"]:before {
  background-position: -44px -88px;
}

[dir] .dropdown a[data-url*="/hc/change_language/hr"]:before {
  background-position: -66px -88px;
}

[dir] .dropdown a[data-url*="/hc/change_language/hu"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/hu-hu"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/hu-ro"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/hu-sk"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/hu-ua"]:before {
  background-position: -88px -88px;
}

[dir] .dropdown a[data-url*="/hc/change_language/hy"]:before {
  background-position: -110px 0;
}

[dir] .dropdown a[data-url*="/hc/change_language/id"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/id-id"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/jv-id"]:before {
  background-position: -110px -22px;
}

[dir] .dropdown a[data-url*="/hc/change_language/as-in"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/gu"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/gu-in"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/hi"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/hi-in"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/kn"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/kn-in"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ks-in"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/or-in"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/pa-in"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/sa-in"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/sd-in"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ta"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ta-in"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/te"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/te-in"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ur"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ur-in"]:before {
  background-position: -110px -44px;
}

[dir] .dropdown a[data-url*="/hc/change_language/is"]:before {
  background-position: -110px -66px;
}

[dir] .dropdown a[data-url*="/hc/change_language/it"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/it-ch"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/it-it"]:before {
  background-position: -110px -88px;
}

[dir="ltr"] .dropdown a[data-url*="/hc/change_language/ja"]:before {
  background-position: 0 -110px;
}

[dir="rtl"] .dropdown a[data-url*="/hc/change_language/ja"]:before {
  background-position: 100% -110px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ka"]:before {
  background-position: -22px -110px;
}

[dir] .dropdown a[data-url*="/hc/change_language/kk"]:before {
  background-position: -44px -110px;
}

[dir] .dropdown a[data-url*="/hc/change_language/kl"]:before {
  background-position: -66px -110px;
}

[dir] .dropdown a[data-url*="/hc/change_language/km"]:before {
  background-position: -88px -110px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ko"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ko-kr"]:before {
  background-position: -110px -110px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ky"]:before {
  background-position: -132px 0;
}

[dir] .dropdown a[data-url*="/hc/change_language/lt"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/lt-lv"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/lt-lt"]:before {
  background-position: -132px -22px;
}

[dir] .dropdown a[data-url*="/hc/change_language/lv"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/lv-lv"]:before {
  background-position: -132px -44px;
}

[dir] .dropdown a[data-url*="/hc/change_language/mk"]:before {
  background-position: -132px -66px;
}

[dir] .dropdown a[data-url*="/hc/change_language/mn"]:before {
  background-position: -132px -88px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ms"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ms-my"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ml"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ml-in"]:before {
  background-position: -132px -110px;
}

[dir="ltr"] .dropdown a[data-url*="/hc/change_language/mt"]:before {
  background-position: 0 -132px;
}

[dir="rtl"] .dropdown a[data-url*="/hc/change_language/mt"]:before {
  background-position: 100% -132px;
}

[dir] .dropdown a[data-url*="/hc/change_language/my"]:before {
  background-position: -22px -132px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ne"]:before {
  background-position: -44px -132px;
}

[dir] .dropdown a[data-url*="/hc/change_language/nl"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/nl-id"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/nl-nl"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/nl-be"]:before {
  background-position: -66px -132px;
}

[dir] .dropdown a[data-url*="/hc/change_language/no"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/nb"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/nb-no"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/nn"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/nn-no"]:before {
  background-position: -88px -132px;
}

[dir] .dropdown a[data-url*="/hc/change_language/mi-nz"]:before {
  background-position: -110px -132px;
}

[dir] .dropdown a[data-url*="/hc/change_language/pl"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/pl-cz"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/pl-lt"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/pl-pl"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/pl-ua"]:before {
  background-position: -132px -132px;
}

[dir] .dropdown a[data-url*="/hc/change_language/apc-ps"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ajp-ps"]:before {
  background-position: -154px 0;
}

[dir] .dropdown a[data-url*="/hc/change_language/ps"]:before {
  background-position: -154px -22px;
}

[dir] .dropdown a[data-url*="/hc/change_language/pt-br"]:before {
  background-position: -154px -44px;
}

[dir] .dropdown a[data-url*="/hc/change_language/pt"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/pt-bt"]:before {
  background-position: -154px -66px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ro"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ro-bg"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ro-sk"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ro-ua"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ro-ro"]:before {
  background-position: -154px -88px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ru"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ru-ee"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ru-kz"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ru-lt"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ru-lv"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ru-ua"]:before {
  background-position: -154px -110px;
}

[dir] .dropdown a[data-url*="/hc/change_language/si"]:before {
  background-position: -154px -132px;
}

[dir="ltr"] .dropdown a[data-url*="/hc/change_language/sl"]:before {
  background-position: 0 -154px;
}

[dir="rtl"] .dropdown a[data-url*="/hc/change_language/sl"]:before {
  background-position: 100% -154px;
}

[dir] .dropdown a[data-url*="/hc/change_language/so"]:before {
  background-position: -22px -154px;
}

[dir] .dropdown a[data-url*="/hc/change_language/ca"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ca-es"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/gl"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/gl-es"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/es-419"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/es-ar"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/es-cl"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/es-co"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/es-es"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/es-hn"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/es-mx"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/es-pe"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/es-pr"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/es-us"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/es-ve"]:before {
  background-position: -44px -154px;
}

[dir] .dropdown a[data-url*="/hc/change_language/sq"]:before {
  background-position: -66px -154px;
}

[dir] .dropdown a[data-url*="/hc/change_language/sr-me"]:before {
  background-position: -88px -154px;
}

[dir] .dropdown a[data-url*="/hc/change_language/sr"]:before {
  background-position: -110px -154px;
}

[dir] .dropdown a[data-url*="/hc/change_language/sv"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/sv-se"]:before {
  background-position: -132px -154px;
}

[dir] .dropdown a[data-url*="/hc/change_language/sw"]:before {
  background-position: -154px -154px;
}

[dir] .dropdown a[data-url*="/hc/change_language/tg"]:before {
  background-position: -176px 0;
}

[dir] .dropdown a[data-url*="/hc/change_language/th"]:before {
  background-position: -176px -22px;
}

[dir] .dropdown a[data-url*="/hc/change_language/tk"]:before {
  background-position: -176px -44px;
}

[dir] .dropdown a[data-url*="/hc/change_language/tl"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/tl-ph"]:before {
  background-position: -176px -66px;
}

[dir] .dropdown a[data-url*="/hc/change_language/tr"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/tr-bg"]:before {
  background-position: -176px -88px;
}

[dir] .dropdown a[data-url*="/hc/change_language/uk"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/uk-sk"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/uk-ua"]:before {
  background-position: -176px -110px;
}

[dir] .dropdown a[data-url*="/hc/change_language/en-us"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-001"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-ae"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-150"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-at"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-au"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-be"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-bg"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-bo"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-ca"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-ch"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-co"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-cr"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-cy"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-cz"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-dk"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-ec"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-ee"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-es"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-gb"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-gr"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-gu"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-hk"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-hn"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-hu"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-id"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-ie"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-il"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-in"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-it"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-kr"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-lr"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-lt"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-lu"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-lv"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-mx"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-my"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-nl"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-no"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-nz"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-pe"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-ph"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-pl"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-pr"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-ps"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-pt"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-ro"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-se"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-sg"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-sk"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-th"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-ua"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-vn"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/en-za"]:before {
  background-position: -176px -132px;
}

[dir] .dropdown a[data-url*="/hc/change_language/uz"]:before {
  background-position: -176px -154px;
}

[dir="ltr"] .dropdown a[data-url*="/hc/change_language/vi"]:before,
[dir="ltr"] .dropdown a[data-url*="/hc/change_language/vi-vn"]:before {
  background-position: 0 -176px;
}

[dir="rtl"] .dropdown a[data-url*="/hc/change_language/vi"]:before,
[dir="rtl"] .dropdown a[data-url*="/hc/change_language/vi-vn"]:before {
  background-position: 100% -176px;
}

[dir] .dropdown a[data-url*="/hc/change_language/nso-za"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/st-za"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/tz-za"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/ts-za"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/xh"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/xh-za"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/zu-za"]:before {
  background-position: -22px -176px;
}

[dir] .dropdown a[data-url*="/hc/change_language/zh"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/zh-hk"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/zh-mo"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/zh-sg"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/zh-cn"]:before,
[dir] .dropdown a[data-url*="/hc/change_language/zh-tw"]:before {
  background-position: -44px -176px;
}

[dir] .dropdown a[data-url*="/hc/change_language/es"]:before {
  background-position: -44px -154px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [dir] .dropdown a[data-url]:before {
    background-image: url("/hc/theming_assets/01J8ETNB6N8MD7090VB9VXGW3T");
    background-size: 198px 198px;
  }
} */

[dir] .error-page {
  padding: 0;
  text-align: center;
}
@media (max-width: 767px) {
  [dir] .error-page {
    padding: 0 15px calc(16px * 1.5 / 2);
  }
}

.error-page__title {
  text-transform: capitalize;
}

.footer-submit-ticket {
  position: relative;
  color: rgba(34, 13, 78, 1);
}

[dir] .footer-submit-ticket {
  padding: 0 calc(12px + 4px) calc(16px * 1.5 * 2);
  text-align: center;
  border-radius: 4px;
  width: calc(100% - 300px);
}
@media (max-width: 767px) {
  [dir] .footer-submit-ticket {
    padding-bottom: calc(16px * 1.5);
  }
}

.footer-submit-ticket__title {
  font-size: calc(16px * 1.75 - 2px);
}
@media (min-width: 768px) {
  .footer-submit-ticket__title {
    font-size: calc(16px * 2.5);
  }
}

.footer-submit-ticket__subtitle {
  font-size: calc(16px * 1.5);
  color: rgba(34, 13, 78, 1);
  opacity: 0.8;
}

.note {
  position: relative;
}

[dir] .note {
  margin: calc(16px * 1.5) 0;
}

[dir] .note p:last-child {
  margin-bottom: 0;
}

.note-title {
  font-weight: 600;
}

[dir] .note-title {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .note-default {
  border-color: #818a91;
}

[dir] .note--default {
  border-color: #818a91;
}

.note-default .note-title {
  color: #818a91;
}

.note--default .note-title {
  color: #818a91;
}

[dir] .note-info,
[dir] .note--info {
  border-color: #5bc0de;
}


.note-info .note-title,
.note--info .note-title {
  color: #5bc0de;
}

[dir] .note-warning,
[dir] .note--warning {
  border-color: #f49e44;
}

.note-warning .note-title,
.note--warning .note-title {
  color: #f49e44;
}

[dir] .note-success,
[dir] .note--success {
  border-color: #504d7f;
}

.note-success .note-title,
.note--success .note-title {
  color: #504d7f;
}

[dir] .note-danger,
[dir] .note--danger {
  border-color: #ff5252;
}

.note-danger .note-title,
.note--danger .note-title {
  color: #ff5252;
}

.footer {
  font-size: calc(16px - 4px);
  color: #222;
}

[dir] .footer {
  padding: calc(12px * 4) 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  [dir] .footer {
    padding-bottom: calc(12px * 1.33);
  }
}



.footer__custom-block a {
  color: #514B5F;
}

.footer a:hover,
.footer a:focus,
.footer a:active {
  color: #276FD0;
}

[dir] .footer__logo {
  margin-top: 24px;
  margin-bottom: 24px;
}

.footer__logo img {
  height: 40px !important;
}

.footer__text {
  max-width: 370px;
}
@media (max-width: 767px) {
  [dir] .footer__text {
    margin-bottom: calc(16px * 1.5);
  }
}

.footer__header {
  font-size: calc(16px - 3px);
  font-weight: 600;
  color: rgba(34, 13, 78, 1);
  text-transform: uppercase;
}

[dir] .footer__header {
  margin-bottom: calc(16px * 1.5);
}

.footer__menu {
  display: flex;
}

.fa-facebook-f.fa-facebook-f:before, .fa-facebook.fa-facebook:before {
  content: url('https://kbstatic.kb.appsflyer.com/assets/facebook.svg');
}

.fa-linkedin-in.fa-linkedin-in:before, .fa-linkedin.fa-linkedin:before {
  content: url('https://kbstatic.kb.appsflyer.com/assets/linkedin.svg');
}

.fa-twitter.fa-twitter:before, .fa-twitter.fa-twitter:before {
  content: url('https://kbstatic.kb.appsflyer.com/assets/twitter.svg');
}

.fa-youtube.fa-youtube:before, .fa-youtube.fa-youtube:before {
  content: url('https://kbstatic.kb.appsflyer.com/assets/youtube.svg');
}

.fa-instagram.fa-instagram:before, .fa-instagram.fa-instagram:before {
  content: url('https://kbstatic.kb.appsflyer.com/assets/instagram.svg');
}

[dir] .footer__menu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  [dir] .footer__menu {
    margin-bottom: calc(16px * 1.5);
  }
}

.footer__menu li {
  display: block;
  list-style: none;
  margin-right: 40px;
}

[dir] .footer__menu li {
  padding: 0;
  margin-bottom: calc(16px * 1.5 / 2);
}

.footer__menu_contacts {
  overflow: hidden;
}
@media (max-width: 767px) {
  .footer__menu_contacts li {
    width: 50%;
  }

  [dir] .footer__menu_contacts li {
    margin: 0;
  }

  [dir="ltr"] .footer__menu_contacts li {
    float: left;
  }

  [dir="rtl"] .footer__menu_contacts li {
    float: right;
  }

  [dir="ltr"] .footer__menu_contacts li:nth-child(2n + 2) {
    padding-left: 15px;
  }

  [dir="rtl"] .footer__menu_contacts li:nth-child(2n + 2) {
    padding-right: 15px;
  }
}

.footer__social-link {
	  margin-right: 8px;
	}

@media (min-width: 992px) {
	.footer__social-link {
	  margin-right: 34px;
	}
}
/* [dir] .footer__social-link {
  margin: 0 15px;
  text-align: center;
  background-color: #222;
  border-radius: 50%; 
} */


.footer__social-link:first-child {
  margin-left: 0;
}

[dir] .footer_copyright {
  margin-top: 1rem;
}

[dir="ltr"] .footer_copyright {
  padding-left: 15px;
}

[dir="rtl"] .footer_copyright {
  padding-right: 15px;
}
@media (max-width: 767px) {
  [dir] .footer_copyright {
    text-align: center;
  }

  [dir="ltr"] .footer_copyright {
    padding-left: 0;
  }

  [dir="rtl"] .footer_copyright {
    padding-right: 0;
  }
}

.lt-row {
  display: flex;
}
@media (max-width: 768px) {
  .lt-row {
    flex-direction: column;
  }
}

[dir="ltr"] .footer__custom-block {
  text-align: left;
}

[dir="rtl"] .footer__custom-block {
  text-align: right;
}

.custom_footer {
  display: flex;
  width: 100%;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}

[dir] .custom_footer {
  padding: 0;
}

[dir] .custom_footer p {
  margin: 0;
}
@media (max-width: 600px) {
  .custom_footer {
    flex-direction: column;
  }

  [dir] .custom_footer .custom_footer__item {
    margin-bottom: 1rem;
  }
}

.custom-footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* justify-content: flex-end; */

  /* & .footer__social-link {
    margin-left: 0;
    margin: 0 15px;
  } */
}
/* @media (min-width: 768px) {
  .custom-footer__social {
    flex-direction: row;
  }
} */
@media print {
  .lt-d-print-inline {
    display: inline !important;
  }

  .lt-d-print-inline-block {
    display: inline-block !important;
  }

  .lt-d-print-block {
    display: block !important;
  }

  .lt-d-print-grid {
    display: grid !important;
  }

  .lt-d-print-table {
    display: table !important;
  }

  .lt-d-print-table-row {
    display: table-row !important;
  }

  .lt-d-print-table-cell {
    display: table-cell !important;
  }

  .lt-d-print-flex {
    display: flex !important;
  }

  .lt-d-print-inline-flex {
    display: inline-flex !important;
  }

  .lt-d-print-none {
    display: none !important;
  }

  .accordion__item-content {
    display: block !important;
  }
}

.lt-btn--print,
.article-buttons button {
  display: inline-block;
  font-size: 16px !important;
  line-height: 1.5;
  color: rgba(34, 13, 78, 1) !important;
  float: right;
}

[dir] .lt-btn--print,
[dir] .article-buttons button {
  padding: 4px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
}

[dir] .lt-btn--print:hover,
[dir] .article-buttons button:hover {
  background-color: #f1f1f1;
}

.pagination-list {
  list-style: none;
}

[dir="ltr"] .pagination-list {
  padding-left: 0;
  margin-left: 0;
}

[dir="rtl"] .pagination-list {
  padding-right: 0;
  margin-right: 0;
}

.pagination-next,
.pagination-prev,
.pagination-first,
.pagination-last {
  display: inline-block;
}

[dir="ltr"] .pagination-next-text {
  margin-right: 16px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 16px;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 16px;
}

[dir="ltr"] .pagination-prev-text {
  margin-left: 16px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 16px;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 16px;
}

[dir] .satisfaction-box {
  padding: calc(16px * 1.5) 15px;
  margin: 0 0 20px;
  margin-top: 0;
  border-color: #eee;
  border-radius: 4px;
}

[dir] .satisfaction-box h4:last-child {
  margin-bottom: 0;
}

.satisfaction-box input[type="radio"] ~ label {
  display: inline-block;
  font-size: calc(16px - 5);
  font-weight: 700;
  line-height: calc(16px * 1.5);
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  touch-action: manipulation;
}

[dir] .satisfaction-box input[type="radio"] ~ label {
  padding: 6px calc(12px + 12px / 2);
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 0;
  border-radius: 4px;
}

[dir="ltr"] .satisfaction-box input[type="radio"] ~ label {
  margin-right: 10px;
}

[dir="rtl"] .satisfaction-box input[type="radio"] ~ label {
  margin-left: 10px;
}

.satisfaction-box input[type="radio"] ~ label:focus,
.satisfaction-box input[type="radio"] ~ label:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.satisfaction-box input[type="radio"] ~ label:hover,
.satisfaction-box input[type="radio"] ~ label:focus {
  color: #fff;
  text-decoration: none;
}

.satisfaction-box input[type="radio"] ~ label:active {
  outline: none;
}

[dir] .satisfaction-box input[type="radio"] ~ label:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"] {
  color: #fff;
}

[dir]
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"] {
  background-color: #504d7f;
  border-color: #504d7f;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:hover,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:focus,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
  color: #e0e0e0;
}

[dir]
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:hover,
[dir]
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:focus,
[dir]
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
  background-color: #3c3a5f;
  border-color: #383659;
}

[dir]
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_good"]:active {
  background-image: none;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"] {
  color: #fff;
}

[dir]
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"] {
  background-color: #ff5252;
  border-color: #ff3939;
}

.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:hover,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:focus,
.satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
  color: #e0e0e0;
}

[dir]
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:hover,
[dir]
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:focus,
[dir]
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
  background-color: #ff1f1f;
  border-color: #fa0000;
}

[dir]
  .satisfaction-box
  input[type="radio"]
  ~ label[for="satisfaction_rating_score_bad"]:active {
  background-image: none;
}

.satisfaction-box input[type="radio"][checked="checked"][value="good"] + label {
  color: #fff !important;
}

[dir]
  .satisfaction-box
  input[type="radio"][checked="checked"][value="good"]
  + label {
  background-color: #383659 !important;
  border-color: darken($brand-success, 12%) !important;
}

.satisfaction-box input[type="radio"][checked="checked"][value="bad"] + label {
  color: #fff !important;
}

[dir]
  .satisfaction-box
  input[type="radio"][checked="checked"][value="bad"]
  + label {
  background-color: #ff1515 !important;
  border-color: #fa0000 !important;
}

[dir] .satisfaction-box label.disabled {
  margin-bottom: calc(16px * 1.5) !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: #504d7f !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_bad"] {
  color: #ff5252 !important;
}

[dir] .satisfaction-comment {
  margin-top: 15px;
}

.satisfaction-box .satisfaction-submit {
  font-size: calc(16px - 5) !important;
  color: #fff;
}

[dir] .satisfaction-box .satisfaction-submit {
  background-color: #276FD0;
  border-color: #2364bb;
}

[dir="ltr"] .satisfaction-box .satisfaction-submit {
  margin-left: 10px !important;
}

[dir="rtl"] .satisfaction-box .satisfaction-submit {
  margin-right: 10px !important;
}

.satisfaction-box .satisfaction-submit:hover,
.satisfaction-box .satisfaction-submit:focus,
.satisfaction-box .satisfaction-submit:active {
  color: #e0e0e0;
}

[dir] .satisfaction-box .satisfaction-submit:hover,
[dir] .satisfaction-box .satisfaction-submit:focus,
[dir] .satisfaction-box .satisfaction-submit:active {
  background-color: #1f58a5;
  border-color: #194887;
}

[dir] .satisfaction-box .satisfaction-submit:active {
  background-image: none;
}

[dir] .satisfaction-reason {
  padding-top: calc(16px * 1.5);
}

.satisfaction-box .satisfaction-cancel {
  font-size: calc(16px - 5) !important;
  line-height: 1.5 !important;
}

.topbar {
  position: relative;
  width: 100%;
  font-size: calc(16px - 2px);
  font-weight: 600;
}

.topbar__container-inner {
  position: relative;
  z-index: 4;
}

.topbar__inner {
  display: flex;
  width: 100%;
}

[dir] .topbar__inner {
  margin: 0 auto;
}

.topbar__nav {
  position: fixed;
  top: 0;
  display: flex;
  width: 100vw;
  justify-content: center;
  z-index: 5;
  color: #220D4E;
  /* font-family: "Nunito Sans";*/
  font-family: "Inter_Regular";  
  transition: background-color ease 0.5s;
}

[dir] .topbar__nav {
  background: #FFFFFF;
}

[dir] .topbar__nav:after {
  content: '';
  opacity: 0;
  position: absolute;
  height: 80px;
  width: 100%;
  box-shadow: 0px 6px 10px -3px rgba(25, 20, 51, 0.1);
  transition: opacity 0.3s ease-in-out;
}

[dir] .topbar__nav.topbar__nav--white:after {
  opacity: 1;
}

[dir] .topbar--small .topbar__nav:after {
  background-color: #fff;
}

[dir] .topbar__nav--white:after {
  opacity: 1;
}



[dir] .topbar__nav--filled {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.topbar__nav--white .topbar__link,
.topbar--small .topbar__nav .topbar__link,
.topbar__nav--filled .topbar__link {
  color: #220D4E;
}

.topbar__nav--white .topbar__link:hover,
.topbar--small .topbar__nav .topbar__link:hover,
.topbar__nav--filled .topbar__link:hover {
  color: #0b041a;
}

[dir] .topbar__nav--white .lines,
[dir] .topbar__nav--white .lines:before,
[dir] .topbar__nav--white .lines:after,
[dir] .topbar--small .topbar__nav .lines,
[dir] .topbar--small .topbar__nav .lines:before,
[dir] .topbar--small .topbar__nav .lines:after,
[dir] .topbar__nav--filled .lines,
[dir] .topbar__nav--filled .lines:before,
[dir] .topbar__nav--filled .lines:after {
  background-color: rgba(34, 13, 78, 1);
}

.topbar__col {
  position: relative;
}

.topbar__col.topbar__menu {
  display: flex;
  width: 100%;
}

[dir] .topbar__col {
  padding: calc(16px * 1.5 / 2) 0;
}


@media (min-width: 1200px) {

  [dir] .topbar__col {
    /* padding: 17.5px 0; */
    /* margin-right: 64px; */
  }
}

@media (min-width: 992px) {

  [dir] .topbar__col {
    /* padding: 17.5px 0; */
  }
}

@media (max-width: 991px) {
  [dir] .topbar__menu {
    padding: 0;
    display:flex;
    justify-content: flex-end;
  }
}

.topbar__link {
  font-weight: inherit;
  color: #fff;
}

[dir] .topbar__link {
  padding: 8px;
  margin: 0 8px;
  background-color: transparent;
  border: 0;
  display: flex;
  align-items: center;
}

.topbar__link:hover {
  color: #e0e0e0;
}

.topbar--small {
  color: #fff;
}

[dir] .topbar--small {
  background-color: #276FD0;
}

.topbar--small .topbar__link {
  color: #fff;
}

.topbar--small .topbar__link:hover,
.topbar--small .topbar__link:active,
.topbar--small .topbar__link:focus {
  color: #e0e0e0;
}


[dir] .topbar--large {
  background: radial-gradient(
    at 25% 40%,
    #fff 0,
    #fff 50%,
    #fff 110%
  );
}

.topbar--image {
  position: relative;
  z-index: 2;
}

[dir] .topbar--image {
  background: url(/hc/theming_assets/01J8ETNFR6CEP2ZKEAFM9YC5DA) no-repeat center;
  background-position: 50% 30%;
  background-size: cover;
}

.topbar--image:before {
  position: absolute;
  top: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.6;
}

[dir] .topbar--image:before {
  background: rgba(255, 255, 255, 1);
}

[dir="ltr"] .topbar--image:before {
  left: 0;
}

[dir="rtl"] .topbar--image:before {
  right: 0;
}

.scroll-to-top {
  position: fixed;
  bottom: -50px;
  z-index: 3;
  width: 50px;
  height: 50px;
  font-size: 32px !important;
  line-height: 45px !important;
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[dir] .scroll-to-top {
  text-align: center;
  border: 1px solid #276FD0;
  border-radius: 4px;
}

[dir="ltr"] .scroll-to-top {
  right: 30px;
}

[dir="rtl"] .scroll-to-top {
  left: 30px;
}

.scroll-to-top:focus,
.scroll-to-top:active {
  outline: 0;
}

.scroll-to-top.is-active {
  bottom: 30px;
}

.scroll-to-top:hover {
  color: #1b4d90;
}

[dir] .scroll-to-top:hover {
  border-color: #1b4d90;
}
@media (max-width: 767px) {
  .scroll-to-top {
    display: none;
  }
}
/* Embeds responsive */
.embed,
.embed-responsive {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  overflow: hidden;
}

[dir] .embed,
[dir] .embed-responsive {
  padding: 0 0 56.25%;
  margin-bottom: 30px;
}

.embed img,
.embed-responsive img {
  width: 100%;
}

.embed iframe,
.embed embed,
.embed object,
.embed video,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

[dir] .embed iframe,
[dir] .embed embed,
[dir] .embed object,
[dir] .embed video,
[dir] .embed-responsive iframe,
[dir] .embed-responsive embed,
[dir] .embed-responsive object,
[dir] .embed-responsive video {
  border: 0;
}

[dir="ltr"] .embed iframe,
[dir="ltr"] .embed embed,
[dir="ltr"] .embed object,
[dir="ltr"] .embed video,
[dir="ltr"] .embed-responsive iframe,
[dir="ltr"] .embed-responsive embed,
[dir="ltr"] .embed-responsive object,
[dir="ltr"] .embed-responsive video {
  left: 0;
}

[dir="rtl"] .embed iframe,
[dir="rtl"] .embed embed,
[dir="rtl"] .embed object,
[dir="rtl"] .embed video,
[dir="rtl"] .embed-responsive iframe,
[dir="rtl"] .embed-responsive embed,
[dir="rtl"] .embed-responsive object,
[dir="rtl"] .embed-responsive video {
  right: 0;
}

.embed:focus,
.embed-responsive:focus {
  outline: none !important;
}
/* Modifier class for 16:9 aspect ratio */
[dir] .embed-responsive--16by9 {
  padding-bottom: 56.25%;
}
/* Modifier class for 4:3 aspect ratio */
[dir] .embed-responsive--4by3 {
  padding-bottom: 75%;
}
@-ms-viewport {
  width: device-width;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: block !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block;
  }
}
@media (min-width: --screen-lg) {
  .visible-lg {
    display: block;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block;
  }
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

[dir] .page-header {
  /* margin-top: calc(16px * 1.5 * 2);
  margin-bottom: calc(16px * 1.5 * 2); */
}

/* .page-header h2 {
  font-size: 41px;
} 
@media (max-width: 767px) {
  .page-header h2 {
    font-size: 28px;
  }
} */
@media (max-width: 767px) {
  [dir] .page-header {
    margin-top: calc(16px * 1.5);
  }
}

[dir] .page-header--with-border {
  border-bottom: 1px solid #eee;
}

.page-description {
  /* max-width: 600px; */
  color: #79718B;
  margin: 0;
  
}

[dir] .page-description {
  /* margin-bottom: 24px; */
}

[dir] .recent-articles h3 {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .related-articles h3 {
  margin-bottom: calc(16px * 1.5 / 2);
}
@media (min-width: 768px) {
  [dir] .recent-articles h3 {
    margin-top: calc(16px * 1.5 / 2);
  }

  [dir] .related-articles h3 {
    margin-top: calc(16px * 1.5 / 2);
  }
}

.recent-articles ul,
.related-articles ul {
  list-style: none;
}

[dir="ltr"] .recent-articles ul,
[dir="ltr"] .related-articles ul {
  padding-left: 0;
}

[dir="rtl"] .recent-articles ul,
[dir="rtl"] .related-articles ul {
  padding-right: 0;
}

[dir] .recent-articles ul > li {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .related-articles ul > li {
  margin-bottom: calc(16px * 1.5 / 2);
}

.recent-articles ul > li a {
  color: rgba(34, 13, 78, 1);
}

[dir] .recent-articles ul > li a {
  padding-bottom: 1px;
  border-bottom: 1px solid #eee;
}

.related-articles ul > li a {
  color: rgba(34, 13, 78, 1);
}

[dir] .related-articles ul > li a {
  padding-bottom: 1px;
  border-bottom: 1px solid #eee;
}

.recent-articles h3 {
  font-size: calc(16px * 1.25);
}

[dir] .section-articles {
  margin-bottom: calc(16px * 1.5 * 2);
}
@media (min-width: 768px) {
  [dir] .section-articles {
    margin-bottom: calc(16px * 1.5);
  }
}

.section-articles__title {
  font-size: calc(16px * 1.25);
  font-weight: 600;
}

[dir] .section-articles__title {
  margin-bottom: calc(16px * 1.5 / 2);
}

.section-articles__list {
  list-style: none;
}

[dir="ltr"] .section-articles__list {
  padding-left: 0;
}

[dir="rtl"] .section-articles__list {
  padding-right: 0;
}

[dir] .section-articles__item {
  margin-bottom: calc(16px * 1.5 / 2);
}

.section-articles__link {
  position: relative;
}

[dir] .section-articles__link {
  padding-bottom: 1px;
}

[dir="ltr"] .section-articles__link {
  padding-left: 20px;
}

[dir="rtl"] .section-articles__link {
  padding-right: 20px;
}

.section-articles__link:before {
  position: absolute;
  top: 5px;
  width: 0;
  height: 0;
  content: "";
}

[dir] .section-articles__link:before {
  border-style: solid;
}

[dir="ltr"] .section-articles__link:before {
  left: 0;
  border-color: transparent transparent transparent #4cae4c;
  border-width: 5px 0 5px 6px;
}

[dir="rtl"] .section-articles__link:before {
  right: 0;
  border-color: transparent #4cae4c transparent transparent;
  border-width: 5px 6px 5px 0;
}

[dir] .community-section {
  background-color: #f6f7f8;
}

[dir] .community-recent-activity {
  padding: 90px 0;
  margin-bottom: 0;
  text-align: center;
}

.community-recent-activity h2 {
  font-size: 41px;
  font-weight: 400;
}

[dir] .community-recent-activity h2 {
  text-align: center;
}

.community-recent-activity .recent-activity-header {
  display: none;
}

.community-recent-activity .recent-activity-list {
  list-style: none;
}

[dir] .community-recent-activity .recent-activity-list {
  margin-bottom: calc(16px * 1.5);
}

[dir="ltr"] .community-recent-activity .recent-activity-list {
  padding-left: 0;
}

[dir="rtl"] .community-recent-activity .recent-activity-list {
  padding-right: 0;
}
@media (min-width: 768px) {
  .community-recent-activity .recent-activity-list {
    display: flex;
  }

  [dir] .community-recent-activity .recent-activity-list {
    margin-bottom: 16px;
  }
}

.community-recent-activity .recent-activity-item {
  width: 100%;
}

[dir] .community-recent-activity .recent-activity-item {
  padding: 20px 20px 15px;
  margin-bottom: calc(16px * 1.5);
  border-radius: 8px;
  box-shadow: 0 0 20px 5px rgba(62, 60, 98, 0.08);
}
@media (min-width: 768px) {
  .community-recent-activity .recent-activity-item {
    vertical-align: top;
  }

  [dir="ltr"] .community-recent-activity .recent-activity-item {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 30px;
  }

  [dir="rtl"] .community-recent-activity .recent-activity-item {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: 30px;
  }

  [dir="ltr"] .community-recent-activity .recent-activity-item:last-child {
    margin-right: 0;
  }

  [dir="rtl"] .community-recent-activity .recent-activity-item:last-child {
    margin-left: 0;
  }
}

.community-recent-activity .recent-activity-item-meta {
  font-size: calc(16px * 0.85);
  color: #808488;
}

.community-recent-activity .recent-activity-item-comment span:before {
  display: inline-block;
  font-family: var(--font-awesome-font-family);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  content: "\f075";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"]
  .community-recent-activity
  .recent-activity-item-comment
  span:before {
  margin-right: calc(12px / 4);
}

[dir="rtl"]
  .community-recent-activity
  .recent-activity-item-comment
  span:before {
  margin-left: calc(12px / 4);
}

.community-recent-activity .recent-activity-item-parent {
  display: none;
  font-weight: 600;
  color: rgba(34, 13, 78, 1);
}

.community-recent-activity .recent-activity-controls a {
  display: inline-block;
  font-size: calc(16px - 5);
  font-weight: 700;
  line-height: calc(16px * 1.5);
  color: #fff;
  text-transform: none;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s ease;
  touch-action: manipulation;
}

[dir] .community-recent-activity .recent-activity-controls a {
  padding: 6px calc(12px + 12px / 2);
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-radius: 4px;
}

.community-recent-activity .recent-activity-controls a:focus,
.community-recent-activity .recent-activity-controls a:active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.community-recent-activity .recent-activity-controls a:hover,
.community-recent-activity .recent-activity-controls a:focus {
  color: #fff;
  text-decoration: none;
}

.community-recent-activity .recent-activity-controls a:active {
  outline: none;
}

[dir] .community-recent-activity .recent-activity-controls a:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.community-recent-activity .recent-activity-controls a:hover,
.community-recent-activity .recent-activity-controls a:focus,
.community-recent-activity .recent-activity-controls a:active {
  color: #e0e0e0;
}

[dir] .community-recent-activity .recent-activity-controls a:hover,
[dir] .community-recent-activity .recent-activity-controls a:focus,
[dir] .community-recent-activity .recent-activity-controls a:active {
  background-color: transparent;
  border-color: transparent;
}

[dir] .community-recent-activity .recent-activity-controls a:active {
  background-image: none;
}

.recent-activity-item-link {
  display: block;
  font-size: 18px;
}

[dir] .recent-activity-item-link {
  margin-bottom: 7px;
}

[dir] .recent-activity-no-activities {
  margin-bottom: calc(16px * 1.5);
}
/* User Profiles */
[dir] .profile-header {
  padding: calc(16px * 1.5) 15px;
  margin-bottom: calc(16px * 1.5);
  text-align: center;
  border-radius: 4px;
}

.profile-header__avatar {
  display: inline-block;
}

.profile-header__name {
  font-size: calc(16px * 1.5);
}
@media (min-width: 768px) {
  .profile-header__name {
    font-size: calc(16px * 1.75 - 2px);
  }
}

.profile-header__private-badge {
  display: inline-block;
}

[dir] .profile-header__private-badge {
  margin-bottom: calc(16px * 1.5);
  background-color: #276FD0;
}

.profile-header__description {
  word-break: break-all;
}
/* Profile Stats */
.profile-stats {
  font-size: calc(16px * 0.85);
  list-style: none;
}

[dir] .profile-stats {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir="ltr"] .profile-stats {
  padding-left: 0;
}

[dir="rtl"] .profile-stats {
  padding-right: 0;
}

[dir] .profile-stats__stat {
  margin-bottom: calc(16px * 1.5 / 4);
}

[dir="ltr"] .profile-stats__stat {
  margin-right: 12px;
}

[dir="rtl"] .profile-stats__stat {
  margin-left: 12px;
}
@media (max-width: 767px) {
  .profile-stats__stat {
    display: block;
  }

  .profile-stats__stat:before {
    display: none;
  }
}

[dir="ltr"] .profile-stats__label {
  margin-right: calc(12px / 2);
}

[dir="rtl"] .profile-stats__label {
  margin-left: calc(12px / 2);
}

.profile-stats__value {
  color: rgba(34, 13, 78, 1);
}
/* Profile Nav */
.profile-nav {
  overflow: hidden;
  font-size: calc(calc(16px * 0.85));
  font-weight: 600;
}

[dir] .profile-nav {
  margin-bottom: calc(16px * 1.5);
  background-color: #eee;
  border-radius: 4px;
}

.profile-nav__items {
  list-style: none;
}

[dir] .profile-nav__items {
  margin: 0;
}

[dir="ltr"] .profile-nav__items {
  padding-left: 0;
}

[dir="rtl"] .profile-nav__items {
  padding-right: 0;
}

[dir] .profile-nav__item {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .profile-nav__item {
    display: inline-block;
    vertical-align: middle;
  }
}

.profile-nav__item a {
  display: block;
  color: rgba(34, 13, 78, 1);
}

.profile-nav__item.is-active {
  color: #fff;
}

[dir] .profile-nav__item.is-active {
  background-color: #276FD0;
}

.profile-nav__item.is-active {
  line-height: 1;
}

[dir] .profile-nav__item.is-active {
  padding: calc(16px * 1.5 / 1.5) 12px;
}

.profile-nav__item a {
  line-height: 1;
}

[dir] .profile-nav__item a {
  padding: calc(16px * 1.5 / 1.5) 12px;
}

[dir="ltr"] .profile-nav__item:after {
  right: 12px !important;
}

[dir="rtl"] .profile-nav__item:after {
  left: 12px !important;
}
/* Profile Section */
.profile-section {
  width: 100%;
}

[dir] .profile-section__header {
  margin-bottom: calc(16px * 1.5);
}

.profile-section__title {
  font-size: calc(16px * 1.5);
}

[dir] .profile-section__title {
  margin-bottom: calc(16px * 1.5 / 2);
}

.profile-section__description {
  font-size: calc(16px * 0.85);
  color: #818a91;
}
@media (min-width: 768px) {
  [dir] .profile-section__description {
    padding-bottom: 0;
  }
}
/* Profile Section Sorter */
.profile-section-sorter {
  font-size: calc(16px * 0.85);
}

.profile-section-sorter .dropdown {
  display: inline-block;
}
@media (min-width: 768px) {
  .profile-section-sorter {
    display: table;
    width: 100%;
  }
}
@media (min-width: 768px) {
  [dir] .profile-section-sorter {
    padding-top: 0;
    border-top: 0;
  }
}
@media (min-width: 768px) {
  .profile-section-sorter__col {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (max-width: 767px) {
  [dir] .profile-section-sorter__col--main {
    margin-bottom: calc(16px * 1.5 / 2);
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .profile-section-sorter__col--main {
    padding-right: calc(12px);
  }

  [dir="rtl"] .profile-section-sorter__col--main {
    padding-left: calc(12px);
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .profile-section-sorter__col--btn {
    text-align: right;
  }

  [dir="rtl"] .profile-section-sorter__col--btn {
    text-align: left;
  }
}
/* Profile Contribution */
.profile-contribution {
  position: relative;
  word-wrap: break-word;
}

[dir] .profile-contribution {
  padding: calc(16px * 1.5 / 2) 15px;
  background-color: #f6f6f6;
  border-radius: 4px;
}

[dir] .profile-contribution__header {
  margin-bottom: calc(16px * 1.5 / 4);
}

[dir] .profile-contribution__status {
  margin-bottom: calc(16px * 1.5 / 4);
}

.profile-contribution__title {
  font-size: 16px;
  font-weight: 600;
}

[dir] .profile-contribution__title {
  margin-bottom: calc(16px * 1.5 / 4);
}

[dir] .profile-contribution__body {
  margin-bottom: calc(16px * 1.5 / 2);
}

.profile-contribution--list .profile-contribution__title:before {
  display: inline-block;
  font-family: var(--font-awesome-font-family);
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"] .profile-contribution--list .profile-contribution__title:before {
  margin-right: 2px;
}

[dir="rtl"] .profile-contribution--list .profile-contribution__title:before {
  margin-left: 2px;
}

.profile-contribution__breadcrumbs {
  font-size: calc(16px * 0.85);
}

[dir] .profile-contribution__breadcrumbs {
  padding: 0;
  margin-bottom: calc(16px * 1.5 / 2);
}

.profile__no-activity {
  color: #808488;
}

[dir] .profile__no-activity {
  text-align: center;
}

.profile__private-activity {
  color: #808488;
}

[dir] .profile__private-activity {
  text-align: center;
}
/* Profile Activity */
.profile-activity-list {
  list-style: none;
}

[dir="ltr"] .profile-activity-list {
  padding-left: 0;
}

[dir="rtl"] .profile-activity-list {
  padding-right: 0;
}

.profile-activity {
  position: relative;
}

[dir] .profile-activity {
  margin-bottom: calc(16px * 1.5 * 1.5);
}

.profile-activity__header {
  font-size: calc(16px * 0.85);
  font-weight: 600;
}

[dir] .profile-activity__header {
  margin-bottom: calc(16px * 1.5 / 2);
}

.profile-activity__header:before {
  display: inline-block;
  font-family: var(--font-awesome-font-family);
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir="ltr"] .profile-activity__header:before {
  margin-right: 2px;
}

[dir="rtl"] .profile-activity__header:before {
  margin-left: 2px;
}

.profile-activity__avatar {
  width: 30px;
  height: 30px;
}

[dir="ltr"] .profile-activity__avatar {
  margin-right: calc(12px / 2);
}

[dir="rtl"] .profile-activity__avatar {
  margin-left: calc(12px / 2);
}

.profile-activity-list--articles .profile-contribution__title:before,
.profile-activity[class$="-article"] .profile-activity__header:before {
  font-weight: 400;
  content: "\f15c";
}

.profile-activity-list--posts .profile-contribution__title:before,
.profile-activity[class$="-post"] .profile-activity__header:before {
  font-weight: 400;
  content: "\f086";
}

.profile-activity-list--comments .profile-contribution__title:before,
.profile-activity[class$="-comment"] .profile-activity__header:before {
  font-weight: 400;
  content: "\f075";
}

.user-subscribe {
  display: inline-block;
}

.entry-info {
  display: flex;
  font-size: calc(16px * 0.85);
  align-items: center;
}

.entry-info__avatar {
  flex-shrink: 0;
}

[dir="ltr"] .entry-info__avatar {
  padding-right: 12px;
}

[dir="rtl"] .entry-info__avatar {
  padding-left: 12px;
}

.status-label {
  font-size: 12px;
  color: #fff;
}

[dir] .status-label {
  padding: 2px calc(12px / 2);
  border-radius: 4px;
}

[dir] .status-label--pending {
  background-color: #f49e44;
}

[dir] .status-label--with-ticket {
  background-color: #276FD0;
}

.status-label--with-ticket:hover,
.status-label--with-ticket:focus,
.status-label--with-ticket:active {
  color: #fff;
}

[dir] .status-label--solved,
[dir] .status-label--closed {
  background-color: #504d7f;
}

[dir] .status-label--new,
[dir] .status-label--open {
  background-color: #ff5252;
}

[dir] .status-label--answered {
  background-color: #f49e44;
}

[dir] .status-label--official {
  background-color: #276FD0;
}

[dir] .status-label--completed,
[dir] .status-label--answered {
  background-color: #504d7f;
}

[dir] .status-label--planned {
  background-color: #4cae4c;
}

.status-label--not-planned {
  color: rgba(34, 13, 78, 1);
}

[dir] .status-label--not-planned {
  background-color: #eee;
}

.attachment-list {
  font-size: calc(16px * 0.85);
  list-style: none;
}

[dir] .attachment-list {
  margin: 0;
}

[dir="ltr"] .attachment-list {
  padding-left: 0;
}

[dir="rtl"] .attachment-list {
  padding-right: 0;
}

.attachment-list__item {
  position: relative;
}

[dir] .attachment-list__item {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir="ltr"] .attachment-list__item {
  padding-left: calc(12px + 12px / 2);
}

[dir="rtl"] .attachment-list__item {
  padding-right: calc(12px + 12px / 2);
}

[dir] .attachment-list__item:last-child {
  margin-bottom: 0;
}

.attachment-list__icon {
  position: absolute;
  top: 4px;
}

[dir="ltr"] .attachment-list__icon {
  left: 0;
}

[dir="rtl"] .attachment-list__icon {
  right: 0;
}

.promoted-articles__list {
  display: flex;
  list-style: none;
  flex-flow: row wrap;
}

[dir] .promoted-articles__list {
  margin-bottom: 0;
}

[dir="ltr"] .promoted-articles__list {
  padding-left: 0;
  margin-right: 0;
  margin-left: 0;
}

[dir="rtl"] .promoted-articles__list {
  padding-right: 0;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  [dir="ltr"] .promoted-articles__list {
    margin-right: -15px;
    margin-left: -15px;
  }

  [dir="rtl"] .promoted-articles__list {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.promoted-articles-item {
  display: flex;
  flex-flow: row nowrap;
  box-shadow: 0px 1px 3px 0px #00336326;
	border-radius: 6px;
}

.promoted-articles-item .fa-star {
  font-size: calc(16px - 2px);
  color: #f49e44;
}

[dir] .promoted-articles-item .fa-star {
  padding-top: 6px;
}

[dir="ltr"] .promoted-articles-item .fa-star {
  margin-right: 12px;
}

[dir="rtl"] .promoted-articles-item .fa-star {
  margin-left: 12px;
}

.promoted-articles-item__content {
  display: inline-block;
  vertical-align: top;
  height: 124px;
  /* width: 100%; */
}

.promoted-articles__title {
  font-size: 41px;
}

[dir] .promoted-articles__title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}
@media (min-width: 768px) {
  [dir] .promoted-articles__title {
    margin-bottom: calc(16px * 1.5 * 1.5);
  }
}
@media (max-width: 767px) {
  .promoted-articles__title {
    font-size: 28px;
  }
}

.promoted-articles-item__title {
  display: block;
  max-width: 360px;
  font-size: 18px;
}

[dir] .promoted-articles-item__title {
  margin-bottom: calc(16px * 1.5 / 4);
}

[dir] .custom-blocks + .promoted-articles-section {
  padding-top: 0;
}

.callout {
  /* margin-left: 20px !important; */
}

[dir] .callout {
  padding: calc(16px * 1.5) 20px;
  margin-bottom: calc(16px * 1.5);
  padding-bottom: 8px;
  padding-top: 8px;
  background-color: #eee;
}

[dir="ltr"] .callout {
  margin-right: 0 !important;
  border-left-style: solid;
  border-left-width: 5px;
}

[dir="rtl"] .callout {
  margin-left: 0 !important;
  border-right-style: solid;
  border-right-width: 5px;
}

.callout.callout--tip,
.callout.callout--warning,
.callout.callout--caution,
.callout.callout--important,
.callout.callout--note,
.callout.callout--notice,
.callout.callout--story,
.callout.callout--seealso {
  margin-left: 0!important;
  margin-right: 0!important;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15);
}

div.tip ul,
div.warning ul,
div.caution ul,
div.important ul,
div.note ul,
div.notice ul,
div.tip.benefit ul,
div.example {
  margin-bottom: 0px;
}

.callout.callout--tip {
  /* margin-left: 20px !important; */
    background: #FFFFFF;
/* Shadow L */
	box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15);
	border-radius: 8px;
  border-left: solid 8px #4BDC96;
  
}

.callout.callout--warning {
  border-left: solid 8px #FA16FF;
}

.callout.callout--caution {
  border-left: solid 8px #00C2FF;
}

.callout.callout--important {
  border-left: solid 8px #FFD330;
}

.callout.callout--note {
  border-left: solid 8px #00C2FF;
}

.callout.callout--story {
  border-left: solid 8px #9B6BFF;
}

.callout.callout--notice {
  border-left: solid 8px #00C2FF;
}

.callout.callout--seealso {
  border-left: solid 8px #cff3ffff;
}

/* [dir] .callout p:last-child,
[dir] div.tip p:last-child,
[dir] div.warning p:last-child,
[dir] div.caution p:last-child,
[dir] div.important p:last-child,
[dir] div.note p:last-child,
[dir] div.notice p:last-child {
  margin-bottom: 0;
} */

.callout .callout__title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
}

[dir] .callout .title,
[dir] div.tip .title,
[dir] div.warning .title,
[dir] div.caution .title,
[dir] div.important .title,
[dir] div.note .title,
[dir] div.notice .title {
  display: flex;
  align-items: center;
  padding-bottom: 0;
  border-bottom: none;
}

.callout .callout__title:before {
  display: inline-block;
  font-family: var(--font-awesome-font-family);
  font-style: normal;
  font-weight: 900;
  font-variant: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  margin-right: 10px;
}

[dir] .callout--transparent {
  background-color: transparent;
  border-color: #dedede;
  border-width: 1px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.14);
}

.callout__title {
  font-size: 20px;
  font-weight: bold;
}

[dir] .callout__title {
  margin: 0;
  margin-bottom: 15px !important;
}

.callout.callout--note .callout__title {
  color: #220D4E;
}

.callout.callout--note > .callout__title:before {
  //content: url('https://kbstatic.kb.appsflyer.com/assets/note.svg');
  content: url('/hc/theming_assets/01KF9920MNA2Q4032FGKHPXYA3');
  color: #00C2FF;
}

div.tip,
.callout--info {
  color: #514B5F;
}

[dir] div.tip,
[dir] .callout--info {
  border-color: #4BDC96;
}

div.tip .callout__title,
div.tip .title,
.callout--info .callout__title,
.callout--info .title {
  
  color: #220D4E;
}

.callout.callout--story > .callout__title:before {
  //content: url('https://kbstatic.kb.appsflyer.com/assets/example.svg');
  content: url('/hc/theming_assets/01KF9892N19J84N8Y94XF1N2A6');
}

.callout.callout--tip > .callout__title:before {
  //content: url('https://kbstatic.kb.appsflyer.com/assets/tip.svg');
  content: url('/hc/theming_assets/01KF98950J0Q4AA0KHGPF45EEM');
  
}

.callout.callout--seealso > .callout__title:before {
  //content: url('https://kbstatic.kb.appsflyer.com/assets/see-more.svg');
  content: url('/hc/theming_assets/01KF9894CRW3KZJVBDTY1E0B8K');
  
}

/* div.caution,
.callout--warning {
  color: rgba(34, 13, 78, 1);
} */

div.warning,
.callout--danger {
  color: #514B5F;
  border-left: solid 8px #FA16FF;
}

div.warning .callout__title,
div.warning .title,
.callout--danger .callout__title,
.callout--danger .title {
  color: #220D4E;
}

.callout.callout--warning > .callout__title:before {
  //content: url('https://kbstatic.kb.appsflyer.com/assets/warning.svg');
  content: url('/hc/theming_assets/01KF9895RZC0C4JF2MBBMPGPE4');
  color: #FA16FF;
}

div.important {
  color: #514B5F;
}

[dir] div.important {
  border-color: #FFD330;
}

div.important .callout__title,
div.important .title {
  color: #220D4E;
}

.callout.callout--important > .callout__title:before {
  //content: url('https://kbstatic.kb.appsflyer.com/assets/important.svg');
  content: url('/hc/theming_assets/01KF9893KPG217W7S915DAQ8YT');
}

div.notice {
  color: #514B5F;
}

[dir] div.notice {
  background-color: #e6f1fc;
  border-color: #3389e3;
}

div.notice .callout__title,
div.notice .title {
  color: #220D4E;
}

.callout--primary {
  color: rgba(34, 13, 78, 1);
}

[dir] .callout--primary {
  background-color: #fff;
  border-color: #276FD0;
}

.callout--primary .callout__title {
  color: #276FD0;
}

[dir] .callout--dashed {
  border-style: dashed;
  border-width: 1px;
}

[dir] .image-with-border {
  padding: calc(12px - 2px);
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

[dir] .image-with-shadow {
  box-shadow: 0 5px 15px 2px #666;
}

[dir] .image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
}

[dir] .image-overlay:before {
  background-color: rgba(255, 255, 255, 0.3);
}

[dir="ltr"] .image-overlay:before {
  right: 0;
  left: 0;
}

[dir="rtl"] .image-overlay:before {
  right: 0;
  left: 0;
}

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
  width: 100%;
}

.image-with-video-icon:before {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 0;
  height: 0;
  font-size: 0;
  content: "";
  transition: transform 0.6s ease;
}

[dir] .image-with-video-icon:before {
  border-style: solid;
}

[dir="ltr"] .image-with-video-icon:before {
  left: 50%;
  border-color: transparent transparent transparent #fff;
  border-width: 30px 0 30px 60px;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .image-with-video-icon:before {
  right: 50%;
  border-color: transparent #fff transparent transparent;
  border-width: 30px 60px 30px 0;
  transform: translate(50%, -50%);
}

.image-with-video-icon:after {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  content: "";
}

[dir] .image-with-video-icon:after {
  background-color: rgba(0, 0, 0, 0.3);
}

[dir="ltr"] .image-with-video-icon:after {
  right: 0;
  left: 0;
}

[dir="rtl"] .image-with-video-icon:after {
  right: 0;
  left: 0;
}

[dir="ltr"] .image-with-video-icon:active:before,
[dir="ltr"] .image-with-video-icon:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}

[dir="rtl"] .image-with-video-icon:active:before,
[dir="rtl"] .image-with-video-icon:hover:before {
  transform: translate(50%, -50%) scale(1.1);
}

/* .list-colored,
.list-bullet {
  list-style-type: none;
  counter-reset: list;
}

[dir="ltr"] .list-colored,
[dir="ltr"] .list-bullet {
  padding-left: 0 !important;
}

[dir="rtl"] .list-colored,
[dir="rtl"] .list-bullet {
  padding-right: 0 !important;
}

.list-colored > ul,
.list-bullet > ul {
  list-style: none;
}

[dir] .list-colored > ul,
[dir] .list-bullet > ul {
  margin-bottom: 14px;
}

.list-colored > ol,
.list-bullet > ol {
  list-style-type: none;
  counter-reset: list;
}

[dir] .list-colored > ol,
[dir] .list-bullet > ol {
  margin-bottom: 14px;
} */

/* .list-colored > li {
  position: relative;
  counter-increment: list;
}

[dir] .list-colored > li {
  margin-bottom: calc(16px * 1.5 / 1.5) !important;
}

[dir="ltr"] .list-colored > li {
  padding-left: calc(12px + 30px);
}

[dir="rtl"] .list-colored > li {
  padding-right: calc(12px + 30px);
} */

/* .list-colored > li:before {
  position: absolute;
  top: -3px;
  z-index: 1;
  width: 30px;
  height: 30px;
  font-size: calc(16px * 0.85);
  line-height: 30px;
  color: #fff;
  content: counter(list);
}

[dir] .list-colored > li:before {
  text-align: center;
  background-color: #276FD0;
  border-radius: 50%;
}

[dir="ltr"] .list-colored > li:before {
  left: 0;
}

[dir="rtl"] .list-colored > li:before {
  right: 0;
} */

/* .list-bullet > li {
  position: relative;
}

[dir] .list-bullet > li {
  margin-bottom: 10px;
}

[dir="ltr"] .list-bullet > li {
  padding-left: 30px;
}

[dir="rtl"] .list-bullet > li {
  padding-right: 30px;
} */

/* .list-bullet > li:before {
  position: absolute;
  top: -2px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  color: #276FD0;
  content: "\f058";
} */

[dir="ltr"] .list-bullet > li:before {
  left: 0;
}

[dir="rtl"] .list-bullet > li:before {
  right: 0;
}

[dir="ltr"] .text-left {
  text-align: left;
}

[dir="rtl"] .text-left {
  text-align: right;
}

[dir] .text-center {
  text-align: center;
}

[dir="ltr"] .text-right {
  text-align: right;
}

[dir="rtl"] .text-right {
  text-align: left;
}

[dir] .text-primary {
  background-color: #276FD0;
}

[dir] .text-info {
  background-color: #5bc0de;
}

[dir] .text-warning {
  background-color: #f49e44;
}

[dir] .text-danger {
  background-color: #ff5252;
}

[dir] .text-success {
  background-color: #504d7f;
}

.accordion.accordion--default {
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15);
  border-radius: 10px;
  margin-bottom: 16px;
  /* overflow: hidden; */
  margin-top: 32px;
}

.accordion__item:last-of-type .accordion__item-content {
  border-bottom: none;
}

.accordion__item-title {
  font-size: 18px;
  position: relative;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 16px;
  padding-left: 16px;
  padding-right: 3em;
}

@media (min-width: 1200px) {
  .accordion__item-title {
    font-size: 17px;
  }
}

.accordion__item-title:hover:after {
  opacity: 1;
}

[dir] .accordion__item-title.accordion__item-title--active {
  background: aliceblue;
  box-shadow: 0px 2px 6px -1px rgba(25, 20, 51, 10%);
  opacity: 1;
}

.accordion__item-title:after {
  font-family: var(--font-awesome-font-family);
  font-weight: 900;
  color: #00C2FF;
  content: "\f078";
  position: absolute;
  right: 16px;
  top: calc(50% - 16px);
  opacity: 0.5;
}

/* .accordion__item-content {
  display: none;
} */

[dir] .accordion__item-content {
  padding: 20px;
  padding-top: 8px;
  border-bottom: solid 1px #ddd;

}

[dir] .accordion__item-content[hidden] {
  border-bottom: none;
}

[dir] .accordion__item-content[hidden="until-found"] {
  padding: 0;
	height: 0;
  border-bottom: none;
}

[dir] .accordion__item-content p:last-child {
  margin-bottom: 0;
}

[dir] .accordion__item:last-child .accordion__item-title {
  border-bottom: none;
}

.accordion--default .accordion__item-title:before {
  top: 50%;
  width: 8px;
  height: 8px;
  transition: transform 0.3s;
}

.accordion__item-title--active:after {
  font-family: var(--font-awesome-font-family);
  font-weight: 900;
  color: #00C2FF;
  content: "\f077";
  position: absolute;
  right: 16px;
  top: calc(50% - 16px);
  opacity: 1;
}

/* [dir] .accordion--default .accordion__item-title--active {
  background-color: #f0f0f0;
} */

.accordion--default .accordion__item-title--active:before {
  transition: transform 0.3s;
}

[dir="ltr"] .accordion--default .accordion__item-title--active:before {
  transform: rotate(135deg);
}

[dir="rtl"] .accordion--default .accordion__item-title--active:before {
  transform: rotate(-135deg);
}

.accordion--colored .accordion__item-title {
  transition: background-color 0.3s;
}

.accordion--colored .accordion__item-title:before,
.accordion--colored .accordion__item-title:after {
  top: 50%;
}

.accordion--colored .accordion__item-title:before {
  width: 10px;
  height: 2px;
}

[dir] .accordion--colored .accordion__item-title:before {
  margin-top: -1px;
  background-color: #818a91;
}

[dir="ltr"] .accordion--colored .accordion__item-title:before {
  left: 20px;
}

[dir="rtl"] .accordion--colored .accordion__item-title:before {
  right: 20px;
}

.accordion--colored .accordion__item-title:after {
  position: absolute;
  width: 2px;
  height: 10px;
  content: "";
}

[dir] .accordion--colored .accordion__item-title:after {
  margin-top: -5px;
  background-color: #818a91;
}

[dir="ltr"] .accordion--colored .accordion__item-title:after {
  left: 24px;
}

[dir="rtl"] .accordion--colored .accordion__item-title:after {
  right: 24px;
}

.accordion--colored .accordion__item-title--active {
  color: #fff;
  transition: background-color 0.3s;
}

[dir] .accordion--colored .accordion__item-title--active {
  background-color: #276FD0;
}

[dir] .accordion--colored .accordion__item-title--active:before {
  background-color: #fff;
}

.accordion--colored .accordion__item-title--active:after {
  display: none;
}

.tab {
  display: block;
}

[dir] .tab {
  padding: 30px;
  padding-top: 8px;
  margin-top: -1px;
  height: initial;
  /* border: 1px solid #ddd; */
  /* border-bottom: solid 1px rgba(0,0,0,0.1); */
}

.tab[hidden="until-found"] {
  padding: 0;
  border-bottom: none;
  visibility: hidden;
  height: 0;
}

[dir] .tab p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  [dir="ltr"] .tab {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  [dir="rtl"] .tab {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

/* [dir="ltr"] .tab:nth-child(2) {
  border-top-left-radius: 0;
}

[dir="rtl"] .tab:nth-child(2) {
  border-top-right-radius: 0;
} */

.tabs-link {
    padding: 0 12px;
    color: #79718B;
    border-bottom: solid 1px #fff;
    cursor: pointer;
    opacity: 1;
    /* font-family: "Nunito Sans";*/
    font-family: "Inter_Regular";
  	font-size: 14px;
  	font-weight: bold;
  
}


[dir] .tabs-link:first-child {
  border-top-left-radius: 8px;
}

.tabs-link:hover {
  color: #00C2FF;
  border-bottom: solid 1px #00C2FF;
}
@media (max-width: 767px) {
  [dir] .tabs-link {
    border-top-color: #ddd;
  }

  [dir="ltr"] .tabs-link {
    border-right-color: #ddd;
    border-left-color: #ddd;
  }

  [dir="rtl"] .tabs-link {
    border-right-color: #ddd;
    border-left-color: #ddd;
  }
}
@media (min-width: 768px) {
  .tabs-link {
    display: inline-block;
  }
}

.tabs-link.is-active {
  border-bottom: solid 1px #00C2FF;
  color: #00C2FF;
}

[dir] .tabs-link.is-active {
  color: #00C2FF;
  cursor: pointer;
  border-bottom: solid 1px #00C2FF;
}

[dir] .tabs-link.is-active:hover {
  cursor: default;
}

@media (min-width: 768px) {
  [dir] .tabs-link.is-active {
    /* border-bottom: 1px solid #fff; */
  }
}

.tab .tab {
  padding: 16px;
}

.tab .tab[hidden="until-found"] {
  padding: 0;
}

.tab ol, .tab ul {
  padding: 0;
  padding-left: 16px;
}

[dir] .tabs--colored-1 {
  background: #FFFFFF;
	/* Tile Shadow */
  box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15);
  border-radius: 10px;
}

[dir] .skip-navigation {
  padding: 20px;
  margin: 20px;
  background-color: black;
}

[dir="ltr"] .skip-navigation {
  left: -999px;
}

[dir="rtl"] .skip-navigation {
  right: -999px;
}

.skip-navigation:focus,
.skip-navigation:active {
  top: auto;
  z-index: 999;
  overflow: auto;
  text-decoration: none;
}

[dir] .skip-navigation:focus,
[dir] .skip-navigation:active {
  text-align: center;
}

[dir="ltr"] .skip-navigation:focus,
[dir="ltr"] .skip-navigation:active {
  left: auto;
}

[dir="rtl"] .skip-navigation:focus,
[dir="rtl"] .skip-navigation:active {
  right: auto;
}
/* ==========================================================================
  Notification
  ========================================================================== */
.notification {
  display: table;
  width: 100%;
  font-family: sans-serif;
  font-size: 12px;
  color: #555;
  transition: height 0.2s;
}

[dir] .notification {
  padding: 13px 15px;
  border: 1px solid;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  max-width: 980px;
}

[dir] .notification-inner {
  padding: 0 20px;
  margin: 0 auto;
}

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

.notification-text {
  width: 100%;
}

[dir] .notification-text {
  padding: 0 15px;
}

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

[dir] .notification + .notification {
  margin-bottom: -1px;
}
/* Error */
[dir] .notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

[dir] .notification-error .notification-icon:before,
[dir] .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 */
[dir] .notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

[dir] .notification-notice .notification-icon:before,
[dir] .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;
}

[dir] .notification-alert {
  background: #fff8ed;
  border-color: #fcdba9;
}

[dir] .notification-alert .notification-icon:before,
[dir] .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 {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  content: "";
}

[dir] .notification-icon:before,
[dir] .notification-inline.notification-error:before {
  background-size: cover;
}
/* Dismiss button */
.notification-dismiss,
a.notification-dismiss {
  color: #555;
  text-decoration: none !important;
  opacity: 0.6;
  transition: opacity 100ms ease;
}

[dir] .notification-dismiss,
[dir] a.notification-dismiss {
  cursor: pointer;
}

.notification-dismiss:hover {
  opacity: 1;
}
/* Inline notifications */
.notification-inline {
  position: relative;
  line-height: 14px;
  vertical-align: middle;
}

[dir] .notification-inline {
  padding: 5px;
  margin-top: 5px;
  border-radius: 4px;
}

[dir="ltr"] .notification-inline {
  text-align: left;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

[dir] .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");
}

[dir="ltr"] .notification-inline.notification-error:before {
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error:before {
  margin: -2px 0 0 5px;
}

[dir="rtl"] .notification-inline.notification-error:before {
  margin: 0 0 0 5px;
}

.notification-inline.notification-error {
  color: #cc3340;
}

[dir] .notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
}

[dir] .notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

[dir="ltr"] .notification-left-aligned {
  padding-left: 0;
  text-align: left;
}

[dir="rtl"] .notification-left-aligned {
  padding-right: 0;
  text-align: right;
}
/* Extensions */
.sidenav {
  position: relative;

  overflow: hidden;
}

.sidenav a {
  text-decoration: none;
}

.sidenav span,
.sidenav a {
  line-height: 1.2;
}

[dir] .sidenav span,
[dir] .sidenav a {
  padding: 8px 0;

  cursor: pointer;
}

.sidenav__categories-list,
.sidenav__sections-list,
.sidenav__articles-list {
  list-style: none;
}

[dir] .sidenav__categories-list,
[dir] .sidenav__sections-list,
[dir] .sidenav__articles-list {
  margin-bottom: 0;
}

[dir="ltr"] .sidenav__categories-list,
[dir="ltr"] .sidenav__sections-list,
[dir="ltr"] .sidenav__articles-list {
  margin-left: 0;
}

[dir="rtl"] .sidenav__categories-list,
[dir="rtl"] .sidenav__sections-list,
[dir="rtl"] .sidenav__articles-list {
  margin-right: 0;
}

[dir="ltr"] .sidenav__categories-list {
  padding-right: 16px;
  padding-left: 0;
}

[dir="rtl"] .sidenav__categories-list {
  padding-right: 0;
  padding-left: 16px;
}

[dir="ltr"] .sidenav__articles-list,
[dir="ltr"] .sidenav__sections-list {
  padding-right: 16px;
}

[dir="rtl"] .sidenav__articles-list,
[dir="rtl"] .sidenav__sections-list {
  padding-left: 16px;
}

[dir="ltr"] .sidenav_slide .sidenav__sections-list,
[dir="ltr"] .sidenav_slide .sidenav__articles-list {
  padding-left: 0;
}

[dir="rtl"] .sidenav_slide .sidenav__sections-list,
[dir="rtl"] .sidenav_slide .sidenav__articles-list {
  padding-right: 0;
}

.sidenav__category.is-active > a,
.sidenav__category.is-active > span,
.sidenav__section.is-active > a,
.sidenav__section.is-active > span,
.sidenav__article.is-active > a,
.sidenav__article.is-active > span {
  font-weight: bold;
}

.sidenav__category-name,
.sidenav__section-name {
  position: relative;

  display: block;
}

[dir="ltr"] .sidenav__category-name,
[dir="ltr"] .sidenav__section-name {
  padding-right: 16px;
}

[dir="rtl"] .sidenav__category-name,
[dir="rtl"] .sidenav__section-name {
  padding-left: 16px;
}

.sidenav__category-name:after,
.sidenav__section-name:after {
  position: absolute;
  top: 50%;

  content: "\f105";

  transition: all 0.3s;
}

[dir] .sidenav__category-name:after,
[dir] .sidenav__section-name:after {
  transform: translateY(-50%);
}

[dir="ltr"] .sidenav__category-name:after,
[dir="ltr"] .sidenav__section-name:after {
  right: 0;
}

[dir="rtl"] .sidenav__category-name:after,
[dir="rtl"] .sidenav__section-name:after {
  left: 0;
}

.sidenav__category-name:after,
.sidenav__section-name:after,
.sidenav a:before,
.sidenav span:before {
  display: inline-block;
  font-family: var(--font-awesome-font-family);
  font-style: normal;

  font-weight: 900;
  font-variant: normal;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
}

.sidenav__article-name {
  display: flex !important;
  align-items: baseline;

  font-size: 0.875em;
}
/* ==========================================================================
  Mobile Version
  ========================================================================== */
.sidenav-mobile {
  position: fixed;
  top: 0;
  z-index: 99999;

  width: 85%;
  max-width: 300px;
  height: 100%;
  overflow-y: auto;
}

[dir] .sidenav-mobile {
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0);
}

[dir="ltr"] .sidenav-mobile {
  left: 0;
  transform: translateX(-100%);
}

[dir="rtl"] .sidenav-mobile {
  right: 0;

  transform: translateX(100%);
}

.sidenav-mobile.is-active {
  transition: all 0.3s;
}

[dir] .sidenav-mobile.is-active {
  padding-top: 32px;

  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  transform: translateX(0);
}

[dir="ltr"] .sidenav-mobile.is-active {
  padding-left: 32px;
}

[dir="rtl"] .sidenav-mobile.is-active {
  padding-right: 32px;
}

[dir="ltr"] .sidenav-mobile .sidenav__category-name:after,
[dir="ltr"] .sidenav-mobile .sidenav__section-name:after {
  right: 10px;
}

[dir="rtl"] .sidenav-mobile .sidenav__category-name:after,
[dir="rtl"] .sidenav-mobile .sidenav__section-name:after {
  left: 10px;
}

[dir="ltr"] .sidenav-mobile .sidenav__category-name:after,
[dir="ltr"] .sidenav-mobile .sidenav__section-name:after {
  left: 10px;
}

[dir="rtl"] .sidenav-mobile .sidenav__category-name:after,
[dir="rtl"] .sidenav-mobile .sidenav__section-name:after {
  right: 10px;
}
/* ==========================================================================
  Overlay
  ========================================================================== */
.sidenav-overlay {
  position: fixed;
  top: 0;
  z-index: 99998;

  width: 100%;
  height: 100%;

  visibility: hidden;
  opacity: 0;
}

[dir] .sidenav-overlay {
  background: #000;
}

[dir="ltr"] .sidenav-overlay {
  left: 0;
}

[dir="rtl"] .sidenav-overlay {
  right: 0;
}

.sidenav-overlay.is-active {
  visibility: visible;
  opacity: 0.1;

  transition: all 0.3s;
}
/* ==========================================================================
  Accordion
  ========================================================================== */
[dir="ltr"] .sidenav_accordion .sidenav__sections-list,
[dir="ltr"] .sidenav_accordion .sidenav__articles-list {
  padding-left: 16px;
}

[dir="rtl"] .sidenav_accordion .sidenav__sections-list,
[dir="rtl"] .sidenav_accordion .sidenav__articles-list {
  padding-right: 16px;
}

.sidenav_accordion > .sidenav__categories-list .sidenav__sections-list,
.sidenav_accordion > .sidenav__categories-list .sidenav__articles-list,
.sidenav_accordion > .sidenav__sections-list .sidenav__articles-list {
  display: none;
}

.sidenav_accordion .sidenav__category.is-active > .sidenav__sections-list {
  display: block;
}

[dir="ltr"]
  .sidenav_accordion
  .sidenav__category.is-active
  > .sidenav__category-name:after {
  transform: translateY(-50%) rotate(90deg);
}

[dir="rtl"]
  .sidenav_accordion
  .sidenav__category.is-active
  > .sidenav__category-name:after {
  transform: translateY(-50%) rotate(-90deg);
}

.sidenav_accordion .sidenav__section.is-active > .sidenav__articles-list {
  display: block;
}

[dir="ltr"]
  .sidenav_accordion
  .sidenav__section.is-active
  > .sidenav__section-name:after {
  transform: translateY(-50%) rotate(90deg);
}

[dir="rtl"]
  .sidenav_accordion
  .sidenav__section.is-active
  > .sidenav__section-name:after {
  transform: translateY(-50%) rotate(-90deg);
}

[dir] .sidenav__home,
[dir] .sidenav__category {
  margin-bottom: calc(16px * 1.5 / 1.5);
  border-bottom: 1px solid rgba(151, 151, 151, 0.2);
}

[dir] .sidenav__category:last-of-type {
  border: 0;
}

.sidenav__home-link,
.sidenav__category-name {
  display: block;
  font-size: calc(16px * 1.25);
  font-weight: 600;
}

[dir] .sidenav__home-link,
[dir] .sidenav__category-name {
  margin-bottom: calc(16px * 1.5 / 2);
}

.sidenav__home-link {
  color: rgba(34, 13, 78, 1);
}
@media (max-width: 767px) {
  [dir] .sidenav-container {
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  [dir="ltr"] .sidenav-container {
    padding-right: 15px;
  }

  [dir="rtl"] .sidenav-container {
    padding-left: 15px;
  }
}

.sidenav__section-name:after,
.sidenav__category-name:after {
  display: none !important;
}

.sidenav__category-name,
.sidenav__category-name:hover {
  color: rgba(34, 13, 78, 1);
}

.sidenav__category.is-active > .sidenav__category-name,
.sidenav__section.is-active > .sidenav__section-name,
.sidenav__article.is-active > .sidenav__article-name {
  font-weight: 600;
  color: rgba(34, 13, 78, 1);
}

.sidenav__article.is-active .sidenav__article-name {
  color: rgba(34, 13, 78, 1);
}

.sidenav__section-name {
  font-weight: 600;
}

[dir] .sidenav__sections-list {
  margin-bottom: 16px !important;
}

.prevnext {
  display: block;
}

[dir] .prevnext {
  margin-bottom: calc(16px * 1.5);
}

.prevnext__block {
  display: inline-flex;
  -ms-flex-align: center;
  flex-flow: row nowrap;
  align-items: center;
}

[dir] .prevnext__block {
  margin-bottom: calc(16px * 1.5);
}

[dir="ltr"] .prevnext__block--prev {
  float: left;
}

[dir="rtl"] .prevnext__block--prev {
  float: right;
}

[dir="ltr"] .prevnext__block--next {
  float: right;
}

[dir="rtl"] .prevnext__block--next {
  float: left;
}

[dir="ltr"] .prevnext__arrow-left {
  margin-right: 12px;
}

[dir="rtl"] .prevnext__arrow-left {
  margin-left: 12px;
}

[dir="ltr"] .prevnext__arrow-right {
  margin-left: 12px;
}

[dir="rtl"] .prevnext__arrow-right {
  margin-right: 12px;
}

[dir] .prevnext__title {
  padding: 0 calc(16px * 1.5 / 2);
}
@media (max-width: 767px) {
  .prevnext__title {
    display: none;
  }
}

.prevnext__link {
  min-width: 90px;
}

.prevnext span.prevnext__btn {
  color: #eee;
  opacity: 0.6;
}

[dir] .prevnext span.prevnext__btn {
  cursor: pointer;
  background-color: transparent !important;
  border-color: #eee;
}
/* Community */
[dir="ltr"] .community-nav__item {
  float: left;
}

[dir="rtl"] .community-nav__item {
  float: right;
}

[dir="ltr"] .community-nav__item + .community-nav__item {
  margin-left: 12px;
}

[dir="rtl"] .community-nav__item + .community-nav__item {
  margin-right: 12px;
}

.community-nav__item.is-active {
  font-weight: 600;
}

[dir="ltr"] .community-nav__item--button {
  float: right;
}

[dir="rtl"] .community-nav__item--button {
  float: left;
}

.vote {
  width: 100%;
}

.vote--post {
  display: flex;
  width: 100%;
  max-width: calc(16px * 1.5 * 2.3333333);
  flex-flow: row wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .vote--post {
    flex-flow: row nowrap;
  }
}

.vote-sum {
  display: block;
  width: 100%;
  font-weight: 600;
}

[dir] .vote-sum {
  padding: calc(16px * 1.5 / 4)
    calc(16px * 1.5 / 2);
  text-align: center;
}

.vote-control {
  display: block !important;
  color: rgba(34, 13, 78, 1);
}

[dir] .vote-control {
  background-color: transparent;
  border: 1px solid #276FD0;
}

[dir="ltr"] .vote-control {
  margin-right: auto;
  margin-left: auto;
}

[dir="rtl"] .vote-control {
  margin-right: auto;
  margin-left: auto;
}

.vote-control:hover,
.vote-control:active,
.vote-control:focus,
.vote-control--voted {
  color: #fff;
}

[dir] .vote-control:hover,
[dir] .vote-control:active,
[dir] .vote-control:focus,
[dir] .vote-control--voted {
  background-color: #276FD0;
}

[dir] .vote-control--active {
  border-color: #474747;
}
@media (min-width: 768px) {
  [dir] .topic-list-page {
    margin-bottom: calc(16px * 1.5);
  }
}

[dir="ltr"] .topic-list-item:nth-child(2n + 1) {
  clear: left;
}

[dir="rtl"] .topic-list-item:nth-child(2n + 1) {
  clear: right;
}

[dir] .topic-list-item__box {
  padding: calc(16px * 1.5) 12px;
  margin-bottom: calc(16px * 1.5);
  border: 1px solid #eee;
  border-radius: 4px;
}

[dir] .topic-list-item__title {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .topic-page {
  margin-bottom: calc(16px * 1.5 * 2);
}
@media (max-width: 767px) {
  [dir] .topic-page {
    margin-bottom: calc(16px * 1.5 / 2);
  }
}

.topic {
  display: table;
  width: 100%;
}

[dir] .topic {
  padding-bottom: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #eee;
}

.topic__col {
  display: table-cell;
  vertical-align: inherit;
}
@media (min-width: 480px) {
  .topic__col {
    vertical-align: top;
  }
}

[dir="ltr"] .topic__col--new-post {
  text-align: right;
}

[dir="rtl"] .topic__col--new-post {
  text-align: left;
}

.topic__title {
  width: 100%;
  font-size: calc(16px * 1.75 - 2px);
}

[dir] .topic__title {
  margin-top: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir="ltr"] .topic-filters__item {
  float: left;
  margin-right: calc(12px / 2);
}

[dir="rtl"] .topic-filters__item {
  float: right;
  margin-left: calc(12px / 2);
}
@media (max-width: 767px) {
  [dir] .topic-filters__item {
    margin-bottom: calc(16px * 1.5 / 2);
  }
}

[dir] .topic-controls {
  margin-bottom: calc(16px * 1.5);
}
@media (min-width: 768px) {
  .topic-controls {
    display: flex;
    justify-content: space-between;
  }

  [dir] .topic-controls {
    margin-bottom: calc(16px * 1.5 * 2);
  }
}

.topic-controls__item {
  display: flex;
  align-items: center;
}

[dir="ltr"] .topic-followers {
  margin-right: calc(12px / 2);
}

[dir="rtl"] .topic-followers {
  margin-left: calc(12px / 2);
}
@media (min-width: 768px) {
  [dir] .post-page {
    margin-bottom: calc(16px * 1.5 * 2);
  }
}

[dir="ltr"] .post-page .comment__official-heading {
  right: 64px;
}

[dir="rtl"] .post-page .comment__official-heading {
  left: 64px;
}

.post-page .comment {
  min-height: 160px;
}

[dir] .post-page .comment__header {
  margin-bottom: calc(16px * 1.5);
}

.post {
  position: relative;
}

[dir] .post {
  margin-bottom: calc(16px * 1.5);
}

.post__title {
  font-size: calc(16px * 1.5);
  font-weight: 600;
}

[dir="ltr"] .post__title {
  padding-right: calc(12px * 1.5);
}

[dir="rtl"] .post__title {
  padding-left: calc(12px * 1.5);
}
@media (min-width: 768px) {
  .post__title {
    font-size: calc(16px * 1.75 - 2px);
  }
}
@media (min-width: 992px) {
  .post__title {
    font-size: 41px;
  }
}

.post-meta {
  display: table;
  width: 100%;
}

[dir] .post-meta {
  margin-bottom: calc(16px * 1.5);
}

.post-meta__col {
  display: table-cell;
  vertical-align: top;
}

.post-meta__col--main {
  width: 100%;
}

[dir="ltr"] .post-meta__col--main {
  padding-right: 12px;
}

[dir="rtl"] .post-meta__col--main {
  padding-left: 12px;
}

.post__text {
  word-wrap: break-word;
}

.post__body {
  word-break: break-word;
}

.post__body ul {
  list-style: disc;
}

[dir="ltr"] .post__body ul,
[dir="ltr"] .post__body ol {
  padding-left: 20px;
}

[dir="rtl"] .post__body ul,
[dir="rtl"] .post__body ol {
  padding-right: 20px;
}

[dir] .post__body ul ul {
  margin-top: calc(16px * 1.5 / 2);
}

[dir] .post__body ul ol {
  margin-top: calc(16px * 1.5 / 2);
}

[dir] .post__body ol ul {
  margin-top: calc(16px * 1.5 / 2);
}

[dir] .post__body ol ol {
  margin-top: calc(16px * 1.5 / 2);
}

[dir] .post__body ul li {
  margin-bottom: calc(16px * 1.5 / 2);
}

[dir] .post__body ol li {
  margin-bottom: calc(16px * 1.5 / 2);
}
@media (min-width: 768px) {
  [dir="ltr"] .post__body {
    padding-right: calc(16px * 1.5 * 3.5833333);
  }

  [dir="rtl"] .post__body {
    padding-left: calc(16px * 1.5 * 3.5833333);
  }
}

.post__voting-and-actions {
  position: relative;
}

[dir] .post__voting-and-actions {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  text-align: center;
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  .post__voting-and-actions {
    position: absolute;
    top: 0;
  }

  [dir] .post__voting-and-actions {
    border: 0;
  }

  [dir="ltr"] .post__voting-and-actions {
    right: 0;
  }

  [dir="rtl"] .post__voting-and-actions {
    left: 0;
  }
}

.post__actions {
  width: 100%;
}

[dir] .post__actions {
  padding: 10px 12px;
  text-align: center;
}

.post__actions button {
  display: flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  justify-content: center;
}

[dir] .post__actions button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

[dir="ltr"] .post__actions button {
  margin-right: auto;
  margin-left: auto;
}

[dir="rtl"] .post__actions button {
  margin-right: auto;
  margin-left: auto;
}

[dir] .post-callout {
  padding: calc(16px * 1.5 / 2) 15px;
  margin-bottom: 55px;
  background-color: #eee;
}

.post-callout__title {
  font-size: calc(16px * 1.1);
  font-weight: 600;
}
@media (min-width: 768px) {
  [dir] .post-list-page {
    margin-bottom: calc(16px * 1.5 * 2);
  }
}

[dir] .post-list-item {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 1px solid #eee;
}
@media (min-width: 768px) {
  .post-list-item {
    display: table;
    width: 100%;
  }
}

[dir] .post-list-item:last-of-type {
  border-bottom: 0;
}

.post-list-item__title {
  font-size: calc(16px * 1.5);
}

[dir] .post-list-item__title {
  margin-bottom: calc(16px * 1.5 / 2);
}

.post-list-item__title .fa-star {
  position: relative;
  top: -4px;
  font-size: 50%;
}
@media (min-width: 768px) {
  .post-list-item__col {
    display: table-cell;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .post-list-item__col--main {
    width: 60%;
  }
}
@media (min-width: 768px) {
  .post-list-item__col--side {
    width: 40%;
  }

  [dir="ltr"] .post-list-item__col--side {
    text-align: right;
  }

  [dir="rtl"] .post-list-item__col--side {
    text-align: left;
  }
}

.post-info {
  font-size: 14px;
  color: #808488;
}
@media (min-width: 768px) {
  .post-info {
    min-width: 90px;
  }

  [dir] .post-info {
    padding: calc(12px / 2) 12px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 4px;
  }

  [dir="ltr"] .post-info {
    float: right;
  }

  [dir="rtl"] .post-info {
    float: left;
  }
}
@media (min-width: 768px) {
  .post-info__count {
    display: block;
    font-weight: 600;
    color: rgba(34, 13, 78, 1);
  }
}

[dir="ltr"] .post-info + .post-info {
  margin-right: 12px;
}

[dir="rtl"] .post-info + .post-info {
  margin-left: 12px;
}
@media (max-width: 767px) {
  .post-info + .post-info:before {
    font-size: 10px;
    font-weight: 900;
    content: "\2022";
  }

  [dir="ltr"] .post-info + .post-info:before {
    margin-right: calc(12px / 2);
  }

  [dir="rtl"] .post-info + .post-info:before {
    margin-left: calc(12px / 2);
  }
}

.post-status {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

[dir] .post-status {
  padding: 1px calc(12px / 2);
  border-radius: 4px;
}

[dir] .post-status--completed,
[dir] .post-status--answered {
  background-color: #504d7f;
}

[dir] .post-status--planned {
  background-color: #4cae4c;
}

.post-status--not-planned {
  color: rgba(34, 13, 78, 1);
}

[dir] .post-status--not-planned {
  background-color: #eee;
}
@media (min-width: 768px) {
  [dir] .new-post-page {
    margin-bottom: calc(16px * 1.5 * 2);
  }
}

.new-post-title {
  font-size: calc(16px * 1.5);
}
@media (min-width: 768px) {
  .new-post-title {
    font-size: calc(16px * 1.75 - 2px);
  }
}
@media (min-width: 992px) {
  .new-post-title {
    font-size: calc(16px * 2.5);
  }
}

[dir] .new-post-form {
  margin-bottom: calc(16px * 1.5);
}

[dir] .new-community-post-page {
  padding-top: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
}
@media (max-width: 767px) {
  [dir] .new-community-post-page {
    padding-top: 0;
    margin-bottom: 0;
  }
}

.topbar__control {
  display:flex;
  justify-content: space-between;  
 	width: 100%;
}

.article-buttons {
  display: flex;
}

[dir] .topbar__col {
  padding: 0;
}

.topbar__inner {
  margin: 8px auto;
}


@media (min-width: 992px) {
	[dir] .topbar__col {
	  padding: 0;
    
	}  
}

@keyframes siteNav {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#nav {
  	display: flex;
  	background: #FFFFFF;
		/* Shadow L */
		/* box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15); */
		border-radius: 8px;
  	/* min-width: 352px; */
    /* font-family: "Nunito Sans";*/
    font-family: "Inter_Regular";
  	font-size: 13px;
  	overscroll-behavior: none;
  	line-height: 1.5;
  	/* min-height: calc(100vh - 352px);
  	max-height: calc(100vh - 352px); */
  	z-index: 4;
}

#toggle-nav {
  
  
}

.af_container {
  display: flex;
  justify-content: center;
  position: relative;
  font-size: 15px;
  margin-left: 0;
  margin-right: 0;
  margin-top: 100px;
  transition: margin 0.5;
}

@media (min-width: 768px) {
  #nav {
    display: flex;
    
    flex-direction: column;
    position: fixed;
    top: 80px;
    left: 0;
    /* width: 250px;*/
    margin-right: auto;
    /* height: calc(100vh - 100px); */
    /* max-height: 600px; */
    font-size: 13px;
  }
  
 .af_container {
   font-size: 16px;
   justify-content: center;
   /* margin-left: 300px; */
   /* margin-right: auto; */
	}
  
  .af_container code {
    font-size: 15px;
  }
}


@media (min-width: 992px) {
  #nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 80px;
    margin-right: auto;
    /* height: calc(100vh - 200px); */
    font-size: 14px;
    /* width: 250px; */
  }
}

@media (min-width: 1200px) {
  #nav {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 80px;
    margin-right: auto;
    /* height: calc(100vh - 200px); */
    font-size: 14px;
    /* width: 250px; */
  }
  
.af_container {
  font-size: 16px;
  justify-content: center;
  /* margin-left: 25%; */
  /* padding-left: 32px; 
  padding-right: 32px;*/
 }
  
  .af_container code {
    font-size: 15px;
  }
  

}

@media (min-width: 1600px) {
  #nav {
    font-size: 14px;
    width: 350px;
  }
	
  .af_container {
  	font-size: 16px;
    justify-content: center;
 	}
  
  .af_container code {
    font-size: 15px;
  }
}

#open-nav {
  position: fixed;
  top: 100px;
  display: flex;
  align-items: center;  
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #00C2FF;
  background: white;
  z-index: 3;
  border-radius: 100%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background: white;
  box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15);
  
}

#open-nav .fas.fa-angle-right {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

#close-nav .fas.fa-angle-left {
  width: 100%;
  height: 100%;
}

/* #open-nav .fas.fa-angle-right:hover {
  background: rgba(0,0,0,0.02);
} */

#open-nav .fas.fa-angle-right:before {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
}

/* #close-nav.fas.fa-angle-left {
  box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15);
} */

/* #close-nav.fas.fa-angle-left:hover {
  background: rgba(0,0,0,0.02);
} */

#close-nav.fas.fa-angle-left:before {
  display: flex;
  position: fixed;
  top: 104px;
  left: 300px;
  align-items: center;
  height: 100%;
  justify-content: center;
  font-size: 24px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: white;
  border-radius: 100%;
  box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15);
}

@media(max-width: 1599px) {
  #close-nav.fas.fa-angle-left:before {
    left: 200px;
  }
}

.side-navigation-category-header {
  padding-left: 16px;
  padding-right: 16px;
  padding-bottom: 16px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  padding-top: 20px;
  color: #00C2FF;
  background: white;
  z-index: 9999;
  box-shadow: 0px 0px 10px 0px rgba(25, 20, 51, 0.1);
}

.side-navigation-category-header strong {
}

.side-navigation-category-title {
  color: #00C2FF;
  text-decoration: none;
  font-weight: bold;
}

/* .side-navigation-category-header strong:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: calc(16px - 4px);
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: inherit;
    content: "\f0dc";
    -webkit-font-smoothing: antialiased;
    margin-left: 6px;
  	cursor: pointer;
} */

.side-navigation-category {
	display: none;
}

.side-navigation-category.selected {
    display: block;
    position: fixed;
  	height: 100vh;
  	top: 80px;
    overflow-y: auto;
  	overscroll-behavior: none;
  	height: calc(100vh - 80px);
    /* max-height: calc(100vh - 352px);*/
  	background: #FFFFFF;
    box-shadow: 0px 6px 10px -3px rgb(25 20 51 / 10%);
  	max-width: 250px;
}

.side-navigation-category-sections {
  /* overflow-y: scroll; */
  padding-left: 16px;
  padding-right: 16px;
}

.side-nav-section-link:before {
  content: attr(data-title);
}

.side-nav-article-link:before {
  content: attr(data-title);
}

.side-navigation-category-sections:before {
}

details, detatils > summary {
  padding-right: 8px;
}

/* .side-navigation-category-sections > details > summary:first-of-type {
  font-size: 18px;
} */

details {
  /* border-left: solid 3px #F7F7F7; */
  box-sizing: content-box;
  padding: 0;
  padding-top: 4px;
  border-radius: 10px;
}

details:hover {
  /* border-left: solid 3px rgba(155, 107, 255, 0.5); */
}

details .side-nav-article-list {
  height: 0;
  padding: 0 0 6px 12px;
  transition: height 1s;
}

details > summary > strong > a {
  color: #79718B;
}

details[open] > summary strong a {
  color: rgba(34, 13, 78, 1);
}

details > summary strong a:hover {
  color: #00C2FF;
}

details[open] .side-nav-article-list {
  height: inherit;
  transition: height 1s;
}

details > summary {
  /* border-bottom: solid 1px #F7F7F7; */
  list-style-position: inside;
}

/* .side-nav-article-list li:last-child {
  border-bottom: solid 1px #F7F7F7;
} */

details > summary:before {
  content: "";
  display: inline-block;
  width: 8px;
}

details[open] > summary:before {
  /*
	::marker doesn't support min width/height, and the chevrons are not the same size by themselves.
  This adjusts the :before element (that comes AFTER ::marker) based on the size differences of the chevrons, to avoid shifting
  The text that follows.
  */
  width: 4.25px;
}

details[open] > summary {
  border-bottom: none;
}


details > summary::marker {
  content: "\f054";
  font-family: var(--font-awesome-font-family);
  font-weight: 900;
  width: 14px;
  height: 14px;
  color: rgba(34, 13, 78, 0.5);
}

details > summary:hover::marker {
  color: rgba(34, 13, 78, 1);
}


details[open] > summary::marker {
  content: "\f078";
  font-family: var(--font-awesome-font-family);
  font-weight: 900;
  color: #00C2FF;
  width: 14px;
  height: 14px;
}

details > summary:hover {
  background-color: #F7F7F7;
  cursor: pointer;
}

details > summary::marker {
  display: none;
}

.fas.fa-chevron-right {
  font-size: 12px;
  margin-right: 4px;
}
#af__articleDescription {
  margin: 0;
  margin-bottom: 12px;
  padding: 16px;
  background: #F0F8FF;
  border-radius: 8px;
}

#af__articleDescription > p {
  vertical-align: center;
  margin: 0;
}

#af__articleDescription > p > strong:first-child {
  color: rgba(34, 13, 78, 1);
}

.side-nav-article-list {
  height: inherit;
}

/* .side-nav-article-list:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: #F7F7F7;
  margin-right: 5px;
  
} */

.side-nav-article-list {
  
}

.side-nav-article-link-container {
  display: flex;
  align-items: center;
  border-left: solid 3px #F7F7F7;
  padding-left: 9px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.side-nav-article-link-container:hover {
  border-left: solid 3px rgba(0, 194, 255, 0.2);
}


.side-nav-article-link-container.selected {
  display: flex;
  align-items: center;
  border-left: solid 3px #00C2FF;
}

.side-nav-article-link-container.selected strong:before {
  content: attr(data-title);
}

/* .side-nav-article-link-container:before {
  content: "";
  position: relative;
  min-width: 3px;
  height: 42px;
  top: 0;
  left: 0;
  background-color: #F7F7F7;
  margin-right: 5px;
} */

.side-nav-article-link-container.selected:before {
  background-color: #9B6BFF;
}

.fas.fa-newspaper {
  height: 100%;
}

.side-nav-article-link {
  /* border-bottom: solid 1px white; */
  text-decoration: none;
  font-size: 14px;
  color: #79718B;
  margin-right: 2px;
}

.side-nav-article-link:hover {
  /* border-bottom: solid 1px rgba(34,13,78,0.2); */
  /* text-decoration: underline; */
  color: #00C2FF;
}

.help-center-name {
  font-size: 18px;
}

.help-center-name:before {
  content: "|";
  margin-right: 8px;
}

@media (min-width: 992px) {
 .help-center-name {
  	font-size: 18px;
	} 
}

@media (min-width: 1200px) {
 .help-center-name {
  	font-size: 20px;
	} 
}

.container-inner.topbar__container-inner {
  display: flex;
  align-items: center;
  height: 80px;
  width: 100%;
  /* max-width: 1600px; */
  padding-left: 16px;
  padding-right: 16px; 
}

@media (min-width: 1200px) {
  .container-inner.topbar__container-inner {
    padding-right: 48px; 
  }
}



.search-box--small {
  display: flex;
  align-items: center;
	/* Illustrations / Just White */
	background: #FFFFFF;
	/* Neutral / Gray 2 */
	border: 1px solid #E5E6EC;
	box-sizing: border-box;
	/* Input Shadow */
	box-shadow: 0px 1px 2px rgba(0, 51, 99, 0.08);
	border-radius: 8px;
  /* @media (--screen-xs-max) {
    margin-bottom: calc(var(--line-height-computed));
  } */
  cursor: pointer;
}



.search-box--small.hero {
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: flex-start;
  
  max-width: 600px;
  padding: 16px;
  box-shadow: 0px 1px 2px rgba(0, 51, 99, 0.08);
	border-radius: 8px;
}

.search-box--small.hero span {
	color: #79718B;
  margin-left: 8px;
  font-weight: normal;
}

.search-box--small.global {
  width: 100%;
  height: 48px;
  display: flex;
  padding: 16px;
  padding-left: 8px;
}

.search-box--small.global span {
  color: #79718B;
  font-weight: normal;
  margin-right: 8px;
  margin-left: 8px;
}

.search-box--small.global kbd {
  margin-left: auto;
}

.global-search-container {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 264px;
  justify-content: flex-end;
  height: 48px;
}

@media(max-width: 767px) {
  .search-box--small {
    box-shadow: none;
		border-radius: 0;
    border: none;
  }
  .global-search-container kbd {
  	display: none;
	}
  .global-search-container .search-input {
    display: none;
  }
  
  .global-search-container .search-box--small:before {
    margin-left: 0;
  }
  
  .global-search-container .search-box--small.global {
    padding: 0;
    height: initial;
  }
}

@media(min-width: 1200px) {
 .global-search-container {
   max-width: 350px;
	} 
}

.search-box--small.global .search-input {
  border: none;
}

kbd {
  	background-color: #eee;
    border-radius: 3px;
    border: 1px solid #b4b4b4;
    box-shadow: 0 1px 1px rgb(0 0 0 / 20%), 0 2px 0 0 rgb(255 255 255 / 70%) inset;
    color: #333;
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 2px 4px;
    white-space: nowrap;
}

.search-box--small:before {
  content: url('https://kbstatic.kb.appsflyer.com/assets/search.svg');
  color: #220D4E;
  height: 100%;
  display: flex;
  align-items: center;
  margin-left: 8px;
  transform: scale(0.7);
}

[dir] .search-box--small #query {
  border: none;
  padding: 10px 12px;
}

@media (min-width: 992px) {
  .search-box--small {
    font-size: 13px;
  }
}

.af_toc-container {
	height: 0;
  visibility: hidden;
}

.af_toc-container.active {
	position: fixed;
	top: 180px;
	padding-left: 16px;
  padding-right: 16px;
	height: calc(100% - 300px);
  z-index: 3;
  visibility: visible;
}

@media(min-width: 1200px) {
  .af_toc-container {
    position: sticky;
    top: 180px;
    display: block;
    z-index: 0;
    visibility: visible;
  }
}

.af_toc {
  display: none;
  position: sticky;
	background: #FFFFFF;
	border-radius: 8px;
  max-height: 800px;
  max-width: 250px;
  overflow-y: auto;
  overscroll-behavior: none;
  /* font-family: "Nunito Sans";*/
  font-family: "Inter_Regular";
  padding-top: 0;
}

.af_toc.active {
  display: block;
  position: fixed;
  left: calc(50% - 125px);
  height: calc(50% - 400px);
  min-height: calc(100vh / 2);
  width: calc(100vw / 2);
  max-width: 250px;
  box-shadow: 0px 6px 22px -3px rgb(25 20 51 / 10%);
}

.af_toc .toc-title {
  font-size: 13px;
  color: #79718B;
	position: sticky;
	top: 0;
	background: white;  
  text-transform: uppercase;
}


.af_toc ul {
  list-style: none;
  padding-left: 0;
  display: flex;  
  flex-direction: column;
  margin-bottom: 0;
}

.af_toc ul ul li {
  padding-left: 16px;
  border-left: solid 3px #F7F7F7;
}

.af-toc-item {
  padding: 4px;
}

ul li.af-toc-item {
  font-size: 14px;
  border-left: solid 3px rgba(247, 247, 247, 0);
  transition: border-left .2s ease-out;
}

li.af-toc-item.selected {
  font-weight: 600;
  /* border-left: solid 3px #9B6BFF; */
}

.af_toc a {
  color: #79718B;
  text-decoration: none;
}

.af_toc > ul > li > a {
  color: #220D4E;
}

ul ul > li.af-toc-item.selected {
  font-weight: bold;
  border-left: solid 3px #00C2FF;
}

ul ul > li.af-toc-item.selected a {
  color: #220D4E;
}

li.af-toc-item.selected li.af-toc-item {
  border-left: solid 3px rgba(0, 194, 255, 0.2);
}


li .af-toc-item {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-weight: 300;
  min-height: 24px;
  border-left: solid 3px rgba(247, 247, 247, 0);
  transition: border-left .2s ease-out;
}



ul ul li.af-toc-item:not(.selected):hover {
  border-left: solid 3px rgba(0, 194, 255, 0.5);
}


@media (min-width: 1200px) {
  .af_toc {
    display: block;
    /* width: 250px; */
  }
  ul li.af-toc-item {
	  font-size: 14px;
	}
}

@media (min-width: 1600px) {
  .af_toc {
    /* width: 300px; */
  }
}

/* li .af-toc-item:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 32px;
  z-index: 9999;
  background-color: #F7F7F7;
  
} */

.topbar__link {
  color: #220D4E;
}

.category-button {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 16px;
  margin-left: 0;
  margin-right: 0;
  color: #220D4E;
  border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  
}

.category-button-text {
  padding: 12px 24px;
  color: #C6C1D2;
  border-bottom: solid 1px #fff;
  cursor: pointer;
  opacity: 1;
}

.category-button-text.active {
  border-bottom: solid 1px #00C2FF;
  color: #00C2FF;
}

.category-button-text:hover {
	opacity: 0.8;
  border-bottom: solid 1px #00C2FF;
  
}

.header-search {
  border: none;
  padding: 10px 12px;
}
input[type="text"].header-search-input {
 border: none;
	width: 100%;
}

/* @media (min-width: 768px) {
  .help-center-name {
    font-size: 20px;
  }
} */

@media (min-width: 1200px) {
  .help-center-name {
    font-size: 20px;
  }
}

/* AF SEARCH */
#modal {
  width: 0;
  height: 0;
  /* font-family: "Nunito Sans";*/
  font-family: "Inter_Regular";
  font-size: 14px;
}
#search-modal {
  visibility: hidden;
  display: none;
}

#search-modal.active {
  position: fixed;
  display: flex;
  width: 100vw;
  justify-content: center;
  visibility: visible;
  top: 0;
  left: 0;
	height: 100vh;
  z-index: 999;
  background: rgba(0,0,0,0.08);
  overscroll-behavior: none;
}

.search-modal-inner {
  width: 100%;
  height: 100%;
  padding-bottom: 16px;
}


.global-search-header {
  position: fixed;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 180px;
  left: 0;
  top: 0;
  background: white;
  padding: 32px;
  padding-left: 64px;
  padding-right: 64px;
  box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15);
}

@media (min-width: 768px) {
  .search-modal-inner {
    max-width: 600px;
	  width: 75%;
	}
  .global-search-header {
    left: initial;
    max-width: 600px;
    width: 75%;
  }
}

@media (min-width: 1200px) {
  .search-modal-inner {
    max-width: initial;
	  width: 50%;
	}
  
  .global-search-header {
    left: initial;
    max-width: initial;
	  width: 50%;
	}
}

.search-results-container {
  background: #fff;
  box-shadow: 0px 1px 30px rgb(0 51 99 / 15%);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  max-height: calc(100% - 180px);
  overflow-y: scroll;
  overscroll-behavior: contain;
}


.search-modal-inner:before {
  content: "";
  display: flex;
  height: 180px;
}

/* .search-result:first-of-type {
  margin-top: 200px;
} */

#exit-search {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  left: 16px;
  width: 20px;
  height: 20px;
  top: 16px;
  z-index: 9999;
}

.pagination-buttons {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

@media (min-width: 768px) {
 	.pagination-buttons {
	  width: 200px;
	} 
}

.pagination-button {
  background: white;
  border: solid 2px #00C2FF;
  border-radius: 6px;
  margin: 4px;
  cursor: pointer;
}

.pagination-button:enabled:hover {
  background: #00C2FF;
}

.pagination-button:enabled:hover .pagination-button-icon:before {
  color: white;
}

.pagination-button-icon:before {
  color: #00C2FF;
}

.page-button {
  margin: 4px;
  font-size: 12px;
}

@media (min-width: 768px) {
  .page-button {
	  font-size: 14px;
	}
}

.page-button.selected {
  font-weight: 700;
}

.page-button:last-of-type {
  margin-right: auto;
}

.page-button:first-of-type {
  margin-left: auto;
}

.pagination-button:disabled {
  cursor: initial;
  border-color: rgba(16, 16, 16, 0.3);
}

.pagination-button:disabled .pagination-button-icon:before {
  color: rgba(16, 16, 16, 0.3);
}

.loading-overlay {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
	background: rgba(0,0,0,0.1);
  width: 50%;
  height: 100%;
}



.search-result {
  text-decoration: none;
  color: #220D4E;
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.08);
}

.search-result:last-of-type {
  border-bottom: none;
}

/* a.search-result > div {
  padding: 16px;
  padding-left: 64px;
  padding-right: 64px;
  border-bottom: solid 1px rgba(0,0,0, 0.1);
} */

.search-result-description {
  display: flex;
  align-items: center;
  min-height: 4.5em;
  line-height: 1.5em;
  font-size: 15px;
}

.search-result-description i {
  margin-right: 8px;
  font-size: 18px;
}

.search-result-description p {
  margin: 0;
}

.search-result-snippet {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
  overflow: hidden;
  /* background: #F0F8FF; */
  margin-top: 16px;
  border-left: solid 4px #00C2FF;
}

.search-result-snippet p {
  margin: 0;
  margin-left: 6px;
  /* font-family: "Nunito Sans", sans-serif; */
  font-family: "Inter_Regular", sans-serif;
  color: #514B5F;
}

/* .search-result-snippet:before {
  content: "";
  display: block;
  width: 6px;
  height: 100%;
  background: #B2EDFF;
  margin-right: 16px;
} */

.search-result-snippet em {
  background: #B2EDFF;
}


.filter-option {
  padding-left: 4px;
  padding-right: 4px;  
  margin-left: 4px;
  margin-right: 4px;
  border-radius: 4px;
}

.filter-option:hover {
  cursor: pointer;
  background: rgba(0,0,0,0.1);
  
}

#toc-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding-top: 8px; */
}

#toc-toggle .fa-bars:before {
  display: none;
}

@media (max-width: 1199px) {
	#toc-toggle .fa-bars:before {
	  display: block;
    padding: 8px;
    cursor: pointer;
	}
}

.topbar__controls {
  display: none;
}

.topbar__controls.mobile {
  display: none;
  flex-direction: column;
  position: fixed;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: white;
  margin: 0;
  
}

.topbar__controls.mobile.is-active {
  display: flex!important;
}

/* .topbar__controls.mobile .topbar__link.hq1,
.topbar__controls.mobile .dropdown {
  display: none;
} */


@media (min-width: 992px) {
  .topbar__controls {
    display: flex;
  	font-size: 12px;
    flex-direction: row;
    align-items: center;
    margin-left: 55px;
    justify-content: flex-end;
    font-size: 14px;
  }
  .topbar__controls.mobile {
    display: none;
  }

  [dir="ltr"] .topbar__controls {
    /* float: right; */
  }

  [dir="rtl"] .topbar__controls {
    float: left;
  }
}

@media (min-width: 992px) {
  .topbar__collapse {
    display: flex !important;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
  }
}

footer.container {
  display: flex;
  justify-content: center;
  z-index: 1; 
}

footer.container.collapsed {
  margin-left: 0;
}

@media (min-width: 1200px) {
	footer.container {
	  margin-left: 250px;
	}
}

@media (min-width: 1600px) {
	footer.container {
	  margin-left: 350px;
	}
}

.footer {
  width: 100%;
  max-width: 1600px;
}

main .home-page {
  display: flex;
  justify-content: center;
}
main > .section-page {
  max-width: 686px;
  padding-top: 16px;
  padding-right: 16px;
}

main > .section-page .container-inner {
  margin-left: 16px;
}
@media(min-width: 768px) {
  main > .section-page {
    /* margin-left: 300px; */
    
	}
  
}

@media(min-width: 1200px) {
  main > .section-page {
    /* margin-left: 300px; */
  	max-width: 936px;
	}
  
}

.topbar__col.clearfix {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 380px;
}

.search-result-breadcrumb {
  padding: 4px;
  /* font-weight: 700;*/
  font-size: 14px;
}

.search-result-breadcrumb:first-of-type {
  padding-left: 0;
}

.search-result-breadcrumb:last-of-type {
  font-weight: 300;
}

.home-tile {
 	position: relative;
	/* Shadow L */
	display: flex;
	flex-direction: column;
	align-items: center;
  justify-content: flex-start;
	padding: 20px 10px;
  margin: 16px;
	background: #FFFFFF;
	/* Shadow L */
	box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15);
	border-radius: 10px;
  color: #220D4E;
  /* font-family: "Nunito Sans"; */
	font-family: "Inter_Regular";
  max-width: 325px;
  animation: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) homeTiles;
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.95, 0.95) translateZ(0);
}

.home-tile strong {
  	font-family: 'Nunito Sans';
  	width: 100%;
    text-align: center;
  	margin-bottom: 12px;
  	font-size: 24px;
}

.home-tile svg {
  	margin-bottom: 12px;
  	width: 100%;
}



/* ARTICLE */
.step.step p {
  display: block;
}

.tabs-menu {
  margin: 20px;
  padding-top: 20px;
	border-bottom: solid 1px #E5E6EC;
}

/* table tr {
  width: 100%;
} */

/* table td, table th {
    height: 100%!important;
    padding: 1em;
    width: fit-content!important;
} */

table th {
  color: white;
  background: #00C2FF;
}


table tr:first-child th:first-child {        
	border-top-left-radius: 20px;
}

table tr:first-child th:last-child {        
	border-top-right-radius: 20px;
}

/* table tr:last-child td:first-child {        
	border-bottom-left-radius: 20px;
}
    
table tr:last-child td:last-child {
	border-bottom-right-radius: 20px;
} */

@keyframes heroSVG {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes homeTiles {
  0% {
    transform: translateX(-1000px);
  }
  100% {
    transform: translateX(0);
  }
}

.hero-svg {
  display: none;
  animation: 1s ease-out 0s 1 heroSVG;
  height: 200px;
}

@media (min-width: 768px) {
  .hero-svg {
    display: block;
  }
}

.link {
  color: #00C2FF;
  text-decoration: none;
}

.link:hover {
  color: #00C2FF;
  text-decoration: underline;
}

.anchor-icon {
  margin-right: auto;
  position: relative;
}

.anchor-icon:after {
  display: inline-block;
  position: absolute;
  left:  0;
  top:  -20px;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 700;
  content: '';
  opacity: 0;
  background: rgb(240, 248, 255);
  border-radius: 6px;
  padding: 4px;
  transition: opacity 0.3s ease-in;
}

.anchor-icon.active:after {
  opacity: 1;
  text-transform: none;
  content: 'Copied!';
  box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15);
}

.fa-link:before {
  cursor: pointer;
  color: #00C2FF;
  opacity: 0;
  font-size: 18px;
}

.fa-link.row-link:before {
  cursor: pointer;
  color: #00C2FF;
  opacity: 1;
  font-size: 14px;
  margin-right: 4px;
}

.article__body h2:hover .anchor-icon:after,
.article__body h3:hover .anchor-icon:after,
.article__body h4:hover .anchor-icon:after {
  margin-left: 8px;
}

.article__body h2:hover .fa-link:before,
.article__body h3:hover .fa-link:before,
.article__body h4:hover .fa-link:before {
  opacity: 1;
  margin-left: 8px;
}

.home-page__section .container-inner {
  height: 100%;
}

.promoted-icon {
  position: absolute;
  right: 0;
	top: 0;
}

.promoted-articles-item.block-list-item {
  padding-top: 35px;
  border-radius: 20px;
  text-align: center;
}

.dropdown.language-selector > a:before {
  content: url(https://kbstatic.kb.appsflyer.com/assets/locale.svg);
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.dropdown.language-selector:before {
  content: "";
}

.topbar__link.hq1:before {
  content: url(https://kbstatic.kb.appsflyer.com/assets/afhq1.svg);
  width: 16px;
  height: 16px;
  margin-right: 8px;
} 

.home-page__section.promoted-articles-section {
  display: flex;
  justify-content: center;
  max-width: initial;
}

.home-page__section.promoted-articles-section .container-inner {
  max-width: 1600px;
}

.home-page__section.promoted-articles-section .container-inner .row.block-list {
  width: 100%;
}

.promoted-articles-section .row.block-list {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
	.promoted-articles-section .row.block-list {
  	flex-direction: row;
	}
}

.image img, .article__body .width-200 img, .article__body .width-400 img, .image-with-lightbox img {
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 51, 99, 0.15);
  overflow: visible;
  min-width: 24px;
  margin-bottom: 24px;
}

.article__body .width-200 {
  width: 100%
  max-width: 200px;
}

.article__body .width-400 {
  width: 100%;
  max-width: 400px;
}

.article__body a[href*="http"]:not(.image-with-lightbox):not([href*="support.appsflyer.com"]):after {
    font-family: var(--font-awesome-font-family);
    font-weight: 900;
    /* display: inline-block; */
    line-height: 16px;
    vertical-align: top;
    width: 16px;
    height: 12px;
    margin-left: 1px;
    margin-right: 2px;
    padding: 4px;
    font-size: 10px;
    content: "\f35d";   
}

.tags-wrapper {
  display: flex;
  margin-right: 16px;
}

.tags-label {
  display: flex;
  align-items: center;
  color: #79718B;
}

.tags {
  display: flex;
  justify-content: flex-start;
  margin-left: 4px;
  flex-wrap: wrap;
}

.tag:not(.token) {
  display: flex;
  width: fit-content;
  height: fit-content;
  margin: 2px;
  border-radius: 6px;
  padding: 3px;
  background: rgb(240, 248, 255);
  color: rgb(34, 13, 78);
}

.tag.premium {
  margin-left: auto;
  border-radius: 6px;
  color: rgb(34, 13, 78);
  font-size: 13px;
  background-color: #ffd42c;
}


.section-header .row.clearfix, .article-header .row.clearfix {
  display: flex;
  flex-direction: column;
}

.section-header > div.section-header__col.section-header__col--main h1 {
  font-weight: bold;
}

.promoted-articles .row.block-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
}

.fa-edit:before,
.fa-star:before {
  content: ''!important;
}


.article__body {
  overflow-wrap: break-word;
  max-width: 600px;
} 

@media(min-width: 992px) {
	.article__body {
    max-width: initial;
	  width: 600px;
	}  
}

@media(min-width: 1200px) {
	.article__body {
    max-width: initial;
	  width: 700px;
	}  
}

@media(min-width: 1600px) {
	.article__body {
    max-width: initial;
	  width: 800px;
	}  
}



div.code-toolbar > .toolbar.toolbar {
  z-index: 0;
}


.article__body li ul {
  padding-bottom: 8px;
}

.article__body a:not(.anchor-icon) {
  color: #00C2FF;
}

.article__body a:not(.anchor-icon):hover {
  color: rgba(34, 13, 78, 1);
}

.article-title-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 8px;
  justify-content: space-between;
}

#toc-toggle .fas.fa-file-pdf {
  padding: 0;
}

.expand-all.fas.fa-angle-double-down {
  position: relative;
  opacity: 0.2;
  color: #00C2FF;
  text-decoration: none;
  top: -24px;
  right: -8px;  
}
.expand-all.fas.fa-angle-double-down:before {
  font-size: 18px;
}
.expand-all.fas.fa-angle-double-down:hover {
  opacity: 1;
}
.expand-all.collapse.fas.fa-angle-double-down:before {
  content: "\f102";
  color: #00C2FF;
  font-size: 18px;
  
}


.expand-all.fas.fa-chevrons-down {
  position: relative;
  opacity: 0.2;
  color: #00C2FF;
  text-decoration: none;
  top: -24px;
  right: -8px;  
}
.expand-all.fas.fa-chevrons-down:before {
  font-size: 18px;
}
.expand-all.fas.fa-chevrons-down:hover {
  opacity: 1;
}
.expand-all.collapse.fas.fa-chevrons-down:before {
  content: "\f102";
  color: #00C2FF;
  font-size: 18px;  
}


/* .article-header:after {
  content: "";
  height: 80px;
  width: 100%;
  position: fixed;
  
  top: 80px;
  left: 0;
  
} */

.article-header-minimized {
  /* background: rgb(251, 251, 251);
  box-shadow: 0px 6px 10px -3px rgb(25, 20, 51, 10%); */
  display: none;
  position: fixed;
  top: 80px;
  z-index: 3;
  content-visibility: visible;
}

.article-header-minimized .breadcrumbs {
    margin: 0;
  	padding: 0;
  	padding-top: 12px;
  	padding-bottom: 4px;
}

.article-header-minimized.hidden {
  content-visibility: hidden;
  z-index: -1;
}

.article-header-minimized:after {
  display: none;
  content: "";
  position: fixed;
  height: 80px;
  top: 80px;
  left: 0;
  background: rgb(251, 251, 251);
  box-shadow: 0px 6px 10px -3px rgb(25, 20, 51, 0.1);
  z-index: -1;
}

.article-header-minimized .article-title-container {
  width: 100%;
}

@media (min-width: 768px) {
  .article-header-minimized {
    display: block;
    width: 100%;
    max-width: 600px;
  }
  
	.article-header-minimized:after {
    display: block;
	  left: 251px;
    width: calc(100% - 251px);
	}
}

@media (min-width: 1200px) {
  .article-header-minimized {
    display: block;
    width: 100%;
    max-width: 700px;
  }
  
  .article-header-minimized .article-title-container {
    	display: block;
    	width: 100%;
		}
  }


@media (min-width: 1600px) {
  .article-header-minimized {
    display: block;
    width: 100%;
    max-width: 800px;
  }
  
	.article-header-minimized:after {
    display: block;
	  left: 351px;
    width: calc(100% - 351px);
	}
}

.layout__content.collapsed .article-header-minimized:after {
	left: 0;
  width: 100%;
}

.layout__content.collapsed .side-navigation-category.selected {
  display: none;
}

@media (min-width: 992px) {
	.layout__content .side-navigation-category.selected {
	  width: 250px;
	}  
}

@media (min-width: 1600px) {
	.layout__content .side-navigation-category.selected {
	  width: 350px;
    max-width: 350px;
	}  
}



/* .article-header.minimized .article-title-container {
  margin-bottom: 0;
} */


.article-header-minimized .article__title {
  font-size: 1em;
}

/* .article-header-minimized .article-meta {
	display: none;
} */


.fas.fa-bars {
  content-visibility: visible;
  visibility: visible;
  position: fixed;
  z-index: 4;
  cursor: pointer;
  color: #79718B;
}

.fas.fa-bars.mobile-menu-toggle {
  display: none;
  position: relative;
  right: initial;
  margin-left: 12px;
  font-size: 24px;
  
}

.fas.fa-bars:not(.mobile-menu-toggle) {
  top: 100px;
  right: 16px;
}

.fas.fa-bars.mobile-menu-toggle.is-active:before {
  content: '\f00d';
}

@media (max-width: 991px) {
  .fas.fa-bars.mobile-menu-toggle {
  	display: block;
  }
}

@media (min-width: 1200px) {
	.fas.fa-bars {
  	content-visibility: hidden;
    visibility: hidden;
	}  
}

.language-selector .dropdown-menu [href] {
  color: rgba(34, 13, 78, 1);
  cursor: pointer;
}

.article__body ul,
.article__body ol {
  padding-left: 20px;
}

#translation-popup {
  display: none;
}

#translation-popup.active {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

#translation-popup .popup-inner {
  position: relative;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 3px rgb(0 51 99 / 15%);
  border-radius: 10px;
  background: white;
  padding: 24px;
}

#translation-popup .button-container .translation-button {
  display: block;
  padding: 8px;
  margin-bottom: 8px;
  border-radius: 8px;
}

#translation-popup .go-to-translation {
  cursor: pointer;
  color: white;
  background: rgba(34, 13, 78, 1);
}

#translation-popup .stay-here {
  cursor: pointer;
  border: solid 1px rgba(34, 13, 78, 1);
  color: rgba(34, 13, 78, 1);
  background: white;
}

#translation-popup .remember-selection-container {
  margin-top: 8px;
}

#translation-popup .remember-selection-container label {
  font-weight: normal;
}

#translation-popup .remember-selection-container label:hover {
  background: rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

#translation-popup #remember-selection {
  margin-right: 8px;
}

.on-this-page {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


@media (max-width: 1199px) {
  .af_toc.active .toc-title {
  	box-shadow: 0px 1px 3px rgb(0 51 99 / 15%);
  }
  
  .af_toc.active .on-this-page {
	  padding: 8px;
	}

  
	.fa-solid.fa-xmark:before {
    cursor: pointer;
	  font-style: normal;
  	content: "\f00d";
	  font-family: var(--font-awesome-font-family);
    font-size: 18px;
	  font-weight: 900;
	}  
}

#ot-sdk-btn-floating.ot-floating-button {
  margin-left: calc(100% - 74px);
}

#ot-sdk-btn-floating.ot-floating-button::before {
  content: '';
}

#ot-sdk-btn-floating.ot-floating-button::after {
  content: '';
  
}

/* Style adjustments for the search results: Start */
@media (min-width: 768px) {
  .column--sm-4 {
    width: 33.33333%;
  }
  .column--sm-8 {
    width: 66.66667%;
  }
}

@media (min-width: 992px) {
  .column--md-3 {
    width: 25%;
  }
  .column--md-9 {
    width: 75%;
  }
}

.column {
  padding-left: 16px;
  padding-right: 16px;
}

.search-box--hero-unit .search {
  width: 100%;
}
.search-box--hero-unit input[type="submit"] {
  display: none;
}
/* Style adjustments for the search results: END */

/* Top search bar tweaks START */
.search-box--top-bar input[type="submit"] {
  display: none;
}

.search-box--top-bar .search-box--small.top-bar {
  height: 34px;
  padding:4px;
}

.search-box--top-bar .search-box--small #query {
  padding: 2px 8px;
}

.topbar .global-search-container {
  min-width: 196px;
}

.search-box--top-bar,
.search-box--top-bar .search {
  width: 100%;
}

.search-box--top-bar .search input {
  font-size: 12px;
}

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

/* Top search bar tweaks END */

/* NEW UI START */
[dir] .topbar__nav,
.hero-unit {
  background: #BBFFE7;
}

/*
.layout__content:before {
  content: none !important;
}
.layout__content {
  margin: 0 64px;
}
*/
.tabs-container {
  display: flex;
  height: 60px;
  border-bottom: 1px solid #E5E6EC;
}

.tabs-container .tab {
  cursor: pointer;
}

.tabs-container .tab.selected {
  border-bottom: 2px solid #220D4E;
  font-weight: 700;
}

/* Custom: tab size controll: start */
.tab-content {
  max-width: 1500px;
  margin: 0 auto;
}
/* Custom: tab size controll: end */

.tab-content h2 {
  font-weight: 800;
}

.section-tiles-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
}

.section-tiles-container .tile {
  display: grid;
}

.section-tiles-container .tile .tile-icon-container {
  border-radius: 6px;
  height: 177px;
  display: flex;
  justify-content: center;
  /* 01/2025 changes: Start */
  /*
  align-items: center; 
  padding: 32px;
  */
  /* 01/2025 changes: Start */
}
/* Custom: Homepage, img size control: start */
.section-tiles-container .tile .tile-icon-container img {
  /* 01/2025 changes: Start */
  /* width: 100px; */
    width: 380px;
    object-fit: cover;
    border-radius: 6px;
  /* 01/2025 changes: Start */
}
/* Custom: Homepage, img size control: end */

@media only screen and (max-width: 768px) {
  /* For mobile phones */
  .section-tiles-container {
    grid-template-columns: 1fr 1fr;
  }
}

@media only screen and (max-width: 400px) {
  /* For very small screens */
  .section-tiles-container {
    grid-template-columns: 1fr;
  }
  
  .section-tiles-container .tile {
    grid-template-columns: 100px 1fr;
    gap: 8px;
  }
  
  .section-tiles-container .tile .tile-icon-container {
    padding: 16px;
    height: 100px;
  }
  
  .tile-title {
    display: flex;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .af_container table code {
    font-size: 13px;
  }
}

/* BG START */
/*
.topbar.topbar--large  {
  background-image: url(/hc/theming_assets/01KFQP0F5FQS05151ZD2XC1T4N) !important;
  background-size: 100% 100%;
  
  .topbar__nav, .hero-unit {
    // clear bg 
    background: unset;
  }
}

.topbar.topbar--small .topbar__nav {
  background-image: url(/hc/theming_assets/01KFQP0F5FQS05151ZD2XC1T4N) !important;
  background-size: 100% 100%;
}
*/
/* BG END*/

/* BG 31/01/2026 START */
#preview-bar-container {
  /* show preview panel at the top */
  display: block;
}

[dir] .topbar__nav, .hero-unit {
  /* clear bg */
  background: unset;
}

.topbar.topbar--large  {
  background-image: url(/hc/theming_assets/01KFQP0F5FQS05151ZD2XC1T4N) !important;
  background-size: 100% 100%;
  
  .topbar__nav, .hero-unit {
    /* clear bg */
    background: unset;
  }
}

.topbar.topbar--small .topbar__nav {
  background-image: url(/hc/theming_assets/01KFQP0F5FQS05151ZD2XC1T4N) !important;
  background-size: 100% 100%;
}
/* BG END*/
td {
    padding-top: 1em;
  	padding-bottom: 1em;
}
/* NEW UI END */
.article__body li ul {
    padding-bottom: 0px;
}