/* Reset the box-sizing */

*,
  *:before,
  *:after,
  input,
  input:before,
  input:after,
  select,
  select:before,
  select:after,
  textarea,
  textarea:before,
  textarea:after,
  input[type="search"],
  input[type="search"]:before,
  input[type="search"]:after {
    box-sizing: border-box;
  }

html,
body {
  height: 100%;
}

/* Body reset */

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

body {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 1.45;
  color: #373C50;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

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

body.a {
    overflow: hidden;
  }

.b {
  position: fixed;
  top: 0;
  z-index: 98;
  display: block;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

[dir] .b {
  background: #F2F7F7;
}

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

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

.a .b {
    visibility: visible;
    opacity: 0.7;
  }

/* Reset fonts for relevant elements */

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

input:focus,
  input:active,
  button:focus,
  button:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active {
    outline: none;
  }

/* Placeholder */

::-webkit-input-placeholder {
  /* Chrome */
  color: #373C50;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #373C50;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #373C50;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #373C50;
  opacity: 1;
}

/* Links */

a {
  color: #05C896;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover,
  a:focus {
    color: #037d5e;
    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;
}

/* Headings */

h1 {
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  font-weight: 600;
  line-height: 1.2;
}

.h1 {
  font-weight: 600;
  line-height: 1.2;
}

.h2 {
  font-weight: 600;
  line-height: 1.2;
}

.h3 {
  font-weight: 600;
  line-height: 1.2;
}

.h4 {
  font-weight: 600;
  line-height: 1.2;
}

.h5 {
  font-weight: 600;
  line-height: 1.2;
}

.h6 {
  font-weight: 600;
  line-height: 1.2;
}

.wysiwyg-font-size-x-large {
  font-weight: 600;
  line-height: 1.2;
}

.wysiwyg-font-size-large {
  font-weight: 600;
  line-height: 1.2;
}

.wysiwyg-font-size-medium {
  font-weight: 600;
  line-height: 1.2;
}

[dir] h1 {
  margin: 0 0 calc(18px * 1.45);
}

[dir] h2 {
  margin: 0 0 calc(18px * 1.45);
}

[dir] h3 {
  margin: 0 0 calc(18px * 1.45);
}

[dir] h4 {
  margin: 0 0 calc(18px * 1.45);
}

[dir] h5 {
  margin: 0 0 calc(18px * 1.45);
}

[dir] h6 {
  margin: 0 0 calc(18px * 1.45);
}

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

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

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

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

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

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

[dir] p {
  margin: 0 0 calc(18px * 1.45);
}

[dir] .wysiwyg-font-size-x-large {
  margin: 0 0 calc(18px * 1.45);
}

[dir] .wysiwyg-font-size-large {
  margin: 0 0 calc(18px * 1.45);
}

[dir] .wysiwyg-font-size-medium {
  margin: 0 0 calc(18px * 1.45);
}

[dir] ul {
  margin: calc(18px * 1.45) 0;
}

[dir] ol {
  margin: calc(18px * 1.45) 0;
}

h1 {
  font-size: calc(18px * 2.11);
}

.h1 {
  font-size: calc(18px * 2.11);
}

h2 {
  font-size: calc(18px * 2);
}

.h2 {
  font-size: calc(18px * 2);
}

.wysiwyg-font-size-x-large {
  font-size: calc(18px * 2);
}

h3 {
  font-size: calc(18px * 1.45);
}

.h3 {
  font-size: calc(18px * 1.45);
}

.wysiwyg-font-size-large {
  font-size: calc(18px * 1.45);
}

h4 {
  font-size: calc(18px * 1.21);
}

.h4 {
  font-size: calc(18px * 1.21);
}

.wysiwyg-font-size-medium {
  font-size: calc(18px * 1.21);
}

h5 {
  font-size: calc(18px * 1.11);
}

.h5 {
  font-size: calc(18px * 1.11);
}

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

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

b,
strong {
  font-weight: 600;
}

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

/* Description Lists */

[dir] dl {
  margin-top: 0;
  margin-bottom: calc(18px * 1.45);
}

dt {
  line-height: 1.45;
}

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

dd {
  line-height: 1.45;
}

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

dt {
  font-weight: bold;
}

dd { /* Undo browser default */
}

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

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

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

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

.dl-horizontal dt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

@media (min-width: 768px) {

.dl-horizontal dt {
      width: 30%;
  }

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

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

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

@media (min-width: 768px) {

.dl-horizontal dd {
      width: 70%
  }

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

[dir=rtl] .dl-horizontal dd {
      float: left
  }
    }

/* Abbreviations and acronyms */

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

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

/* Blockquotes */

blockquote {
  font-family: 'Lato', sans-serif;
  font-style: italic;
}

[dir] blockquote {
  padding: calc(18px * 1.45 / 2)
    calc(18px * 1.45);
  margin: 0 0 calc(18px * 1.45);
  background-color: #f7f7f9;
}

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

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

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

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

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

/* Code */

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

/*  Addresses */

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Components */

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

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

@media (min-width: 768px) {

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

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

.j {
  max-width: 1200px;
}

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

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

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

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

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

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

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

.m {
  width: 8.33333%;
}

.n {
  width: 16.66667%;
}

.o {
  width: 25%;
}

.p {
  width: 33.33333%;
}

.q {
  width: 41.66667%;
}

.r {
  width: 50%;
}

.s {
  width: 58.33333%;
}

.t {
  width: 66.66667%;
}

.u {
  width: 75%;
}

.v {
  width: 83.33333%;
}

.w {
  width: 91.66667%;
}

.y {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .an {
    width: 16.66667%;
  }

  .ao {
    width: 25%;
  }

  .ap {
    width: 33.33333%;
  }

  .aq {
    width: 41.66667%;
  }

  .ar {
    width: 50%;
  }

  .as {
    width: 58.33333%;
  }

  .at {
    width: 66.66667%;
  }

  .au {
    width: 75%;
  }

  .av {
    width: 83.33333%;
  }

  .aw {
    width: 91.66667%;
  }

  .ax {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .bm {
    width: 16.66667%;
  }

  .bn {
    width: 25%;
  }

  .bo {
    width: 33.33333%;
  }

  .bp {
    width: 41.66667%;
  }

  .bq {
    width: 50%;
  }

  .br {
    width: 58.33333%;
  }

  .bs {
    width: 66.66667%;
  }

  .bt {
    width: 75%;
  }

  .bu {
    width: 83.33333%;
  }

  .bv {
    width: 91.66667%;
  }

  .bw {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .ck {
    width: 16.66667%;
  }

  .cl {
    width: 25%;
  }

  .cm {
    width: 33.33333%;
  }

  .cn {
    width: 41.66667%;
  }

  .co {
    width: 50%;
  }

  .cp {
    width: 58.33333%;
  }

  .cq {
    width: 66.66667%;
  }

  .cr {
    width: 75%;
  }

  .cs {
    width: 83.33333%;
  }

  .ct {
    width: 91.66667%;
  }

  .cu {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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(18px - 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: 6px;
  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;
}

.ei {
  bottom: 100%;
}

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

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

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

.ej {
  font-size: calc(18px - 2px);
  font-weight: 600;
  line-height: 1.45;
  color: #fff;
}

[dir] .ej {
  padding: 0;
  border: 0;
}

@media (min-width: 1200px) {

.ek {
    display: none !important
}
  }

@media (min-width: 992px) and (max-width: 1199px) {

.el {
    display: none !important
}
  }

@media (min-width: 768px) and (max-width: 991px) {

.em {
    display: none !important
}
  }

@media (min-width: 480px) and (max-width: 767px) {

.en {
    display: none !important
}
  }

@media (max-width: 479px) {

.eo {
    display: none !important
}
  }

.btn {
  display: inline-block;
  overflow: hidden;
  font-size: calc(18px - 4px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.1px;
  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: 9px 16px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

input[type="submit"] {
  display: inline-block;
  overflow: hidden;
  font-size: calc(18px - 4px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.1px;
  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: 9px 16px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

.section-subscribe button {
  display: inline-block;
  overflow: hidden;
  font-size: calc(18px - 4px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.1px;
  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: 9px 16px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

.article-subscribe button {
  display: inline-block;
  overflow: hidden;
  font-size: calc(18px - 4px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.1px;
  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: 9px 16px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

.ep button {
  display: inline-block;
  overflow: hidden;
  font-size: calc(18px - 4px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.1px;
  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] .ep button {
  padding: 9px 16px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

.eq .er button {
  display: inline-block;
  overflow: hidden;
  font-size: calc(18px - 4px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.1px;
  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] .eq .er button {
  padding: 9px 16px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

.es button {
  display: inline-block;
  overflow: hidden;
  font-size: calc(18px - 4px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.1px;
  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] .es button {
  padding: 9px 16px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

.et a {
  display: inline-block;
  overflow: hidden;
  font-size: calc(18px - 4px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.1px;
  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] .et a {
  padding: 9px 16px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

.eu {
  display: inline-block;
  overflow: hidden;
  font-size: calc(18px - 4px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.1px;
  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] .eu {
  padding: 9px 16px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

.ev {
  display: inline-block;
  overflow: hidden;
  font-size: calc(18px - 4px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.1px;
  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] .ev {
  padding: 9px 16px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

.ew {
  display: inline-block;
  overflow: hidden;
  font-size: calc(18px - 4px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.1px;
  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] .ew {
  padding: 9px 16px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

.ex {
  display: inline-block;
  overflow: hidden;
  font-size: calc(18px - 4px);
  font-weight: 600;
  line-height: 1.45;
  letter-spacing: 0.1px;
  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] .ex {
  padding: 9px 16px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

.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, .ep button:focus, .ep button:active:focus, .eq .er button:focus, .eq .er button:active:focus, .es button:focus, .es button:active:focus, .et a:focus, .et a:active:focus, .eu:focus, .eu:active:focus, .ev:focus, .ev:active:focus, .ew:focus, .ew:active:focus, .ex:focus, .ex:active:focus {
      outline: none;
    }

.btn:hover {
    text-decoration: none;
  }

[dir] .btn:hover {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.btn:focus {
    text-decoration: none;
  }

[dir] .btn:focus {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

input[type="submit"]:hover {
    text-decoration: none;
  }

[dir] input[type="submit"]:hover {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

input[type="submit"]:focus {
    text-decoration: none;
  }

[dir] input[type="submit"]:focus {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.section-subscribe button:hover {
    text-decoration: none;
  }

[dir] .section-subscribe button:hover {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.section-subscribe button:focus {
    text-decoration: none;
  }

[dir] .section-subscribe button:focus {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.article-subscribe button:hover {
    text-decoration: none;
  }

[dir] .article-subscribe button:hover {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.article-subscribe button:focus {
    text-decoration: none;
  }

[dir] .article-subscribe button:focus {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.ep button:hover {
    text-decoration: none;
  }

[dir] .ep button:hover {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.ep button:focus {
    text-decoration: none;
  }

[dir] .ep button:focus {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.eq .er button:hover {
    text-decoration: none;
  }

[dir] .eq .er button:hover {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.eq .er button:focus {
    text-decoration: none;
  }

[dir] .eq .er button:focus {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.es button:hover {
    text-decoration: none;
  }

[dir] .es button:hover {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.es button:focus {
    text-decoration: none;
  }

[dir] .es button:focus {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.et a:hover {
    text-decoration: none;
  }

[dir] .et a:hover {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.et a:focus {
    text-decoration: none;
  }

[dir] .et a:focus {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.eu:hover {
    text-decoration: none;
  }

[dir] .eu:hover {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.eu:focus {
    text-decoration: none;
  }

[dir] .eu:focus {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.ev:hover {
    text-decoration: none;
  }

[dir] .ev:hover {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.ev:focus {
    text-decoration: none;
  }

[dir] .ev:focus {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.ew:hover {
    text-decoration: none;
  }

[dir] .ew:hover {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.ew:focus {
    text-decoration: none;
  }

[dir] .ew:focus {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.ex:hover {
    text-decoration: none;
  }

[dir] .ex:hover {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.ex:focus {
    text-decoration: none;
  }

[dir] .ex:focus {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.btn:active {
    outline: none;
  }

[dir] .btn:active {
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(55, 60, 80, 0.15);
  }

input[type="submit"]:active {
    outline: none;
  }

[dir] input[type="submit"]:active {
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(55, 60, 80, 0.15);
  }

.section-subscribe button:active {
    outline: none;
  }

[dir] .section-subscribe button:active {
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(55, 60, 80, 0.15);
  }

.article-subscribe button:active {
    outline: none;
  }

[dir] .article-subscribe button:active {
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(55, 60, 80, 0.15);
  }

.ep button:active {
    outline: none;
  }

[dir] .ep button:active {
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(55, 60, 80, 0.15);
  }

.eq .er button:active {
    outline: none;
  }

[dir] .eq .er button:active {
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(55, 60, 80, 0.15);
  }

.es button:active {
    outline: none;
  }

[dir] .es button:active {
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(55, 60, 80, 0.15);
  }

.et a:active {
    outline: none;
  }

[dir] .et a:active {
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(55, 60, 80, 0.15);
  }

.eu:active {
    outline: none;
  }

[dir] .eu:active {
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(55, 60, 80, 0.15);
  }

.ev:active {
    outline: none;
  }

[dir] .ev:active {
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(55, 60, 80, 0.15);
  }

.ew:active {
    outline: none;
  }

[dir] .ew:active {
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(55, 60, 80, 0.15);
  }

.ex:active {
    outline: none;
  }

[dir] .ex:active {
    background-image: none;
    box-shadow: inset 0 1px 3px rgba(55, 60, 80, 0.15);
  }

.btn--default,
.section-subscribe button,
.article-subscribe button,
.ep button,
.eq .er button,
.es button,
.et a,
.eu,
.ev,
.ew,
.ex {
  color: #373C50;
}

[dir] .btn--default, [dir] .section-subscribe button, [dir] .article-subscribe button, [dir] .ep button, [dir] .eq .er button, [dir] .es button, [dir] .et a, [dir] .eu, [dir] .ev, [dir] .ew, [dir] .ex {
  background-color: #fff;
  border-color: #eceeef;
}

.btn--default:hover,
  .btn--default:focus,
  .btn--default:active,
  .section-subscribe button:hover,
  .section-subscribe button:focus,
  .section-subscribe button:active,
  .article-subscribe button:hover,
  .article-subscribe button:focus,
  .article-subscribe button:active,
  .ep button:hover,
  .ep button:focus,
  .ep button:active,
  .eq .er button:hover,
  .eq .er button:focus,
  .eq .er button:active,
  .es button:hover,
  .es button:focus,
  .es button:active,
  .et a:hover,
  .et a:focus,
  .et a:active,
  .eu:hover,
  .eu:focus,
  .eu:active,
  .ev:hover,
  .ev:focus,
  .ev:active,
  .ew:hover,
  .ew:focus,
  .ew:active,
  .ex:hover,
  .ex:focus,
  .ex:active {
    color: #1e212c;
  }

[dir] .btn--default:hover, [dir] .btn--default:focus, [dir] .btn--default:active, [dir] .section-subscribe button:hover, [dir] .section-subscribe button:focus, [dir] .section-subscribe button:active, [dir] .article-subscribe button:hover, [dir] .article-subscribe button:focus, [dir] .article-subscribe button:active, [dir] .ep button:hover, [dir] .ep button:focus, [dir] .ep button:active, [dir] .eq .er button:hover, [dir] .eq .er button:focus, [dir] .eq .er button:active, [dir] .es button:hover, [dir] .es button:focus, [dir] .es button:active, [dir] .et a:hover, [dir] .et a:focus, [dir] .et a:active, [dir] .eu:hover, [dir] .eu:focus, [dir] .eu:active, [dir] .ev:hover, [dir] .ev:focus, [dir] .ev:active, [dir] .ew:hover, [dir] .ew:focus, [dir] .ew:active, [dir] .ex:hover, [dir] .ex:focus, [dir] .ex:active {
    background-color: #fff;
    border-color: #cbd0d3;
  }

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

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

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

[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: #048c69;
    border-color: #048c69;
  }

.ey {
  font-size: calc(18px - 2px);
  color: #fff;
}

[dir] .ey {
  padding: calc(18px * 1.45 / 2);
  background-color: transparent;
  box-shadow: none !important;
}

@media (max-width: 991px) {

.ey {
    font-size: 18px
}
  }

.ey:hover,
  .ey:focus,
  .ey:active {
    color: #fff;
    opacity: 0.6;
  }

[dir] .ey:hover, [dir] .ey:focus, [dir] .ey:active {
    background-color: transparent;
  }

[dir] .ez {
  border-color: rgba(255, 255, 255, 0.3);
}

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

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

@media (max-width: 1199px) {

.ez {
    width: 100%
}

[dir] .ez {
    margin: 0 0 14px
}
  }

@media (max-width: 991px) {

[dir] .fb {
    margin: 20px 0 0
}
  }

.fc {
  font-size: calc(18px - 2px);
  color: #05C896;
}

[dir] .fc {
  padding: calc(18px * 1.45 / 2)
    calc(18px * 1.45 * 1.85);
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.15);
}

@media (max-width: 991px) {

.fc {
    width: 100%;
    font-size: 18px
}

[dir] .fc {
    margin: 0
}
  }

.fc:hover {
    color: #373C50;
  }

[dir] .fc:hover {
    border-color: transparent;
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.fc:focus {
    color: #373C50;
  }

[dir] .fc:focus {
    border-color: transparent;
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.fc:active {
    color: #373C50;
  }

[dir] .fc:active {
    border-color: transparent;
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.fd button {
  position: relative;
}

[dir=ltr] .fd button {
    padding-left: calc(18px * 1.45 * 1.3);
}

[dir=rtl] .fd button {
  padding-right: calc(18px * 1.45 * 1.3);
}

.article-subscribe button {
  position: relative;
}

[dir=ltr] .article-subscribe button {
    padding-left: calc(18px * 1.45 * 1.3);
}

[dir=rtl] .article-subscribe button {
  padding-right: calc(18px * 1.45 * 1.3);
}

.fd button:before, .article-subscribe button:before {
    position: absolute;
    top: 48%;
    display: block;
    font-size: 26px;
    line-height: 1;
    color: #05C896;
    content: "+";
  }

[dir] .fd button:before, [dir] .article-subscribe button:before {
    transform: translateY(-50%);
  }

[dir=ltr] .fd button:before, [dir=ltr] .article-subscribe button:before {
    left: 9px;
    margin-right: 5px;
  }

[dir=rtl] .fd button:before, [dir=rtl] .article-subscribe button:before {
    right: 9px;
    margin-left: 5px;
  }

[dir] .callout {
  padding: calc(18px * 1.45) 20px;
  margin-bottom: calc(18px * 1.45);
  background-color: #eceeef;
}

[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: #373C50;
}

[dir] .callout--success {
  background-color: #d1fff4;
  border-color: #0c9;
}

.callout--success .callout__title {
    color: #0c9;
  }

.callout--info {
  color: #373C50;
}

[dir] .callout--info {
  background-color: #e3f4f9;
  border-color: #5bc0de;
}

.callout--info .callout__title {
    color: #5bc0de;
  }

.callout--warning {
  color: #373C50;
}

[dir] .callout--warning {
  background-color: #fffbf3;
  border-color: #fad782;
}

.callout--warning .callout__title {
    color: #fad782;
  }

.callout--danger {
  color: #373C50;
}

[dir] .callout--danger {
  background-color: #fff5f5;
  border-color: #ff5252;
}

.callout--danger .callout__title {
    color: #ff5252;
  }

.callout--primary {
  color: #373C50;
}

[dir] .callout--primary {
  background-color: #d3fef3;
  border-color: #05C896;
}

.callout--primary .callout__title {
    color: #05C896;
  }

[dir] .callout--dashed {
  border-style: dashed;
  border-width: 1px;
}

.fe {
  position: relative;
  z-index: 99;
  width: 100%;
  color: #fff;
}

[dir] .fe {
  margin-bottom: calc(18px * 1.45);
  background-color: #05C896;
}

@media (min-width: 1200px) {

[dir] .fe {
    margin-bottom: calc(18px * 1.45 * 2)
}
  }

[dir] .ff {
  border-color: $topbar_border_color transparent #eee transparent;
  border-style: solid;
  border-width: 4px 0 1px;
}

.fg {
  width: 100%;
}

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

@media (min-width: 1200px) {

.fg {
    display: flex;
    align-items: center;
}
  }

.fh {
  position: relative;
}

@media (max-width: 1199px) {

[dir] .fh {
    padding: calc(18px * 1.45) 0
}
  }

@media (min-width: 1200px) {

[dir] .fh {
    padding: calc(18px * 1.45 / 2) 0
}
  }

@media (min-width: 1200px) {

[dir=ltr] .fi {
        float: right
}

[dir=rtl] .fi {
    float: left
}
  }

@media (max-width: 1199px) {

.fi {
    width: 100%;
    max-width: 266px
}

[dir] .fi {
    margin: 0 auto;
    text-align: center
}
  }

@media (max-width: 1199px) {

[dir] .fi > * + * {
    margin-top: 16px
}
  }

@media (min-width: 768px) {

[dir=ltr] .fi > * + * {
        margin-left: 16px
}

[dir=rtl] .fi > * + * {
    margin-right: 16px
}
  }

@media (max-width: 1199px) {

.fj {
    display: none
}

[dir] .fj {
    padding-top: calc(18px * 1.45 / 2);
    padding-bottom: calc(18px * 1.45)
}
  }

@media (min-width: 1200px) {

.fj {
    display: block !important
}
  }

@media (max-width: 1199px) {

.fk {
    position: absolute;
    width: 100%
}

[dir] .fk {
    padding: 0 15px;
    background: #05be8f
}

[dir=ltr] .fk {
        left: 0
}

[dir=rtl] .fk {
    right: 0
}
  }

@media (min-width: 1200px) {

.fk {
    flex: 1 1 100px
}
  }

@media (min-width: 1200px) {
  [dir] .fh {
    padding: 30px 0;
  }
}

@media (min-width: 1200px) {

[dir=ltr] .fl {
        margin-right: calc(18px * 1.45 * 2.6)
}

[dir=rtl] .fl {
    margin-left: calc(18px * 1.45 * 2.6)
}
  }

.fm {
  display: block;
}

[dir] .fm {
  padding: 0;
}

@media (min-width: 1200px) {

[dir] .fm {
    margin: 0
}

[dir=ltr] .fm {
        float: left
}

[dir=rtl] .fm {
    float: right
}
  }

@media (max-width: 1199px) {

.fm {
    display: flex;
    width: 100%;
    max-width: 400px;
    justify-content: center;
    flex-wrap: wrap
}

[dir] .fm {
    margin: 0 auto 10px
}
  }

.fm li {
    display: block;

    list-style: none;
  }

[dir] .fm li {
    padding: 2px 0 0;
  }

[dir=ltr] .fm li {
    float: left;
  }

[dir=rtl] .fm li {
    float: right;
  }

@media (min-width: 1200px) {

[dir=ltr] .fm li {
        margin-left: calc(18px * 1.45 * 1.5)
  }

[dir=rtl] .fm li {
      margin-right: calc(18px * 1.45 * 1.5)
  }

      [dir=ltr] .fm li:first-child {
        margin-left: 0;
      }

      [dir=rtl] .fm li:first-child {
        margin-right: 0;
      }
    }

@media (max-width: 1199px) {

[dir] .fm li {
      margin: 0 calc(18px * 1.45 * 0.75)
  }
    }

.fm li a {
      display: inline-block;
      font-weight: 600;
      color: #fff;
      transition: opacity 0.2s;
    }

[dir] .fm li a {
      padding: calc(18px * 1.45 / 2) 0;
    }

@media (min-width: 1200px) {

.fm li a {
        font-size: calc(18px - 2px)
    }
      }

@media (max-width: 1199px) {

.fm li a {
        font-size: 18px
    }
      }

.fm li a:hover {
        opacity: 0.6;
      }

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

.logo img {
    display: block;
    height: 30px !important;
  }

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

[dir] .fo {
  margin: 0;
}

@media (max-width: 767px) {

.fo {
    display: none
}
  }

.hero-unit {
  position: relative;
  z-index: 2;
}

[dir] .hero-unit {
  margin-top: calc(18px * 1.45 * -1);
  background-color: #05C896;
}

@media (min-width: 1200px) {

[dir] .hero-unit {
    margin-top: calc(18px * 1.45 * -2)
}

    .hero-unit .k {
      flex-wrap: nowrap;
    }
  }

@media (min-width: 992px) {

[dir] .hero-unit .search-box {
      margin-top: 5%
  }
    }

@media (max-width: 991px) {

[dir] .hero-unit .search-box {
      margin-top: 40px
  }
    }

.fp:after {
    position: absolute;
    bottom: 0;
    z-index: -1;
    display: block;
    width: 100vw;
    height: 20px;
    content: "";
  }

[dir] .fp:after {
    background: #F2F7F7;
  }

[dir=ltr] .fp:after {
    left: 0;
  }

[dir=rtl] .fp:after {
    right: 0;
  }

@media (min-width: 992px) {

.fq {
    display: flex;
    align-items: center
}
  }

@media (max-width: 991px) {

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

.fr {
  font-size: calc(calc(18px * 2.11) * 1.38);
  font-weight: 600;
  line-height: calc(1.45 - 0.22);
  color: #ffffff;
}

@media (min-width: 992px) {

[dir] .fr {
    margin-bottom: 2%
}
  }

@media (max-width: 991px) {

[dir] .fr {
    margin-bottom: 30px
}
  }

.fr .fs {
    position: relative;
    z-index: 2;
    display: inline-block;
  }

[dir=ltr] .fr .fs {
    text-shadow: 3px 0 0 #05C896, -3px 0 0 #05C896;
  }

[dir=rtl] .fr .fs {
    text-shadow: -3px 0 0 #05C896, 3px 0 0 #05C896;
  }

.fr .fs:before {
      position: absolute;
      bottom: 5px;
      z-index: -1;
      display: block;
      width: 100%;
      height: 3px;
      content: "";
    }

[dir] .fr .fs:before {
      background: #fff;
    }

[dir=ltr] .fr .fs:before {
    left: 0;
    }

[dir=rtl] .fr .fs:before {
      right: 0;
    }

.ft {
  max-width: 500px;
  line-height: calc(1.45 + 0.22);
  /* opacity: 0.7; */
  color: #366d68;
}

@media (max-width: 991px) {

[dir] .ft {
    margin: 0 auto 30px
}
  }

@media (min-width: 992px) {

[dir=ltr] .fu {
        text-align: right
}

[dir=rtl] .fu {
    text-align: left
}
  }

@media (max-width: 991px) {

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

.fv {
  max-width: 95%;
}

.lines-button {
  width: calc(27px + 16px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.3s;
}

[dir] .lines-button {
  padding: 8px;
  cursor: pointer;
  background-color: transparent !important;
  border: 0;
  box-shadow: none !important;
}

[dir=ltr] .lines-button {
    float: right;
}

[dir=rtl] .lines-button {
  float: left;
}

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

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

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

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

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

/*common to all three-liners */

.lines,
  .lines:before,
  .lines:after {
    display: block;
    height: 2px;
    transition: 0.3s;
  }

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

.lines {
  position: relative;
  width: 22px;
}

[dir=ltr] .lines {
    margin: 8px 0 8px 5px;
}

[dir=rtl] .lines {
  margin: 8px 5px 8px 0;
}

.lines:before,
  .lines:after {
    position: absolute;
    width: 27px;
    content: "";
  }

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

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

.lines:before {
    top: 8px;
  }

.lines:after {
    bottom: 8px;
  }

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

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

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

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

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

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

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

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

.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: #05C896;
  border: 2px solid #F2F7F7;
  border-radius: 100%;
}

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

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

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

.fw {
  width: 48px;
  height: 48px;
}

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

[dir=ltr] .fx {
    margin-right: 8px;
}

[dir=rtl] .fx {
  margin-left: 8px;
}

.search-box {
  position: relative;
}

[dir] .search-box {
  clear: both;
}

.search-box svg {
    position: absolute;
    top: 50%;
    display: block;
    width: 25px;
    height: 26px;
    fill: #05C896;
  }

[dir] .search-box svg {
    transform: translateY(-50%);
  }

@media (min-width: 992px) {

[dir=ltr] .search-box svg {
        left: 30px
  }

[dir=rtl] .search-box svg {
      right: 30px
  }
    }

@media (max-width: 991px) {

[dir=ltr] .search-box svg {
        left: 24px
  }

[dir=rtl] .search-box svg {
      right: 24px
  }
    }

.search-box .search {
    width: 100%;
  }

.search-box #query {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }

[dir] .search-box #query {
    background: #fff;
    border: none;
    border-bottom: 1px solid #eceeef;
    border-radius: 6px 6px 0 0;
  }

@media (min-width: 992px) {

.search-box #query {
      height: 95px;
      font-size: calc(18px * 1.45)
  }

[dir=ltr] .search-box #query {
        padding: 2px 10px 0 70px
  }

[dir=rtl] .search-box #query {
      padding: 2px 70px 0 10px
  }
    }

@media (max-width: 991px) {

.search-box #query {
      height: 73px;
      font-size: calc(18px * 1.21)
  }

[dir=ltr] .search-box #query {
        padding: 2px 10px 0 60px
  }

[dir=rtl] .search-box #query {
      padding: 2px 60px 0 10px
  }
    }

[dir] .search-box.fy #query {
      border-bottom: none;
      border-radius: 6px;
      box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
    }

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

[dir] .fz {
  background: #fff;
  border-radius: 0 0 6px 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

@media (min-width: 768px) {

[dir] .fz {
    padding: calc(15px * 2)
}

    .fz .k {
      flex-wrap: nowrap;
    }
  }

@media (max-width: 767px) {

[dir] .fz {
    padding: 0 15px 15px
}

    [dir] .fz .l {
      padding-top: 15px;
    }
  }

.ga {
  display: block;
  height: 100%;
  transition: border-color 0.3s;
}

[dir] .ga {
  text-align: center;
  background: #f7f7f9;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

[dir] .ga:hover {
    border-color: #05C896;
  }

.ga:hover .gb {
      color: #05C896;
    }

@media (min-width: 768px) {

[dir] .ga {
    padding: calc(15px * 2)
}
  }

@media (max-width: 767px) {

[dir] .ga {
    padding: 15px
}
  }

.gc {
  position: relative;
  width: 86px;
  height: 86px;
}

[dir] .gc {
  margin: calc(18px * 1.45) auto
    calc(18px * 1.45 * 1.6);
}

.gc img {
    position: absolute;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
  }

[dir=ltr] .gc img {
    left: 50%;
    transform: translate(-50%, -50%);
  }

[dir=rtl] .gc img {
    right: 50%;
    transform: translate(50%, -50%);
  }

.gc svg {
    width: 100%;
    height: 100%;
    fill: #0c9;
  }

.gb {
  font-size: calc(18px * 1.45);
  font-weight: 600;
  color: #373C50;
  transition: color 0.3s;
}

[dir] .gb {
  margin-bottom: 18px;
}

.gd {
  font-size: calc(18px * 0.89);
  color: #9aa0b9;
}

[dir] .gd {
  margin: 0;
}

@media (min-width: 992px) {

[dir] .gd {
    padding: 0 calc(15px * 2)
}
  }

@media (max-width: 767px) {

[dir] .gd {
    padding: 0 calc(15px * 2)
}
  }

@media (min-width: 768px) {

[dir] .ge {
    margin-top: calc(18px * 1.45 * 3)
}
  }

@media (max-width: 767px) {

[dir] .ge {
    margin-top: calc(18px * 1.45 * 2)
}
  }

[dir] .gf {
  margin: 0;
}

.gg {
  color: #373C50;
}

.gg:hover,
  .gg:focus,
  .gg:active {
    color: #05C896;
  }

.gh {
  font-size: calc(18px - 1px);
  color: #9aa0b9;
}

[dir] .gh {
  margin: 5px 0 calc(18px * 1.45 * 1.5);
}

@media (max-width: 767px) {

[dir] .gh {
    margin-bottom: calc(18px * 1.45)
}
  }

.section {
  overflow: hidden;
  transition: box-shadow 0.3s;
}

[dir] .section {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

@media (min-width: 768px) {

[dir] .section {
    margin-top: calc(18px * 1.45 * 0.9)
}
  }

@media (max-width: 767px) {

[dir] .section {
    margin-top: calc(18px * 1.45 * 0.8)
}
  }

[dir] .section.is-active {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.gi {
  position: relative;
}

[dir] .gi {
  cursor: pointer;
}

@media (min-width: 768px) {

[dir=ltr] .gi {
        padding: calc(18px * 1.45 * 1.15)
      calc(15px * 5)
      calc(18px * 1.45 * 1.15)
      calc(15px * 2)
}

[dir=rtl] .gi {
    padding: calc(18px * 1.45 * 1.15)
      calc(15px * 2)
      calc(18px * 1.45 * 1.15)
      calc(15px * 5)
}
  }

@media (max-width: 767px) {

[dir=ltr] .gi {
        padding: calc(18px * 1.45)
      calc(15px * 4) calc(18px * 1.45)
      15px
}

[dir=rtl] .gi {
    padding: calc(18px * 1.45)
      15px calc(18px * 1.45)
      calc(15px * 4)
}
  }

.gi:hover .gj, .gi:focus .gj, .gi:active .gj {
      color: #373C50;
    }

.gi.is-active .gk {
      color: #fff;
    }

[dir] .gi.is-active .gk {
      background: #05C896;
    }

[dir=ltr] .gi.is-active .gk {
    transform: rotate(180deg);
    }

[dir=rtl] .gi.is-active .gk {
      transform: rotate(-180deg);
    }

.gj {
  font-size: calc(18px * 1.11);
  font-weight: 500;
  color: #05C896;
  transition: color 0.3s;
}

[dir] .gj {
  margin: 0;
}

.gk {
  position: absolute;
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  font-size: calc(18px * 1.45);
  color: #05C896;
  transition: all 0.3s;
}

[dir] .gk {
  text-align: center;
  background: #d8fef4;
  border-radius: 50%;
}

[dir=ltr] .gk {
    right: calc(15px * 2);
}

[dir=rtl] .gk {
  left: calc(15px * 2);
}

.gk .fa {
    display: block;
    line-height: 30px;
  }

.article-list {
  display: none;
}

[dir] .article-list {
  margin-top: calc(15px * -1);
  margin-bottom: 0;
}

.article-list.gl {
    display: block;
  }

[dir] .article-list.gl {
    margin-top: 0;
  }

@media (min-width: 768px) {

[dir] .article-list {
    padding: 0 calc(15px * 2)
}
  }

@media (max-width: 767px) {

[dir] .article-list {
    padding: 0 15px
}
  }

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

[dir] .gm {
  padding: calc(18px * 1.45 * 0.8) 0;
  border-top: 1px solid #eceeef;
}

[dir] .gm:first-child {
    border: none;
  }

.gm .fa {
    width: 18px;
    height: 18px;
    font-size: calc(18px - 6px);
    line-height: 1.45;
    color: #05C896;
  }

[dir] .gm .fa {
    text-align: center;
    border: 1px solid #05C896;
    border-radius: 50%;
    transform: translateY(-2px);
  }

[dir=ltr] .gm .fa {
    margin-right: calc(15px / 2);
  }

[dir=rtl] .gm .fa {
    margin-left: calc(15px / 2);
  }

.gn {
  color: #4c536e;
}

.gn:hover,
  .gn:focus,
  .gn:active {
    color: #05C896;
  }

@media (min-width: 768px) {

[dir] .promoted-articles {
    margin-top: calc(18px * 1.45 * 3)
}
  }

@media (max-width: 767px) {

[dir] .promoted-articles {
    margin-top: calc(18px * 1.45 * 2)
}
  }

[dir] .go {
  margin: 0;
}

.gp {
  font-size: calc(18px - 1px);
  color: #9aa0b9;
}

[dir] .gp {
  margin: 5px 0 calc(18px * 1.45 / 3);
}

@media (max-width: 767px) {

[dir] .gp {
    margin-bottom: calc(18px * 1.45 / 4)
}
  }

@media (min-width: 768px) {

[dir] .gq .l {
    padding-top: calc(15px * 2)
}
  }

@media (max-width: 767px) {

[dir] .gq .l {
    padding-top: calc(18px * 1.45 * 0.8)
}
  }

.gr {
  width: 100%;
  height: 100%;
  transition: box-shadow 0.3s;
}

[dir] .gr {
  padding: 15px calc(15px * 2);
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

@media (max-width: 767px) {

[dir] .gr {
    padding: 15px calc(15px * 2 - 5px)
}
  }

[dir] .gr:hover {
    box-shadow: 0 6px 12px rgba(55, 60, 80, 0.08);
  }

.gs {
  display: block;
  font-size: calc(18px * 1.21);
  font-weight: 500;
}

[dir] .gs {
  margin-bottom: 5px;
}

.gt {
  font-size: calc(18px - 2px);
  color: #9aa0b9;
}

[dir] .gt {
  margin: 0;
}

.gu {
  overflow: hidden;
}

[dir] .gu {
  margin-bottom: calc(18px * 1.45 / 1.6);
}

.gv {
  width: 42px;
  height: 42px;
  overflow: hidden;
}

[dir] .gv {
  margin: 0;
  border-radius: 50%;
}

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

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

.gv img {
    display: block;
    width: 100%;
    height: 100%;
  }

.gw {
  font-size: calc(18px - 4px);
  line-height: 42px;
  color: #9aa0b9;
}

[dir] .gw {
  margin: 0;
}

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

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

[dir] .gx {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

@media (min-width: 768px) {

[dir] .gx {
    padding: calc(15px * 2 + 6px)
      calc(15px * 4.7);
    margin-top: calc(18px * 1.45 * 3.1)
}
  }

@media (max-width: 767px) {

[dir] .gx {
    padding: calc(15px * 2 + 6px)
      calc(15px * 2 - 5px);
    margin-top: calc(18px * 1.45 * 1.92);
    text-align: center
}
  }

.gx .k {
    align-items: center;
  }

.gy {
  font-size: calc(calc(18px * 2.11) + 4px);
}

.gy .fs {
    position: relative;
    z-index: 2;
    display: inline-block;
  }

.gy .fs:before {
      position: absolute;
      bottom: 2px;
      z-index: -1;
      display: block;
      width: 100%;
      height: 3px;
      content: "";
    }

[dir] .gy .fs:before {
      background: #373C50;
    }

[dir=ltr] .gy .fs:before {
    left: 0;
    }

[dir=rtl] .gy .fs:before {
      right: 0;
    }

.gz {
  font-size: calc(18px - 1px);
  line-height: calc(1.45 + 0.2);
  color: #9aa0b9;
}

[dir] .gz {
  margin-bottom: calc(18px * 1.45 * 1.15);
}

.ha {
  font-size: calc(18px - 2px);
  line-height: 1.2;
}

[dir] .ha {
  padding: 15px
    calc(15px * 2);
}

@media (min-width: 768px) {

[dir=ltr] .hb {
        text-align: right
}

[dir=rtl] .hb {
    text-align: left
}
  }

@media (max-width: 767px) {

[dir] .hb {
    margin-top: calc(18px * 1.45 * 1.5);
    text-align: center
}
  }

.hc {
  max-width: 100%;
}

.hd {
  font-size: calc(18px - 4px);
  color: #4c536e;
}

[dir] .hd {
  padding: calc(15px * 4) 0;
  margin-top: calc(15px * 1.33);
  background: linear-gradient(to bottom, #F2F7F7, #fff, #fff);
}

@media (max-width: 767px) {

[dir] .hd {
    padding-bottom: calc(15px * 1.33)
}
  }

.hd a {
    color: #4c536e;
  }

.hd a:hover,
    .hd a:focus,
    .hd a:active {
      color: #05C896;
    }

[dir] .he {
  margin-bottom: calc(18px * 1.45);
}

.he img {
    height: 30px !important;
  }

.hf {
  max-width: 370px;
}

@media (max-width: 767px) {

[dir] .hf {
    margin-bottom: calc(18px * 1.45)
}
  }

.hg {
  font-size: calc(18px - 3px);
  font-weight: 600;
  color: #373C50;
  text-transform: uppercase;
}

[dir] .hg {
  margin-bottom: calc(18px * 1.45);
}

.hh {
  display: block;
}

[dir] .hh {
  padding: 0;
  margin: 0;
}

@media (max-width: 767px) {

[dir] .hh {
    margin-bottom: calc(18px * 1.45)
}
  }

.hh li {
    display: block;
    list-style: none;
  }

[dir] .hh li {
    padding: 0;
    margin-bottom: calc(18px * 1.45 / 2);
  }

.hi {
  overflow: hidden;
}

@media (max-width: 767px) {

.hi li {
      width: 50%
  }

[dir] .hi li {
      margin: 0
  }

[dir=ltr] .hi li {
        float: left
  }

[dir=rtl] .hi li {
      float: right
  }

      [dir=ltr] .hi li:nth-child(2n + 2) {
        padding-left: 15px;
      }

      [dir=rtl] .hi li:nth-child(2n + 2) {
        padding-right: 15px;
      }
    }

.hj {
  display: flex;
}

[dir] .hj {
  margin-top: 3px;
}

@media (max-width: 767px) {

.hj {
    justify-content: space-around
}

[dir] .hj {
    margin-bottom: calc(18px * 1.45)
}
  }

.hk {
  display: block;
  color: #fff !important;
}

[dir] .hk {
  text-align: center;
  border-radius: 50%;
}

@media (min-width: 768px) {

.hk {
    width: 24px;
    height: 24px;
    line-height: 24px !important
}

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

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

@media (max-width: 767px) {

.hk {
    width: 40px;
    height: 40px;
    font-size: 20px !important;
    line-height: 40px !important
}

[dir] .hk {
    margin: 0
}
  }

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

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

[dir] .hl {
  background: #3b5998;
}

[dir] .hl:hover {
    background: #2a3f6c;
  }

[dir] .hm {
  background: #9bcef5;
}

[dir] .hm:hover {
    background: #55acee;
  }

.hn {
  font-size: 12px !important;
}

[dir] .hn {
  background: #e88a82;
}

[dir] .hn:hover {
    background: #dc4e41;
  }

[dir] .ho {
  background: #03a9ff;
}

[dir] .ho:hover {
    background: #0077b5;
  }

[dir] .hp {
  background: #e88a82;
}

[dir] .hp:hover {
    background: #dc4e41;
  }

[dir] .hq {
  background: #9bcef5;
}

[dir] .hq:hover {
    background: #55acee;
  }

@media (max-width: 767px) {

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

.breadcrumbs {
  display: block;
  overflow: hidden;
}

[dir] .breadcrumbs {
  padding: 0;
  margin: 0 0 calc(15px * 1.33);
}

.breadcrumbs li {
    position: relative;
    display: block;
    color: #4c536e;
    list-style: none;
  }

[dir] .breadcrumbs li {
    margin: 0;
  }

[dir=ltr] .breadcrumbs li {
    float: left;
    padding: 0 37px 0 0;
  }

[dir=rtl] .breadcrumbs li {
    float: right;
    padding: 0 0 0 37px;
  }

@media (min-width: 768px) {

.breadcrumbs li {
      font-size: 16px
  }
    }

.breadcrumbs li:before {
      position: absolute;
      top: 46%;
      display: block;
      font: normal normal normal 20px / 1.45 "Font Awesome 5 Free";
      font-weight: 900;
      color: #05C896;
      content: "\f105";
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
    }

[dir] .breadcrumbs li:before {
      transform: translateY(-50%);
    }

[dir=ltr] .breadcrumbs li:before {
    right: 14px;
    }

[dir=rtl] .breadcrumbs li:before {
      left: 14px;
    }

[dir=ltr] .breadcrumbs li:last-child {
    padding-right: 0;
    }

[dir=rtl] .breadcrumbs li:last-child {
      padding-left: 0;
    }

.breadcrumbs li:last-child:before {
        display: none;
      }

.breadcrumbs li a {
      color: #4c536e;
    }

.breadcrumbs li a:hover,
      .breadcrumbs li a:focus,
      .breadcrumbs li a:active {
        color: #4c536e;
        text-decoration: underline;
      }

[dir="rtl"] .breadcrumbs li:before {
  content: "\f104";
}

.hs {
  display: inline-block;
}

[dir=ltr] .hs {
    margin-left: 10px;
}

[dir=rtl] .hs {
  margin-right: 10px;
}

.ht {
  align-items: center;
}

[dir] .ht {
  margin-bottom: calc(15px * 2);
}

[dir] .hu {
  margin-bottom: calc(18px * 1.45 / 2);
}

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

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

.hw {
  font-size: calc(18px * 1.45);
  font-weight: 600;
}

[dir] .hw {
  margin-bottom: calc(15px * 2);
}

@media (max-width: 479px) {

.hx {
    display: flex;
    justify-content: space-around
}
  }

.hy {
  font-size: calc(18px - 2px);
  font-weight: 500;
}

[dir] .hy {
  padding: calc(15px - 2px)
    calc(15px * 2.8);
  margin: 0 calc(15px - 4px);
}

@media (max-width: 479px) {

.hy {
    flex: 1 1 10px
}

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

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

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

.hy:before {
    display: inline-block;
    vertical-align: middle;
    content: "";
  }

[dir=ltr] .hy:before {
    margin-right: 10px;
  }

[dir=rtl] .hy:before {
    margin-left: 10px;
  }

.hy:after {
    display: inline-block;
    vertical-align: middle;
    content: attr(title);
  }

.hz:before {
  width: 16px;
  height: 12px;
}

.ia:before {
  width: 13px;
  height: 13px;
}

[dir] .ib {
  padding-top: calc(15px * 2);
}

[dir] .ic {
  margin-bottom: calc(18px * 1.45 * 2);
}

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

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

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

.ie {
  width: 100%;
}

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

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

.if,
.ig {
  display: none;
}

.ih .if,
.ii .ig {
  display: block;
}

[dir] .ih .if {
  padding-bottom: 24px;
}

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

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

  .ii .ig {
    width: calc(100% / 12 * 4);
  }

  .ih .if {
    width: calc(100% / 12 * 4);
  }

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

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

  .ih.ii .if,
  .ih.ii .ig {
    width: calc(100% / 12 * 3);
  }

  .ih.ii .ij {
    width: calc(100% / 12 * 6);
  }

  [dir=ltr] .ih.ii .ik {
        margin-left: calc(100% / 12 * 3);
  }

  [dir=rtl] .ih.ii .ik {
    margin-right: calc(100% / 12 * 3);
  }
}

@media (min-width: 1200px) {
  .ih.ii .ij {
    width: calc(100% / 12 * 7);
  }

  .ih.ii .ig {
    width: calc(100% / 12 * 2);
  }
}

.il {
  display: flex;
}

[dir] .il {
  margin: 0;
}

@media (min-width: 992px) {

.im {
    flex-direction: row-reverse
}

[dir=ltr] .im {
        text-align: right
}

[dir=rtl] .im {
    text-align: left
}
  }

@media (min-width: 992px) {

[dir=ltr] .im .io {
        margin-right: 0;
        margin-left: calc(18px * 1.45 * 0.8)
  }

[dir=rtl] .im .io {
      margin-left: 0;
      margin-right: calc(18px * 1.45 * 0.8)
  }
    }

.io {
  flex-shrink: 0;
}

[dir=ltr] .io {
    margin-right: calc(18px * 1.45 * 0.8);
}

[dir=rtl] .io {
  margin-left: calc(18px * 1.45 * 0.8);
}

[dir] .entry-info__content {
  margin: 0;
}

.ip {
  display: block;
  font-weight: 500;
}

.ip a {
    color: #373C50;
  }

.ip a:hover,
    .ip a:focus,
    .ip a:active {
      color: #05C896;
    }

.iq {
  width: 100%;
}

[dir] .iq {
  padding: 15px 15px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

@media (min-width: 768px) {

[dir] .iq {
    padding: calc(15px * 2)
      calc(15px * 2);
    margin-bottom: calc(18px * 1.45 * 1.54)
}
  }

@media (max-width: 767px) {

[dir] .iq {
    padding: 15px
      calc(15px * 1.2);
    margin-bottom: calc(18px * 1.45 * 1.15)
}
  }

@media (min-width: 768px) {

[dir] .ir {
    margin-top: calc(18px * 1.45 * 1.54);
    margin-bottom: 0
}
  }

@media (max-width: 767px) {

[dir] .ir {
    margin-top: calc(18px * 1.45 * 1.15);
    margin-bottom: 0
}
  }

@media (min-width: 768px) {

[dir] .is {
    padding: calc(15px * 2);
    margin-bottom: calc(18px * 1.45 * 1.54)
}
  }

[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: #6bfbd6;
}

[dir] .text-info {
  background-color: #5bc0de;
}

[dir] .text-warning {
  background-color: #fad782;
}

[dir] .text-danger {
  background-color: #ff5252;
}

[dir] .text-success {
  background-color: #0c9;
}

.list-colored,
.list-bullet {
  list-style-type: none;
  counter-reset: list;
}

[dir=ltr] .list-colored, [dir=ltr] .list-bullet {
    padding-left: 0 !important;
}

[dir=rtl] .list-colored, [dir=rtl] .list-bullet {
  padding-right: 0 !important;
}

.list-colored > ul, .list-bullet > ul {
    list-style: none;
  }

[dir] .list-colored > ul, [dir] .list-bullet > ul {
    margin-bottom: 14px;
  }

.list-colored > ol, .list-bullet > ol {
    list-style-type: none;
    counter-reset: list;
  }

[dir] .list-colored > ol, [dir] .list-bullet > ol {
    margin-bottom: 14px;
  }

.list-colored > li {
    position: relative;
    counter-increment: list;
  }

[dir] .list-colored > li {
    margin-bottom: calc(18px * 1.45 / 1.5) !important;
  }

[dir=ltr] .list-colored > li {
    padding-left: calc(15px + 30px);
  }

[dir=rtl] .list-colored > li {
    padding-right: calc(15px + 30px);
  }

.list-colored > li:before {
      position: absolute;
      top: -3px;
      z-index: 1;
      width: 30px;
      height: 30px;
      font-size: calc(18px * 0.89);
      line-height: 30px;
      color: #fff;
      content: counter(list);
    }

[dir] .list-colored > li:before {
      text-align: center;
      background-color: #05C896;
      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: #05C896;
      content: "\f058";
    }

[dir=ltr] .list-bullet > li:before {
    left: 0;
    }

[dir=rtl] .list-bullet > li:before {
      right: 0;
    }

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

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

caption {
  color: #818a91;
}

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

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

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

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

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

.table {
  width: 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

[dir] .table--color-header th {
    background-color: #05C896;
  }

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

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

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

[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(18px * 1.45 * 0.75);
    border: 1px solid #d3d6d8
}

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

.note {
  position: relative;
  color: #61698c;
}

[dir] .note {
  margin: calc(18px * 1.45) 0;
}

[dir=ltr] .note {
    padding-left: 15px;
    border-left: calc(1px * 2) solid transparent;
}

[dir=rtl] .note {

  padding-right: 15px;
  border-right: calc(1px * 2) solid transparent;
}

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

.it {
  font-weight: 600;
}

[dir] .it {
  margin-bottom: calc(18px * 1.45 / 2);
}

[dir] .iu {
  border-color: #818a91;
}

[dir] .note--default {
  border-color: #818a91;
}

.iu .it {
    color: #818a91;
  }

.note--default .it {
    color: #818a91;
  }

[dir] .iv, [dir] .note--info {
  border-color: #5bc0de;
}

.iv .it, .note--info .it {
    color: #5bc0de;
  }

[dir] .iw, [dir] .note--warning {
  border-color: #fad782;
}

.iw .it, .note--warning .it {
    color: #fad782;
  }

[dir] .ix, [dir] .note--success {
  border-color: #0c9;
}

.ix .it, .note--success .it {
    color: #0c9;
  }

[dir] .iy, [dir] .note--danger {
  border-color: #ff5252;
}

.iy .it, .note--danger .it {
    color: #ff5252;
  }

[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] .accordion {
  padding-top: 0;
  margin-bottom: calc(18px * 1.45);
  border: 1px solid #ddd;
  border-radius: 6px;
}

.accordion__item-title {
  position: relative;
  font-size: calc(18px * 1.21);
}

[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] .iz:last-child .accordion__item-title, [dir] .iz:last-child .accordion__item-content {
  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 #05C896;
  }

[dir=ltr] .accordion--default .accordion__item-title:before {
    left: 22px;
    border-left: 2px solid #05C896;
    transform: rotate(-45deg);
  }

[dir=rtl] .accordion--default .accordion__item-title:before {
    right: 22px;
    border-right: 2px solid #05C896;
    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: #05C896;
    }

[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(18px * 1.45);
}

.tab {
  display: block;
}

[dir] .tab {
  padding: 30px;
  margin-top: -1px;
  border: 1px solid #ddd;
}

[dir=ltr] .tab {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

[dir=rtl] .tab {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

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

@media (min-width: 768px) {

[dir=ltr] .tab {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px
}

[dir=rtl] .tab {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}
  }

[dir=ltr] .tab:nth-child(2) {
    border-top-left-radius: 0;
}

[dir=rtl] .tab:nth-child(2) {
  border-top-right-radius: 0;
}

[dir=ltr] .tab:last-child {
    border-top-right-radius: 0;
}

[dir=rtl] .tab:last-child {
  border-top-left-radius: 0;
}

@media (min-width: 768px) {

.tabs-menu {
    display: flex
}
  }

.tabs-link {
  display: block;
  font-weight: 600;
  line-height: 1;
  color: #373C50;
}

[dir] .tabs-link {
  padding: calc(15px * 0.75)
    15px;
  margin: 0;
  text-align: center;
  cursor: pointer;
  border-color: transparent;
  border-style: solid;
  border-width: 1px 1px 0;
}

.tabs-link:hover {
    color: #05C896;
  }

@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: 6px;
        border-top-right-radius: 6px;
    }

    [dir=rtl] .tabs-link:first-child {
      border-top-right-radius: 6px;
      border-top-left-radius: 6px;
    }
  }

@media (min-width: 768px) {

.tabs-link {
    flex: 1 1 10px
}
  }

.is-hidden {
  display: none;
}

.tabs-link.is-active {
  color: #05C896;
}

[dir] .tabs-link.is-active {
  cursor: pointer;
  border-color: #ddd;
}

.tabs-link.is-active:hover {
    color: #05C896;
  }

[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: 6px;
        border-top-right-radius: 6px
}

[dir=rtl] .tabs-link.is-active {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px
}
  }

[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: #05C896;
    }

.tabs--colored-2 .tabs-link.is-active {
    color: #fff;
  }

[dir] .tabs--colored-2 .tabs-link.is-active {
    background-color: #05C896;
    border-color: #05C896;
  }

.tabs--colored-2 .tabs-link.is-active:hover {
      color: #fff;
    }

[dir] .tabs--colored-2 .tab {
    background-color: #f7f7f9 !important;
  }

.ja {
  position: relative;
}

[dir] .jb {
  margin: 0;
}

.jc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

[dir] .jd .h3 {
    margin-bottom: calc(15px / 3);
  }

[dir] .jd .meta {
    margin: 0;
  }

.je .btn {
    font-size: calc(18px - 2px);
    font-weight: 500;
    color: #61698c;
  }

[dir] .je .btn, [dir] .je .btn:hover, [dir] .je .btn:focus, [dir] .je .btn:active {
      background: transparent;
      border-color: transparent;
      box-shadow: none;
    }

.je .btn:after {
      font-size: calc(18px - 2px);
      color: #05C896;
    }

[dir=ltr] .je .btn:after {
    margin-left: 10px;
    }

[dir=rtl] .je .btn:after {
      margin-right: 10px;
    }

.jf {
  display: block;
}

[dir] .jf {
  padding: 0;
  margin: 0;
}

.comment {
  position: relative;
  display: flex;
  list-style: none;
  justify-content: space-between;
}

[dir] .comment {
  padding: calc(15px * 1.33);
  margin-top: calc(15px * 1.33);
  background: #f7f7f9;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

@media (min-width: 768px) {

[dir] .comment {
    padding: calc(15px * 2)
}
  }

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

[dir] .jg {
  margin-top: calc(15px * 1.66);
}

[dir] .jg p {
    margin: 0;
  }

.jh {
  width: 100%;
  font-size: 12px !important;
  color: #05C896;
}

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

.jh:hover,
  .jh:focus,
  .jh:active {
    color: #048c69;
  }

.ji {
  flex-shrink: 0;
}

.jj button {
  display: flex;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  align-items: center;
  justify-content: center;
}

[dir] .jj button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

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

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

.vote-sum {
  width: 100%;
  font-size: calc(18px * 1.66);
  line-height: 1;
}

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

.comment-form {
  position: relative;
}

[dir] .comment-form {
  margin-top: calc(18px * 1.45);
}

@media (min-width: 768px) {

[dir=ltr] .comment-form {
        padding-left: calc(40px + 15px)
}

[dir=rtl] .comment-form {
    padding-right: calc(40px + 15px)
}
  }

.jk {
  position: absolute;
  top: 0;
}

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

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

@media (max-width: 767px) {

.jk {
    display: none
}
  }

[dir] .jl {
  margin-top: 15px;
}

.jm {
  position: relative;
}

.jn {
  font-size: calc(18px - 2px);
  font-weight: 500;
}

[dir] .jn {
  padding-top: 15px;
}

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

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

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

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

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

[dir] .jp ul[data-hc-pills-container] {
    margin: 0 0 calc(1px * -1);
  }

[dir=ltr] .jp ul[data-hc-pills-container] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

[dir=rtl] .jp ul[data-hc-pills-container] {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }

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

.jj {
  position: relative;
}

.jj button {
  text-indent: -9000px;
  text-transform: capitalize;
}

.jj button:after {
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  text-indent: 1px;
  content: "\f013";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[dir=ltr] .jj button:after {
    margin-left: 0;
}

[dir=rtl] .jj button:after {
  margin-right: 0;
}

.jq .vote {
  display: flex;
  flex-direction: column;
}

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

.jq .vote a:active,
.jq .vote a:hover,
.jq .vote a:focus {
  text-decoration: none;
}

.jq .vote-sum {
  display: block;
  color: #61698c;
}

[dir] .jq .vote-sum {
  margin: 3px 0;
}

.jq .vote-sum {
  unicode-bidi: bidi-override;
}

[dir=ltr] .jq .vote-sum {
    direction: ltr;
}

[dir=rtl] .jq .vote-sum {
  direction: rtl;
}

[dir] .jq .vote-up svg {
  transform: scale(1, -1);
}

.jq .vote-up:hover,
.jq .vote-down:hover {
  color: $brand_color;
}

.jq .vote-up,
.jq .vote-down {
  display: flex;
  min-width: 35px;
  min-height: 35px;
  color: #61698c;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  justify-content: center;
}

[dir] .jq .vote-up, [dir] .jq .vote-down {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.jq .jr {
  color: $brand_color;
}

.jq .jr:hover {
  color: darken($brand_color, 20%);
}

.jt {
  position: absolute;
  top: 0;
  width: auto;
  font-size: 14px;
  color: #fff;
}

[dir] .jt {
  padding: 1px calc(16px / 2);
  background-color: #05C896;
  border-radius: 0 0 6px 6px;
}

[dir=ltr] .jt {
    right: calc(16px * 5);
}

[dir=rtl] .jt {
  left: calc(16px * 5);
}

.comment--official {
  position: relative;
}

[dir] .comment--official {
  padding-top: calc(18px * 1.45);
  padding-bottom: calc(18px * 1.45);
  background-color: #cefef2 !important;
  border: 1px solid #05C896 !important;
  border-radius: 6px;
}

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

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

@media (min-width: 768px) {

[dir] .ju {
    margin-top: calc(18px * 1.45 * 1.54)
}
  }

@media (max-width: 767px) {

[dir] .ju {
    margin-top: calc(18px * 1.45 * 1.15)
}
  }

@media (min-width: 1200px) {

[dir=ltr] .jv {
        float: left;
        margin-right: calc(18px * 1.45 * 1.2)
}

[dir=rtl] .jv {
    float: right;
    margin-left: calc(18px * 1.45 * 1.2)
}
  }

@media (max-width: 1199px) {

.jv {
    display: inline-block
}
  }

@media (min-width: 1200px) {

[dir] .jw {
    margin: 0
}

[dir=ltr] .jw {
        float: left
}

[dir=rtl] .jw {
    float: right
}
  }

@media (min-width: 1200px) {

[dir] .jx {
    margin: 0
}

[dir=ltr] .jx {
        float: right
}

[dir=rtl] .jx {
    float: left
}
  }

@media (max-width: 991px) {

[dir] .jy {
    margin-bottom: calc(15px * 1.33)
}
  }

@media (max-width: 1199px) {

[dir] .jx, [dir] .jy {
    text-align: center
}
  }

[dir] .jz {
  margin-top: calc(18px * 1.45 * 1.2);
}

.share {
  display: flex;
}

[dir] .share {
  padding: 0;
  margin: 0;
}

@media (min-width: 1200px) {

.share {
    justify-content: space-between
}
  }

@media (max-width: 1199px) {

.share {
    justify-content: space-evenly
}
  }

.share li {
    display: block;
    list-style: none;
  }

.share li a {
      position: relative;
      display: block;
      width: 35px;
      height: 35px;
      overflow: hidden;
    }

[dir] .share li a {
      border-radius: 50%;
    }

[dir=ltr] .share li a {
    padding-left: 35px;
    }

[dir=rtl] .share li a {
      padding-right: 35px;
    }

.share li a:before {
        position: absolute;
        top: 52%;
        display: block;
        width: 100%;
        font: normal normal normal 20px/35px "Font Awesome 5 Brands";
        color: #fff;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
      }

[dir] .share li a:before {
        text-align: center;
        transform: translateY(-50%);
      }

[dir=ltr] .share li a:before {
    left: 0;
      }

[dir=rtl] .share li a:before {
        right: 0;
      }

[dir] .share-facebook {
  background: #3b5998;
}

[dir] .share-facebook:hover {
    background: #2a3f6c;
  }

.share-facebook:before {
    content: "\f09a";
  }

[dir] .share-twitter {
  background: #9bcef5;
}

[dir] .share-twitter:hover {
    background: #55acee;
  }

.share-twitter:before {
    content: "\f099";
  }

.share-googleplus {
  font-size: 12px !important;
}

[dir] .share-googleplus {
  background: #e88a82;
}

[dir] .share-googleplus:hover {
    background: #dc4e41;
  }

.share-googleplus:before {
    content: "\f0d5";
  }

[dir] .share-linkedin {
  background: #03a9ff;
}

[dir] .share-linkedin:hover {
    background: #0077b5;
  }

.share-linkedin:before {
    content: "\f0e1";
  }

.related-articles h3:before {
  display: inline-flex;
  width: 18px;
  height: 18px;
  font: normal normal normal calc(18px - 6px) / 1.45 "Font Awesome 5 Free";
  line-height: 1;
  color: #05C896;
  content: "\f005";
  align-items: center;
  justify-content: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

[dir] .related-articles h3:before {
  text-align: center;
  border: 1px solid #05C896;
  border-radius: 50%;
  transform: translateY(-4px);
}

[dir=ltr] .related-articles h3:before {
    margin-right: calc(15px / 1.5);
}

[dir=rtl] .related-articles h3:before {
  margin-left: calc(15px / 1.5);
}

.related-articles ul {
  display: block;
}

[dir] .related-articles ul {
  padding: 0;
  margin: 0 0 calc(18px * 1.45);
}

.related-articles ul li {
  display: block;
}

[dir] .related-articles ul li {
  padding: calc(15px * 1.33) 0;
  border-bottom: 1px solid #eceeef;
}

.related-articles ul li a {
  color: #4c536e;
}

.related-articles ul li a:hover,
  .related-articles ul li a:focus,
  .related-articles ul li a:active {
    color: #05C896;
  }

[dir] .ka {
  margin-bottom: calc(18px * 1.45);
}

.my-activities-items {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

[dir] .my-activities-items {
  margin-bottom: calc(18px * 1.45 * 2);
}

@media (min-width: 768px) {
  .my-activities-items {
    table-layout: auto;
  }
}

.kb {
  display: none;
  color: #979797;
}

@media (min-width: 768px) {
  .kb {
    display: table-header-group;
    font-size: calc(18px * 0.89);
    font-weight: 600;
    text-transform: uppercase;
  }
}

@media (min-width: 768px) {
  .kc {
    display: table-row-group;
  }
}

.kd {
  display: block;
}

@media (min-width: 768px) {
  .kd {
    display: table-row;
  }
}

.ke {
  display: block;
}

@media (min-width: 768px) {
  .ke {
    display: table-cell;
  }
  [dir] .ke {
    padding-top: calc(18px * 1.45 / 2);
    padding-bottom: calc(18px * 1.45 / 2);
    border-bottom: 1px solid #eceeef;
  }

  [dir=ltr] .ke + .ke {
        padding-left: 15px;
  }

  [dir=rtl] .ke + .ke {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .kf {
    display: inline;
  }
}

@media (min-width: 768px) {
  .kf {
    display: none;
  }
}

@media (max-width: 767px) {

[dir] .kg {
    padding: calc(18px * 1.45 / 2)
      15px;
    margin-bottom: calc(18px * 1.45);
    border: 1px solid #eceeef;
    border-radius: 6px
}
  }

.kh {
  font-size: 14px;
  color: #979797;
}

@media (max-width: 767px) {

.kh {
    display: inline-block
}

[dir=ltr] .kh {
        margin-right: calc(15px / 2)
}

[dir=rtl] .kh {
    margin-left: calc(15px / 2)
}

    .kh + .kh:before {
      content: "\2022";
    }

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

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

.ki {
  font-weight: 400;
}

@media (max-width: 767px) {

.ki {
    font-size: calc(18px * 1.21)
}
  }

@media (max-width: 767px) {

.kj {
    display: inline-block
}
  }

@media (min-width: 768px) {

.kj {
    display: none
}
  }

.es div {
  display: inline-block;
}

.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] .kk {
  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: 15px;
  }
  [dir=rtl] .my-activities-menu__item + .my-activities-menu__item {
    margin-right: 15px;
  }
}

[dir] .kl {
  padding-bottom: calc(18px * 1.45);
  margin-bottom: calc(18px * 1.45);
  border-bottom: 1px solid #eceeef;
}

[dir] .kl .my-activities-menu__item {
    padding: 6px 15px;
    background-color: #eceeef;
    border-radius: 6px;
  }

@media (max-width: 767px) {

[dir] .kl .my-activities-menu__item {
      margin-bottom: calc(18px * 1.45 / 3)
  }
    }

.kl .my-activities-menu__item.is-active {
      font-weight: 600;
      color: #373C50;
    }

[dir] .my-activities-menu--sub {
  margin-bottom: calc(18px * 1.45);
}

.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(15px / 2);
    }
    [dir=rtl] .my-activities-menu--sub .my-activities-menu__item + .my-activities-menu__item:before {
      margin-left: calc(15px / 2);
    }
  }

@media (min-width: 768px) {

[dir] .km {
    margin-top: calc(18px * 1.45 * 3)
}
  }

@media (max-width: 767px) {

[dir] .km {
    margin-top: calc(18px * 1.45 * 2)
}
  }

[dir] .kn {
  margin: 0;
}

.ko {
  color: #373C50;
}

.ko:hover,
  .ko:focus,
  .ko:active {
    color: #05C896;
  }

.kp {
  font-size: calc(18px - 1px);
  color: #9aa0b9;
}

[dir] .kp {
  margin: 5px 0 calc(18px * 1.45 * 1.5);
}

@media (max-width: 767px) {

[dir] .kp {
    margin-bottom: calc(18px * 1.45)
}
  }

.request-table-toolbar {
  display: block;
  height: 100%;
}

[dir] .request-table-toolbar {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: calc(15px * 2);
  background: #f7f7f9;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

.request-table-toolbar label {
    font-size: calc(18px * 0.89);
    font-weight: 500;
  }

@media (min-width: 768px) {

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

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

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

@media (max-width: 767px) {

.kr {
    min-height: calc(18px * 1.45)
}
  }

@media (min-width: 768px) {

.kr {
    display: table-cell;
    width: 33%;
    vertical-align: bottom
}
  }

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

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

.ku {
  width: 100%;
}

[dir=ltr] .kv {
    padding-left: calc(15px / 2);
}

[dir=rtl] .kv {
  padding-right: calc(15px / 2);
}

.kv [role="button"] {
    height: calc(
      18px * 1.45 + 15px + 2px
    );
    line-height: calc(
      18px * 1.45 + 15px + 2px
    );
  }

[dir] .kv [role="button"] {
    padding-top: 0;
    padding-bottom: 0;
  }

.kw {
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
}

.kw:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    color: #979797;
    content: "\f0d7";
  }

[dir] .kw:after {
    margin-bottom: 2px;
  }

[dir=ltr] .kw:after {
    margin-left: 5px;
  }

[dir=rtl] .kw:after {
    margin-right: 5px;
  }

.kx {
  color: #979797;
  white-space: nowrap;
}

.kx[href*="asc"] .kw:after {
  content: "\f0d8";
}

.requests-search {
  width: 100%;
  height: calc(18px * 1.45 * 1.5);
  font-size: calc(18px - 2px);
}

[dir] .requests-search {
  padding: 0 calc(15px * 0.66);
  background: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

.request-filter {
  width: 100%;
  height: calc(18px * 1.45 * 1.5);
  font-size: calc(18px - 2px);
}

[dir] .request-filter {
  padding: 0 calc(15px * 0.66);
  background: #fff;
  border: none;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(55, 60, 80, 0.05);
}

/* 
Normalize non-controls

Restyle and baseline non-control form elements. 
*/

fieldset {
  /*  
  Chrome and Firefox set a `min-width: min-content;` on fieldsets, 
  so we reset that to ensure it behaves more like a standard block element
  See https:github.com/twbs/bootstrap/issues/12359. 
  */
  min-width: 0;
}

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

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

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

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

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

/* 
 Normalize form controls

 While most of our form styles require extra classes, some basic normalization
 is required to ensure optimum display with or without those classes to better
 address browser inconsistencies. 
*/

/*  Override content-box in Normalize (* isn't specific enough) */

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

/*  Position radios and checkboxes better */

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

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

/*  Set the height of file controls to match text inputs */

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

/*  Make range inputs behave like textual form controls */

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

/*  Make multiple select elements height not fixed */

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

/*  Focus for file, radio, and checkbox */

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*  Adjust output element */

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

[dir] output {
  padding-top: 7px;
}

/* 
 Common form controls

 Shared size and type resets for form controls. Apply `.form-control` to any
 of the following form controls:
 
*/

select {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

textarea {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

input[type="text"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

input[type="password"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

input[type="datetime"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

input[type="datetime-local"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

input[type="date"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

input[type="month"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

input[type="time"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

input[type="week"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

input[type="number"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

input[type="email"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

input[type="url"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

input[type="search"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

input[type="tel"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

input[type="color"] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  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;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

ul[data-hc-pills-container] {
  display: block;
  width: 100%;
  height: auto;
  font-size: 18px;
  line-height: 1.45;
  color: #55595c;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

[dir] ul[data-hc-pills-container] {
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

/*  Customize the `:focus` state to imitate native WebKit styles. */

select:focus {
    outline: 0;
  }

[dir] select:focus {
    border-color: #05C896;
  }

textarea:focus {
    outline: 0;
  }

[dir] textarea:focus {
    border-color: #05C896;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dir] .nesty-input:focus {
    border-color: #05C896;
  }

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

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

/*  Placeholder */

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

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

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

[dir] ul[data-hc-pills-container] {
  margin-top: 0;
}

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

select {
  height: calc(
    18px * 1.45 + 15px + 2px
  );
}

/*  Reset height for `textarea`s */

textarea {
  height: auto;
  height: calc(
    (18px * 1.45 + 15px + 2px) * 3
  );
  resize: vertical;
}

/*  Search inputs in iOS */

/* 
 This overrides the extra rounded corners on search inputs in iOS so that our
 `.form-control` class can properly style them. Note that this cannot simply
 be added to `.form-control` as it's not specific enough. For details, see
 https:github.com/twbs/bootstrap/issues/11586. */

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

/*  Special styles for iOS temporal inputs

 In Mobile Safari, setting `display: block` on temporal inputs causes the
 text within the input to become vertically misaligned. As a workaround, we
 set a pixel line-height that matches the given height of the input, but only
 for Safari. */

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: calc(18px * 1.45 * 2.5);
  }
}

/*  Form groups

 Designed to help with the organization and spacing of vertical forms. For
 horizontal forms, use the predefined grid classes. */

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

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

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

.form-field .ky {
  color: #61698c;
}

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

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

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

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

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

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

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

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

.form-field.kz label {
    min-height: calc(18px * 1.45);
    /* Ensure the input doesn't jump when there is no text */
  }

[dir] .form-field.kz 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;
  }

/*  Help text

 Apply to any element you wish to create light text for placement immediately
 below a form control. Use for general help, formatting, or instructional text. */

.form-field p,
.la {
  display: block; /* account for any element using help-block */
  font-size: 90%;
  color: #6c769a; /* lighten the text some for contrast */
}

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

[dir] .upload-dropzone {
  padding: calc(18px * 1.45) 16px;
  border-color: #eceeef;
  border-radius: 6px;
}

.upload-dropzone {
    font-size: calc(18px * 0.89);
  }

.upload-dropzone a {
    font-size: calc(18px * 0.89);
  }

@media (min-width: 768px) and (max-width: 991px) {

[dir] .lb {
    padding: calc(15px * 2);
    margin-bottom: calc(18px * 1.45 * 1.54)
}
  }

[dir] .lc {
  margin-bottom: calc(18px * 1.45 * 2);
}

.ld {
  font-size: calc(18px * 1.21);
  font-weight: 600;
}

[dir] .search-result {
  margin-bottom: calc(18px * 1.45);
  border-bottom: 1px solid #eceeef;
}

.le {
  font-weight: 600;
}

[dir] .le {
  margin-bottom: calc(18px * 1.45 / 2);
}

.lf {
  font-size: calc(18px * 0.89);
}

[dir] .lf {
  margin-bottom: calc(18px * 1.45 / 2);
}

.lf:empty {
    display: none;
  }

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

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

[dir] .lg {
  margin-bottom: calc(18px * 1.45 / 2);
}

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

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

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

.lh {
  font-size: calc(18px - 2px);
}

[dir] .lh {
  padding: 16px;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

@media (max-width: 767px) {

[dir] .lh {
    margin-bottom: calc(18px * 1.45 * 2)
}
  }

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

@media (min-width: 768px) {

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

.lj {
  font-weight: 600;
}

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

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

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

@media (max-width: 767px) {

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

[dir] .lj {
    cursor: pointer
}
  }

@media (max-width: 767px) {
  .lj: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] .lj:after {
    transform: translateY(-50%);
  }
  [dir=ltr] .lj:after {
        right: 0;
        margin-left: 5px;
  }
  [dir=rtl] .lj:after {
    left: 0;
    margin-right: 5px;
  }

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

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

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

@media (max-width: 767px) {

.lk {
    display: none
}
  }

@media (min-width: 768px) {

.lk {
    display: block !important
}
  }

.ll {
  display: block;
}

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

.ll.is-active .lm {
  color: #fff;
}

[dir] .ll.is-active .lm {
  background-color: #05C896;
  border-color: #05C896;
}

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

.lo .ll:nth-child(n + 7) {
    display: block;
  }

.lo .lp {
    display: none !important;
  }

.lm {
  display: block;
  color: #373C50;
  text-decoration: none;
  transition: all 0.3s ease;
}

[dir] .lm {
  padding: 6px 8px;
  border: $border_width solid transparent;
  border-radius: 6px;
}

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

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

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

.lm:active {
    outline: none;
  }

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

.lq {
  opacity: 0.6;
}

.lp {
  color: #05C896;
}

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

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

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

[dir] .lr {
  padding-top: 10%;
  padding-bottom: 10%;
  text-align: center;
}

.ls {
  text-transform: capitalize;
}

[dir] .lt {
  padding: calc(18px * 1.45) 15px;
  margin-bottom: calc(18px * 1.45);
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
}

.lu {
  display: inline-block;
}

.lv {
  font-size: calc(18px * 1.45);
}

[dir] .lv {
  margin-bottom: calc(18px * 1.45 / 2);
}

.lv a {
    color: #373C50;
  }

.lv a:hover,
    .lv a:focus,
    .lv a:active {
      color: #05C896;
    }

@media (min-width: 768px) {

.lv {
    font-size: calc(18px * 2);
    font-weight: 300
}
  }

.lw [data-action="edit-profile"] {
    color: #05C896;
  }

[dir] .lw [data-action="edit-profile"] {
    background-color: transparent;
    border-color: #05C896;
  }

.lw [data-action="edit-profile"]:hover,
    .lw [data-action="edit-profile"]:focus,
    .lw [data-action="edit-profile"]:active {
      color: #048c69;
    }

[dir] .lw [data-action="edit-profile"]:hover, [dir] .lw [data-action="edit-profile"]:focus, [dir] .lw [data-action="edit-profile"]:active {
      background-color: darken(transparent, 12%);
      border-color: #048c69;
    }

[dir] .lw [data-action="edit-profile"]:active {
      background-image: none;
    }

.lw [data-action="edit-profile"]:hover {
      opacity: 0.8;
    }

[dir] .lw [data-action="edit-profile"]:hover {
      border-color: rgba(0, 0, 0, 0.8);
    }

.lx {
  display: inline-block;
}

[dir] .lx {
  margin-bottom: calc(18px * 1.45);
  background-color: #05C896;
}

.ly {
  word-break: break-all;
  word-break: break-word;
}

.lz {
  font-size: calc(18px - 2px);
  color: #979797;
  list-style: none;
}

[dir] .lz {
  margin-bottom: calc(18px * 1.45 / 2);
}

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

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

[dir] .ma {
  margin-bottom: calc(18px * 1.45 / 4);
}

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

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

@media (max-width: 767px) {

.ma {
    display: block
}

    .ma:before {
      display: none;
    }
  }

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

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

.mc {
  font-weight: 500;
}

.md {
  overflow: hidden;
  font-size: calc(18px * 0.89);
  font-weight: 600;
}

[dir] .md {
  margin-bottom: calc(18px * 1.45);
  background-color: #eceeef;
  border-radius: 6px;
}

.me {
  list-style: none;
}

[dir] .me {
  margin: 0;
}

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

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

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

@media (min-width: 768px) {

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

.mf a {
    display: block;
    color: #373C50;
  }

.mf.is-active {
    color: #fff;
  }

[dir] .mf.is-active {
    background-color: #05C896;
  }

.mf.is-active {
    line-height: 1;
  }

[dir] .mf.is-active {
    padding: calc(18px * 1.45 / 1.5)
      15px;
  }

.mf a {
    line-height: 1;
  }

[dir] .mf a {
    padding: calc(18px * 1.45 / 1.5)
      15px;
  }

[dir=ltr] .mf:after {
    right: 15px !important;
  }

[dir=rtl] .mf:after {
    left: 15px !important;
  }

.mg {
  width: 100%;
}

[dir] .mh {
  margin-bottom: calc(18px * 1.45);
}

.mi {
  font-size: calc(18px * 1.45);
}

[dir] .mi {
  margin-bottom: calc(18px * 1.45 / 2);
}

.mj {
  font-size: calc(18px * 0.89);
  color: #979797;
}

@media (min-width: 768px) {

[dir] .mj {
    padding-bottom: 0
}
  }

.mk {
  font-size: calc(18px * 0.89);
}

.mk .dropdown {
    display: inline-block;
  }

@media (min-width: 768px) {

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

@media (min-width: 768px) {

[dir] .mk {
    padding-top: 0;
    border-top: 0
}
  }

@media (min-width: 768px) {

.ml {
    display: table-cell;
    vertical-align: middle
}
  }

@media (max-width: 767px) {

[dir] .mm {
    margin-bottom: calc(18px * 1.45 / 2)
}
  }

@media (min-width: 768px) {

[dir=ltr] .mm {
        padding-right: 15px
}

[dir=rtl] .mm {
    padding-left: 15px
}
  }

@media (min-width: 768px) {

[dir=ltr] .mn {
        text-align: right
}

[dir=rtl] .mn {
    text-align: left
}
  }

.mo {
  position: relative;

  word-wrap: break-word;
}

[dir] .mo {
  padding: calc(18px * 1.45 / 2) 15px;
  background-color: #f4f5f6;

  border-radius: 6px;
}

[dir] .mp {
  margin-bottom: calc(18px * 1.45 / 4);
}

[dir] .mq {
  margin-bottom: calc(18px * 1.45 / 4);
}

.mr {
  font-size: 18px;
  font-weight: 600;
}

[dir] .mr {
  margin-bottom: calc(18px * 1.45 / 4);
}

[dir] .ms {
  margin-bottom: calc(18px * 1.45 / 2);
}

.mt .mr: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] .mt .mr:before {
    margin-right: 2px;
  }

[dir=rtl] .mt .mr:before {
    margin-left: 2px;
  }

.mu {
  font-size: calc(18px * 0.89);
}

[dir] .mu {
  padding: 0;
  margin-bottom: calc(18px * 1.45 / 2);
}

.mv {
  color: #979797;
}

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

.mw {
  color: #979797;
}

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

.mx {
  list-style: none;
}

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

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

.profile-activity {
  position: relative;
}

[dir] .profile-activity {
  margin-bottom: calc(18px * 1.45 * 1.5);
}

.my {

  font-size: calc(18px * 0.89);
  font-weight: 600;
}

[dir] .my {
  margin-bottom: calc(18px * 1.45 / 2);
}

.my: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] .my:before {
    margin-right: 2px;
  }

[dir=rtl] .my:before {
    margin-left: 2px;
  }

.mz {
  width: 30px;
  height: 30px;
}

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

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

.profile-activity-list--articles .mr:before,
.profile-activity[class$="-article"] .my:before {
  content: "\f15c";
}

.profile-activity-list--posts .mr:before,
.profile-activity[class$="-post"] .my:before {
  content: "\f086";
}

.profile-activity-list--comments .mr:before,
.profile-activity[class$="-comment"] .my:before {
  font-weight: 400;
  content: "\f075";
}

.na {
  display: inline-block;
}

[dir] .nb {
  margin-bottom: calc(18px * 1.45 * 2);
}

.nc {
  position: relative;
}

.nd {
  font-weight: 600;
}

[dir] .nd {
  margin-bottom: calc(18px * 1.45 / 2);
}

.ne {
  font-size: calc(18px * 1.45);
}

@media (min-width: 992px) {

.ne {
    font-size: calc(18px * 2);
    font-weight: 300
}
  }

.nf:empty {
  display: none;
}

.ng {
  font-size: 14px;
}

[dir] .ng {
  padding: calc(18px * 1.45) 15px 0;
  margin-bottom: calc(18px * 1.45);
  background: #f7f7f9;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

[dir] .ng dd {
    margin-bottom: calc(18px * 1.45 / 2);
  }

[dir] .nh:first-child {
    margin-top: 0;
  }

.request-status {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  white-space: nowrap;
}

[dir] .request-status {
  padding: 1px calc(15px / 2);
  border-radius: 6px;
}

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

.ni {
  list-style: none;
}

.nj {
  position: relative;
  word-break: break-all;
}

[dir] .nj {
  padding: 0;
  margin-top: calc(18px * 1.45 / 2);
}

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

.nj .btn {
    width: 100%;
  }

[dir] .nj .btn {
    padding-top: calc(18px * 1.45 / 4);
    padding-bottom: calc(18px * 1.45 / 4);
  }

[dir=ltr] .nj .btn {
    text-align: left;
  }

[dir=rtl] .nj .btn {
    text-align: right;
  }

.nk {
  list-style: none;
}

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

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

.pagination-next,
.pagination-prev,
.pagination-first,
.pagination-last {
  display: inline-block;
}

[dir=ltr] .nl {
    margin-right: 16px;
}

[dir=rtl] .nl {
  margin-left: 16px;
}

[dir="rtl"] .nl {
  margin-left: 16px;
}

[dir=ltr] .nm {
    margin-left: 16px;
}

[dir=rtl] .nm {
  margin-right: 16px;
}

[dir="rtl"] .nm {
  margin-right: 16px;
}

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

.no {
  font-size: 14px !important;
}

.np,
.nq {
  font-size: 14px !important;
}

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

.nr {
  position: absolute;
  top: auto;
  z-index: -999;
  display: flex;
  overflow: hidden;
  font-size: 14px;
  color: white;
  align-items: center;
  justify-content: center;
}

[dir] .nr {
  padding: 20px;
  margin: 20px;
  background-color: black;
}

[dir=ltr] .nr {
    left: -999px;
}

[dir=rtl] .nr {
  right: -999px;
}

.nr:focus,
.nr:active {
  top: auto;
  z-index: 999;
  overflow: auto;
  text-decoration: none;
}

[dir] .nr:focus, [dir] .nr:active {
  text-align: center;
}

[dir=ltr] .nr:focus, [dir=ltr] .nr:active {
    left: auto;
}

[dir=rtl] .nr:focus, [dir=rtl] .nr:active {
  right: auto;
}

/* ==========================================================================
  Notification
  ========================================================================== */

.ns {
  display: table;
  width: 100%;
  font-family: sans-serif;
  font-size: 12px;
  color: #555;
  transition: height 0.2s;
}

[dir] .ns {
  padding: 13px 15px;
  border: 1px solid;
}

.ns a {
  color: #158ec2;
}

.nt {
  max-width: 980px;
}

[dir] .nt {
  padding: 0 20px;
  margin: 0 auto;
}

.nu,
.nv,
.nw {
  display: table-cell;
  vertical-align: middle;
}

.nv {
  width: 100%;
}

[dir] .nv {
  padding: 0 15px;
}

.ns + .ns {
  position: relative;
  top: -1px;
}

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

/* Error */

[dir] .nx {
  background: #ffeded;
  border-color: #f7cbcb;
}

[dir] .nx .nu:before, [dir] .nx .ny.nx: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] .nz {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

[dir] .nz .nu:before, [dir] .nz .ny.nx: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 */

.oa {
  color: #ad5e18;
}

[dir] .oa {
  background: #fff8ed;
  border-color: #fcdba9;
}

[dir] .oa .nu:before, [dir] .oa .ny.nx: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");
}

.nu:before,
.ny.nx:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  content: "";
}

[dir] .nu:before, [dir] .ny.nx:before {
  background-size: cover;
}

/* Dismiss button */

.nw,
a.nw {
  color: #555;
  text-decoration: none !important;
  opacity: 0.6;
  transition: opacity 100ms ease;
}

[dir] .nw, [dir] a.nw {
  cursor: pointer;
}

.nw:hover {
  opacity: 1;
}

/* Inline notifications */

.ny {
  position: relative;
  line-height: 14px;
  vertical-align: middle;
}

[dir] .ny {
  padding: 5px;
  margin-top: 5px;
  border-radius: 4px;
}

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

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

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

.ny[aria-hidden="true"] {
  display: none;
}

[dir] .ny.nx: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] .ny.nx:before {
    margin: -2px 5px 0 0;
}

[dir=rtl] .ny.nx:before {
  margin: -2px 0 0 5px;
}

[dir="rtl"] .ny.nx:before {
  margin: 0 0 0 5px;
}

.ny.nx {
  color: #cc3340;
}

[dir] .ny.nx {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
}

[dir] .ny.ob {
  padding: 13px 15px;
  margin-bottom: 25px;
}

[dir=ltr] .oc {
    padding-left: 0;
    text-align: left;
}

[dir=rtl] .oc {
  padding-right: 0;
  text-align: right;
}

/* Community */

.meta {
  font-size: calc(18px - 4px);
  color: #61698c;
}

[dir] .od {
  padding: 7px 0;
}

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

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

[dir=ltr] .od + .od {
    margin-left: 15px;
  }

[dir=rtl] .od + .od {
    margin-right: 15px;
  }

.od.is-active {
    font-weight: 600;
  }

[dir] .oe {
  padding: 0;
}

[dir=ltr] .oe {
    float: right;
}

[dir=rtl] .oe {
  float: left;
}

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

@media (min-width: 768px) {

[dir] .of {
    margin-bottom: calc(18px * 1.45)
}
  }

[dir=ltr] .og:nth-child(2n + 1) {
    clear: left;
  }

[dir=rtl] .og:nth-child(2n + 1) {
    clear: right;
  }

[dir] .og:first-child .oh {
      margin-top: 0;
    }

@media (min-width: 768px) {
      [dir] .og:nth-child(2) .oh {
        margin-top: 0;
      }
  }

[dir] .oh {
  padding: calc(18px * 1.45) 15px;
  margin-top: calc(15px);
  background: #f7f7f9;
  border: 1px solid #eceeef;
  border-radius: 6px;
}

@media (min-width: 768px) {

[dir] .oh {
    margin-top: calc(15px * 2)
}
  }

[dir] .oi {
  margin-bottom: calc(18px * 1.45 / 2);
}

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

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

[dir=ltr] .ok {
    margin-right: 8px;
}

[dir=rtl] .ok {
  margin-left: 8px;
}

@media (max-width: 767px) {

[dir] .ok {
    margin-bottom: 8px
}
  }

[dir] .ol {
  margin-bottom: calc(18px * 1.45 * 2);
}

@media (min-width: 768px) {

.ol {
    display: flex;
    justify-content: space-between
}
  }

@media (min-width: 768px) {

.om {
    display: flex;
    align-items: center
}
  }

[dir=ltr] .oj {
    margin-right: 16px;
}

[dir=rtl] .oj {
  margin-left: 16px;
}

.on {
  display: flex;
  align-items: center;
}

[dir] .oo + .dropdown {
  margin-bottom: calc(18px * 1.45 / 2);
}

.op {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  -ms-grid-row-align: center;
      align-self: center;
}

.op button {
  font-size: 20px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

[dir] .op button {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

[dir] .oq {
  margin-top: 0 !important;
  box-shadow: none !important;
}

[dir] .oq .promoted-articles {
  margin: 0 !important;
}

[dir] .or {
  clear: both;
}

@media (min-width: 768px) {

[dir] .os {
    margin-bottom: calc(18px * 1.45 * 2)
}
  }

[dir] .post-list-item {
  border-bottom: 1px solid #eceeef;
}

[dir] .post-list-item:last-child {
    padding: 0;
    border: none;
  }

@media (min-width: 768px) {

.post-list-item {
    display: table;
    width: 100%
}

[dir] .post-list-item {
    padding-bottom: calc(18px * 1.45);
    margin-top: calc(18px * 1.45)
}
  }

@media (max-width: 767px) {

[dir] .post-list-item {
    padding-bottom: 15px;
    margin-top: 15px
}
  }

.ot {
  font-size: calc(18px * 1.45);
}

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

.ot .fa-star {
    position: relative;
    top: -4px;
    font-size: 50%;
  }

@media (min-width: 768px) {

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

@media (min-width: 768px) {

.ov {
    width: 60%
}
  }

@media (min-width: 768px) {

.ow {
    width: 40%
}

[dir=ltr] .ow {
        text-align: right
}

[dir=rtl] .ow {
    text-align: left
}
  }

.ox {
  font-size: 14px;
  color: #979797;
}

@media (min-width: 768px) {

.ox {
    min-width: 90px
}

[dir] .ox {
    padding: calc(15px / 2)
      15px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 6px
}

[dir=ltr] .ox {
        float: right
}

[dir=rtl] .ox {
    float: left
}
  }

@media (min-width: 768px) {

.oy {
    display: block;
    font-weight: 600;
    color: #373C50
}
  }

[dir=ltr] .ox + .ox {
    margin-right: 15px;
}

[dir=rtl] .ox + .ox {
  margin-left: 15px;
}

@media (max-width: 767px) {
    .ox + .ox:before {
      font-size: 10px;
      content: "\2022";
    }
    [dir=ltr] .ox + .ox:before {
        margin-right: calc(15px / 2);
    }
    [dir=rtl] .ox + .ox:before {
      margin-left: calc(15px / 2);
    }
  }

.op .dropdown-toggle {
    font-size: 0;
  }

.op .dropdown-toggle:after {
    font-size: 18px;
    content: "\f013";
  }

[dir=ltr] .op .dropdown-toggle:after {
    margin-left: 0;
  }

[dir=rtl] .op .dropdown-toggle:after {
    margin-right: 0;
  }

.post-status {
  display: inline-block;
  font-size: 12px;
  color: #fff;
}

[dir] .post-status {
  padding: 1px calc(15px / 2);
  border-radius: 6px;
}

[dir] .post-status--completed, [dir] .post-status--answered, [dir] .oz, [dir] .pa {
  background-color: #088c9e;
}

[dir] .post-status--planned, [dir] .pb {
  background-color: #0c9;
}

[dir] .post-status--not-planned, [dir] .pc {
  background-color: #0c9;
}

[dir] .pd, [dir] .pe {
  background-color: #0c9;
}

[dir] .pf, [dir] .pg {
  background-color: #0c9;
}

.article-list__item {
    display: block;
    padding: calc(18px * 1.45 * 0.8) 0;
    list-style: none;
    border-top: 1px solid #eceeef;
}

.article-list__item:first-child {
    border: none;
}

.article-list {
    display: none;
    margin-top: calc(15px * -1);
    margin-bottom: 0;
}

@media (min-width: 768px){
.article-list {
    padding: 0 calc(15px * 2);
}
}
.ey.fc:hover {
    color: #373C50;
    border-color: transparent;
    -webkit-box-shadow: 0 6px 12px rgba(55, 60, 80, .08);
    box-shadow: 0 6px 12px rgba(55, 60, 80, .08);
  background-color: #fff;
  opacity: 1;
}

.hz:before {
  background: url(//theme.zdassets.com/theme_assets/1281227/78ddab0e373ea2a86455e7b0190a8e231faef65b.svg);
  width: 16px;
  height: 12px;
}

.ia:before {
    background: url(//theme.zdassets.com/theme_assets/1281227/4ade5e98b25c5fd135cdf145d325a1d89c219a3b.svg);
}

.container {
    padding-right: 15px;
    padding-left: 15px;
}

.post-subscribe::before, .article-subscribe::before, .hs.ep button:before {
    position: absolute;
    top: 48%;
    left: 9px;
    display: block;
    margin-right: 5px;
    font-size: 26px;
    line-height: 1;
    color: #05C896;
    content: '+';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hs.article-subscribe:before {
  display: none;
}

.article-subscribe, .hs.ep button {
    position: relative;
    padding-left: calc(18px * 1.45 * 1.3) !important;
}

@media (min-width: 768px) {
  [dir] .hero-unit {
    padding-left: 30px;
    padding-right: 30px;
  }
}