.Breadcrumbs__Wrapper_1XGWg {
  position: relative;
  z-index: 1;
  margin-bottom: 16px;
  margin-bottom: var(--padding--lg);
}

  @media screen and (max-width: 1023px) {.Breadcrumbs__Wrapper_1XGWg {
    padding-left: 20px
}
  }

  @media (--screen--sm-max) {.Breadcrumbs__Wrapper_1XGWg {
    padding-left: 20px
}
  }

  @media screen and (min-width: 1024px) {.Breadcrumbs__Wrapper_1XGWg {
    display: flex;
    margin-left: -9px
}
  }

  @media (--screen--md-min) {.Breadcrumbs__Wrapper_1XGWg {
    display: flex;
    margin-left: -9px
}
  }

  @media print {.Breadcrumbs__Wrapper_1XGWg {
    display: none
}
  }

.Breadcrumbs__Arrow_35rms {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.Breadcrumbs__Arrow_35rms > svg > path {
      fill: currentColor;
    }

@media screen and (max-width: 1023px) {
    .Breadcrumbs__Item_1_LsS:not(:nth-last-child(2)) {
      display: none;
    }
  }

@media (--screen--sm-max) {
    .Breadcrumbs__Item_1_LsS:not(:nth-last-child(2)) {
      display: none;
    }
  }

@media screen and (min-width: 1024px) {

.Breadcrumbs__Item_1_LsS {
    position: relative;
    padding: 0 9px;
    font-size: 12px;
    line-height: 16px
}
      .Breadcrumbs__Item_1_LsS:not(:last-child)::after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 10px;
        background-color: currentColor;
        content: "";
        opacity: 0.3;
        transform: translateY(-50%);
      }

    .Breadcrumbs__Item_1_LsS:first-child {
      padding-left: 0;
    }

    .Breadcrumbs__Item_1_LsS:last-child {
      overflow: hidden;
      max-width: 250px;
      padding-right: 0;
      opacity: 0.5;
      pointer-events: none;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

@media (--screen--md-min) {

.Breadcrumbs__Item_1_LsS {
    position: relative;
    padding: 0 9px;
    font-size: 12px;
    line-height: 16px
}
      .Breadcrumbs__Item_1_LsS:not(:last-child)::after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 10px;
        background-color: currentColor;
        content: "";
        opacity: 0.3;
        transform: translateY(-50%);
      }

    .Breadcrumbs__Item_1_LsS:first-child {
      padding-left: 0;
    }

    .Breadcrumbs__Item_1_LsS:last-child {
      overflow: hidden;
      max-width: 250px;
      padding-right: 0;
      opacity: 0.5;
      pointer-events: none;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }

.SocialShare__Item_2fT_F {
  display: inline-block;
}

  .SocialShare__Item_2fT_F:hover path {
      fill: rgb(18, 82, 245);
      fill: var(--color--second-blue);
    }

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

  .SocialShare__Item_2fT_F:not(:last-child) {
      margin-right: 48px
  }
    }

  @media (--screen--xs-max) {

  .SocialShare__Item_2fT_F:not(:last-child) {
      margin-right: 48px
  }
    }

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

  .SocialShare__Item_2fT_F:not(:last-child) {
      margin-right: 24px
  }
    }

  @media (--screen--sm-min) {

  .SocialShare__Item_2fT_F:not(:last-child) {
      margin-right: 24px
  }
    }

  @media screen and (max-width: 767px) {.SocialShare__Item_2fT_F {
    width: 32px;
    height: 32px
}
  }

  @media (--screen--xs-max) {.SocialShare__Item_2fT_F {
    width: 32px;
    height: 32px
}
  }

  @media screen and (min-width: 768px) {.SocialShare__Item_2fT_F {
    width: 25px;
    height: 25px
}
  }

  @media (--screen--sm-min) {.SocialShare__Item_2fT_F {
    width: 25px;
    height: 25px
}
  }

  .SocialShare__Item_2fT_F path {
    fill: rgba(18, 82, 245, 0.5);
    fill: rgba(var(--rgb--second-blue), 0.5);
    transition: fill ease-in-out 0.3s;
  }

@media screen and (max-width: 767px) {.Share__Title_j0a4K {
    margin-bottom: 24px
}
  }
  @media (--screen--xs-max) {.Share__Title_j0a4K {
    margin-bottom: 24px
}
  }
  @media screen and (min-width: 768px) {.Share__Title_j0a4K {
    margin-bottom: 16px
}
  }
  @media (--screen--sm-min) {.Share__Title_j0a4K {
    margin-bottom: 16px
}
  }

.ContentEditable__Wrapper_316T0 * + h1,
  .ContentEditable__Wrapper_316T0 * + h2,
  .ContentEditable__Wrapper_316T0 * + h4,
  .ContentEditable__Wrapper_316T0 * + p {
    margin-top: 24px;
    margin-top: var(--padding--xl);
  }
  .ContentEditable__Wrapper_316T0 h3 + *,
  .ContentEditable__Wrapper_316T0 * + h3 {
    margin-top: 32px;
    margin-top: var(--padding--2xl);
  }
  .ContentEditable__Wrapper_316T0 p > b {
      font-weight: 500;
    }
  .ContentEditable__Wrapper_316T0 a:not([class]) {
    color: rgb(18, 82, 245);
    color: var(--color--second-blue);
    font-weight: 500;
    word-break: break-all;
  }
  .ContentEditable__Wrapper_316T0 a:not([class])::after {
      content: none;
    }
  .ContentEditable__Wrapper_316T0 ul,
  .ContentEditable__Wrapper_316T0 ol {
    position: relative;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .ContentEditable__Wrapper_316T0 ul > li, .ContentEditable__Wrapper_316T0 ol > li {
      position: relative;
      padding-left: 20px;
    }
  .ContentEditable__Wrapper_316T0 ul > li::before, .ContentEditable__Wrapper_316T0 ol > li::before {
        position: absolute;
      }
  .ContentEditable__Wrapper_316T0 ul > li:not(:last-child), .ContentEditable__Wrapper_316T0 ol > li:not(:last-child) {
        margin-bottom: 16px;
      }
  .ContentEditable__Wrapper_316T0 ol {
    counter-reset: counter;
  }
  .ContentEditable__Wrapper_316T0 ol > li::before {
        top: 2px;
        left: 2px;
        color: rgb(18, 82, 245);
        color: var(--color--second-blue);
        content: counter(counter);
        counter-increment: counter;
        font-size: 12px;
        line-height: 16px;
      }
  .ContentEditable__Wrapper_316T0 ul > li::before {
        top: 9px;
        left: 0;
        width: 8px;
        height: 1px;
        background: rgb(18, 82, 245);
        background: var(--color--second-blue);
        content: "";
      }
  .ContentEditable__Wrapper_316T0 * + ul,
  .ContentEditable__Wrapper_316T0 * + ol {
    margin-top: 24px;
    margin-top: var(--padding--xl);
  }
  .ContentEditable__Wrapper_316T0 td,
  .ContentEditable__Wrapper_316T0 th {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .ContentEditable__Wrapper_316T0 table {
    width: 100%;
  }
  .ContentEditable__Wrapper_316T0 tr td:first-child {
      padding-left: 5px;
      text-align: left;
      max-width: 200px;
    }
  .ContentEditable__Wrapper_316T0 tr td {
      text-align: center;
    }


/*# sourceMappingURL=[slug].03d56ccc.chunk.css.map*/