*,
  *:before,
  *:after {
    box-sizing: border-box;
  }

html,
body {
  height: 100%;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2c2d30;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #107cd5;
  text-decoration: none;
}

a:hover,
  a:focus {
    color: #0b538e;
    text-decoration: none;
  }

[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 #eceeef;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 900;
  line-height: 1.2;
  color: inherit;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1 {
  font-size: calc(16px * 2.5);
}

.h1 {
  font-size: calc(16px * 2.5);
}

h2 {
  font-size: calc(16px * 1.75);
}

.h2 {
  font-size: calc(16px * 1.75);
}

h3 {
  font-size: calc(16px * 1.5);
}

.h3 {
  font-size: calc(16px * 1.5);
}

h4 {
  font-size: calc(16px * 1.25);
}

.h4 {
  font-size: calc(16px * 1.25);
}

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

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

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

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

b,
strong {
  font-weight: 600;
}

small,
.a {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}

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

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

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

.dl-horizontal:before,
  .dl-horizontal:after {
    display: table; /* 1 */
    content: ""; /* 2 */
  }

[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
  }
    }

[dir] abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

[dir] abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

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: #f7f7f9;
}

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

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

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

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

[dir] blockquote p:last-child, [dir] blockquote ul:last-child, [dir] blockquote ol:last-child {
      margin-bottom: 0;
    }

[dir] code {
  padding: 20px !important;
  border-radius: 4px !important;
}

address {
  font-style: normal;
  line-height: 1.5;
}

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

.clearfix:before,
  .clearfix:after {
    display: table; /* 1 */
    content: ""; /* 2 */
  }

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

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

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

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

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

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

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

[dir] .text-center {
  text-align: center;
}

.c,
.d,
.e,
.f {
  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] .c, [dir] .d, [dir] .e, [dir] .f {
  padding: 0;
  margin: -1px;
  border: 0;
}

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

.dropdown-toggle {
  display: inline-block;
  vertical-align: middle;
}

[dir] .dropdown-toggle {
  padding: 0;
  text-align: initial;
  cursor: pointer;
  background: none;
  border: 0;
}

.dropdown-toggle: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: "\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:hover {
  text-decoration: none;
}

.dropdown-toggle > * {
  display: inline-block;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 170px;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
}

[dir] .dropdown-menu {
  padding: 10px 0;
  margin-top: 1px;
  background: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

[dir=ltr] .dropdown-menu {
    left: 0;
    text-align: left;
}

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

[dir="rtl"] .dropdown-menu {
  text-align: right;
}

.dropdown-menu[aria-expanded="true"] {
  display: block;
}

.dropdown-menu [role="separator"] {
  display: block;
  font-size: 11px;
  font-weight: normal;
  color: #969696;
}

[dir] .dropdown-menu [role="separator"] {
  padding: 5px 0;
  margin: 5px 20px 10px;
  border-bottom: 1px solid #d8d8d8;
}

.dropdown-menu [role="menuitem"] {
  display: block;
  width: 100%;
  line-height: inherit;
  color: #333;
  white-space: nowrap;
  -webkit-appearance: none;
}

[dir] .dropdown-menu [role="menuitem"] {
  text-align: start;
  cursor: pointer;
  background-color: transparent;
  border: 0;
}

[dir=ltr] .dropdown-menu [role="menuitem"] {
    padding: 7px 40px 7px 20px;
}

[dir=rtl] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"] {
  padding: 7px 20px 7px 40px;
}

.dropdown-menu [role="menuitem"]:hover,
.dropdown-menu [role="menuitem"]:focus {
  color: #333;
  text-decoration: none;
}

[dir] .dropdown-menu [role="menuitem"]:hover, [dir] .dropdown-menu [role="menuitem"]:focus {
  background: #f3f3f3;
}

[dir] .dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  content: "";
}

[dir] .dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
}

[dir=ltr] .dropdown-menu [role="menuitem"][aria-selected="true"]:after {
    margin-left: 10px;
}

[dir=rtl] .dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  margin-right: 10px;
}

[dir="rtl"] .dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  float: left;
  margin-right: 10px;
  margin-left: 0;
}

.dropdown-menu [role="menuitem"][hidden],
.dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

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

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

.g {
  bottom: 100%;
}

[dir] .g {
  margin-bottom: 1px;
}

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

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

.h {
  font-weight: 700;
}

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

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

input[type="search"] {
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
}

[dir] input[type="radio"], [dir] input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
}

input[type="file"] {
  display: block;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

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

output {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: #55595c;
}

[dir] output {
  padding-top: calc(6px + 1px);
}

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

[dir] select {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

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

[dir] textarea {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

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

[dir] input[type="text"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

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

[dir] input[type="password"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

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

[dir] input[type="datetime"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

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

[dir] input[type="datetime-local"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

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

[dir] input[type="date"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

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

[dir] input[type="month"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

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

[dir] input[type="time"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

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

[dir] input[type="week"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

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

[dir] input[type="number"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

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

[dir] input[type="email"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

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

[dir] input[type="url"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

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

[dir] input[type="search"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

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

[dir] input[type="tel"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

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

[dir] input[type="color"] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

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

[dir] .nesty-input {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

select:focus {
    outline: 0;
  }

[dir] select:focus {
    border-color: #9ed5e7;
  }

textarea:focus {
    outline: 0;
  }

[dir] textarea:focus {
    border-color: #9ed5e7;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dir] .nesty-input:focus {
    border-color: #9ed5e7;
  }

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 {
    color: $color;
    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 {
    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 {
    color: #999;
  }

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

textarea {
  height: calc(
    ((16px * 1.5) + (6px * 2) + 2px) *
      3
  );
  resize: vertical;
}

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

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"] {
    line-height: calc(
      (16px * 1.5) + (6px * 2) + 2px
    );
  }
  input[type="time"] {
    line-height: calc(
      (16px * 1.5) + (6px * 2) + 2px
    );
  }
  input[type="datetime-local"] {
    line-height: calc(
      (16px * 1.5) + (6px * 2) + 2px
    );
  }
  input[type="month"] {
    line-height: calc(
      (16px * 1.5) + (6px * 2) + 2px
    );
  }
}

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

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

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

.form-field .i {
  color: #5d5f65;
}

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

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

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

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

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

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

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

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

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

[dir] .form-field.j label {
    margin-bottom: 0;
    cursor: pointer;
  }

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

.k {
  position: relative;
}

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

.btn {
  display: inline-block;
  font-size: calc(16px - 2px);
  font-weight: 700;
  line-height: 1.5;
  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 {
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

input[type="submit"] {
  display: inline-block;
  font-size: calc(16px - 2px);
  font-weight: 700;
  line-height: 1.5;
  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] input[type="submit"] {
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

.section-subscribe button {
  display: inline-block;
  font-size: calc(16px - 2px);
  font-weight: 700;
  line-height: 1.5;
  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] .section-subscribe button {
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

.article-subscribe button {
  display: inline-block;
  font-size: calc(16px - 2px);
  font-weight: 700;
  line-height: 1.5;
  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] .article-subscribe button {
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

.l button {
  display: inline-block;
  font-size: calc(16px - 2px);
  font-weight: 700;
  line-height: 1.5;
  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] .l button {
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

.m .n button {
  display: inline-block;
  font-size: calc(16px - 2px);
  font-weight: 700;
  line-height: 1.5;
  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] .m .n button {
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

.o button {
  display: inline-block;
  font-size: calc(16px - 2px);
  font-weight: 700;
  line-height: 1.5;
  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] .o button {
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

.p a {
  display: inline-block;
  font-size: calc(16px - 2px);
  font-weight: 700;
  line-height: 1.5;
  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] .p a {
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

.q {
  display: inline-block;
  font-size: calc(16px - 2px);
  font-weight: 700;
  line-height: 1.5;
  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] .q {
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

.r {
  display: inline-block;
  font-size: calc(16px - 2px);
  font-weight: 700;
  line-height: 1.5;
  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] .r {
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

.s {
  display: inline-block;
  font-size: calc(16px - 2px);
  font-weight: 700;
  line-height: 1.5;
  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] .s {
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 2px solid transparent;
  border-radius: 4px;
}

.t {
  display: inline-block;
  font-size: calc(16px - 2px);
  font-weight: 700;
  line-height: 1.5;
  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] .t {
  padding: 6px 12px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 2px 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, .l button:focus, .l button:active:focus, .m .n button:focus, .m .n button:active:focus, .o button:focus, .o button:active:focus, .p a:focus, .p a:active:focus, .q:focus, .q:active:focus, .r:focus, .r:active:focus, .s:focus, .s:active:focus, .t:focus, .t: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,
  .l button:hover,
  .l button:focus,
  .m .n button:hover,
  .m .n button:focus,
  .o button:hover,
  .o button:focus,
  .p a:hover,
  .p a:focus,
  .q:hover,
  .q:focus,
  .r:hover,
  .r:focus,
  .s:hover,
  .s:focus,
  .t:hover,
  .t:focus {
    color: #333;
    text-decoration: none;
  }

.btn:active, input[type="submit"]:active, .section-subscribe button:active, .article-subscribe button:active, .l button:active, .m .n button:active, .o button:active, .p a:active, .q:active, .r:active, .s:active, .t:active {
    outline: 0;
  }

[dir] .btn:active, [dir] input[type="submit"]:active, [dir] .section-subscribe button:active, [dir] .article-subscribe button:active, [dir] .l button:active, [dir] .m .n button:active, [dir] .o button:active, [dir] .p a:active, [dir] .q:active, [dir] .r:active, [dir] .s:active, [dir] .t:active {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }

.btn {
  color: #333;
}

[dir] .btn {
  background-color: transparent;
  border-color: #ccc;
}

.btn:hover,
  .btn:focus,
  .btn:active {
    color: #0c5b9c;
  }

[dir] .btn:hover, [dir] .btn:focus, [dir] .btn:active {
    background-color: transparent;
    border-color: #0c5b9c;
  }

[dir] .btn:active {
    background-image: none;
  }

.btn--default,
.o button,
.q,
.r,
.s,
.t {
  color: #107cd5;
}

[dir] .btn--default, [dir] .o button, [dir] .q, [dir] .r, [dir] .s, [dir] .t {
  background-color: transparent;
  border-color: #107cd5;
}

.btn--default:hover,
  .btn--default:focus,
  .btn--default:active,
  .o button:hover,
  .o button:focus,
  .o button:active,
  .q:hover,
  .q:focus,
  .q:active,
  .r:hover,
  .r:focus,
  .r:active,
  .s:hover,
  .s:focus,
  .s:active,
  .t:hover,
  .t:focus,
  .t:active {
    color: #0c5b9c;
  }

[dir] .btn--default:hover, [dir] .btn--default:focus, [dir] .btn--default:active, [dir] .o button:hover, [dir] .o button:focus, [dir] .o button:active, [dir] .q:hover, [dir] .q:focus, [dir] .q:active, [dir] .r:hover, [dir] .r:focus, [dir] .r:active, [dir] .s:hover, [dir] .s:focus, [dir] .s:active, [dir] .t:hover, [dir] .t:focus, [dir] .t:active {
    background-color: transparent;
    border-color: #0c5b9c;
  }

[dir] .btn--default:active, [dir] .o button:active, [dir] .q:active, [dir] .r:active, [dir] .s:active, [dir] .t:active {
    background-image: none;
  }

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

[dir] input[type="submit"], [dir] .btn--primary {
  background-color: #107cd5;
  border-color: #107cd5;
}

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

[dir] input[type="submit"]:hover, [dir] input[type="submit"]:focus, [dir] input[type="submit"]:active, [dir] .btn--primary:hover, [dir] .btn--primary:focus, [dir] .btn--primary:active {
    background-color: #0c60a6;
    border-color: (#107cd5, 17%);
  }

[dir] input[type="submit"]:active, [dir] .btn--primary:active {
    background-image: none;
  }

.u,
.article-subscribe button,
.section-subscribe button,
.l button,
.p a {
  color: #fff;
}

[dir] .u, [dir] .article-subscribe button, [dir] .section-subscribe button, [dir] .l button, [dir] .p a {
  background-color: transparent;
  border-color: #fff;
}

.u:hover,
  .u:focus,
  .u:active,
  .article-subscribe button:hover,
  .article-subscribe button:focus,
  .article-subscribe button:active,
  .section-subscribe button:hover,
  .section-subscribe button:focus,
  .section-subscribe button:active,
  .l button:hover,
  .l button:focus,
  .l button:active,
  .p a:hover,
  .p a:focus,
  .p a:active {
    color: #e0e0e0;
  }

[dir] .u:hover, [dir] .u:focus, [dir] .u:active, [dir] .article-subscribe button:hover, [dir] .article-subscribe button:focus, [dir] .article-subscribe button:active, [dir] .section-subscribe button:hover, [dir] .section-subscribe button:focus, [dir] .section-subscribe button:active, [dir] .l button:hover, [dir] .l button:focus, [dir] .l button:active, [dir] .p a:hover, [dir] .p a:focus, [dir] .p a:active {
    background-color: transparent;
    border-color: #e0e0e0;
  }

[dir] .u:active, [dir] .article-subscribe button:active, [dir] .section-subscribe button:active, [dir] .l button:active, [dir] .p a:active {
    background-image: none;
  }

[dir=ltr] .v {
    padding-right: 15px;
    padding-left: 15px;
}

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

@media (min-width: 768px) {

[dir=ltr] .v {
        padding-right: calc(15px * 2);
        padding-left: calc(15px * 2)
}

[dir=rtl] .v {
    padding-left: calc(15px * 2);
    padding-right: calc(15px * 2)
}
  }

.w {
  max-width: 1024px;
}

[dir] .w {
  margin: 0 auto;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
}

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

caption {
  color: #818a91;
}

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

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

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

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

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

.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: 8px;
  }

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

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

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

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

.table--color-header th {
    color: #fff;
  }

[dir] .table--color-header th {
    background-color: #107cd5;
  }

[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(odd) {
    background-color: #dee2e6;
  }

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

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

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

.table-responsive {
  min-height: 0.01%;
  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 #d3d6d8-color
}

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

[dir=ltr] .y {
    margin-right: -15px;
    margin-left: -15px;
}

[dir=rtl] .y {
  margin-left: -15px;
  margin-right: -15px;
}

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

[dir=ltr] .z {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

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

.aa {
  width: 8.33333%;
}

.ab {
  width: 16.66667%;
}

.ac {
  width: 25%;
}

.ad {
  width: 33.33333%;
}

.ae {
  width: 41.66667%;
}

.af {
  width: 50%;
}

.ag {
  width: 58.33333%;
}

.ah {
  width: 66.66667%;
}

.ai {
  width: 75%;
}

.aj {
  width: 83.33333%;
}

.ak {
  width: 91.66667%;
}

.al {
  width: 100%;
}

[dir=ltr] .am {
    right: auto;
}

[dir=rtl] .am {
  left: auto;
}

[dir=ltr] .an {
    right: 8.33333%;
}

[dir=rtl] .an {
  left: 8.33333%;
}

[dir=ltr] .ao {
    right: 16.66667%;
}

[dir=rtl] .ao {
  left: 16.66667%;
}

[dir=ltr] .ap {
    right: 25%;
}

[dir=rtl] .ap {
  left: 25%;
}

[dir=ltr] .aq {
    right: 33.33333%;
}

[dir=rtl] .aq {
  left: 33.33333%;
}

[dir=ltr] .ar {
    right: 41.66667%;
}

[dir=rtl] .ar {
  left: 41.66667%;
}

[dir=ltr] .as {
    right: 50%;
}

[dir=rtl] .as {
  left: 50%;
}

[dir=ltr] .at {
    right: 58.33333%;
}

[dir=rtl] .at {
  left: 58.33333%;
}

[dir=ltr] .au {
    right: 66.66667%;
}

[dir=rtl] .au {
  left: 66.66667%;
}

[dir=ltr] .av {
    right: 75%;
}

[dir=rtl] .av {
  left: 75%;
}

[dir=ltr] .aw {
    right: 83.33333%;
}

[dir=rtl] .aw {
  left: 83.33333%;
}

[dir=ltr] .ax {
    right: 91.66667%;
}

[dir=rtl] .ax {
  left: 91.66667%;
}

[dir=ltr] .ay {
    right: 100%;
}

[dir=rtl] .ay {
  left: 100%;
}

[dir=ltr] .az {
    left: auto;
}

[dir=rtl] .az {
  right: auto;
}

[dir=ltr] .ba {
    left: 8.33333%;
}

[dir=rtl] .ba {
  right: 8.33333%;
}

[dir=ltr] .bb {
    left: 16.66667%;
}

[dir=rtl] .bb {
  right: 16.66667%;
}

[dir=ltr] .bc {
    left: 25%;
}

[dir=rtl] .bc {
  right: 25%;
}

[dir=ltr] .bd {
    left: 33.33333%;
}

[dir=rtl] .bd {
  right: 33.33333%;
}

[dir=ltr] .be {
    left: 41.66667%;
}

[dir=rtl] .be {
  right: 41.66667%;
}

[dir=ltr] .bf {
    left: 50%;
}

[dir=rtl] .bf {
  right: 50%;
}

[dir=ltr] .bg {
    left: 58.33333%;
}

[dir=rtl] .bg {
  right: 58.33333%;
}

[dir=ltr] .bh {
    left: 66.66667%;
}

[dir=rtl] .bh {
  right: 66.66667%;
}

[dir=ltr] .bi {
    left: 75%;
}

[dir=rtl] .bi {
  right: 75%;
}

[dir=ltr] .bj {
    left: 83.33333%;
}

[dir=rtl] .bj {
  right: 83.33333%;
}

[dir=ltr] .bk {
    left: 91.66667%;
}

[dir=rtl] .bk {
  right: 91.66667%;
}

[dir=ltr] .bl {
    left: 100%;
}

[dir=rtl] .bl {
  right: 100%;
}

[dir=ltr] .bm {
    margin-left: 0%;
}

[dir=rtl] .bm {
  margin-right: 0%;
}

[dir=ltr] .bn {
    margin-left: 8.33333%;
}

[dir=rtl] .bn {
  margin-right: 8.33333%;
}

[dir=ltr] .bo {
    margin-left: 16.66667%;
}

[dir=rtl] .bo {
  margin-right: 16.66667%;
}

[dir=ltr] .bp {
    margin-left: 25%;
}

[dir=rtl] .bp {
  margin-right: 25%;
}

[dir=ltr] .bq {
    margin-left: 33.33333%;
}

[dir=rtl] .bq {
  margin-right: 33.33333%;
}

[dir=ltr] .br {
    margin-left: 41.66667%;
}

[dir=rtl] .br {
  margin-right: 41.66667%;
}

[dir=ltr] .bs {
    margin-left: 50%;
}

[dir=rtl] .bs {
  margin-right: 50%;
}

[dir=ltr] .bt {
    margin-left: 58.33333%;
}

[dir=rtl] .bt {
  margin-right: 58.33333%;
}

[dir=ltr] .bu {
    margin-left: 66.66667%;
}

[dir=rtl] .bu {
  margin-right: 66.66667%;
}

[dir=ltr] .bv {
    margin-left: 75%;
}

[dir=rtl] .bv {
  margin-right: 75%;
}

[dir=ltr] .bw {
    margin-left: 83.33333%;
}

[dir=rtl] .bw {
  margin-right: 83.33333%;
}

[dir=ltr] .bx {
    margin-left: 91.66667%;
}

[dir=rtl] .bx {
  margin-right: 91.66667%;
}

[dir=ltr] .by {
    margin-left: 100%;
}

[dir=rtl] .by {
  margin-right: 100%;
}

@media (min-width: 768px) {
  .bz {
    width: 8.33333%;
  }

  .ca {
    width: 16.66667%;
  }

  .cb {
    width: 25%;
  }

  .cc {
    width: 33.33333%;
  }

  .cd {
    width: 41.66667%;
  }

  .ce {
    width: 50%;
  }

  .cf {
    width: 58.33333%;
  }

  .cg {
    width: 66.66667%;
  }

  .ch {
    width: 75%;
  }

  .ci {
    width: 83.33333%;
  }

  .cj {
    width: 91.66667%;
  }

  .ck {
    width: 100%;
  }

  [dir=ltr] .cl {
        right: auto;
  }

  [dir=rtl] .cl {
    left: auto;
  }

  [dir=ltr] .cm {
        right: 8.33333%;
  }

  [dir=rtl] .cm {
    left: 8.33333%;
  }

  [dir=ltr] .cn {
        right: 16.66667%;
  }

  [dir=rtl] .cn {
    left: 16.66667%;
  }

  [dir=ltr] .co {
        right: 25%;
  }

  [dir=rtl] .co {
    left: 25%;
  }

  [dir=ltr] .cp {
        right: 33.33333%;
  }

  [dir=rtl] .cp {
    left: 33.33333%;
  }

  [dir=ltr] .cq {
        right: 41.66667%;
  }

  [dir=rtl] .cq {
    left: 41.66667%;
  }

  [dir=ltr] .cr {
        right: 50%;
  }

  [dir=rtl] .cr {
    left: 50%;
  }

  [dir=ltr] .cs {
        right: 58.33333%;
  }

  [dir=rtl] .cs {
    left: 58.33333%;
  }

  [dir=ltr] .ct {
        right: 66.66667%;
  }

  [dir=rtl] .ct {
    left: 66.66667%;
  }

  [dir=ltr] .cu {
        right: 75%;
  }

  [dir=rtl] .cu {
    left: 75%;
  }

  [dir=ltr] .cv {
        right: 83.33333%;
  }

  [dir=rtl] .cv {
    left: 83.33333%;
  }

  [dir=ltr] .cw {
        right: 91.66667%;
  }

  [dir=rtl] .cw {
    left: 91.66667%;
  }

  [dir=ltr] .cx {
        right: 100%;
  }

  [dir=rtl] .cx {
    left: 100%;
  }

  [dir=ltr] .cy {
        left: auto;
  }

  [dir=rtl] .cy {
    right: auto;
  }

  [dir=ltr] .cz {
        left: 8.33333%;
  }

  [dir=rtl] .cz {
    right: 8.33333%;
  }

  [dir=ltr] .da {
        left: 16.66667%;
  }

  [dir=rtl] .da {
    right: 16.66667%;
  }

  [dir=ltr] .db {
        left: 25%;
  }

  [dir=rtl] .db {
    right: 25%;
  }

  [dir=ltr] .dc {
        left: 33.33333%;
  }

  [dir=rtl] .dc {
    right: 33.33333%;
  }

  [dir=ltr] .dd {
        left: 41.66667%;
  }

  [dir=rtl] .dd {
    right: 41.66667%;
  }

  [dir=ltr] .de {
        left: 50%;
  }

  [dir=rtl] .de {
    right: 50%;
  }

  [dir=ltr] .df {
        left: 58.33333%;
  }

  [dir=rtl] .df {
    right: 58.33333%;
  }

  [dir=ltr] .dg {
        left: 66.66667%;
  }

  [dir=rtl] .dg {
    right: 66.66667%;
  }

  [dir=ltr] .dh {
        left: 75%;
  }

  [dir=rtl] .dh {
    right: 75%;
  }

  [dir=ltr] .di {
        left: 83.33333%;
  }

  [dir=rtl] .di {
    right: 83.33333%;
  }

  [dir=ltr] .dj {
        left: 91.66667%;
  }

  [dir=rtl] .dj {
    right: 91.66667%;
  }

  [dir=ltr] .dk {
        left: 100%;
  }

  [dir=rtl] .dk {
    right: 100%;
  }

  [dir=ltr] .dl {
        margin-left: 0%;
  }

  [dir=rtl] .dl {
    margin-right: 0%;
  }

  [dir=ltr] .dm {
        margin-left: 8.33333%;
  }

  [dir=rtl] .dm {
    margin-right: 8.33333%;
  }

  [dir=ltr] .dn {
        margin-left: 16.66667%;
  }

  [dir=rtl] .dn {
    margin-right: 16.66667%;
  }

  [dir=ltr] .do {
        margin-left: 25%;
  }

  [dir=rtl] .do {
    margin-right: 25%;
  }

  [dir=ltr] .dp {
        margin-left: 33.33333%;
  }

  [dir=rtl] .dp {
    margin-right: 33.33333%;
  }

  [dir=ltr] .dq {
        margin-left: 41.66667%;
  }

  [dir=rtl] .dq {
    margin-right: 41.66667%;
  }

  [dir=ltr] .dr {
        margin-left: 50%;
  }

  [dir=rtl] .dr {
    margin-right: 50%;
  }

  [dir=ltr] .ds {
        margin-left: 58.33333%;
  }

  [dir=rtl] .ds {
    margin-right: 58.33333%;
  }

  [dir=ltr] .dt {
        margin-left: 66.66667%;
  }

  [dir=rtl] .dt {
    margin-right: 66.66667%;
  }

  [dir=ltr] .du {
        margin-left: 75%;
  }

  [dir=rtl] .du {
    margin-right: 75%;
  }

  [dir=ltr] .dv {
        margin-left: 83.33333%;
  }

  [dir=rtl] .dv {
    margin-right: 83.33333%;
  }

  [dir=ltr] .dw {
        margin-left: 91.66667%;
  }

  [dir=rtl] .dw {
    margin-right: 91.66667%;
  }

  [dir=ltr] .dx {
        margin-left: 100%;
  }

  [dir=rtl] .dx {
    margin-right: 100%;
  }
}

@media (min-width: 992px) {
  .dy {
    width: 8.33333%;
  }

  .dz {
    width: 16.66667%;
  }

  .ea {
    width: 25%;
  }

  .eb {
    width: 33.33333%;
  }

  .ec {
    width: 41.66667%;
  }

  .ed {
    width: 50%;
  }

  .ee {
    width: 58.33333%;
  }

  .ef {
    width: 66.66667%;
  }

  .eg {
    width: 75%;
  }

  .eh {
    width: 83.33333%;
  }

  .ei {
    width: 91.66667%;
  }

  .ej {
    width: 100%;
  }

  [dir=ltr] .ek {
        right: auto;
  }

  [dir=rtl] .ek {
    left: auto;
  }

  [dir=ltr] .el {
        right: 8.33333%;
  }

  [dir=rtl] .el {
    left: 8.33333%;
  }

  [dir=ltr] .em {
        right: 16.66667%;
  }

  [dir=rtl] .em {
    left: 16.66667%;
  }

  [dir=ltr] .en {
        right: 25%;
  }

  [dir=rtl] .en {
    left: 25%;
  }

  [dir=ltr] .eo {
        right: 33.33333%;
  }

  [dir=rtl] .eo {
    left: 33.33333%;
  }

  [dir=ltr] .ep {
        right: 41.66667%;
  }

  [dir=rtl] .ep {
    left: 41.66667%;
  }

  [dir=ltr] .eq {
        right: 50%;
  }

  [dir=rtl] .eq {
    left: 50%;
  }

  [dir=ltr] .er {
        right: 58.33333%;
  }

  [dir=rtl] .er {
    left: 58.33333%;
  }

  [dir=ltr] .es {
        right: 66.66667%;
  }

  [dir=rtl] .es {
    left: 66.66667%;
  }

  [dir=ltr] .et {
        right: 75%;
  }

  [dir=rtl] .et {
    left: 75%;
  }

  [dir=ltr] .eu {
        right: 83.33333%;
  }

  [dir=rtl] .eu {
    left: 83.33333%;
  }

  [dir=ltr] .ev {
        right: 91.66667%;
  }

  [dir=rtl] .ev {
    left: 91.66667%;
  }

  [dir=ltr] .ew {
        right: 100%;
  }

  [dir=rtl] .ew {
    left: 100%;
  }

  [dir=ltr] .ex {
        left: auto;
  }

  [dir=rtl] .ex {
    right: auto;
  }

  [dir=ltr] .ey {
        left: 8.33333%;
  }

  [dir=rtl] .ey {
    right: 8.33333%;
  }

  [dir=ltr] .ez {
        left: 16.66667%;
  }

  [dir=rtl] .ez {
    right: 16.66667%;
  }

  [dir=ltr] .fb {
        left: 25%;
  }

  [dir=rtl] .fb {
    right: 25%;
  }

  [dir=ltr] .fc {
        left: 33.33333%;
  }

  [dir=rtl] .fc {
    right: 33.33333%;
  }

  [dir=ltr] .fd {
        left: 41.66667%;
  }

  [dir=rtl] .fd {
    right: 41.66667%;
  }

  [dir=ltr] .fe {
        left: 50%;
  }

  [dir=rtl] .fe {
    right: 50%;
  }

  [dir=ltr] .ff {
        left: 58.33333%;
  }

  [dir=rtl] .ff {
    right: 58.33333%;
  }

  [dir=ltr] .fg {
        left: 66.66667%;
  }

  [dir=rtl] .fg {
    right: 66.66667%;
  }

  [dir=ltr] .fh {
        left: 75%;
  }

  [dir=rtl] .fh {
    right: 75%;
  }

  [dir=ltr] .fi {
        left: 83.33333%;
  }

  [dir=rtl] .fi {
    right: 83.33333%;
  }

  [dir=ltr] .fj {
        left: 91.66667%;
  }

  [dir=rtl] .fj {
    right: 91.66667%;
  }

  [dir=ltr] .fk {
        left: 100%;
  }

  [dir=rtl] .fk {
    right: 100%;
  }

  [dir=ltr] .fl {
        margin-left: 0%;
  }

  [dir=rtl] .fl {
    margin-right: 0%;
  }

  [dir=ltr] .fm {
        margin-left: 8.33333%;
  }

  [dir=rtl] .fm {
    margin-right: 8.33333%;
  }

  [dir=ltr] .fn {
        margin-left: 16.66667%;
  }

  [dir=rtl] .fn {
    margin-right: 16.66667%;
  }

  [dir=ltr] .fo {
        margin-left: 25%;
  }

  [dir=rtl] .fo {
    margin-right: 25%;
  }

  [dir=ltr] .fp {
        margin-left: 33.33333%;
  }

  [dir=rtl] .fp {
    margin-right: 33.33333%;
  }

  [dir=ltr] .fq {
        margin-left: 41.66667%;
  }

  [dir=rtl] .fq {
    margin-right: 41.66667%;
  }

  [dir=ltr] .fr {
        margin-left: 50%;
  }

  [dir=rtl] .fr {
    margin-right: 50%;
  }

  [dir=ltr] .fs {
        margin-left: 58.33333%;
  }

  [dir=rtl] .fs {
    margin-right: 58.33333%;
  }

  [dir=ltr] .ft {
        margin-left: 66.66667%;
  }

  [dir=rtl] .ft {
    margin-right: 66.66667%;
  }

  [dir=ltr] .fu {
        margin-left: 75%;
  }

  [dir=rtl] .fu {
    margin-right: 75%;
  }

  [dir=ltr] .fv {
        margin-left: 83.33333%;
  }

  [dir=rtl] .fv {
    margin-right: 83.33333%;
  }

  [dir=ltr] .fw {
        margin-left: 91.66667%;
  }

  [dir=rtl] .fw {
    margin-right: 91.66667%;
  }

  [dir=ltr] .fx {
        margin-left: 100%;
  }

  [dir=rtl] .fx {
    margin-right: 100%;
  }
}

@media (min-width: 1200px) {
  .fy {
    width: 8.33333%;
  }

  .fz {
    width: 16.66667%;
  }

  .ga {
    width: 25%;
  }

  .gb {
    width: 33.33333%;
  }

  .gc {
    width: 41.66667%;
  }

  .gd {
    width: 50%;
  }

  .ge {
    width: 58.33333%;
  }

  .gf {
    width: 66.66667%;
  }

  .gg {
    width: 75%;
  }

  .gh {
    width: 83.33333%;
  }

  .gi {
    width: 91.66667%;
  }

  .gj {
    width: 100%;
  }

  [dir=ltr] .gk {
        right: auto;
  }

  [dir=rtl] .gk {
    left: auto;
  }

  [dir=ltr] .gl {
        right: 8.33333%;
  }

  [dir=rtl] .gl {
    left: 8.33333%;
  }

  [dir=ltr] .gm {
        right: 16.66667%;
  }

  [dir=rtl] .gm {
    left: 16.66667%;
  }

  [dir=ltr] .gn {
        right: 25%;
  }

  [dir=rtl] .gn {
    left: 25%;
  }

  [dir=ltr] .go {
        right: 33.33333%;
  }

  [dir=rtl] .go {
    left: 33.33333%;
  }

  [dir=ltr] .gp {
        right: 41.66667%;
  }

  [dir=rtl] .gp {
    left: 41.66667%;
  }

  [dir=ltr] .gq {
        right: 50%;
  }

  [dir=rtl] .gq {
    left: 50%;
  }

  [dir=ltr] .gr {
        right: 58.33333%;
  }

  [dir=rtl] .gr {
    left: 58.33333%;
  }

  [dir=ltr] .gs {
        right: 66.66667%;
  }

  [dir=rtl] .gs {
    left: 66.66667%;
  }

  [dir=ltr] .gt {
        right: 75%;
  }

  [dir=rtl] .gt {
    left: 75%;
  }

  [dir=ltr] .gu {
        right: 83.33333%;
  }

  [dir=rtl] .gu {
    left: 83.33333%;
  }

  [dir=ltr] .gv {
        right: 91.66667%;
  }

  [dir=rtl] .gv {
    left: 91.66667%;
  }

  [dir=ltr] .gw {
        right: 100%;
  }

  [dir=rtl] .gw {
    left: 100%;
  }

  [dir=ltr] .gx {
        left: auto;
  }

  [dir=rtl] .gx {
    right: auto;
  }

  [dir=ltr] .gy {
        left: 8.33333%;
  }

  [dir=rtl] .gy {
    right: 8.33333%;
  }

  [dir=ltr] .gz {
        left: 16.66667%;
  }

  [dir=rtl] .gz {
    right: 16.66667%;
  }

  [dir=ltr] .ha {
        left: 25%;
  }

  [dir=rtl] .ha {
    right: 25%;
  }

  [dir=ltr] .hb {
        left: 33.33333%;
  }

  [dir=rtl] .hb {
    right: 33.33333%;
  }

  [dir=ltr] .hc {
        left: 41.66667%;
  }

  [dir=rtl] .hc {
    right: 41.66667%;
  }

  [dir=ltr] .hd {
        left: 50%;
  }

  [dir=rtl] .hd {
    right: 50%;
  }

  [dir=ltr] .he {
        left: 58.33333%;
  }

  [dir=rtl] .he {
    right: 58.33333%;
  }

  [dir=ltr] .hf {
        left: 66.66667%;
  }

  [dir=rtl] .hf {
    right: 66.66667%;
  }

  [dir=ltr] .hg {
        left: 75%;
  }

  [dir=rtl] .hg {
    right: 75%;
  }

  [dir=ltr] .hh {
        left: 83.33333%;
  }

  [dir=rtl] .hh {
    right: 83.33333%;
  }

  [dir=ltr] .hi {
        left: 91.66667%;
  }

  [dir=rtl] .hi {
    right: 91.66667%;
  }

  [dir=ltr] .hj {
        left: 100%;
  }

  [dir=rtl] .hj {
    right: 100%;
  }

  [dir=ltr] .hk {
        margin-left: 0%;
  }

  [dir=rtl] .hk {
    margin-right: 0%;
  }

  [dir=ltr] .hl {
        margin-left: 8.33333%;
  }

  [dir=rtl] .hl {
    margin-right: 8.33333%;
  }

  [dir=ltr] .hm {
        margin-left: 16.66667%;
  }

  [dir=rtl] .hm {
    margin-right: 16.66667%;
  }

  [dir=ltr] .hn {
        margin-left: 25%;
  }

  [dir=rtl] .hn {
    margin-right: 25%;
  }

  [dir=ltr] .ho {
        margin-left: 33.33333%;
  }

  [dir=rtl] .ho {
    margin-right: 33.33333%;
  }

  [dir=ltr] .hp {
        margin-left: 41.66667%;
  }

  [dir=rtl] .hp {
    margin-right: 41.66667%;
  }

  [dir=ltr] .hq {
        margin-left: 50%;
  }

  [dir=rtl] .hq {
    margin-right: 50%;
  }

  [dir=ltr] .hr {
        margin-left: 58.33333%;
  }

  [dir=rtl] .hr {
    margin-right: 58.33333%;
  }

  [dir=ltr] .hs {
        margin-left: 66.66667%;
  }

  [dir=rtl] .hs {
    margin-right: 66.66667%;
  }

  [dir=ltr] .ht {
        margin-left: 75%;
  }

  [dir=rtl] .ht {
    margin-right: 75%;
  }

  [dir=ltr] .hu {
        margin-left: 83.33333%;
  }

  [dir=rtl] .hu {
    margin-right: 83.33333%;
  }

  [dir=ltr] .hv {
        margin-left: 91.66667%;
  }

  [dir=rtl] .hv {
    margin-right: 91.66667%;
  }

  [dir=ltr] .hw {
        margin-left: 100%;
  }

  [dir=rtl] .hw {
    margin-right: 100%;
  }
}

.meta {
  font-size: calc(16px - 2px);
  color: #979797;
}

.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 {
    font-size: 10px;
    content: "\2022";
  }

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

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

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

.hy {
  color: #dee2e6;
}

.hz {
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
  transition: 0.3s;
  align-items: center;
  justify-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

[dir] .hz {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: none;
}

[dir=ltr] .hz {
    margin-left: calc(10px * 3);
}

[dir=rtl] .hz {
  margin-right: calc(10px * 3);
}

.hz > * {
    display: block;
  }

.hz:hover,
  .hz:focus {
    outline: none;
  }

[dir] .hz::-moz-focus-inner {
    border: 0;
  }

.ia {
  position: relative;
  display: inline-block;
  width: 30px;
  height: calc(30px / 10);
  transition: 0.3s;
}

[dir] .ia {
  background: #fff;
  border-radius: 4px;
}

.ia:before,
  .ia:after {
    position: absolute;
    display: inline-block;
    width: 30px;
    width: 100%;
    height: calc(30px / 10);
    content: "";
    transition: 0.3s;
  }

[dir] .ia:before, [dir] .ia:after {
    background: #fff;
    border-radius: 4px;
  }

[dir=ltr] .ia:before, [dir=ltr] .ia:after {
    left: 0;
    transform-origin: calc(30px / 10) center;
  }

[dir=rtl] .ia:before, [dir=rtl] .ia:after {
    right: 0;
    transform-origin: calc(100% - (30px / 10)) center;
  }

.ia:before {
    top: calc(30px / 3);
  }

.ia:after {
    top: calc(30px / -3);
  }

[dir] .ib .ia {
    transform: scale3d(0.8, 0.8, 0.8);
  }

.ic {
  width: auto;
}

[dir] .ic.ib .ia {
      background: transparent;
    }

.ic.ib .ia:before,
      .ic.ib .ia:after {
        top: 0;
        width: 30px;
      }

[dir] .ic.ib .ia:before, [dir] .ic.ib .ia:after {
        transform-origin: 50% 50%;
      }

[dir=ltr] .ic.ib .ia:before {
    transform: rotate3d(0, 0, 1, 45deg);
      }

[dir=rtl] .ic.ib .ia:before {
        transform: rotate3d(0, 0, 1, -45deg);
      }

[dir=ltr] .ic.ib .ia:after {
    transform: rotate3d(0, 0, 1, -45deg);
      }

[dir=rtl] .ic.ib .ia:after {
        transform: rotate3d(0, 0, 1, 45deg);
      }

.id {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

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

.id:active,
  .id:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
  }

[dir] .id:active, [dir] .id:focus {
    margin: 0;
  }

.logo {
  display: block;
  max-height: 50px;
}

@media (min-width: 768px) {

.logo {
    /* max-width: 200px; */
}
  }

.breadcrumbs {
  list-style: none;
}

[dir] .breadcrumbs {
  padding: 8px 0 0;
  margin-bottom: calc(10px * 2);
  background-color: transparent;
  border-radius: 4px;
}

.breadcrumbs li {
    display: inline-block;
  }

.breadcrumbs li + li:before {
      color: #fff;
      content: "› ";
    }

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

.breadcrumbs a {
    color: #107cd5;
  }

.ie .breadcrumbs a {
      color: #fff;
    }

.hero-unit {
  position: relative;
  color: #fff;
}

[dir] .hero-unit {
  padding-top: calc(4% + 80px);
  padding-bottom: 4%;
  background-color: #107cd5;
  background-image: url(//theme.zdassets.com/theme_assets/1281227/a3afae5444e28848a8cab8c0e98cfd1b4e4fdaa9.svg);
}

.if {
  position: relative;
  z-index: 2;
}

.ig {
  font-size: calc(16px * 1.5);
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
}

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

@media (min-width: 768px) {

.ig {
    font-size: calc(16px * 1.75)
}
  }

@media (min-width: 992px) {

.ig {
    font-size: calc(16px * 2.5)
}
  }

.ih {
  font-size: calc(16px * 1.25);
}

@media (min-width: 768px) {

.ii {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}
  }

.ij {
  /* padding-top: calc(6% + 80px); */
}

[dir] .ij {
  padding-bottom: 6%;
}

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

.ik.dropdown a[data-url]:before {
  display: inline-block;
}

[dir] .dropdown a[data-url]:before {
  background-image: url("//theme.zdassets.com/theme_assets/1281227/ca2ac03284483df69977b5b78e5913a94c04f25d.png");
}

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

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  [dir] .dropdown a[data-url]:before {
    background-image: url("//theme.zdassets.com/theme_assets/1281227/4381dea5926549782ee34e599053b55cb7b67916.png");
    background-size: 198px 198px;
  }
}

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

.avatar--agent:before {
  position: absolute;
  bottom: -4px;
  display: flex;
  width: 18px;
  height: 18px;
  font-family: "Font Awesome 5 Free";
  font-size: 6px;
  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: #12b886;
  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: 4px;
}

.il {
  width: 40px;
  height: 40px;
}

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

[dir=ltr] #user .user-avatar {
    margin-right: 4px;
}

[dir=rtl] #user .user-avatar {
  margin-left: 4px;
}

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

.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-box {
  position: relative;
}

.search-box input[type="submit"] {
    display: none;
  }

[dir=ltr] .search-box #query {
    padding-left: calc(10px * 3);
  }

[dir=rtl] .search-box #query {
    padding-right: calc(10px * 3);
  }

.search-box:before {
    position: absolute;
    top: 50%;
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: calc((16px + 6px) - 4px);
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: #2c2d30;
    content: "\f002";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

[dir] .search-box:before {
    margin-top: calc(((16px + 6px) - 4px) / -2);
  }

[dir=ltr] .search-box:before {
    left: 10px;
  }

[dir=rtl] .search-box:before {
    right: 10px;
  }

.im {
  max-width: 720px;
}

[dir=ltr] .im {
    margin-right: auto;
    margin-left: auto;
}

[dir=rtl] .im {
  margin-left: auto;
  margin-right: auto;
}

.im:before {
    font-size: calc(16px + 6px);
  }

[dir] .im:before {
    margin-top: calc((16px + 6px) / -2);
  }

[dir=ltr] .im:before {
    left: calc(10px * 2);
  }

[dir=rtl] .im:before {
    right: calc(10px * 2);
  }

.im #query {
    height: calc(10px * 6);
    font-size: 20px;
  }

[dir] .im #query {
    padding: 0 calc(10px * 5);
    border-color: #fff;
    box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.1);
  }

.io {
  position: absolute;
  top: 0;
  z-index: 2;
  display: none;
}

[dir] .io {
  padding: calc(10px * 2);
  background-color: #fff;
}

[dir=ltr] .io {
    right: 0;
    left: 0;
}

[dir=rtl] .io {
  left: 0;
  right: 0;
}

.ip {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}

[dir=ltr] .ip #query {
    margin-right: 10px;
  }

[dir=rtl] .ip #query {
    margin-left: 10px;
  }

.iq {
  display: none;
}

[dir] .iq #query {
    border-color: #fff;
  }

@media (min-width: 768px) {

.topbar--fixed .iq {
    display: block;
    width: 33%
}
  }

.search-box--mobile-active {
  display: block;
}

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

/* ==========================================================================
  Search Results
  ========================================================================== */

[dir] .is {
  padding-top: calc(16px * 1.5 * 2);
  margin-bottom: calc(16px * 1.5 * 2);
}

@media (max-width: 767px) {

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

.it {
  font-size: calc(16px * 1.25);
}

[dir] .search-result {
  margin-bottom: calc(16px * 1.5);
  border-bottom: 2px solid #eceeef;
}

.iu {
  font-weight: 600;
}

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

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

.iv:empty {
    display: none;
  }

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

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

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

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

[dir] .search-result-votes {
  padding: 2px 4px;
  background-color: #107cd5;
  border-radius: 4px;
}

/* ==========================================================================
  Search Results Filters
   ========================================================================== */

.ix {
  font-size: calc(16px - 2px);
}

[dir] .ix {
  padding: 16px;
  border: 2px solid #eceeef;
  border-radius: 4px;
}

@media (max-width: 767px) {

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

[dir] .iy + .iy {
  margin-top: 24px;
}

@media (min-width: 768px) {

[dir] .iy + .iy {
    margin-top: 32px
}
  }

.iz {
  font-weight: 600;
}

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

[dir=ltr] .iz {
    margin-left: 8px;
}

[dir=rtl] .iz {
  margin-right: 8px;
}

@media (max-width: 767px) {

.iz {
    position: relative;
    font-size: calc(16px * 1)
}

[dir] .iz {
    cursor: pointer
}
  }

@media (max-width: 767px) {
  .iz:after {
    position: absolute;
    top: 50%;
    display: block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: 1.5;
    color: inherit;
    content: "\f107";
    transition: all 0.3s ease;
  }
  [dir] .iz:after {
    transform: translateY(-50%);
  }
  [dir=ltr] .iz:after {
        right: 0;
        margin-left: 5px;
  }
  [dir=rtl] .iz:after {
    left: 0;
    margin-right: 5px;
  }

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

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

[dir] .ja {
  margin-top: 24px;
  margin-bottom: 0;
}

@media (max-width: 767px) {

.ja {
    display: none
}
  }

@media (min-width: 768px) {

.ja {
    display: block !important
}
  }

.jb {
  display: block;
}

[dir] .jb {
  margin-bottom: 4px;
}

.jb.is-active .jc {
  color: #fff;
}

[dir] .jb.is-active .jc {
  background-color: #107cd5;
  border-color: #107cd5;
}

.jd:nth-child(n + 7) {
  display: none;
}

.je .jb:nth-child(n + 7) {
    display: block;
  }

.je .jf {
    display: none !important;
  }

.jc {
  display: block;
  color: #2c2d30;
  text-decoration: none;
  transition: all 0.3s ease;
}

[dir] .jc {
  padding: 6px 8px;
  border: 2px solid transparent;
  border-radius: 4px;
}

[dir] .jc:hover {
    background-color: #f7f7f9;
    border-color: #f7f7f9;
  }

[dir] .jc:focus {
    background-color: #f7f7f9;
    border-color: #f7f7f9;
  }

[dir] .jc:active {
    background-color: #f7f7f9;
    border-color: #f7f7f9;
  }

.jc:active {
    outline: none;
  }

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

.jg {
  opacity: 0.6;
}

.jf {
  color: #107cd5;
}

[dir] .jf {
  padding: 0;
  background-color: transparent;
  border: 0;
}

[dir=ltr] .jf {
    margin-left: 8px;
}

[dir=rtl] .jf {
  margin-right: 8px;
}

[dir] .jh {
  padding-top: calc(10px * 6);
  padding-bottom: calc(10px * 4);
  margin-bottom: calc(10px * 6);
  border-bottom: 1px solid #eceeef;
}

[dir=ltr] .jh {
    padding-left: 0;
}

[dir=rtl] .jh {
  padding-right: 0;
}

.ji {
  font-size: calc(16px * 1.5);
}

.jj {
  font-size: 16px !important;
  color: #fbce0a;
  vertical-align: middle;
}

[dir=ltr] .jj {
    margin-right: calc(10px / 2);
}

[dir=rtl] .jj {
  margin-left: calc(10px / 2);
}

.jk {
  display: flex;
  flex-wrap: wrap;
}

[dir=ltr] .jk {
    margin-right: calc(15px * -1);
    margin-left: calc(15px * -1);
}

[dir=rtl] .jk {
  margin-left: calc(15px * -1);
  margin-right: calc(15px * -1);
}

.jl {
  position: relative;
  display: flex;
  width: 100%;
}

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

[dir=ltr] .jl {
    padding-right: 15px;
    padding-left: 15px;
}

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

@media (min-width: 768px) {

.jl {
    width: 50%;
    min-height: 115px
}
  }

.jm {
  width: 100%;
  color: #2c2d30;
  transition: all 0.3s ease;
}

[dir] .jm {
  padding: calc(16px * 1.5) 15px;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

.jm:active,
  .jm:focus,
  .jm:hover {
    color: #fff;
    text-decoration: none;
  }

[dir] .jm:active, [dir] .jm:focus, [dir] .jm:hover {
    background-color: #107cd5;
    border-color: #107cd5;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  }

[dir] .jn {
  padding-top: calc(16px * 1.5 / 2);
}

[dir] .jo {
  padding-top: calc(16px * 1.5 / 2);
}

.jp {
  font-weight: 600;
}

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

/****
  CATEGORY LIST ACCORDION
****/

.jq {
  display: block;
  width: 100%;
  min-height: auto;
}

[dir] .jq {
  padding: 0;
  margin-bottom: calc(16px * 1.5);
  border: 1px solid #dee2e6;
  border-radius: 4px;
}

.jr {
  position: relative;
  display: block;
  width: 100%;
}

[dir] .jr {
  margin-bottom: 0;
  cursor: pointer;
  border: 0;
  border-radius: 0;
}

[dir=ltr] .jr {
    padding: 20px 52px 20px 20px;
}

[dir=rtl] .jr {
  padding: 20px 20px 20px 52px;
}

.jr:hover,
  .jr:focus {
    color: #2c2d30;
  }

[dir] .jr:hover, [dir] .jr:focus {
    background-color: transparent;
    box-shadow: none;
  }

.jr:before {
    position: absolute;
    content: "";
  }

.jr a {
    pointer-events: none;
  }

.jr:before {
  top: 50%;
  width: 8px;
  height: 8px;
  transition: transform 0.3s;
}

[dir] .jr:before {
  margin-top: -4px;
  border-bottom: 2px solid #107cd5;
}

[dir=ltr] .jr:before {
    right: 22px;
    border-left: 2px solid #107cd5;
    transform: rotate(-45deg);
}

[dir=rtl] .jr:before {
  left: 22px;
  border-right: 2px solid #107cd5;
  transform: rotate(45deg);
}

.jr.is-active:before {
  transition: transform 0.3s;
}

[dir=ltr] .jr.is-active:before {
    transform: rotate(135deg);
}

[dir=rtl] .jr.is-active:before {
  transform: rotate(-135deg);
}

.jt {
  display: none;
}

[dir] .jt {
  padding: 24px 24px 0;
  border-top: 1px solid #dee2e6;
}

[dir=ltr] .jt {
    margin-right: 0;
    margin-left: 0;
}

[dir=rtl] .jt {
  margin-left: 0;
  margin-right: 0;
}

[dir] .jt p:last-child {
    margin-bottom: 0;
  }

[dir=ltr] .ju {
    margin-right: 0;
    margin-left: 0;
}

[dir=rtl] .ju {
  margin-left: 0;
  margin-right: 0;
}

[dir] .jv {
  padding-top: calc(16px * 1.5 * 2);
}

@media (min-width: 768px) {

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

.jw:empty {
    display: none;
  }

[dir] .jx + .jx {
  padding-top: calc(16px * 1.5);
  margin-top: calc(16px * 1.5);
  border-top: 1px solid #eceeef;
}

@media (min-width: 768px) {

[dir] .jx + .jx {
    padding-top: calc(16px * 1.5 * 2);
    margin-top: calc(16px * 1.5 * 2)
}
  }

.jy {
  color: inherit;
}

.jz {
  list-style: none;
}

[dir=ltr] .jz {
    padding-left: 0;
}

[dir=rtl] .jz {
  padding-right: 0;
}

[dir] .ka {
  padding-bottom: calc(10px * 2);
  margin-bottom: calc(10px * 6);
  border-bottom: 1px solid #eceeef;
}

.kb {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

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

[dir=ltr] .kb {
    padding-left: 0;
    margin-right: calc(15px * -1);
    margin-left: calc(15px * -1);
}

[dir=rtl] .kb {
  padding-right: 0;
  margin-left: calc(15px * -1);
  margin-right: calc(15px * -1);
}

.kc {
  display: flex;
}

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

@media (min-width: 768px) {

.kc {
    min-height: 115px
}
  }

.kd {
  width: 100%;
  color: #2c2d30;
  transition: all 0.3s ease;
}

[dir] .kd {
  padding: calc(16px * 1.5) 15px;
  border: 1px solid #eceeef;
  border-radius: 4px;
}

.kd:active,
  .kd:focus,
  .kd:hover {
    color: #fff;
    text-decoration: none;
  }

[dir] .kd:active, [dir] .kd:focus, [dir] .kd:hover {
    background-color: #107cd5;
    border-color: #107cd5;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
  }

[dir] .ke {
  padding-top: calc(16px * 1.5 / 2);
}

[dir] .kf {
  padding-top: calc(16px * 1.5 / 2);
}

.kg {
  font-weight: 600;
}

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

[dir] .kh {
  padding-top: calc(16px * 1.5 * 2);
  margin-bottom: calc(16px * 1.5 * 2);
}

@media (min-width: 768px) {

[dir=ltr] .section-subscribe {
        margin-left: calc(10px * 2)
}

[dir=rtl] .section-subscribe {
    margin-right: calc(10px * 2)
}
  }

.ki {
  font-weight: 700;
}

.kj,
  .kj:active,
  .kj:hover,
  .kj:focus {
    color: #fff;
  }

.kk {
  display: flex;
  flex-wrap: wrap;
}

[dir] .kk {
  padding-top: calc(16px * 1.5 * 2);
  margin-bottom: calc(16px * 1.5 * 2);
}

[dir=ltr] .kk {
    margin-right: calc(15px * -1);
    margin-left: calc(15px * -1);
}

[dir=rtl] .kk {
  margin-left: calc(15px * -1);
  margin-right: calc(15px * -1);
}

@media (min-width: 768px) {

.kl {
    width: 95%
}

[dir=ltr] .kl {
        margin-right: auto;
        margin-left: auto
}

[dir=rtl] .kl {
    margin-left: auto;
    margin-right: auto
}
  }

@media (min-width: 992px) {

.kl {
    width: 75%
}
  }

[dir=ltr] .km {
    padding-right: 15px;
    padding-left: 15px;
}

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

.kn,
.ko {
  display: none;
}

.kp .kn,
.kq .ko {
  display: block;
}

[dir=ltr] .kp .kl, [dir=ltr] .kq .kl {
    margin-right: 0;
    margin-left: 0;
}

[dir=rtl] .kp .kl, [dir=rtl] .kq .kl {
  margin-left: 0;
  margin-right: 0;
}

[dir] .kp .kn {
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  .kl {
    width: calc(100% / 12 * 8);
  }

  .kq .ko {
    width: calc(100% / 12 * 4);
  }

  .kp .kn {
    width: calc(100% / 12 * 4);
  }

  .kp.kq .kn,
  .kp.kq .ko {
    width: calc(100% / 12 * 3);
  }

  .kp.kq .kl {
    width: calc(100% / 12 * 6);
  }
}

@media (min-width: 1200px) {
  .kp.kq .kl {
    width: calc(100% / 12 * 7);
  }

  .kp.kq .ko {
    width: calc(100% / 12 * 2);
  }
}

.kr {
  font-size: calc(16px * 1.5);
  font-weight: 300;
}

@media (min-width: 768px) {

.kr {
    font-size: calc(16px * 1.75)
}
  }

@media (min-width: 992px) {

.kr {
    font-size: calc(16px * 2.5)
}
  }

.ks {
  display: table;
  width: 100%;
}

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

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

.ku {
  width: 100%;
}

[dir=ltr] .ku {
    padding-right: 12px;
}

[dir=rtl] .ku {
  padding-left: 12px;
}

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

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

.article__body h2 {
    font-size: calc(16px * 1.75);
    font-weight: 900;
    line-height: 1.2;
  }

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

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

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

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

[dir=ltr] .article__body ul, [dir=ltr] .article__body ol {
    padding-left: 20px;
  }

[dir=rtl] .article__body ul, [dir=rtl] .article__body ol {
    padding-right: 20px;
  }

[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);
    }

[dir] .kv {
  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] .kw {
    padding-top: calc(16px * 1.5);
    border-top: 2px solid #eceeef
}
  }

[dir] .kx {
  padding-top: calc(10px * 3);
  text-align: center;
  border-top: 1px solid #eceeef;
}

.ky {
  display: block;
  font-size: calc(16px * 1.1);
  font-weight: 700;
}

[dir] .ky {
  margin-bottom: calc(10px * 2);
}

[dir] .kz {
  margin-bottom: calc(10px * 2);
}

.la {
  display: block;
  font-size: calc(16px * 0.75);

  color: #979797;
}

[dir] .la + .lb {
  padding-top: calc(10px * 2);
}

.article-vote {
  position: relative;
}

[dir=ltr] .article-vote {
    padding-right: calc(10px * 2);
    padding-left: calc(10px * 2);
}

[dir=rtl] .article-vote {
  padding-left: calc(10px * 2);
  padding-right: calc(10px * 2);
}

.article-vote:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

[dir=ltr] .article-vote:before {
    margin-right: calc(10px / 2);
  }

[dir=rtl] .article-vote:before {
    margin-left: calc(10px / 2);
  }

.article-vote:after {
    display: inline-block;
    vertical-align: middle;
    content: attr(title);
  }

[dir=ltr] .lc {
    margin-right: 10px;
}

[dir=rtl] .lc {
  margin-left: 10px;
}

.lc:before {
    content: "\f00c";
  }

.ld:before {
  content: "\f00d";
}

.le {
  color: #141415;
}

[dir] .le {
  border-color: #141415;
}

[dir] .kx + .lf {
  padding-top: calc(10px * 3);
  margin-top: calc(10px * 3);
  border-top: 1px solid #eceeef;
}

.article-list {
  color: #818a91;
}

[dir] .article-list {
  margin-bottom: 10px;
}

[dir=ltr] .article-list {
    padding-left: 0;
    margin-left: calc(10px * 2);
}

[dir=rtl] .article-list {
  padding-right: 0;
  margin-right: calc(10px * 2);
}

[dir] .article-list-item {
  margin-bottom: 10px;
}

.lg {
  color: #107cd5;
}

.article-list-item--is-promoted a {
    display: inline-table;
    font-weight: 600;
  }

.article-list-item--is-promoted a:before {
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      font-size: 10px;
      font-style: normal;
      font-weight: 900;
      line-height: 1;
      color: #fbce0a;
      vertical-align: middle;
      content: "\f005";
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }

[dir=ltr] .article-list-item--is-promoted a:before {
    margin-right: 5px;
    }

[dir=rtl] .article-list-item--is-promoted a:before {
      margin-left: 5px;
    }

.lh {
  list-style-type: disc;
}

[dir=ltr] .lh {
    padding-left: 0;
}

[dir=rtl] .lh {
  padding-right: 0;
}

@media (min-width: 768px) {

.lh {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: calc(15px * 3);
         column-gap: calc(15px * 3)
}
  }

.lh .article-list-item {
  page-break-inside: avoid;
}

[dir] .lh .article-list-item {
  margin-bottom: 10px;
}

.lh .article-list-item span {
    display: none;
  }

/* ==========================================================================
  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
}
  }

.li {
  position: absolute;
  top: 0;
}

[dir=ltr] .li {
    left: 0;
}

[dir=rtl] .li {
  right: 0;
}

@media (max-width: 767px) {

.li {
    display: none
}
  }

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

.lk {
  position: relative;
}

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

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

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

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

[dir] .ll ul[data-hc-pills-container] {
    margin: 0 0 calc(2px * -1);
    border: 1px solid #dee2e6;
    border-radius: 4px 4px 0 0;
  }

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

[dir] .ll ul[data-hc-pills-container][data-hc-focus="true"] {
    border-color: #9ed5e7;
  }

[dir] .lm {
  margin-bottom: 16px;
}

/* ==========================================================================
  Comment Sorter
  ========================================================================== */

[dir] .comment-sorter {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eceeef;
}

@media (min-width: 768px) {

.comment-sorter {
    display: table;
    width: 100%
}
  }

@media (min-width: 768px) {

.ln {
    display: table-cell;
    vertical-align: middle
}
  }

@media (max-width: 767px) {

[dir] .lo {
    margin-bottom: 12px
}
  }

@media (min-width: 768px) {

[dir=ltr] .lo {
        padding-right: 16px
}

[dir=rtl] .lo {
    padding-left: 16px
}
  }

@media (min-width: 768px) {

[dir=ltr] .lp {
        text-align: right
}

[dir=rtl] .lp {
    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 #eceeef;
}

.lq {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.lr {
  position: relative;
}

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

.ls {
  flex-grow: 1;
}

.lt {
  flex-shrink: 0;
}

[dir=ltr] .lt {
    margin-left: 16px;
}

[dir=rtl] .lt {
  margin-right: 16px;
}

.lu {
  position: absolute;
  top: 0;
  width: auto;
  font-size: calc(16px * 0.75);
  color: #fff;
}

[dir] .lu {
  padding: 2px 8px;
  background-color: #107cd5;
  border-radius: 0 0 4px 4px;
}

[dir=ltr] .lu {
    right: 36px;
}

[dir=rtl] .lu {
  left: 36px;
}

.comment--official .lq {
  position: relative;
}

[dir] .comment--official .lq {
  padding: 24px;
  border: 2px solid #107cd5;
  border-radius: 4px;
}

.lv {
  word-break: break-word;
}

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

.lv ul {
    list-style: disc;
  }

[dir=ltr] .lv ul, [dir=ltr] .lv ol {
    padding-left: 20px;
  }

[dir=rtl] .lv ul, [dir=rtl] .lv ol {
    padding-right: 20px;
  }

[dir] .lv ul ul, [dir] .lv ul ol, [dir] .lv ol ul, [dir] .lv ol ol {
      margin-top: 12px;
    }

[dir] .lv ul li, [dir] .lv ol li {
      margin-bottom: 12px;
    }

@media (max-width: 767px) {

.lv [dir="auto"] {
      margin-bottom: 0
  }
    }

@media (max-width: 767px) {

[dir] .lv {
    margin-bottom: 0
}
  }

[dir] .lw {
  padding-top: 8px;
}

.lw button {
  display: flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
}

[dir] .lw button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

[dir=ltr] .lw button {
    margin-right: auto;
    margin-left: auto;
}

[dir=rtl] .lw button {
  margin-left: auto;
  margin-right: auto;
}

/* Comment List */

[dir] .lf {
  margin-bottom: 48px;
}

.lx {
  font-size: calc(16px * 0.75);
  color: #979797;
}

.lx:empty {
    display: none;
  }

.ly {
  list-style: none;
}

[dir=ltr] .ly {
    padding-left: 0;
}

[dir=rtl] .ly {
  padding-right: 0;
}

[dir] .lz {
  padding-bottom: calc(16px * 1.5 / 2);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 2px solid #dee2e6;
}

.ma {
  font-size: calc(16px * 1.1);
  font-weight: 600;
}

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

.share {
  white-space: nowrap;
  list-style: none;
}

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

[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: 0 !important;
}

@media (max-width: 767px) {

[dir] .share li {
    margin-bottom: 5px
}
  }

.share a {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  touch-action: manipulation;
}

[dir] .share a {
  background-color: #cbd0d3;
  border-radius: 100%;
}

.share a:before {
    position: relative;
    display: inline-block;
    width: 100%;
    font-family: "Font Awesome 5 Brands";
  }

[dir] .share a:before {
    text-align: center;
  }

[dir] .share a:hover {
    background-color: #aab3b7;
  }

[dir] .share a:focus {
    background-color: #aab3b7;
  }

[dir] .share a:active {
    background-color: #aab3b7;
  }

.share-facebook:before {
    content: "\f09a";
  }

.share-twitter:before {
    content: "\f099";
  }

.share-linkedin:before {
    content: "\f0e1";
  }

.share-googleplus:before {
    content: "\f0d5";
  }

[dir] .mb {
  padding-top: calc(10px * 4);
}

[dir] .mc {
  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;
  }
}

.md {
  display: none;
  color: #979797;
}

@media (min-width: 768px) {
  .md {
    display: table-header-group;
    font-size: calc(16px * 0.75);
    font-weight: 600;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .me {
    display: table-row-group;
  }
}

.mf {
  display: block;
}

@media (min-width: 768px) {
  .mf {
    display: table-row;
  }
}

.mg {
  display: block;
}

@media (min-width: 768px) {
  .mg {
    display: table-cell;
  }
  [dir] .mg {
    padding-top: calc(16px * 1.5 / 2);
    padding-bottom: calc(16px * 1.5 / 2);
    border-bottom: 1px solid #eceeef;
  }

  [dir=ltr] .mg + .mg {
        padding-left: 12px;
  }

  [dir=rtl] .mg + .mg {
    padding-right: 12px;
  }
}

@media (max-width: 767px) {
  .mh {
    display: inline;
  }
}

@media (min-width: 768px) {
  .mh {
    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] .mi {
  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] .mj {
  padding-bottom: calc(16px * 1.5);
  margin-bottom: calc(16px * 1.5);
  border-bottom: 2px solid #eceeef;
}

[dir] .mj .my-activities-menu__item {
    padding: calc(12px / 2)
      12px;
    background-color: #dee2e6;
    border-radius: 4px;
  }

@media (max-width: 767px) {

[dir] .mj .my-activities-menu__item {
      margin-bottom: calc(16px * 1.5 / 3)
  }
    }

.mj .my-activities-menu__item.is-active {
      font-weight: 600;
      color: #2c2d30;
    }

[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] .mk {
    padding: calc(16px * 1.5 / 2)
      12px;
    margin-bottom: calc(16px * 1.5);
    border: 2px solid #eceeef;
    border-radius: 4px
}
  }

.ml {
  font-size: 14px;
  color: #979797;
}

@media (max-width: 767px) {

.ml {
    display: inline-block
}

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

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

    .ml + .ml:before {
      content: "\2022";
    }

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

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

.mm {
  font-weight: 400;
}

@media (max-width: 767px) {

.mm {
    font-size: calc(16px * 1.25)
}
  }

@media (max-width: 767px) {

.mn {
    display: inline-block
}
  }

@media (min-width: 768px) {

.mn {
    display: none
}
  }

.o div {
  display: inline-block;
}

[dir] .request-table-toolbar {
  padding-top: calc(6px * 2);
  padding-bottom: 6px;
  margin-bottom: calc(16px * 1.5);
  background-color: #f9f9f9;
  border-radius: 4px;
}

@media (min-width: 768px) {

[dir] .request-table-toolbar {
    padding-top: 6px;
    padding-bottom: calc(6px * 2)
}
  }

.request-table-toolbar label {
    font-size: calc(16px * 0.75);
    text-transform: uppercase;
  }

@media (min-width: 768px) {

.mo {
    display: table;
    width: 100%
}
  }

[dir=ltr] .mp {
    padding-right: 12px;
    padding-left: 12px;
}

[dir=rtl] .mp {
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 767px) {

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

@media (min-width: 768px) {

.mp {
    display: table-cell;
    width: 33%;
    vertical-align: bottom
}
  }

.mq {
  display: table;
  width: 100%;
}

.mr {
  display: table-cell;
  vertical-align: middle;
}

.ms {
  width: 100%;
}

[dir=ltr] .mt {
    padding-left: calc(12px / 2);
}

[dir=rtl] .mt {
  padding-right: calc(12px / 2);
}

.mt [role="button"] {
    height: calc(
      (16px * 1.5) + calc(6px * 2) + 2
    );
    line-height: calc(
      (16px * 1.5) + calc(6px * 2) + 2
    );
  }

[dir] .mt [role="button"] {
    padding-top: 0;
    padding-bottom: 0;
  }

.mu {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.mu:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    font-weight: 900;
    color: #979797;
    content: "\f0d7";
  }

[dir] .mu:after {
    margin-bottom: 2px;
  }

[dir=ltr] .mu:after {
    margin-left: 5px;
  }

[dir=rtl] .mu:after {
    margin-right: 5px;
  }

.mv {
  white-space: nowrap;
}

.mv[href*="asc"] .mu:after {
  content: "\f0d8";
}

[dir] .mw {
  padding-top: calc(10px * 2);
  margin-bottom: calc(16px * 1.5 * 2);
}

.mx {
  position: relative;
}

.my {
  font-weight: 600;
}

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

.mz {
  font-size: calc(16px * 1.5);
}

@media (min-width: 992px) {

.mz {
    font-size: calc(16px * 1.75)
}
  }

.na:empty {
  display: none;
}

.nb {
  font-size: calc(16px - 2px);
}

[dir] .nb {
  padding: calc(16px * 1.5) 12px 0;
  margin-bottom: calc(16px * 1.5);
  border: 2px solid #eceeef;
  border-radius: 4px;
}

[dir] .nb 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: #0c9;
}

[dir] .request-status--new, [dir] .request-status--open {
  background-color: #ff5252;
}

[dir] .request-status--answered {
  background-color: #fad782;
}

[dir] .nc {
  padding-top: calc(10px * 4);
  margin-bottom: calc(16px * 1.5 * 2);
}

.nd {
  font-size: calc(16px * 1.5);
}

@media (min-width: 768px) {

.nd {
    font-size: calc(16px * 1.75)
}
  }

@media (min-width: 992px) {

.nd {
    font-size: calc(16px * 2.5)
}
  }

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

[dir] .upload-dropzone {
  padding: calc(16px * 1.5) 16px;
  border-color: #dee2e6;
  border-radius: 4px;
}

.upload-dropzone {
    font-size: calc(16px * 0.75);
  }

.upload-dropzone a {
    font-size: calc(16px * 0.75);
  }

[dir] .nf {
  background-color: #f7f7f9;
  border-bottom: 1px solid #eceeef;
}

[dir] .ng {
  text-align: center;
}

@media (max-width: 767px) {

[dir] .ng + .ng {
    border-top: 1px solid #eceeef
}
  }

@media (min-width: 768px) {

[dir=ltr] .ng + .ng {
        border-left: 1px solid #eceeef
}

[dir=rtl] .ng + .ng {
    border-right: 1px solid #eceeef
}
  }

.nh {
  position: relative;
  z-index: 1;
  display: block;
}

[dir] .nh {
  padding-top: calc(10px * 4);
  padding-bottom: calc(10px * 4);
  transition-duration: 220ms;
  transition-property: all;
  transform: translate3d(0, 0, 0);
}

.nh:active,
  .nh:focus,
  .nh:hover {
    z-index: 2;
  }

[dir] .nh:active, [dir] .nh:focus, [dir] .nh:hover {
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
    transform: scale(1.045);
  }

.ni {
  display: inline-block;
}

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

.ni svg {
    width: 80px;
    height: 80px;
  }

.ni circle,
  .ni path {
    transition: all 0.3s ease;
  }

.nj {
  width: auto;
  height: 80px;
}

.nk {
  color: #2c2d30;
}

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

.nl {
  line-height: 1.3;
  color: #2c2d30;
}

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

[dir] .nn {
  padding: 10% 0;
  text-align: center;
}

.no {
  text-transform: capitalize;
}

.note {
  position: relative;
  color: #5d5f65;
}

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

[dir=ltr] .note {
    padding-left: 12px;
    border-left: calc(2px * 4) solid transparent;
}

[dir=rtl] .note {
  padding-right: 12px;
  border-right: calc(2px * 4) solid transparent;
}

[dir] .note p:last-child {
    margin-bottom: 0;
  }

.np {
  font-weight: 600;
}

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

[dir] .nq {
  border-color: #818a91;
}

[dir] .note--default {
  border-color: #818a91;
}

.nq .np {
    color: #818a91;
  }

.note--default .np {
    color: #818a91;
  }

[dir] .nr, [dir] .note--info {
  border-color: #5bc0de;
}

.nr .np, .note--info .np {
    color: #5bc0de;
  }

[dir] .ns, [dir] .note--warning {
  border-color: #fad782;
}

.ns .np, .note--warning .np {
    color: #fad782;
  }

[dir] .nt, [dir] .note--success {
  border-color: #0c9;
}

.nt .np, .note--success .np {
    color: #0c9;
  }

[dir] .nu, [dir] .note--danger {
  border-color: #ff5252;
}

.nu .np, .note--danger .np {
    color: #ff5252;
  }

.nv {
  position: relative;
  font-size: calc(16px - 2px);
  line-height: 1.1;
  color: #999;
}

[dir] .nv {
  padding-top: calc(16px * 1.5 * 2);
  padding-bottom: calc(16px * 1.5);
  background-color: #fff;
  border-top: 1px solid #eceeef;
}

.nv a {
  color: #999;
}

.nv a:hover,
  .nv a:active,
  .nv a:focus {
    color: #7a7a7a;
  }

.nw {
  width: 100%;
}

[dir] .nw {
  margin: 0 auto;
}

@media (min-width: 768px) {

.nw {
    display: flex;
    align-items: center;
    justify-content: space-between
}
  }

.nx {
  position: relative;
}

@media (min-width: 768px) {

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

@media (min-width: 768px) {

[dir] .ny {
    margin-bottom: 0
}
  }

@media (max-width: 767px) {

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

.oa {
  display: inline-block;
  width: calc(16px * 1.9);
  height: calc(16px * 1.9);
  font-size: 16px !important;
  line-height: 30px !important;
  color: #fff !important;
  touch-action: manipulation;
}

[dir] .oa {
  background-color: #bbc3cc;
  border-color: #bbc3cc;
  border-radius: 100%;
}

.oa:before {
    position: relative;
    top: 50%;
    display: inline-block;
    width: 100%;
    font-family: "Font Awesome 5 Brands";
    font-weight: 300;
    color: #fff;
  }

[dir] .oa:before {
    text-align: center;
    transform: translateY(-50%);
  }

[dir] .oa:hover, [dir] .oa:focus, [dir] .oa:active {
    background-color: #758598;
  }

[dir=ltr] .oa + .oa {
    margin-left: calc(10px / 2);
  }

[dir=rtl] .oa + .oa {
    margin-right: calc(10px / 2);
  }

.ob a {
  color: #999;
}

.oc {
  list-style: none;
}

[dir=ltr] .oc {
    padding-left: 0;
    margin-left: 0;
}

[dir=rtl] .oc {
  padding-right: 0;
  margin-right: 0;
}

.pagination-next,
.pagination-prev,
.pagination-first,
.pagination-last {
  display: inline-block;
}

[dir=ltr] .od {
    margin-right: 16px;
}

[dir=rtl] .od {
  margin-left: 16px;
}

[dir="rtl"] .od {
  margin-left: 16px;
}

[dir=ltr] .oe {
    margin-left: 16px;
}

[dir=rtl] .oe {
  margin-right: 16px;
}

[dir="rtl"] .oe {
  margin-right: 16px;
}

[dir] .satisfaction-box {
  padding: calc(16px * 1.5) 15px;
  margin: 0 0 (10px * 2) 0;
  margin-top: 0;
  border-color: #eceeef;
  border-radius: 4px;
}

[dir] .satisfaction-box h4:last-child {
      margin-bottom: 0;
    }

.satisfaction-box input[type="radio"] ~ label {
  letter-spacing: normal;
}

[dir=ltr] .satisfaction-box input[type="radio"] ~ label {
    margin-right: 10px;
}

[dir=rtl] .satisfaction-box input[type="radio"] ~ label {
  margin-left: 10px;
}

[dir] .satisfaction-box label.disabled {
  margin-bottom: calc(16px * 1.5) !important;
}

.satisfaction-box label.disabled[for="satisfaction_rating_score_good"] {
  color: #0c9 !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: 14px !important;
}

[dir=ltr] .satisfaction-box .satisfaction-submit {
    margin-left: 10px !important;
}

[dir=rtl] .satisfaction-box .satisfaction-submit {
  margin-right: 10px !important;
}

[dir] .of {
  padding-top: calc(16px * 1.5);
}

.satisfaction-box .og {
  font-size: 14px !important;
  line-height: 1.5 !important;
}

.oh {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%;
  font-size: calc(16px - 2px);
  font-weight: 700;
  color: #fff;
  transition: margin-top 0.7s ease;
}

[dir] .oh {
  padding-top: calc(10px * 1.5);
  padding-bottom: calc(10px * 1.5);
}

[dir=ltr] .oh {
    left: 0;
}

[dir=rtl] .oh {
  right: 0;
}

@media (min-width: 1200px) {
      [dir] .oh:not(.topbar--fixed):not(.topbar--fixed) {
        background-color: transparent !important;
      }
    }

.oi {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.oj {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {

.oj {
    width: 50%
}
  }

.ok {
  display: inline-block;
  line-height: 1.1;
  vertical-align: middle;
}

[dir=ltr] .ok {
    margin: 0 0 0 10px;
}

[dir=rtl] .ok {
  margin: 0 10px 0 0;
}

@media (max-width: 767px) {

.ok {
    display: none
}
  }

@media (max-width: 1199px) {

.ol {
    display: none;
    width: 100%;
    order: 3
}

[dir] .ol {
    padding-top: 10px
}
  }

@media (min-width: 1200px) {

.ol {
    display: flex !important;
    width: 50%;
    align-items: center;
    justify-content: flex-end
}

    [dir=ltr] .ol > * + * {
        margin-left: calc(10px * 3);
    }

    [dir=rtl] .ol > * + * {
      margin-right: calc(10px * 3);
    }
  }

.om {
  color: #fff;
}

@media (max-width: 1199px) {

.om {
    display: block
}

[dir] .om {
    padding: 10px 0
}
  }

.om:hover,
  .om:focus,
  .om:active {
    color: #e0e0e0;
  }

.on {
  display: flex;
  align-items: center;
  order: 2;
}

@media (min-width: 768px) {

.on {
    width: 33%;
    justify-content: flex-end
}
  }

@media (min-width: 1200px) {

.on {
    display: none
}
  }

.topbar--fixed {
  position: fixed;
  z-index: 10;
}

[dir] .topbar--fixed {
  background-color: #107cd5;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}

.topbar--fixed .iq {
    opacity: 1;
  }

.topbar--fixed #user {
    display: none;
  }

@media (min-width: 768px) {

.topbar--fixed .oj,
  .topbar--fixed .ol {
      width: 33%
  }
    }

@media (min-width: 768px) {

.topbar--fixed .oo {
      display: none
  }
    }

[dir] .topbar--hidden {
  margin-top: -100px;
}

.topbar--hidden .ok {
    display: none;
  }

.topbar--opened {
  z-index: 10;
}

[dir] .topbar--opened {
  background-color: #107cd5;
}

@media (max-width: 1200px) {

[dir] .topbar--opened {
    box-shadow: 0 0 5px 0 #55595c
}
  }

#password-form {
  color: #969696;
}

.op {
  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] .op {
  text-align: center;
  border: 2px solid #107cd5;
  border-radius: 4px;
}

[dir=ltr] .op {
    right: 30px;
}

[dir=rtl] .op {
  left: 30px;
}

.op:focus,
  .op:active {
    outline: 0;
  }

.op.is-active {
    bottom: 30px;
  }

.op:hover {
    color: #0b538e;
  }

[dir] .op:hover {
    border-color: #0b538e;
  }

@media (max-width: 767px) {

.op {
    display: none
}
  }

.embed,
.embed-responsive {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  overflow: hidden;
}

[dir] .embed, [dir] .embed-responsive {
  padding: 0;
  padding-bottom: 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;
  }

[dir] .embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

[dir] .embed-responsive--4by3 {
  padding-bottom: 75%;
}

.oq,
.or,
.os,
.ot {
  display: block !important;
}

@media (max-width: 767px) {
  .oq {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .or {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .os {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .ot {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .ou {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ov {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ow {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .ox {
    display: none !important;
  }
}

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

[dir] .oz {
  border-bottom: 2px solid #eceeef;
}

.recent-articles ul {
    color: #818a91;
  }

[dir] .recent-articles ul {
    margin-bottom: 10px;
  }

[dir=ltr] .recent-articles ul {
    padding-left: 0;
    margin-left: calc(10px * 2);
  }

[dir=rtl] .recent-articles ul {
    padding-right: 0;
    margin-right: calc(10px * 2);
  }

.related-articles ul {
    color: #818a91;
  }

[dir] .related-articles ul {
    margin-bottom: 10px;
  }

[dir=ltr] .related-articles ul {
    padding-left: 0;
    margin-left: calc(10px * 2);
  }

[dir=rtl] .related-articles ul {
    padding-right: 0;
    margin-right: calc(10px * 2);
  }

[dir] .recent-articles li {
    margin-bottom: 10px;
  }

[dir] .related-articles li {
    margin-bottom: 10px;
  }

[dir] .pa {
  margin-bottom: calc(10px * 4);
}

.pb {
  font-size: calc(16px * 1.5);
}

.pc {
  color: #818a91;
}

[dir] .pc {
  margin-bottom: 10px;
}

[dir=ltr] .pc {
    padding-left: 0;
    margin-left: calc(10px * 2);
}

[dir=rtl] .pc {
  padding-right: 0;
  margin-right: calc(10px * 2);
}

[dir] .pd {
  margin-bottom: 10px;
}

.pe:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    color: #fbce0a;
    vertical-align: middle;
    content: "\f075";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

[dir=ltr] .pe:before {
    margin-right: 10px;
  }

[dir=rtl] .pe:before {
    margin-left: 10px;
  }

.pf {
  color: inherit;
}

.recent-activity-header {
  font-size: calc(16px * 1.25);
  font-weight: 400;
}

[dir] .recent-activity {
  margin-bottom: calc(10px * 6);
}

.recent-activity-list {
  list-style: none;
}

[dir] .recent-activity-list {

  margin-bottom: 0;
}

[dir=ltr] .recent-activity-list {
    padding-left: 0;
}

[dir=rtl] .recent-activity-list {
  padding-right: 0;
}

@media (min-width: 768px) {

[dir=ltr] .recent-activity-list {
        margin-right: calc(15px * -1);
        margin-left: calc(15px * -1)
}

[dir=rtl] .recent-activity-list {
    margin-left: calc(15px * -1);
    margin-right: calc(15px * -1)
}
  }

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

@media (min-width: 768px) {

.recent-activity-item {
    display: inline-block;
    width: 33.3333%;
    vertical-align: top
}

[dir=ltr] .recent-activity-item {
        padding-right: 15px;
        padding-left: 15px
}

[dir=rtl] .recent-activity-item {
    padding-left: 15px;
    padding-right: 15px
}
  }

.recent-activity-item-meta {
  font-size: calc(16px * 0.75);
  color: #979797;
}

.pg,
.recent-activity-item-comment {
  display: inline-block;
}

[dir=ltr] .pg {
    margin-right: calc(10px / 2);
}

[dir=rtl] .pg {
  margin-left: calc(10px / 2);
}

.ph:after {
  content: attr(data-comment-count);
}

[dir=ltr] .ph:after {
    margin-left: 4px;
}

[dir=rtl] .ph:after {
  margin-right: 4px;
}

[dir="rtl"] .ph:after {
  margin-right: 4px;
}

.recent-activity-item-parent {
  font-weight: 600;
  color: #2c2d30;
}

[dir] .promoted-articles {
  padding-top: calc(10px * 6);
  padding-bottom: calc(10px * 4);
  border-bottom: 1px solid #eceeef;
}

.pi {
  font-size: 16px !important;
  color: #fbce0a;
  vertical-align: middle;
}

[dir=ltr] .pi {
    margin-right: calc(10px / 2);
}

[dir=rtl] .pi {
  margin-left: calc(10px / 2);
}

.pj {
  font-size: calc(16px * 1.5);
}

.pk {
  display: flex;
  color: #818a91;
  flex-flow: column wrap;
}

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

[dir=ltr] .pk {
    padding-left: 0;
    margin-left: 20px;
}

[dir=rtl] .pk {
  padding-right: 0;
  margin-right: 20px;
}

@media (min-width: 768px) {

.pk {
    flex-direction: row
}
  }

.pl {
  width: 100%;
}

[dir] .pl {
  margin-bottom: calc(10px * 2);
}

@media (min-width: 768px) {

.pl {
    width: 50%
}

[dir=ltr] .pl {
        padding-right: 30px
}

[dir=rtl] .pl {
    padding-left: 30px
}
  }

@media (min-width: 992px) {

.pl {
    width: 33.33%
}
  }

[dir] .pm {
  padding-top: calc(16px * 1.5 * 2);
}

.pn {
  color: #fff;
}

[dir] .pn {
  margin-bottom: calc(16px * 1.5);
  text-align: center;
}

.po {
  display: inline-block;
}

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

.pp {
  font-size: calc(16px * 1.5);
}

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

@media (min-width: 768px) {

.pp {
    font-size: calc(16px * 1.75)
}
  }

.pp a {
    color: #fff;
  }

.pq {
  display: inline-block;
}

[dir] .pq {
  margin-bottom: calc(16px * 1.5);
  background-color: #107cd5;
}

.pr {
  word-break: break-all;
  word-break: break-word;
}

.ps {
  color: #979797;
  list-style: none;
}

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

[dir=ltr] .ps {
    padding-left: 0;
}

[dir=rtl] .ps {
  padding-right: 0;
}

.pt {
  color: #fff;
}

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

[dir=ltr] .pt {
    margin-right: 12px;
}

[dir=rtl] .pt {
  margin-left: 12px;
}

@media (max-width: 767px) {

.pt {
    display: block
}

    .pt:before {
      display: none;
    }
  }

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

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

.pv {
  color: #fff;
}

.pw {
  overflow: hidden;
  font-size: calc(16px * 0.75);
  font-weight: 600;
}

[dir] .pw {
  margin-bottom: calc(16px * 1.5 * 2);
  background-color: #eceeef;
  border-radius: 4px;
}

.px {
  list-style: none;
}

[dir] .px {
  margin: 0;
}

[dir=ltr] .px {
    padding-left: 0;
}

[dir=rtl] .px {
  padding-right: 0;
}

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

@media (min-width: 768px) {

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

.py a {
    display: block;
    color: #2c2d30;
  }

.py.is-active {
    color: #fff;
  }

[dir] .py.is-active {
    background-color: #107cd5;
  }

.py.is-active {
    line-height: 1;
  }

[dir] .py.is-active {
    padding: calc(16px * 1.5 / 1.5)
      12px;
  }

.py a {
    line-height: 1;
  }

[dir] .py a {
    padding: calc(16px * 1.5 / 1.5)
      12px;
  }

[dir=ltr] .py:after {
    right: 12px !important;
  }

[dir=rtl] .py:after {
    left: 12px !important;
  }

.pz {
  width: 100%;
}

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

.qb {
  font-size: calc(16px * 1.5);
}

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

.qc {
  font-size: calc(16px * 0.75);
  color: #979797;
}

@media (min-width: 768px) {

[dir] .qc {
    padding-bottom: 0
}
  }

.qd {
  font-size: calc(16px * 0.75);
}

@media (min-width: 768px) {

.qd {
    display: table;
    width: 100%
}
  }

@media (min-width: 768px) {

[dir] .qd {
    padding-top: 0;
    border-top: 0
}
  }

.qd .dropdown {
    display: inline-block;
  }

@media (min-width: 768px) {

.qe {
    display: table-cell;
    vertical-align: middle
}
  }

@media (max-width: 767px) {

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

@media (min-width: 768px) {

[dir=ltr] .qf {
        padding-right: 12px
}

[dir=rtl] .qf {
    padding-left: 12px
}
  }

@media (min-width: 768px) {

[dir=ltr] .qg {
        text-align: right
}

[dir=rtl] .qg {
    text-align: left
}
  }

.qh {
  position: relative;
  word-wrap: break-word;
}

[dir] .qh {
  padding: calc(16px * 1.5 / 2) 15px;
  background-color: #f4f5f6;
  border-radius: 4px;
}

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

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

.qk {
  font-size: 16px;
  font-weight: 600;
}

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

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

.qm .qk:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

[dir=ltr] .qm .qk:before {
    margin-right: 10px;
  }

[dir=rtl] .qm .qk:before {
    margin-left: 10px;
  }

.qn {
  font-size: calc(16px * 0.75);
}

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

.qo {
  color: #979797;
}

[dir] .qo {
  text-align: center;
}

.qp {
  color: #979797;
}

[dir] .qp {
  text-align: center;
}

.qq {
  list-style: none;
}

[dir=ltr] .qq {
    padding-left: 0;
}

[dir=rtl] .qq {
  padding-right: 0;
}

.profile-activity {
  position: relative;
}

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

.qr {
  font-weight: 600;
}

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

.qr:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

[dir=ltr] .qr:before {
    margin-right: 2px;
  }

[dir=rtl] .qr:before {
    margin-left: 2px;
  }

.qs {
  width: 30px;
  height: 30px;
}

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

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

.profile-activity-list--articles .qk:before,
.profile-activity[class$="-article"] .qr:before {
  content: "\f15c";
}

.profile-activity-list--posts .qk:before,
.profile-activity[class$="-post"] .qr:before {
  content: "\f086";
}

.profile-activity-list--comments .qk:before,
.profile-activity[class$="-comment"] .qr:before {
  content: "\f075";
}

.qt {
  display: inline-block;
}

.qu {
  display: flex;
}

.qv {
  flex-shrink: 0;
}

[dir=ltr] .qv {
    padding-right: 12px;
}

[dir=rtl] .qv {
  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: #fad782;
}

[dir] .status-label--with-ticket {
  background-color: #107cd5;
}

.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: #0c9;
}

[dir] .status-label--new, [dir] .status-label--open {
  background-color: #ff5252;
}

[dir] .status-label--answered {
  background-color: #fad782;
}

[dir] .status-label--official {
  background-color: #107cd5;
}

[dir] .status-label--completed, [dir] .status-label--answered {
  background-color: #0c9;
}

[dir] .status-label--planned {
  background-color: #12b886;
}

.status-label--not-planned {
  color: #2c2d30;
}

[dir] .status-label--not-planned {
  background-color: #eceeef;
}

.qw {
  font-size: calc(16px * 0.75);
  list-style: none;
}

[dir] .qw {
  margin: 0;
}

[dir=ltr] .qw {
    padding-left: 0;
}

[dir=rtl] .qw {
  padding-right: 0;
}

.qx {
  position: relative;
}

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

[dir=ltr] .qx {
    padding-left: calc(12px * 1.5);
}

[dir=rtl] .qx {
  padding-right: calc(12px * 1.5);
}

[dir] .qx:last-child {
    margin-bottom: 0;
  }

.qy {
  position: absolute;
  top: 4px;
}

[dir=ltr] .qy {
    left: 0;
}

[dir=rtl] .qy {
  right: 0;
}

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

[dir] .list-colored ol {
    margin-bottom: calc(16px * 1.5 / 1.5) !important;
  }

[dir] .list-bullet ol {
    margin-bottom: calc(16px * 1.5 / 1.5) !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.75);
      line-height: 30px;
      color: #fff;
      content: counter(list);
    }

[dir] .list-colored > li:before {
      text-align: center;
      background-color: #107cd5;
      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: #107cd5;
      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: #88c4f6;
}

[dir] .text-info {
  background-color: #5bc0de;
}

[dir] .text-warning {
  background-color: #fad782;
}

[dir] .text-danger {
  background-color: #ff5252;
}

[dir] .text-success {
  background-color: #0c9;
}

[dir] .accordion {
  padding-top: 0;
  margin-bottom: calc(16px * 1.5);
  border: 1px solid #ddd;
  border-radius: 4px;
}

.accordion__item-title {
  position: relative;
  font-size: calc(16px * 1.25);
}

[dir] .accordion__item-title {
  cursor: pointer;
}

[dir=ltr] .accordion__item-title {
    padding: 15px 20px 15px 52px;
}

[dir=rtl] .accordion__item-title {
  padding: 15px 52px 15px 20px;
}

[dir] .accordion__item-title:not(.accordion__item-title--active) {
    border-bottom: 1px solid #ddd;
  }

.accordion__item-title:before {
    position: absolute;
    content: "";
  }

.accordion__item-content {
  display: none;
}

[dir] .accordion__item-content {
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

[dir] .accordion__item-content p:last-child {
    margin-bottom: 0;
  }

[dir] .qz:last-child .accordion__item-title {
  border-bottom: none;
}

.accordion--default .accordion__item-title:before {
    top: 50%;

    width: 8px;
    height: 8px;
    transition: transform 0.3s;
  }

[dir] .accordion--default .accordion__item-title:before {

    margin-top: -4px;
    border-bottom: 2px solid #107cd5;
  }

[dir=ltr] .accordion--default .accordion__item-title:before {
    left: 22px;
    border-left: 2px solid #107cd5;
    transform: rotate(-45deg);
  }

[dir=rtl] .accordion--default .accordion__item-title:before {
    right: 22px;
    border-right: 2px solid #107cd5;
    transform: rotate(45deg);
  }

[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: #107cd5;
    }

[dir] .accordion--colored .accordion__item-title--active:before {
        background-color: #fff;
      }

.accordion--colored .accordion__item-title--active:after {
        display: none;
      }

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

.tab {
  display: block;
}

[dir] .tab {
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #ddd;
}

[dir=ltr] .tab {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

[dir=rtl] .tab {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

[dir] .tab p:last-child {
    margin-bottom: 0;
  }

[dir] .tab pre {
    margin-top: 0;
  }

@media (min-width: 768px) {

[dir=ltr] .tab {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
}

[dir=rtl] .tab {
    border-top-right-radius: 4px;
    border-top-left-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 {
  display: block;
  font-weight: 600;
  color: #2c2d30;
}

[dir] .tabs-link {
  padding: 8px 30px;
  margin: 0;
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0;
}

.tabs-link:hover {
    color: #107cd5;
  }

@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-left-color: #ddd;
    border-right-color: #ddd
}

    [dir=ltr] .tabs-link:first-child {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    [dir=rtl] .tabs-link:first-child {
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
    }
  }

@media (min-width: 768px) {

.tabs-link {
    display: inline-block
}
  }

.tabs-link.is-active {
  color: #107cd5;
}

[dir] .tabs-link.is-active {
  cursor: pointer;
  border-color: #ddd;
}

.tabs-link.is-active:hover {
    color: #107cd5;
  }

[dir] .tabs-link.is-active:hover {
    cursor: default;
  }

@media (min-width: 768px) {

[dir] .tabs-link.is-active {
    border-bottom: 1px solid #fff
}

[dir=ltr] .tabs-link.is-active {
        border-top-left-radius: 4px;
        border-top-right-radius: 4px
}

[dir=rtl] .tabs-link.is-active {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}
  }

[dir] .tabs--colored-1 .tab {
    background-color: #f7f7f9 !important;
  }

[dir] .tabs--colored-1 .tabs-link.is-active {
    background-color: #f7f7f9;
    border-bottom-color: #f7f7f9;
  }

.tabs--colored-2 .tabs-link:hover {
      color: #107cd5;
    }

.tabs--colored-2 .tabs-link.is-active {
    color: #fff;
  }

[dir] .tabs--colored-2 .tabs-link.is-active {
    background-color: #107cd5;
    border-color: #107cd5;
  }

.tabs--colored-2 .tabs-link.is-active:hover {
      color: #fff;
    }

[dir] .tabs--colored-2 .tab {
    background-color: #f7f7f9 !important;
  }

[dir] .image-with-border {
  padding: 10px;
  border: 1px solid #d3d6d8;
  border-radius: 4px;
}

[dir] .image-with-shadow {
  box-shadow: 0 5px 15px 2px #55595c;
}

[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 {
    left: 0;
    right: 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 {
    left: 0;
    right: 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);
    }

[dir] .callout {
  padding: calc(16px * 1.5) 20px;
  margin-bottom: calc(16px * 1.5);
  background-color: #dee2e6;
}

[dir=ltr] .callout {
    border-left-style: solid;
    border-left-width: 5px;
}

[dir=rtl] .callout {
  border-right-style: solid;
  border-right-width: 5px;
}

[dir] .callout p:last-child {
    margin-bottom: 0;
  }

[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--success {
  color: #2c2d30;
}

[dir] .callout--success {
  background-color: #bdffee;
  border-color: #0c9;
}

.callout--success .callout__title {
    color: #0c9;
  }

.callout--info {
  color: #2c2d30;
}

[dir] .callout--info {
  background-color: #e3f4f9;
  border-color: #5bc0de;
}

.callout--info .callout__title {
    color: #5bc0de;
  }

.callout--warning {
  color: #2c2d30;
}

[dir] .callout--warning {
  background-color: #fffbf3;
  border-color: #fad782;
}

.callout--warning .callout__title {
    color: #fad782;
  }

.callout--danger {
  color: #2c2d30;
}

[dir] .callout--danger {
  background-color: #ffebeb;
  border-color: #ff5252;
}

.callout--danger .callout__title {
    color: #ff5252;
  }

.callout--primary {
  color: #2c2d30;
}

[dir] .callout--primary {
  background-color: #d9ecfc;
  border-color: #107cd5;
}

.callout--primary .callout__title {
    color: #107cd5;
  }

[dir] .callout--dashed {
  border-style: dashed;
  border-width: 1px;
}

.ra {
  position: absolute;
  top: auto;
  z-index: -999;
  display: flex;
  overflow: hidden;
  font-size: 14px;
  color: white;
  align-items: center;
  justify-content: center;
}

[dir] .ra {
  padding: 20px;
  margin: 20px;
  background-color: black;
}

[dir=ltr] .ra {
    left: -999px;
}

[dir=rtl] .ra {
  right: -999px;
}

.ra:focus,
.ra:active {
  top: auto;
  z-index: 999;
  overflow: auto;
  text-decoration: none;
}

[dir] .ra:focus, [dir] .ra:active {
  text-align: center;
}

[dir=ltr] .ra:focus, [dir=ltr] .ra:active {
    left: auto;
}

[dir=rtl] .ra:focus, [dir=rtl] .ra:active {
  right: auto;
}

/* ==========================================================================
  Notification
  ========================================================================== */

.rb {
  display: table;
  width: 100%;
  font-family: sans-serif;
  font-size: 12px;
  color: #555;
  transition: height 0.2s;
}

[dir] .rb {
  padding: 13px 15px;
  border: 1px solid;
}

.rb a {
  color: #158ec2;
}

.rc {
  max-width: 980px;
}

[dir] .rc {
  padding: 0 20px;
  margin: 0 auto;
}

.rd,
.re,
.rf {
  display: table-cell;
  vertical-align: middle;
}

.re {
  width: 100%;
}

[dir] .re {
  padding: 0 15px;
}

.rb + .rb {
  position: relative;
  top: -1px;
}

[dir] .rb + .rb {
  margin-bottom: -1px;
}

/* Error */

[dir] .rg {
  background: #ffeded;
  border-color: #f7cbcb;
}

[dir] .rg .rd:before, [dir] .rg .rh.rg: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] .ri {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

[dir] .ri .rd:before, [dir] .ri .rh.rg: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 */

.rj {
  color: #ad5e18;
}

[dir] .rj {
  background: #fff8ed;
  border-color: #fcdba9;
}

[dir] .rj .rd:before, [dir] .rj .rh.rg: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");
}

.rd:before,
.rh.rg:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  content: "";
}

[dir] .rd:before, [dir] .rh.rg:before {
  background-size: cover;
}

/* Dismiss button */

.rf,
a.rf {
  color: #555;
  text-decoration: none !important;
  opacity: 0.6;
  transition: opacity 100ms ease;
}

[dir] .rf, [dir] a.rf {
  cursor: pointer;
}

.rf:hover {
  opacity: 1;
}

/* Inline notifications */

.rh {
  position: relative;
  line-height: 14px;
  vertical-align: middle;
}

[dir] .rh {
  padding: 5px;
  margin-top: 5px;
  border-radius: 4px;
}

[dir=ltr] .rh {
    text-align: left;
}

[dir=rtl] .rh {
  text-align: right;
}

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

.rh[aria-hidden="true"] {
  display: none;
}

[dir] .rh.rg: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] .rh.rg:before {
    margin: -2px 5px 0 0;
}

[dir=rtl] .rh.rg:before {
  margin: -2px 0 0 5px;
}

[dir="rtl"] .rh.rg:before {
  margin: 0 0 0 5px;
}

.rh.rg {
  color: #cc3340;
}

[dir] .rh.rg {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
}

[dir] .rh.rk {
  padding: 13px 15px;
  margin-bottom: 25px;
}

[dir=ltr] .rl {
    padding-left: 0;
    text-align: left;
}

[dir=rtl] .rl {
  padding-right: 0;
  text-align: right;
}

/* ==========================================================================
  Community
  ========================================================================== */

.community-nav {
  font-size: calc(16px * 1.25);
}

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

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

[dir=ltr] .rm + .rm {
    margin-left: 12px;
  }

[dir=rtl] .rm + .rm {
    margin-right: 12px;
  }

.rm.is-active {
    font-weight: 600;
  }

/* 
  .rn {
    float: right;
  } */

.vote {
  width: 100%;
  max-width: 40px;
}

.vote [aria-selected="true"] {
    z-index: 2;
  }

.vote-sum {
  display: block;
  font-weight: 600;
}

[dir] .vote-sum {
  padding-top: calc(16px * 1.5 / 4);
  padding-bottom: calc(16px * 1.5 / 4);
  text-align: center;
}

.vote-control {
  position: relative;

  z-index: 1;
  display: block !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #2c2d30;
}

[dir] .vote-control {
  border-color: #eceeef;
}

.vote-control:hover,
  .vote-control:active {
    z-index: 2;
  }

[dir] .vote-control--active {
    border-color: #107cd5;
  }

[dir] .ro {
  padding-top: calc(16px * 1.5 * 2);
}

@media (min-width: 768px) {

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

[dir=ltr] .rp:nth-child(2n + 1) {
    clear: left;
  }

[dir=rtl] .rp:nth-child(2n + 1) {
    clear: right;
  }

[dir] .rq {
  padding: calc(16px * 1.5) 12px;
  margin-bottom: calc(16px * 1.5);
  border: 2px solid #eceeef;
  border-radius: 4px;
}

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

[dir] .rs {
  padding-top: calc(16px * 1.5 * 2);
  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: 2px solid #eceeef;
}

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

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

@media (max-width: 767px) {

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

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

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

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

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

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

.rx {
  display: flex;
}

.rx .dropdown {
    display: inline-block;
    vertical-align: middle;
  }

[dir=ltr] .rx .u {
    margin-right: 10px;
  }

[dir=rtl] .rx .u {
    margin-left: 10px;
  }

@media (min-width: 768px) {

.ry {
    white-space: nowrap
}

[dir=ltr] .ry {
        float: right
}

[dir=rtl] .ry {
    float: left
}
  }

.ry .dropdown {
    display: inline-block;
    vertical-align: middle;
  }

[dir] .rz {
  padding-top: calc(16px * 1.5 * 2);
}

@media (min-width: 768px) {

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

.post {
  position: relative;
}

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

.sa {
  display: table;
  width: 100%;
}

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

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

.sc {
  width: 100%;
}

[dir=ltr] .sc {
    padding-right: 12px;
}

[dir=rtl] .sc {
  padding-left: 12px;
}

@media (min-width: 768px) {

.sd {
    width: 95%
}

[dir=ltr] .sd {
        margin-right: auto;
        margin-left: auto
}

[dir=rtl] .sd {
    margin-left: auto;
    margin-right: auto
}
  }

@media (min-width: 992px) {

.sd {
    width: 85%
}
  }

.se {
  word-wrap: break-word;
}

.sf {
  font-size: 18px;
  word-break: break-word;
}

[dir=ltr] .sf {
    padding-right: calc(40px + (10px * 4));
}

[dir=rtl] .sf {
  padding-left: calc(40px + (10px * 4));
}

.sf ul {
    list-style: disc;
  }

[dir=ltr] .sf ul, [dir=ltr] .sf ol {
    padding-left: 20px;
  }

[dir=rtl] .sf ul, [dir=rtl] .sf ol {
    padding-right: 20px;
  }

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

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

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

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

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

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

.sg {
  position: absolute;
  top: 0;
  width: 40px;
}

[dir] .sg {
  text-align: center;
}

[dir=ltr] .sg {
    right: 0;
}

[dir=rtl] .sg {
  left: 0;
}

[dir] .sh {
  padding-top: 8px;
}

.sh button {
  display: flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
}

[dir] .sh button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

[dir=ltr] .sh button {
    margin-right: auto;
    margin-left: auto;
}

[dir=rtl] .sh button {
  margin-left: auto;
  margin-right: auto;
}

[dir] .si {
  padding-top: calc(10px * 3);
  text-align: center;
  border-top: 1px solid #eceeef;
}

[dir] .sj {
  padding: calc(16px * 1.5 / 2) 15px;
  background-color: #eceeef;
}

.sk {
  font-size: calc(16px * 1.1);
  font-weight: 600;
}

[dir] .post + .lf {
  padding-top: calc(10px * 3);
  margin-top: calc(10px * 3);
  border-top: 1px solid #eceeef;
}

[dir] .sl {
  padding-top: calc(16px * 1.5 * 2);
}

@media (min-width: 768px) {

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

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

@media (min-width: 768px) {

.post-list-item {
    display: table;
    width: 100%
}
  }

[dir] .post-list-item + .post-list-item {
    padding-top: calc(16px * 1.5);
    border-top: 2px solid #eceeef;
  }

.sm {
  font-size: calc(16px * 1.5);
}

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

.sm .fa-star {
    position: relative;
    top: -4px;
    font-size: 50%;
  }

@media (min-width: 768px) {

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

@media (min-width: 768px) {

.so {
    width: 60%
}
  }

@media (min-width: 768px) {

.sp {
    width: 40%
}

[dir=ltr] .sp {
        text-align: right
}

[dir=rtl] .sp {
    text-align: left
}
  }

.sq {
  font-size: calc(16px - 2px);
  color: #979797;
}

@media (min-width: 768px) {

.sq {
    min-width: 90px
}

[dir] .sq {
    padding: 6px 12px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 4px
}

[dir=ltr] .sq {
        float: right
}

[dir=rtl] .sq {
    float: left
}
  }

@media (min-width: 768px) {

.sr {
    display: block;
    font-weight: 600;
    color: #2c2d30
}
  }

[dir=ltr] .sq + .sq {
    margin-right: 12px;
}

[dir=rtl] .sq + .sq {
  margin-left: 12px;
}

@media (max-width: 767px) {
    .sq + .sq:before {
      font-size: 10px;
      content: "\2022";
    }
    [dir=ltr] .sq + .sq:before {
        margin-right: calc(12px / 2);
    }
    [dir=rtl] .sq + .sq: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: #0c9;
}

[dir] .post-status--planned {
  background-color: #12b886;
}

.post-status--not-planned {
  color: #2c2d30;
}

[dir] .post-status--not-planned {
  background-color: #eceeef;
}

[dir] .ss {
  padding-top: calc(16px * 1.5 * 2);
}

@media (min-width: 768px) {

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

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

/* ==========================================================================
  Extensions
  ========================================================================== */

.su,
.sv .sw {
  font-size: 14px !important;
}

.block-list__items {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.dropdown-toggle.btn.btn--default {
  color: #107cd5;
}

.recent-articles-title {
  font-size: calc(16px * 1.5);
}