.et-top-sec {
  position: relative; }

.et-top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 420px;
  /*margin-bottom: 130px;*/
  padding-bottom: 30px;
  padding-top: 100px;
  height: 100vh;
  overflow: visible;
  /*@include media('<small') {
    margin-bottom: 420px;
  }*/ }
  .et-top__main {
    margin: 21vh 0 0 0;
    color: var(--white);
    padding-bottom: 22vh; }
    .et-top__main .et-wrap {
      display: flex;
      position: relative; }
      .et-top__main .et-wrap .et-top__video-play {
        position: absolute;
        top: 0;
        bottom: 0;
        right: var(--gap);
        margin: auto 0; }
        @media (max-width: 991px) {
          .et-top__main .et-wrap .et-top__video-play {
            top: auto;
            bottom: -150px;
            left: var(--gap);
            margin: 0 auto; } }
  .et-top__text {
    padding-right: 130px;
    max-width: 100%;
    /*overflow: hidden;*/ }
    .et-top__text > h1 {
      text-shadow: 0px 4px 60px rgba(50, 44, 88, 0.5); }
      @media screen and (max-width: 320px) {
        .et-top__text > h1 {
          font-size: 32px; } }
      @media screen and (max-width: 767px) and (min-width: 321px) {
        .et-top__text > h1 {
          font-size: calc(32px + 28 * ((100vw - 320px) / 448)); } }
      @media screen and (min-width: 768px) {
        .et-top__text > h1 {
          font-size: 60px; } }
    @media (max-width: 991px) {
      .et-top__text {
        width: 100%;
        padding-right: 0;
        text-align: center; } }

.et-about {
  position: relative;
  margin: -22vh 0 40px;
  color: var(--white); }
  .et-about__details {
    position: relative;
    width: 65%;
    min-width: 960px;
    margin: 0 auto;
    padding: 40px 40px 40px 40px;
    color: var(--white);
    background-color: #2F3034;
    text-align: center;
    z-index: 2; }
    .et-about__details > span {
      display: inline-block;
      margin: 1em 0 2em 0;
      font-size: 18px;
      line-height: 1.5em;
      overflow: hidden; }
      @media (max-width: 767px) {
        .et-about__details > span {
          font-size: inherit; } }
    .et-about__details-time {
      display: flex; }
      .et-about__details-time > div {
        width: 33%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        /*& span {
          font-weight: 900;
        }*/ }
        .et-about__details-time > div > svg {
          margin: -4px 6px 0 0; }
    .et-about__details-prices {
      clear: both;
      display: flex;
      justify-content: center;
      padding-top: 30px; }
      .et-about__details-prices div {
        width: 33%;
        min-width: 280px; }
        @media (max-width: 576px) {
          .et-about__details-prices div > span {
            display: flex;
            justify-content: space-between;
            align-items: center; } }
        .et-about__details-prices div p.et-price {
          margin: 0.2em 0 0 15px;
          font-size: 52px; }
    @media (max-width: 1199px) {
      .et-about__details {
        min-width: 920px;
        padding: 40px 20px; } }
    @media (max-width: 991px) {
      .et-about__details {
        min-width: 0;
        width: calc(100% - var(--gap));
        margin: 0 var(--halfGap); }
        .et-about__details-time > div > span {
          font-size: 14px; }
        .et-about__details-time > div > svg {
          margin: -4px 0 0 0; } }
    @media (max-width: 767px) {
      .et-about__details {
        width: 100%;
        margin: 0; }
        .et-about__details > h5 {
          min-height: 2.4em; }
        .et-about__details > span {
          height: 4.3em;
          max-height: 4.3em;
          margin: 0 auto; }
        .et-about__details-time {
          display: block; }
          .et-about__details-time > div {
            width: 100%;
            line-height: 3em;
            text-align: left; }
            .et-about__details-time > div > span {
              font-size: inherit; }
            .et-about__details-time > div > svg {
              margin: -4px 6px 0 0; }
        .et-about__details-prices {
          display: block;
          padding-top: 15px; }
          .et-about__details-prices div {
            width: 100%;
            text-align: left; }
            .et-about__details-prices div p.et-price {
              margin-left: 30px; } }
    @media (max-width: 575px) {
      .et-about__details {
        padding: 20px 15px 20px 15px; }
        .et-about__details > span {
          margin: 1em auto; }
        .et-about__details-time > div > span {
          font-size: 14px; }
        .et-about__details-prices > div > span > .et-price {
          font-size: 36px;
          line-height: 1.3em; } }

.et-order-sec {
  position: relative;
  margin-bottom: 30px;
  color: #FFFFFF;
  background: url("/images/event/order-bg.png"), linear-gradient(90deg, #830840 0%, #46118D 100%);
  background-position: right center, center;
  background-repeat: no-repeat;
  background-size: auto 100%, cover; }

.et-order {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 20px; }
  @media (max-width: 768px) {
    .et-order {
      padding-bottom: 30px; } }
  .et-order__text {
    text-align: center; }
    .js-order-success .et-order__text {
      text-align: inherit; }
  .et-order__row {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center; }
    @media (min-width: 1201px) {
      .et-order__row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-start; } }
  .et-order__line {
    margin: 2em 0 20px;
    display: inline-flex;
    justify-content: space-between; }
    @media (max-width: 576px) {
      .et-order__line {
        display: block;
        padding: 0 var(--halfGap); } }
    .et-order__line > div {
      max-width: 150px; }
      @media (min-width: 577px) {
        .et-order__line > div {
          width: 33%;
          margin: 0 5px; } }
      @media (max-width: 576px) {
        .et-order__line > div {
          display: block;
          width: 100%;
          max-width: 200px;
          margin: 1em auto 0; } }
      .et-order__line > div.et-datapick {
        min-width: 205px; }
  .et-order__prices {
    display: inline-flex; }
    @media (min-width: 577px) {
      .et-order__prices {
        margin: 2em 0 20px; } }
    @media (max-width: 576px) {
      .et-order__prices {
        justify-content: center;
        flex-wrap: wrap;
        margin: 10px auto; } }
    .et-order__prices > span {
      display: flex;
      white-space: nowrap;
      align-items: center;
      padding: 0 30px; }
      @media (max-width: 576px) {
        .et-order__prices > span {
          margin: 10px 0; } }
      .et-order__prices > span > span {
        margin-right: 10px;
        font-weight: 900; }
  .et-order__bottom {
    display: inline-flex;
    justify-content: center;
    margin-top: 20px; }
    @media (min-width: 1201px) {
      .et-order__bottom {
        flex: 0 0 100%;
        min-width: 100%; } }

@media (min-width: 769px) and (max-width: 1200px) {
  .et-order__bottom {
    margin-left: 70px; } }
    @media (max-width: 768px) {
      .et-order__bottom {
        width: auto;
        padding: 0 var(--halfGap);
        text-align: center; } }

html,
button,
input,
textarea,
a {
  font-family: 'Museo', sans-serif;
  color: var(--text); }

strong {
  font-weight: 900 !important; }

.et-h1,
h1 {
  font-weight: 900;
  line-height: 1.2em; }
  @media screen and (max-width: 320px) {
    .et-h1,
    h1 {
      font-size: 30px; } }
  @media screen and (max-width: 1199px) and (min-width: 321px) {
    .et-h1,
    h1 {
      font-size: calc(30px + 70 * ((100vw - 320px) / 880)); } }
  @media screen and (min-width: 1200px) {
    .et-h1,
    h1 {
      font-size: 100px; } }

.et-h2,
h2 {
  font-weight: 900;
  line-height: 1.2em; }
  @media screen and (max-width: 320px) {
    .et-h2,
    h2 {
      font-size: 24px; } }
  @media screen and (max-width: 1699px) and (min-width: 321px) {
    .et-h2,
    h2 {
      font-size: calc(24px + 20 * ((100vw - 320px) / 1380)); } }
  @media screen and (min-width: 1700px) {
    .et-h2,
    h2 {
      font-size: 44px; } }

.et-h3,
h3 {
  font-weight: 900;
  line-height: 1.2em; }
  @media screen and (max-width: 320px) {
    .et-h3,
    h3 {
      font-size: 22px; } }
  @media screen and (max-width: 1699px) and (min-width: 321px) {
    .et-h3,
    h3 {
      font-size: calc(22px + 26 * ((100vw - 320px) / 1380)); } }
  @media screen and (min-width: 1700px) {
    .et-h3,
    h3 {
      font-size: 48px; } }

.et-h4,
h4 {
  font-weight: 900;
  line-height: 1.25em; }
  @media screen and (max-width: 320px) {
    .et-h4,
    h4 {
      font-size: 18px; } }
  @media screen and (max-width: 1699px) and (min-width: 321px) {
    .et-h4,
    h4 {
      font-size: calc(18px + 18 * ((100vw - 320px) / 1380)); } }
  @media screen and (min-width: 1700px) {
    .et-h4,
    h4 {
      font-size: 36px; } }

.et-h5,
h5 {
  font-weight: 900;
  line-height: 1.25em; }
  @media screen and (max-width: 320px) {
    .et-h5,
    h5 {
      font-size: 18px; } }
  @media screen and (max-width: 1699px) and (min-width: 321px) {
    .et-h5,
    h5 {
      font-size: calc(18px + 6 * ((100vw - 320px) / 1380)); } }
  @media screen and (min-width: 1700px) {
    .et-h5,
    h5 {
      font-size: 24px; } }

.et-h6,
h6 {
  font-weight: 900;
  font-size: 16px;
  line-height: 1.25em; }

.et-lead {
  font-weight: 500;
  line-height: 1.5em; }
  @media screen and (max-width: 768px) {
    .et-lead {
      font-size: 16px; } }
  @media screen and (max-width: 1699px) and (min-width: 769px) {
    .et-lead {
      font-size: calc(16px + 8 * ((100vw - 768px) / 932)); } }
  @media screen and (min-width: 1700px) {
    .et-lead {
      font-size: 24px; } }

.et-reg,
.et-article > p:not(.et-h3) {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5em; }
  @media (max-width: 575px) {
    .et-reg,
    .et-article > p:not(.et-h3) {
      font-size: 14px; } }

.et-small {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.5em; }

.et-txt-ceo {
  line-height: 1.5em;
  font-weight: 300;
  font-size: 16px; }

.et-txt-bg {
  font-weight: 900;
  line-height: 1.2em; }
  @media screen and (max-width: 320px) {
    .et-txt-bg {
      font-size: 30px; } }
  @media screen and (max-width: 1999px) and (min-width: 321px) {
    .et-txt-bg {
      font-size: calc(30px + 110 * ((100vw - 320px) / 1680)); } }
  @media screen and (min-width: 2000px) {
    .et-txt-bg {
      font-size: 140px; } }
  .et-txt-bg--sec {
    text-transform: uppercase;
    color: var(--white);
    z-index: -1;
    opacity: 0.9;
    text-shadow: 0px 15px 24px rgba(39, 39, 39, 0.1); }
    @media (min-width: 577px) {
      .et-txt-bg--sec {
        position: absolute;
        left: 0;
        right: 0;
        max-width: 2000px;
        white-space: nowrap;
        margin: 0 auto;
        top: 0; } }

.et-txt-strong {
  font-weight: 900; }

.et-txt-strong-list {
  font-weight: 900;
  line-height: 1.7em; }
  @media (min-width: 577px) {
    .et-txt-strong-list {
      font-size: 20px; } }
  @media (max-width: 576px) {
    .et-txt-strong-list {
      font-size: 18px; } }

.et-red {
  color: var(--red); }

.et-red-2 {
  color: var(--red-2); }

.et-black-1 {
  color: var(--black-1); }

.et-black-2 {
  color: var(--black-2); }

.et-grey-1 {
  color: var(--grey-1); }

.et-blue-1 {
  color: var(--blue-1); }

.et-white {
  color: var(--white); }

.et-txt-upper {
  text-transform: uppercase; }

.et-txt-center {
  text-align: center; }

.et-txt-elips {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.et-und-line,
.et-article__wrap h4 {
  padding-bottom: 16px;
  margin-bottom: 16px;
  position: relative; }
  .et-und-line::after,
  .et-article__wrap h4::after {
    position: absolute;
    content: '';
    display: block;
    pointer-events: none;
    bottom: 0;
    left: 0;
    width: 120px;
    height: 4px;
    background-image: var(--grad);
    border-radius: 2px;
    z-index: 1; }

.et-txt-grad {
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
  background-image: var(--grad); }

@media (min-width: 1601px) {
  .et-article {
    padding-bottom: 100px; } }

@media (min-width: 576px) and (max-width: 1600px) {
  .et-article {
    padding-bottom: 70px; } }

@media (max-width: 575px) {
  .et-article {
    padding-bottom: 30px; } }

.et-article__wrap {
  margin: 0 auto; }
  .et-article__wrap h4 {
    padding-top: 25px;
    text-align: center; }
    .et-article__wrap h4:after {
      height: 1px;
      left: calc(50% - 60px); }
    @media (min-width: 993px) {
      .et-article__wrap h4 {
        margin-bottom: 30px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-article__wrap h4 {
    margin-bottom: 20px; } }
    @media (max-width: 576px) {
      .et-article__wrap h4 {
        margin-bottom: 20px; } }

@media (min-width: 768px) {
  .et-article > p:not(.et-h3) {
    padding-bottom: 30px; } }

@media (max-width: 767px) {
  .et-article > p:not(.et-h3) {
    padding-bottom: 20px; } }

.et-article__media {
  width: auto;
  pointer-events: none; }
  @media (min-width: 768px) {
    .et-article__media {
      display: flex; } }
  @media (min-width: 769px) {
    .et-article__media {
      margin: 0 calc((var(--text-padd-h) - 20px) * -1); } }
  @media (max-width: 768px) {
    .et-article__media {
      margin: 0 calc((var(--text-padd-h) - 10px) * -1); } }
  @media (min-width: 993px) {
    .et-article__media {
      padding: 30px 0 60px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-article__media {
    padding: 15px 0 45px; } }
  @media (max-width: 576px) {
    .et-article__media {
      padding: 10px 0 40px; } }
  .et-article__media li {
    min-height: 300px;
    flex: 1;
    object-fit: cover; }
    @media (min-width: 993px) {
      .et-article__media li {
        margin-right: 20px; } }
    @media (max-width: 992px) {
      .et-article__media li {
        margin-right: 10px; } }
    @media (max-width: 767px) {
      .et-article__media li {
        margin-right: 0px;
        margin-bottom: 10px; } }
  .et-article__media li:last-child {
    margin-right: 0; }
    @media (max-width: 767px) {
      .et-article__media li:last-child {
        margin-bottom: 0px; } }
  .et-article__media img {
    max-width: 100vw;
    min-height: 300px;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.et-article__social {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center; }
  @media (min-width: 576px) {
    .et-article__social {
      padding: 40px 0 50px; } }
  @media (max-width: 575px) {
    .et-article__social {
      padding: 30px 0 40px; } }
  .et-article__social p {
    padding-bottom: 20px; }
  .et-article__social > .et-socials-list {
    justify-content: center; }

.et-article .et-txt-bg--sec {
  position: relative;
  text-align: center; }
  @media (min-width: 993px) {
    .et-article .et-txt-bg--sec {
      margin-top: -30px;
      font-size: 165px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-article .et-txt-bg--sec {
    margin-top: -30px;
    font-size: 130px; } }
  @media (max-width: 576px) {
    .et-article .et-txt-bg--sec {
      margin-top: -20px;
      font-size: 84px; } }

.et-article div:not([class]) {
  display: block;
  margin: 16px 0;
  max-width: 780px;
  padding: 20px 16px;
  border-radius: 4px;
  background-color: rgba(104, 111, 129, 0.1);
  font-size: 16px;
  line-height: 1.5em;
  color: var(--grey-1); }

.et-article ul:not([class]),
.et-article ol:not([class]) {
  padding-top: 16px;
  padding-bottom: 16px;
  max-width: 755px; }
  .et-article ul:not([class]) > li,
  .et-article ol:not([class]) > li {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    font-size: 16px;
    line-height: 1.5em; }
    .et-article ul:not([class]) > li::before,
    .et-article ol:not([class]) > li::before {
      content: '';
      position: absolute;
      top: calc(10px + 0.5em);
      bottom: 0;
      left: 0;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background-color: var(--red); }

.et-article pre {
  display: block;
  margin-top: 16px;
  margin-bottom: 16px;
  max-width: 780px;
  padding: 20px 16px;
  border-radius: 4px;
  background-color: rgba(227, 43, 40, 0.1);
  font-family: inherit;
  font-style: inherit;
  font-size: 18px;
  line-height: 1.5em; }
  .et-article pre span {
    font: inherit; }

.et-article p + p {
  padding-top: 15px; }

.et-article__inline-list ol:not([class]) {
  list-style: none !important;
  column-count: 4;
  column-gap: 20px;
  column-width: 250px;
  max-width: initial; }
  .et-article__inline-list ol:not([class]) span {
    font: inherit !important; }

.et-article__list-icon ul:not([class]) > li {
  position: relative;
  list-style-type: none !important;
  padding-top: 0.4em;
  margin: 0 !important;
  padding-left: 50px;
  position: relative;
  list-style-type: none !important; }
  .et-article__list-icon ul:not([class]) > li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 32px;
    width: 32px; }
  .et-article__list-icon ul:not([class]) > li:before {
    display: none;
    position: absolute;
    right: auto;
    margin: 0;
    left: 0;
    top: calc(16px + 0.1em); }
  .et-article__list-icon ul:not([class]) > li:empty {
    display: none; }

.et-article__list-icon--grad ul > li:nth-child(1) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--grad ul > li:nth-child(2) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--grad ul > li:nth-child(3) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--grad ul > li:nth-child(4) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--grad ul > li:nth-child(5) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--grad ul > li:nth-child(6) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--grad ul > li:nth-child(7) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--grad ul > li:nth-child(8) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--grad ul > li:nth-child(9) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--grad ul > li:nth-child(10) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--grad ul > li:nth-child(11) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--grad ul > li:nth-child(12) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--red ul > li:nth-child(1) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--red ul > li:nth-child(2) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--red ul > li:nth-child(3) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--red ul > li:nth-child(4) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--red ul > li:nth-child(5) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--red ul > li:nth-child(6) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--red ul > li:nth-child(7) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--red ul > li:nth-child(8) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--red ul > li:nth-child(9) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--red ul > li:nth-child(10) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--red ul > li:nth-child(11) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon--red ul > li:nth-child(12) {
  min-height: calc(32px + 0.4em); }

.et-article__underline-title h2,
.et-article__underline-title h3,
.et-article__underline-title h4,
.et-article__underline-title h5,
.et-article__underline-title h6 {
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
  text-align: center; }
  .et-article__underline-title h2::after,
  .et-article__underline-title h3::after,
  .et-article__underline-title h4::after,
  .et-article__underline-title h5::after,
  .et-article__underline-title h6::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: calc(50% - 60px);
    width: 120px;
    height: 1px;
    background-image: var(--grad);
    border-radius: 2px;
    z-index: 1;
    pointer-events: none; }

.et-article table {
  width: 100% !important; }
  .et-article__list-icon--red ul > li:nth-child(1):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.333 3.183c-5.324 0-9.657 4.143-9.657 9.232a8.7 8.7 0 00.237 2.043 8.82 8.82 0 00.647 1.82c1.04 2.342 3.328 5.94 8.349 9.793a.706.706 0 00.858 0c5.016-3.854 7.309-7.45 8.35-9.793a8.718 8.718 0 00.711-2.13c.111-.569.172-1.153.172-1.733-.01-5.089-4.344-9.232-9.667-9.232zm8.142 10.739c0 .01-.005.02-.005.029-.005.024-.02.096-.046.207v.01a7.44 7.44 0 01-.56 1.574c-.006.005-.006.015-.01.02-.945 2.139-3.016 5.403-7.521 8.962-4.505-3.56-6.576-6.823-7.52-8.962-.006-.005-.006-.015-.01-.02a7.936 7.936 0 01-.561-1.574v-.01c-.03-.11-.04-.183-.046-.207 0-.01-.005-.02-.005-.034-.101-.497-.152-1-.152-1.506 0-4.37 3.723-7.93 8.294-7.93 4.57 0 8.293 3.56 8.293 7.93 0 .511-.05 1.018-.151 1.51z' fill='%23E32B28'/%3E%3Cpath d='M16.333 6.655c-3.38 0-6.132 2.631-6.132 5.862 0 3.23 2.753 5.862 6.132 5.862 3.379 0 6.131-2.632 6.131-5.862s-2.752-5.862-6.131-5.862zm0 10.42c-2.632 0-4.768-2.047-4.768-4.558 0-2.511 2.141-4.559 4.768-4.559 2.626 0 4.768 2.048 4.768 4.559 0 2.51-2.137 4.558-4.768 4.558z' fill='%23E32B28'/%3E%3Cellipse cx='16.709' cy='27.88' rx='13.07' ry='.937' stroke='%23E32B28'/%3E%3C/svg%3E"); }
  .et-article__list-icon--red ul > li:nth-child(2):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.04767 8.95111H25.1622L28.1226 10.4313C28.475 10.5723 28.6159 10.9247 28.6159 11.2771V13.7441C28.6159 14.167 28.2635 14.5194 27.8406 14.5194H27.3472C26.9243 14.5194 26.5719 14.167 26.5719 13.7441L26.7129 9.72644M7.04767 18.6778H25.2327M6.97718 8.95111L4.01683 10.4313C3.66441 10.5723 3.52344 10.9247 3.52344 11.2771V13.7441C3.52344 14.167 3.87586 14.5194 4.29877 14.5194H4.79216C5.21507 14.5194 5.56749 14.167 5.56749 13.7441L5.63797 9.72644M10.5017 6.76602H16.4929M17.9026 6.76602H19.7352M22.7657 25.9378H9.51463C8.17542 25.9378 7.04767 24.8806 7.04767 23.4709V7.47087C7.04767 6.13166 8.10493 5.00391 9.51463 5.00391H22.7657C24.1049 5.00391 25.2327 6.06118 25.2327 7.47087V23.5414C25.2327 24.8806 24.1049 25.9378 22.7657 25.9378ZM12.6162 22.3432C12.6162 22.9271 12.1429 23.4005 11.559 23.4005C10.975 23.4005 10.5017 22.9271 10.5017 22.3432C10.5017 21.7593 10.975 21.2859 11.559 21.2859C12.1429 21.2859 12.6162 21.7593 12.6162 22.3432ZM22.1316 22.3432C22.1316 22.9271 21.6583 23.4005 21.0744 23.4005C20.4905 23.4005 20.0171 22.9271 20.0171 22.3432C20.0171 21.7593 20.4905 21.2859 21.0744 21.2859C21.6583 21.2859 22.1316 21.7593 22.1316 22.3432ZM11.5592 29.1098H10.361C9.79712 29.1098 9.37421 28.6869 9.37421 28.123V25.938H12.546V28.123C12.546 28.6869 12.1231 29.1098 11.5592 29.1098ZM22.3425 29.1098H21.1443C20.5804 29.1098 20.1575 28.6869 20.1575 28.123V25.938H23.3293V28.123C23.3293 28.6869 22.9064 29.1098 22.3425 29.1098Z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .et-article__list-icon--red ul > li:nth-child(3):after {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.1623 17.4249H12.8537C10.0763 17.4249 7.76172 15.1941 7.76172 12.348V8.65566C7.76172 5.88643 9.99911 3.57874 12.8537 3.57874H13.1623C15.9398 3.57874 18.2543 5.8095 18.2543 8.65566V12.348C18.2543 15.1172 16.0169 17.4249 13.1623 17.4249Z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18.0996 14.2711C19.1797 14.2711 19.8741 13.5787 19.8741 12.6557C19.8741 11.7326 19.1797 11.0403 18.2539 11.0403' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.74377 11.0485C6.96362 11.0485 6.21875 11.7326 6.21875 12.6556C6.21875 13.5787 6.91311 14.271 7.91608 14.271' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.83984 10.5017C7.83984 10.5017 13.8576 11.6556 15.0149 7.3479C15.6321 9.80944 18.2553 10.8094 18.2553 10.8094' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.7316 18.5787H21.0313C20.4912 18.5787 20.1055 18.1941 20.1055 17.6556V15.7325C20.1055 15.1941 20.4912 14.8094 21.0313 14.8094H22.8058C23.3458 14.8094 23.7316 15.1941 23.7316 15.7325V18.5787Z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.5001 23.348C23.5001 23.271 21.0312 18.5787 21.0312 18.5787' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.8858 17.8864L24.8888 19.5787L26.8176 23.194C26.8176 23.194 27.7434 25.9633 25.6603 25.9633C23.5772 25.9633 21.9571 25.9633 21.9571 25.9633H21.1855' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.8674 17.3639C11.8674 17.3639 11.7748 18.6556 11.5433 19.3479C11.3118 19.9633 11.1575 21.6556 13.2406 21.6556C14.938 21.6556 15.3237 20.6556 14.938 19.5017C14.5522 18.3479 14.4493 17.3639 14.4493 17.3639' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.1737 20.0402H21.1862V27.1171H19.8746V29.5786H4.21289V26.194C4.21289 22.8094 6.99034 19.9633 10.4621 19.9633H11.3108' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.3879 26.7325H6.99023V28.271H11.3879V26.7325Z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.3398 14.8095V3.42485C21.3398 3.42485 23.6544 4.57869 24.503 4.57869C25.3517 4.57869 26.8176 3.34792 27.5891 3.42485C28.1292 3.42485 29.4407 4.04023 29.4407 4.04023V8.34793C29.4407 8.34793 28.2063 7.34793 27.5891 7.34793C26.7404 7.271 25.3517 8.65562 24.503 8.73254C23.5001 8.73254 21.3398 7.73254 21.3398 7.73254' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.99023 25.5787H9.61338' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.7715 25.5787H11.4658' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.373 21.7105L14.5522 22.5018C15.1694 22.9633 16.018 22.8864 16.5581 22.271L18.6101 20.0944' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.2395 21.7325L11.9279 22.6556C11.3107 23.1171 10.462 23.0402 9.92194 22.4248L8.07031 20.4248' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .et-article__list-icon--red ul > li:nth-child(4):after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cpath stroke='%23E32B28' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M13.29 11.188c-.07 3.383-.141 3.242-.141 3.242l-6.837 1.903s-.635-1.269-1.199-2.608c-.423-.846-.775-1.762-.845-2.326-.212-1.268-.987-5.427 1.691-7.753 2.538-2.256 5.005-.07 5.85 1.128.917 1.339 1.551 3.101 1.48 6.414zm0 0s-.987.986-1.48 1.127c-.494.142-1.55-.352-2.115-.21-.564.14-1.339 1.268-1.903 1.409-.493.14-1.48-.423-1.903-.282-.211.07-.695.614-.695.614m5.064-4.773c-.493-.07-.986-.282-1.268-.14-.564.14-1.34 1.268-1.903 1.41-.494.07-1.48-.424-1.903-.283-.212.07-.987.846-.987.846m7.612-5.991s-.986.986-1.48 1.127c-.493.141-1.55-.352-2.114-.211-.564.141-1.34 1.269-1.903 1.41-.494.14-1.48-.423-1.903-.282-.07 0-.212.07-.282.211m9.092 9.445L7.3 18.307s.916 2.82 1.55 3.595c.564.634 2.044 1.127 3.101.775.776-.282 1.974-.987 2.045-2.538 0-1.057-.776-3.524-.776-3.524z'/%3E%3Cmask id='a' fill='%23fff'%3E%3Cpath d='M11.701 9.423a.5.5 0 100-1 .5.5 0 000 1z'/%3E%3C/mask%3E%3Cpath fill='%23E32B28' d='M11.701 9.423a.5.5 0 100-1 .5.5 0 000 1z'/%3E%3Cpath fill='%23E32B28' d='M11.201 8.923a.5.5 0 01.5-.5v2a1.5 1.5 0 001.5-1.5h-2zm.5-.5a.5.5 0 01.5.5h-2a1.5 1.5 0 001.5 1.5v-2zm.5.5a.5.5 0 01-.5.5v-2a1.5 1.5 0 00-1.5 1.5h2zm-.5.5a.5.5 0 01-.5-.5h2a1.5 1.5 0 00-1.5-1.5v2z' mask='url(%23a)'/%3E%3Cpath stroke='%23E32B28' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' d='M17.898 17.932c.14 3.383.211 3.242.211 3.242l6.978 1.763s.564-1.27 1.128-2.608c.352-.846.705-1.762.775-2.326.212-1.34.846-5.498-1.832-7.754-2.608-2.185-5.005.07-5.85 1.27-.987 1.338-1.551 3.03-1.41 6.413zm0 0s1.058.987 1.48 1.128c.494.14 1.551-.423 2.045-.282.564.14 1.339 1.269 1.973 1.41.494.14 1.48-.423 1.903-.282.212.07.776.705.776.705m-5.217-4.864c.494-.14.987-.282 1.269-.211.564.14 1.34 1.268 1.974 1.41.493.14 1.48-.424 1.903-.283.211.07.986.846.986.846m-7.753-5.85s1.057.987 1.48 1.128c.493.14 1.55-.423 2.044-.282.564.14 1.339 1.269 1.973 1.41.494.14 1.48-.423 1.903-.282.07 0 .212.07.282.211m-8.88 9.516l5.991 1.62s-.846 2.82-1.48 3.596c-.494.634-2.044 1.198-3.102.845-.775-.282-1.973-.916-2.114-2.537 0-1.057.705-3.524.705-3.524z'/%3E%3Cmask id='b' fill='%23fff'%3E%3Cpath d='M19.338 16.168a.5.5 0 100-1 .5.5 0 000 1z'/%3E%3C/mask%3E%3Cpath fill='%23E32B28' d='M19.338 16.168a.5.5 0 100-1 .5.5 0 000 1z'/%3E%3Cpath fill='%23E32B28' d='M18.838 15.668a.5.5 0 01.5-.5v2a1.5 1.5 0 001.5-1.5h-2zm.5-.5a.5.5 0 01.5.5h-2a1.5 1.5 0 001.5 1.5v-2zm.5.5a.5.5 0 01-.5.5v-2a1.5 1.5 0 00-1.5 1.5h2zm-.5.5a.5.5 0 01-.5-.5h2a1.5 1.5 0 00-1.5-1.5v2z' mask='url(%23b)'/%3E%3C/svg%3E"); }
  .et-article__list-icon--red ul > li:nth-child(5):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.23404 10.5724H7.75388C6.76709 10.5724 5.85077 11.2067 5.56883 12.1935L4.22965 16.634C4.08868 17.1274 4.37059 17.6913 4.86398 17.9028C5.42786 18.1142 5.99177 17.7618 6.13274 17.2684L7.54243 12.6164L5.07547 20.7221H9.23404V26.7838C9.23404 27.3477 8.74065 27.8411 8.17677 27.8411C7.61289 27.8411 7.1195 27.3477 7.1195 26.7838V20.7221M9.37508 10.5724H10.8552C11.842 10.5724 12.7583 11.2067 13.0403 12.1935L14.3795 16.634C14.5204 17.1274 14.2385 17.6913 13.7451 17.9028C13.1813 18.1142 12.6174 17.7618 12.4764 17.2684L11.0667 12.6164L13.5337 20.7221H9.37508V26.7838C9.37508 27.3477 9.86847 27.8411 10.4323 27.8411C10.9962 27.8411 11.4896 27.3477 11.4896 26.7838V20.7221M23.7545 10.5724H22.3448C20.9351 10.5724 19.8073 11.7001 19.8073 13.1803V17.5503C19.8073 18.1142 20.2302 18.5371 20.7941 18.5371C21.358 18.5371 21.7809 18.1142 21.7809 17.5503V12.4049V19.3829H23.825M23.825 19.3829V26.7838M23.825 19.3829H25.8685V12.4049V17.5503C25.8685 18.1142 26.2913 18.5371 26.8552 18.5371C27.4191 18.5371 27.842 18.1142 27.842 17.5503V13.1803C27.842 11.7001 26.7142 10.5724 25.3045 10.5724H23.8949M23.825 26.7838C23.825 27.3477 23.3316 27.8411 22.7677 27.8411C22.2038 27.8411 21.7104 27.3477 21.7104 26.7838V19.3829M23.825 26.7838C23.825 27.3477 24.3178 27.8411 24.8817 27.8411C25.4455 27.8411 25.9389 27.3477 25.9389 26.7838V19.3829M16.988 27.8413V13.251M16.988 11.6297V10.2905M16.988 8.66935V5.70899M10.926 7.40062C10.926 8.33488 10.1686 9.09225 9.23436 9.09225C8.3001 9.09225 7.54275 8.33488 7.54275 7.40062C7.54275 6.46636 8.3001 5.70899 9.23436 5.70899C10.1686 5.70899 10.926 6.46636 10.926 7.40062ZM25.5172 7.40061C25.5172 8.33487 24.7598 9.09224 23.8255 9.09224C22.8912 9.09224 22.1339 8.33487 22.1339 7.40061C22.1339 6.46635 22.8912 5.70898 23.8255 5.70898C24.7598 5.70898 25.5172 6.46635 25.5172 7.40061Z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .et-article__list-icon--red ul > li:nth-child(6):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.24625 22.7663L7.68238 22.8368C7.04802 22.9073 6.48416 22.5548 6.41367 21.991L6.13171 19.1011C6.06123 18.6077 6.55462 18.1143 7.18898 18.0438L7.75289 17.9733M10.149 23.7529L9.79653 20.2992M6.62575 14.5901C6.62575 14.5901 6.34384 16.5637 6.69626 18.1848M7.8936 14.7309C7.8936 14.7309 7.75263 16.5635 7.8936 17.1979M22.9073 24.599L23.4711 24.8104C24.1055 25.0219 24.7399 24.8104 24.9513 24.317L25.9381 21.6386C26.1496 21.1452 25.7971 20.5813 25.1628 20.2994L24.5989 20.0879M12.7572 28.828C12.7572 28.828 12.7572 26.9954 14.6603 26.4316C16.211 25.9382 17.5502 27.4888 18.9599 26.9954C20.1581 26.5725 20.7925 25.0923 20.7925 25.0923L21.9907 21.8501M26.5018 17.1272C26.5018 17.1272 26.2904 19.1008 25.515 20.581M25.1623 16.9159C25.1623 16.9159 24.8804 18.7485 24.528 19.3124M10.4318 23.6824L9.86796 23.7529C9.02214 23.8234 8.2468 23.189 8.17631 22.3432L7.75342 18.3256C7.68294 17.4798 8.3173 16.7045 9.16311 16.634L9.72698 16.5635C10.5728 16.493 11.3481 17.1274 11.4186 17.9732L11.8415 21.9908C11.912 22.8366 11.2776 23.6119 10.4318 23.6824ZM20.44 24.9512L21.1449 25.2332C21.9202 25.5151 22.6955 25.0922 22.9774 24.3874L24.4576 20.4402C24.7395 19.6649 24.3167 18.8896 23.6118 18.6076L22.907 18.3257C22.1316 18.0438 21.3563 18.4667 21.0744 19.1715L19.5942 23.1186C19.4532 23.4711 19.4532 23.894 19.6647 24.2464C19.7351 24.5283 20.0171 24.8103 20.44 24.9512ZM17.4806 7.89396C21.4278 8.38735 24.3881 11.7001 24.4586 15.6473C24.4586 16.3521 24.952 16.916 25.6568 16.9865C26.4322 17.057 27.137 16.4931 27.137 15.7177C27.0666 10.5019 23.1899 5.99088 17.8331 5.28603C12.4762 4.58119 7.54232 8.03493 6.20312 13.1098C5.99166 13.8851 6.55552 14.59 7.33085 14.731C8.0357 14.8014 8.67008 14.3785 8.81105 13.7442C9.86832 9.93801 13.5335 7.40057 17.4806 7.89396Z' stroke='%23E32B28' stroke-width='0.7' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='22.3613' cy='20.5098' r='0.5' fill='%23E32B28'/%3E%3Ccircle cx='9.54883' cy='18.5723' r='0.5' fill='%23E32B28'/%3E%3C/svg%3E%0A"); }
  .et-article__list-icon--red ul > li:nth-child(7):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13.8066' cy='14.9296' r='0.5' fill='%23E32B28'/%3E%3Ccircle cx='17.7363' cy='14.9296' r='0.5' fill='%23E32B28'/%3E%3Cpath d='M1.76367 26.5728C1.76367 26.5728 4.65354 24.5992 5.78129 24.5992C6.90904 24.5992 8.67116 26.5728 9.79891 26.5728C10.9267 26.5728 12.6888 24.5992 13.8165 24.5992C14.9443 24.5992 16.7064 26.5728 17.8342 26.5728C18.9619 26.5728 20.724 24.5992 21.8518 24.5992C22.9795 24.5992 24.7416 26.5728 25.8694 26.5728C26.9972 26.5728 29.887 24.5992 29.887 24.5992M1.76367 28.8278C1.76367 28.8278 4.65354 26.8542 5.78129 26.8542C6.90904 26.8542 8.67116 28.8278 9.79891 28.8278C10.9267 28.8278 12.6888 26.8542 13.8165 26.8542C14.9443 26.8542 16.7064 28.8278 17.8342 28.8278C18.9619 28.8278 20.724 26.8542 21.8518 26.8542C22.9795 26.8542 24.7416 28.8278 25.8694 28.8278C26.9972 28.8278 29.887 26.8542 29.887 26.8542M15.7904 25.586L15.7199 11.489M15.7199 11.489L4.51285 17.1278L7.82562 25.6564M15.7199 11.489L15.721 25.1626M15.7199 11.489L26.9986 17.1274L23.6858 25.5151M8.10816 17.6205L12.0553 15.7174M23.4032 17.6207L19.3855 15.7176M7.75366 15.506L9.65674 8.66901M15.2247 8.66908H22.4847V6.97745H8.88113V8.66908H11.63M23.7539 15.506L21.8508 8.66901H15.7892M10.7135 4.79236H20.6518V6.97738H10.7135V4.79236Z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .et-article__list-icon--red ul > li:nth-child(8):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.7846 19.1016C26.7846 19.1016 28.1239 25.9386 27.9124 25.9386C27.7009 25.9386 26.3617 26.2206 26.3617 26.2206L23.2604 7.11926C25.1635 6.83732 26.9256 8.10604 27.2076 9.93864L28.4763 17.6215L26.5732 17.9034M5.49755 6.76754L4.65175 11.2786C4.51078 12.1244 5.07465 13.0407 5.92047 13.1816L7.96451 13.5341C8.81033 13.675 9.72664 13.1111 9.86761 12.2653L10.7134 7.75432M8.10596 7.26138L6.98862 13.2705M5.8496 13.1817L3.45312 26.0804L5.56766 26.5033L7.6822 15.3667M25.444 21.2163C23.7524 24.529 20.2987 26.7845 16.3515 26.7845C11.9815 26.7845 8.17532 23.9652 6.76562 20.0885M10.6412 8.2471C12.2624 7.11935 14.236 6.48499 16.3505 6.48499C19.2404 6.48499 21.7778 7.68322 23.6809 9.58631M20.8623 14.0976C21.2852 14.873 21.5671 15.7188 21.5671 16.6351C21.5671 19.525 19.2412 21.8509 16.3513 21.8509C13.4614 21.8509 11.1354 19.525 11.1354 16.6351C11.1354 13.7452 13.4614 11.4192 16.3513 11.4192C16.9857 11.4192 17.62 11.5602 18.1839 11.7717' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='19.9707' cy='12.8691' r='0.5' fill='%23E32B28'/%3E%3C/svg%3E%0A"); }
  .et-article__list-icon--red ul > li:nth-child(9):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9681 18.678C14.7699 19.7353 13.1488 20.4402 11.5276 20.4402C8.21484 20.4402 4.83158 17.6913 5.46594 14.3785C5.74788 12.7573 7.79192 8.31682 7.79192 8.31682H14.5584M15.4752 16.8453C14.6294 18.0435 13.0788 18.8893 11.5281 18.8893C9.97745 18.8893 8.49727 18.114 7.65146 16.9862C7.15807 16.2814 6.87611 15.3651 7.01708 14.4488H8.84968M11.9519 14.3782H14.7713M25.9072 7.119C25.9072 6.41415 25.3433 5.92076 24.7089 5.92076C24.4975 5.92076 24.286 5.99125 24.0746 6.06173C23.7926 5.70931 23.3697 5.42737 22.8763 5.42737C22.5944 5.42737 22.3125 5.49786 22.101 5.63882C21.6781 5.2864 21.1847 5.07495 20.6208 5.07495C19.9865 5.07495 19.4226 5.35689 18.9997 5.7798C18.7177 5.56834 18.4358 5.42737 18.0834 5.42737C17.6605 5.42737 17.2376 5.63883 17.0261 5.92076C16.8852 5.92076 16.8147 5.85028 16.6737 5.85028C15.8984 5.85028 15.264 6.48464 15.264 7.25997M25.9072 7.54191H26.612C26.612 7.54191 26.612 12.4053 26.4006 14.0265C26.1186 15.7886 24.8499 19.0309 24.4975 20.793C24.2156 22.2732 24.0041 26.9252 24.0041 26.9252H17.0966C17.0966 26.9252 16.8851 22.1322 16.6032 20.5816C16.2508 18.9604 14.9821 15.7886 14.7706 14.097C14.5591 12.8987 14.5592 9.8679 14.5592 8.45821C14.5592 7.96482 14.5592 7.61239 14.5592 7.61239H15.3345M24.7794 8.9516V8.24676C24.7794 7.82385 25.1318 7.54191 25.4843 7.54191H26.0481M21.8898 12.3349V8.24676C21.8898 7.82385 22.2423 7.54191 22.5947 7.54191C23.0176 7.54191 23.2995 7.89433 23.2995 8.24676V11.489C23.2995 11.912 23.6519 12.1939 24.0044 12.1939H24.0749C24.4978 12.1939 24.7797 11.8415 24.7797 11.489V10.2908M15.264 7.54191H16.3918V8.52869C16.3918 8.9516 16.7442 9.23354 17.0966 9.23354H17.2376C17.6605 9.23354 17.9424 8.88111 17.9424 8.52869V8.24676C17.9424 7.82385 18.2948 7.54191 18.6473 7.54191H19.4931C19.916 7.54191 20.1979 7.89433 20.1979 8.24676V15.7886C20.1979 16.2115 20.5503 16.4935 20.9028 16.4935H21.1142C21.5371 16.4935 21.8191 16.141 21.8191 15.7886V14.3084M18.718 24.9517H22.5947M14.5889 11.489L15.6869 11.4889C15.6869 11.4889 16.7442 10.925 17.0966 10.925C17.59 10.925 18.3653 11.4889 18.8587 11.4889C19.2111 11.4889 20.1979 11.1367 20.1979 11.1367M21.8898 11.1367H23.2995M24.7794 11.1367L26.5415 11.5596M10.6826 20.44H12.4447V25.1624H10.6826V20.44ZM15.2641 26.8539H7.86323C7.86323 25.9376 8.56806 25.2328 9.48436 25.2328H13.643C14.4888 25.2328 15.2641 25.9376 15.2641 26.8539Z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10.2676' cy='14.4873' r='0.5' fill='%23E32B28'/%3E%3C/svg%3E%0A"); }
  .et-article__list-icon--red ul > li:nth-child(10):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.9945 19.1719V19.3834C10.9945 22.2732 12.1928 24.6697 14.9417 25.7975V27.3481M10.9945 15.9298V10.291C10.9945 9.65662 11.5584 9.09275 12.1928 9.09275C12.8271 9.09275 13.391 9.65662 13.391 10.291V15.9298L13.3913 14.3087C13.3913 13.04 14.4485 11.9827 15.7173 11.9827C16.986 11.9827 18.0432 13.04 18.0432 14.3087V16.2118M18.6776 25.7977V25.5863C18.6776 24.1766 17.9728 22.8374 16.7745 22.062L15.2239 21.0048V19.8065C15.2239 19.2427 14.7305 18.7493 14.1666 18.7493C13.6732 18.7493 13.1798 19.1722 13.1798 19.6656C13.1798 19.6656 13.0389 20.5114 13.0389 20.7933C13.0389 21.2867 13.2503 22.6259 13.2503 22.6259M22.6958 15.9298V11.3483C22.6958 10.7139 22.1319 10.15 21.4976 10.15C20.8632 10.15 20.2993 10.7139 20.2993 11.3483V15.7183M22.6958 15.9298L20.2998 15.9299M22.6958 15.9298L24.9518 15.9299V18.6083M21.0744 27.3481V25.7975L21.7087 24.5992C22.3431 23.4715 22.625 22.2027 22.625 20.934V19.1719M18.0432 16.2118C18.0432 16.8461 17.5499 17.3395 16.9155 17.3395C16.2811 17.3395 15.7878 16.8461 15.7878 16.2118V14.2382M18.0432 16.2118C18.0432 16.8461 18.5369 17.3395 19.1713 17.3395C19.8056 17.3395 20.299 16.8461 20.299 16.2118V14.3087C20.299 13.04 19.2418 11.9827 17.9731 11.9827C17.5501 11.9827 17.1977 12.0532 16.8453 12.2646M18.0432 16.2118L18.0435 14.2382M24.9518 18.6083V19.1722H15.084M24.9518 18.6083L26.3615 18.6082M13.3926 19.1722H9.72742V15.9299H15.7186M9.86705 19.1727C9.30317 20.23 8.17541 20.9348 6.90669 20.9348C5.07409 20.9348 3.52344 19.4546 3.52344 17.5515C3.52344 15.6485 5.0036 14.1683 6.90669 14.1683C8.17541 14.1683 9.30317 14.8731 9.86705 15.9304M6.90804 14.1678V20.9343M22.4841 27.3483L24.6691 24.3175M25.3034 23.3308L26.0788 22.2735M24.951 27.3484L26.3607 26.1502M27.1358 25.3041L27.6996 24.8107M12.475 27.3483L8.80978 23.2602M9.72581 27.3482L7.4703 26.7139M6.48352 26.3615L5.35576 26.0796M26.9248 8.45845V11.2778M25.5151 9.86814H28.3345M7.4703 8.24679V10.5023M6.34282 9.37461H8.59831M17.2686 5.92053V7.47119M16.4936 6.69593H18.0442' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .et-article__list-icon--red ul > li:nth-child(11):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.0823 27.1362H28.4743C28.6153 27.1362 28.6858 27.0657 28.6858 26.9248V23.9644C28.6858 23.8234 28.6153 23.753 28.4743 23.753C27.3466 23.6825 26.4303 22.7662 26.4303 21.6384C26.4303 20.5107 27.3466 19.5944 28.4743 19.5239C28.5448 19.5239 28.6858 19.4534 28.6858 19.3124V16.3521C28.6858 16.2111 28.6153 16.1406 28.4743 16.1406H4.79152C4.65055 16.1406 4.58008 16.2111 4.58008 16.3521V19.3829C4.58008 19.5239 4.65055 19.5944 4.79152 19.5944C5.91928 19.6649 6.83558 20.5812 6.83558 21.7089C6.83558 22.8367 5.91928 23.753 4.79152 23.8234C4.72104 23.8234 4.58008 23.8939 4.58008 24.0349V26.9953C4.58008 27.1362 4.65055 27.2067 4.79152 27.2067H10.8532M23.1891 16.2111V27.1362M19.3835 19.8059H10.7844M19.384 21.709H10.7849M19.384 23.6119H10.7849M20.9575 17.9946V25.3954H8.83415V17.9946H20.9575Z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20.9342 13.1804C21.0046 13.2509 21.0751 13.2509 21.2161 13.2509C21.3571 13.2509 21.4276 13.2509 21.498 13.1804C21.639 13.0395 21.639 12.828 21.498 12.687L21.0046 12.1936C20.8637 12.0527 20.6522 12.0527 20.5112 12.1936C20.3703 12.3346 20.3703 12.5461 20.5112 12.687L20.9342 13.1804Z' fill='%23E32B28'/%3E%3Cpath d='M17.9028 10.1497C17.9733 10.2202 18.0437 10.2202 18.1847 10.2202C18.3257 10.2202 18.3962 10.2202 18.4667 10.1497C18.6076 10.0088 18.6076 9.79731 18.4667 9.65634L17.9733 9.16294C17.8323 9.02198 17.6208 9.02198 17.4799 9.16294C17.3389 9.30391 17.3389 9.51537 17.4799 9.65634L17.9028 10.1497Z' fill='%23E32B28'/%3E%3Cpath d='M19.3827 11.63C19.4532 11.7005 19.5236 11.7005 19.6646 11.7005C19.8056 11.7005 19.8761 11.7005 19.9465 11.63C20.0875 11.489 20.0875 11.2775 19.9465 11.1366L19.4532 10.6432C19.3122 10.5022 19.1007 10.5022 18.9598 10.6432C18.8188 10.7842 18.8188 10.9956 18.9598 11.1366L19.3827 11.63Z' fill='%23E32B28'/%3E%3Cpath d='M22.4143 13.6739C22.2734 13.5329 22.0619 13.5329 21.9209 13.6739C21.78 13.8149 21.78 14.0263 21.9209 14.1673L22.4143 14.6607C22.4848 14.7312 22.5553 14.7312 22.6963 14.7312C22.8372 14.7312 22.9077 14.7312 22.9782 14.6607C23.1192 14.5197 23.1192 14.3083 22.9782 14.1673L22.4143 13.6739Z' fill='%23E32B28'/%3E%3Cpath d='M10.8543 16.2113L15.9292 11.1364L20.6517 15.8588L20.2992 16.2113H21.286L21.3565 16.1408C21.4975 15.9998 21.4975 15.7884 21.3565 15.6474L16.1407 10.4315C15.9997 10.2906 15.7882 10.2906 15.6473 10.4315L9.79704 16.2817H10.8543V16.2113Z' fill='%23E32B28'/%3E%3Cpath d='M13.4628 16.2115L16.4231 13.2511C16.5641 13.1101 16.5641 12.8987 16.4231 12.7577C16.2822 12.6168 16.0707 12.6168 15.9297 12.7577L12.476 16.2115H13.4628Z' fill='%23E32B28'/%3E%3Cpath d='M16.0702 16.2114L17.6913 14.5903C17.8323 14.4493 17.8323 14.2378 17.6913 14.0969C17.5503 13.9559 17.3389 13.9559 17.1979 14.0969L15.0834 16.2114H16.0702Z' fill='%23E32B28'/%3E%3Cpath d='M18.7491 16.2113L19.0311 15.9294C19.172 15.7884 19.172 15.577 19.0311 15.436C18.8901 15.295 18.6786 15.295 18.5377 15.436L17.7623 16.2113H18.7491Z' fill='%23E32B28'/%3E%3Cpath d='M27.9116 11.6299L25.5856 9.30391C25.4446 9.16294 25.2332 9.16294 25.0922 9.30391C24.3873 10.0088 23.2596 10.0088 22.5548 9.30391C22.2023 8.95149 22.0614 8.52858 22.0614 8.03519C22.0614 7.5418 22.2728 7.11889 22.5548 6.76647C22.6957 6.6255 22.6957 6.41405 22.5548 6.27308L20.1583 3.8766C20.0173 3.73563 19.8059 3.73563 19.6649 3.8766L7.33008 16.2114H8.31686L16.1407 8.38761L16.4226 8.66955C16.4931 8.74004 16.5636 8.74004 16.7045 8.74004C16.775 8.74004 16.916 8.74004 16.9865 8.66955C17.1274 8.52858 17.1274 8.31713 16.9865 8.17616L16.7045 7.89422L19.9468 4.65193L21.8499 6.55502C21.4975 6.97792 21.3565 7.47131 21.3565 8.03519C21.3565 8.66955 21.6384 9.30391 22.0614 9.79731C22.9072 10.6431 24.3873 10.7136 25.3036 10.0088L27.2067 11.9118L23.9644 15.1541C23.8235 15.0132 23.612 15.0132 23.471 15.1541C23.3301 15.2951 23.3301 15.5066 23.471 15.6475L22.9072 16.2114H23.894L27.9821 12.1233C28.0525 11.9823 28.0525 11.7709 27.9116 11.6299Z' fill='%23E32B28'/%3E%3Cpath d='M20.9342 13.1804C21.0046 13.2509 21.0751 13.2509 21.2161 13.2509C21.3571 13.2509 21.4276 13.2509 21.498 13.1804C21.639 13.0395 21.639 12.828 21.498 12.687L21.0046 12.1936C20.8637 12.0527 20.6522 12.0527 20.5112 12.1936C20.3703 12.3346 20.3703 12.5461 20.5112 12.687L20.9342 13.1804Z' stroke='%23E32B28' stroke-width='0.2'/%3E%3Cpath d='M17.9028 10.1497C17.9733 10.2202 18.0437 10.2202 18.1847 10.2202C18.3257 10.2202 18.3962 10.2202 18.4667 10.1497C18.6076 10.0088 18.6076 9.79731 18.4667 9.65634L17.9733 9.16294C17.8323 9.02198 17.6208 9.02198 17.4799 9.16294C17.3389 9.30391 17.3389 9.51537 17.4799 9.65634L17.9028 10.1497Z' stroke='%23E32B28' stroke-width='0.2'/%3E%3Cpath d='M19.3827 11.63C19.4532 11.7005 19.5236 11.7005 19.6646 11.7005C19.8056 11.7005 19.8761 11.7005 19.9465 11.63C20.0875 11.489 20.0875 11.2775 19.9465 11.1366L19.4532 10.6432C19.3122 10.5022 19.1007 10.5022 18.9598 10.6432C18.8188 10.7842 18.8188 10.9956 18.9598 11.1366L19.3827 11.63Z' stroke='%23E32B28' stroke-width='0.2'/%3E%3Cpath d='M22.4143 13.6739C22.2734 13.5329 22.0619 13.5329 21.9209 13.6739C21.78 13.8149 21.78 14.0263 21.9209 14.1673L22.4143 14.6607C22.4848 14.7312 22.5553 14.7312 22.6963 14.7312C22.8372 14.7312 22.9077 14.7312 22.9782 14.6607C23.1192 14.5197 23.1192 14.3083 22.9782 14.1673L22.4143 13.6739Z' stroke='%23E32B28' stroke-width='0.2'/%3E%3Cpath d='M10.8543 16.2113L15.9292 11.1364L20.6517 15.8588L20.2992 16.2113H21.286L21.3565 16.1408C21.4975 15.9998 21.4975 15.7884 21.3565 15.6474L16.1407 10.4315C15.9997 10.2906 15.7882 10.2906 15.6473 10.4315L9.79704 16.2817H10.8543V16.2113Z' stroke='%23E32B28' stroke-width='0.2'/%3E%3Cpath d='M13.4628 16.2115L16.4231 13.2511C16.5641 13.1101 16.5641 12.8987 16.4231 12.7577C16.2822 12.6168 16.0707 12.6168 15.9297 12.7577L12.476 16.2115H13.4628Z' stroke='%23E32B28' stroke-width='0.2'/%3E%3Cpath d='M16.0702 16.2114L17.6913 14.5903C17.8323 14.4493 17.8323 14.2378 17.6913 14.0969C17.5503 13.9559 17.3389 13.9559 17.1979 14.0969L15.0834 16.2114H16.0702Z' stroke='%23E32B28' stroke-width='0.2'/%3E%3Cpath d='M18.7491 16.2113L19.0311 15.9294C19.172 15.7884 19.172 15.577 19.0311 15.436C18.8901 15.295 18.6786 15.295 18.5377 15.436L17.7623 16.2113H18.7491Z' stroke='%23E32B28' stroke-width='0.2'/%3E%3Cpath d='M27.9116 11.6299L25.5856 9.30391C25.4446 9.16294 25.2332 9.16294 25.0922 9.30391C24.3873 10.0088 23.2596 10.0088 22.5548 9.30391C22.2023 8.95149 22.0614 8.52858 22.0614 8.03519C22.0614 7.5418 22.2728 7.11889 22.5548 6.76647C22.6957 6.6255 22.6957 6.41405 22.5548 6.27308L20.1583 3.8766C20.0173 3.73563 19.8059 3.73563 19.6649 3.8766L7.33008 16.2114H8.31686L16.1407 8.38761L16.4226 8.66955C16.4931 8.74004 16.5636 8.74004 16.7045 8.74004C16.775 8.74004 16.916 8.74004 16.9865 8.66955C17.1274 8.52858 17.1274 8.31713 16.9865 8.17616L16.7045 7.89422L19.9468 4.65193L21.8499 6.55502C21.4975 6.97792 21.3565 7.47131 21.3565 8.03519C21.3565 8.66955 21.6384 9.30391 22.0614 9.79731C22.9072 10.6431 24.3873 10.7136 25.3036 10.0088L27.2067 11.9118L23.9644 15.1541C23.8235 15.0132 23.612 15.0132 23.471 15.1541C23.3301 15.2951 23.3301 15.5066 23.471 15.6475L22.9072 16.2114H23.894L27.9821 12.1233C28.0525 11.9823 28.0525 11.7709 27.9116 11.6299Z' stroke='%23E32B28' stroke-width='0.2'/%3E%3C/svg%3E%0A"); }
  .et-article__list-icon--red ul > li:nth-child(12):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.8854 5.84999L17.1982 4.58127C17.6211 4.4403 18.044 4.65175 18.185 5.00417L18.4669 5.7795M15.2958 27.4887L11.983 28.7574C11.5601 28.8984 11.1372 28.687 10.9962 28.3345L4.2297 10.361C4.08873 9.93806 4.30018 9.51515 4.6526 9.37418L11.5601 6.76625M11.5594 8.95134L5.42729 11.2773C5.00438 11.4183 4.51099 11.2069 4.37002 10.7839M15.3639 18.1851C16.2097 17.6212 17.6899 17.2688 19.311 17.2688C20.9322 17.2688 22.4123 17.6212 23.2582 18.1851M23.2582 12.899C22.4123 13.4628 20.9322 13.8153 19.311 13.8153C17.6899 13.8153 16.2097 13.4628 15.3639 12.899M27.1369 14.2379V26.6432C27.1369 27.0661 26.7845 27.4185 26.3616 27.4185H12.4057C11.9827 27.4185 11.6303 27.0661 11.6303 26.6432V6.62559C11.6303 6.20268 11.9827 5.85026 12.4057 5.85026H26.3616C26.7845 5.85026 27.1369 6.20268 27.1369 6.62559V11.4185M27.1372 8.59916C27.1372 8.10576 26.7848 7.75334 26.2914 7.75334H12.4059C11.9125 7.75334 11.5601 7.40092 11.5601 6.90753M14.5915 22.696H24.1069M16.282 24.5992H22.3437M24.1058 15.5067C24.1058 18.1538 21.96 20.2997 19.3129 20.2997C16.6658 20.2997 14.5199 18.1538 14.5199 15.5067C14.5199 12.8597 16.6658 10.7138 19.3129 10.7138C21.96 10.7138 24.1058 12.8597 24.1058 15.5067ZM21.1436 15.5068C21.1436 18.1539 20.3231 20.2998 19.311 20.2998C18.2989 20.2998 17.4784 18.1539 17.4784 15.5068C17.4784 12.8598 18.2989 10.7139 19.311 10.7139C20.3231 10.7139 21.1436 12.8598 21.1436 15.5068Z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A"); }
  .et-article__list-icon--grad ul > li:nth-child(1):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.333 3.183c-5.324 0-9.657 4.143-9.657 9.232a8.7 8.7 0 00.237 2.043 8.82 8.82 0 00.647 1.82c1.04 2.342 3.328 5.94 8.349 9.793a.706.706 0 00.858 0c5.016-3.854 7.309-7.45 8.35-9.793a8.718 8.718 0 00.711-2.13c.111-.569.172-1.153.172-1.733-.01-5.089-4.344-9.232-9.667-9.232zm8.142 10.739c0 .01-.005.02-.005.029-.005.024-.02.096-.046.207v.01a7.44 7.44 0 01-.56 1.574c-.006.005-.006.015-.01.02-.945 2.139-3.016 5.403-7.521 8.962-4.505-3.56-6.576-6.823-7.52-8.962-.006-.005-.006-.015-.01-.02a7.936 7.936 0 01-.561-1.574v-.01c-.03-.11-.04-.183-.046-.207 0-.01-.005-.02-.005-.034-.101-.497-.152-1-.152-1.506 0-4.37 3.723-7.93 8.294-7.93 4.57 0 8.293 3.56 8.293 7.93 0 .511-.05 1.018-.151 1.51z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M16.333 6.655c-3.38 0-6.132 2.631-6.132 5.862 0 3.23 2.753 5.862 6.132 5.862 3.379 0 6.131-2.632 6.131-5.862s-2.752-5.862-6.131-5.862zm0 10.42c-2.632 0-4.768-2.047-4.768-4.558 0-2.511 2.141-4.559 4.768-4.559 2.626 0 4.768 2.048 4.768 4.559 0 2.51-2.137 4.558-4.768 4.558z' fill='url(%23paint1_linear)'/%3E%3Cellipse cx='16.709' cy='27.88' rx='13.07' ry='.937' stroke='url(%23paint2_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='6.676' y1='13.707' x2='26' y2='13.707' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233800AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='10.201' y1='12.011' x2='22.464' y2='12.011' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233800AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='3.639' y1='27.799' x2='29.778' y2='27.799' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233800AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
  .et-article__list-icon--grad ul > li:nth-child(2):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.048 8.951h18.114l2.96 1.48c.353.141.494.494.494.846v2.467a.782.782 0 01-.775.775h-.494a.782.782 0 01-.775-.775l.14-4.018M7.049 18.678h18.185M6.977 8.95l-2.96 1.48c-.353.141-.494.494-.494.846v2.467c0 .423.353.775.776.775h.493a.782.782 0 00.775-.775l.071-4.018m4.864-2.96h5.99m1.41 0h1.833m3.03 19.172H9.516a2.452 2.452 0 01-2.467-2.467v-16a2.452 2.452 0 012.467-2.467h13.25a2.452 2.452 0 012.468 2.467v16.07c0 1.34-1.128 2.397-2.467 2.397zm-10.149-3.595a1.057 1.057 0 11-2.114 0 1.057 1.057 0 012.114 0zm9.516 0a1.057 1.057 0 11-2.115 0 1.057 1.057 0 012.115 0zM11.559 29.11h-1.198a.964.964 0 01-.987-.987v-2.185h3.172v2.185a.964.964 0 01-.987.987zm10.784 0h-1.199a.964.964 0 01-.986-.987v-2.185h3.171v2.185a.964.964 0 01-.986.987z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.048 8.951h18.114l2.96 1.48c.353.141.494.494.494.846v2.467a.782.782 0 01-.775.775h-.494a.782.782 0 01-.775-.775l.14-4.018M7.049 18.678h18.185M6.977 8.95l-2.96 1.48c-.353.141-.494.494-.494.846v2.467c0 .423.353.775.776.775h.493a.782.782 0 00.775-.775l.071-4.018m4.864-2.96h5.99m1.41 0h1.833m3.03 19.172H9.516a2.452 2.452 0 01-2.467-2.467v-16a2.452 2.452 0 012.467-2.467h13.25a2.452 2.452 0 012.468 2.467v16.07c0 1.34-1.128 2.397-2.467 2.397zm-10.149-3.595a1.057 1.057 0 11-2.114 0 1.057 1.057 0 012.114 0zm9.516 0a1.057 1.057 0 11-2.115 0 1.057 1.057 0 012.115 0zM11.559 29.11h-1.198a.964.964 0 01-.987-.987v-2.185h3.172v2.185a.964.964 0 01-.987.987zm10.784 0h-1.199a.964.964 0 01-.986-.987v-2.185h3.171v2.185a.964.964 0 01-.986.987z' stroke='url(%23paint0_linear)' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='3.523' y1='17.172' x2='23.438' y2='26.771' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
  .et-article__list-icon--grad ul > li:nth-child(3):after {
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.102 13.77c1.08 0 1.775-.691 1.775-1.614 0-.924-.695-1.616-1.62-1.616m-10.511.008c-.78 0-1.525.684-1.525 1.607 0 .924.694 1.616 1.697 1.616M7.841 10s6.018 1.155 7.175-3.153c.617 2.461 3.24 3.461 3.24 3.461m2.777 7.77h2.7v-2.847c0-.538-.386-.923-.926-.923h-1.774c-.54 0-.926.385-.926.924v1.923c0 .538.386.923.926.923zm0 0S23.5 22.77 23.5 22.848m.386-5.462l1.003 1.693 1.93 3.615s.925 2.77-1.158 2.77h-4.475m.154-11.155V2.925s2.315 1.154 3.164 1.154c.848 0 2.314-1.231 3.086-1.154.54 0 1.851.615 1.851.615v4.308s-1.234-1-1.851-1c-.849-.077-2.238 1.308-3.086 1.384-1.003 0-3.163-1-3.163-1m-9.474 9.632s-.092 1.291-.324 1.984c-.231.615-.385 2.308 1.698 2.308 1.697 0 2.083-1 1.697-2.154-.386-1.154-.489-2.138-.489-2.138m.726 2.676h6.012v7.077h-1.311v2.462H4.215v-3.385c0-3.385 2.777-6.23 6.25-6.23h.848m-4.32 5.615h2.623m1.157 0h.694m1.907-3.869l1.18.792c.617.461 1.465.384 2.005-.231l2.052-2.177m-5.37 1.639l-1.311.923c-.617.461-1.466.384-2.006-.231l-1.852-2m5.093-3h-.31c-2.777 0-5.091-2.231-5.091-5.077V8.156a5.08 5.08 0 015.092-5.077h.309c2.777 0 5.091 2.23 5.091 5.077v3.692a5.08 5.08 0 01-5.091 5.077zm-6.173 9.308h4.398v1.538H6.992v-1.538z' stroke='url(%23paint0_linear)' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='4.215' y1='16.125' x2='24.786' y2='25.311' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
  .et-article__list-icon--grad ul > li:nth-child(4):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.29 11.188c-.07 3.383-.141 3.242-.141 3.242l-6.837 1.903s-.635-1.269-1.199-2.608c-.423-.846-.775-1.762-.845-2.326-.212-1.268-.987-5.427 1.691-7.753 2.538-2.256 5.005-.07 5.85 1.128.917 1.339 1.551 3.101 1.48 6.414zm0 0s-.987.987-1.48 1.128c-.494.14-1.55-.353-2.115-.212-.564.141-1.339 1.269-1.903 1.41-.493.14-1.48-.423-1.903-.282-.211.07-.695.614-.695.614m5.064-4.773c-.493-.07-.986-.282-1.268-.14-.564.14-1.34 1.268-1.903 1.41-.494.07-1.48-.424-1.903-.283-.212.07-.987.846-.987.846m7.612-5.991s-.986.987-1.48 1.128c-.493.14-1.55-.353-2.114-.212-.564.141-1.34 1.269-1.903 1.41-.494.14-1.48-.423-1.903-.282-.07 0-.212.07-.282.211m9.092 9.445L7.3 18.307s.916 2.82 1.55 3.595c.564.634 2.044 1.127 3.101.775.776-.282 1.974-.987 2.045-2.537 0-1.058-.776-3.525-.776-3.525z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.29 11.188c-.07 3.383-.141 3.242-.141 3.242l-6.837 1.903s-.635-1.269-1.199-2.608c-.423-.846-.775-1.762-.845-2.326-.212-1.268-.987-5.427 1.691-7.753 2.538-2.256 5.005-.07 5.85 1.128.917 1.339 1.551 3.101 1.48 6.414zm0 0s-.987.987-1.48 1.128c-.494.14-1.55-.353-2.115-.212-.564.141-1.339 1.269-1.903 1.41-.493.14-1.48-.423-1.903-.282-.211.07-.695.614-.695.614m5.064-4.773c-.493-.07-.986-.282-1.268-.14-.564.14-1.34 1.268-1.903 1.41-.494.07-1.48-.424-1.903-.283-.212.07-.987.846-.987.846m7.612-5.991s-.986.987-1.48 1.128c-.493.14-1.55-.353-2.114-.212-.564.141-1.34 1.269-1.903 1.41-.494.14-1.48-.423-1.903-.282-.07 0-.212.07-.282.211m9.092 9.445L7.3 18.307s.916 2.82 1.55 3.595c.564.634 2.044 1.127 3.101.775.776-.282 1.974-.987 2.045-2.537 0-1.058-.776-3.525-.776-3.525z' stroke='url(%23paint0_linear)' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.701 9.423a.5.5 0 100-1 .5.5 0 000 1z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M17.898 17.932c.14 3.384.211 3.243.211 3.243l6.978 1.762s.564-1.269 1.128-2.608c.352-.846.705-1.762.775-2.326.212-1.34.846-5.498-1.832-7.754-2.608-2.185-5.005.07-5.85 1.27-.987 1.338-1.551 3.03-1.41 6.413zm0 0s1.058.987 1.48 1.128c.494.141 1.551-.423 2.045-.282.564.141 1.339 1.269 1.973 1.41.494.14 1.48-.423 1.903-.282.212.07.776.705.776.705m-5.217-4.864c.494-.14.987-.282 1.269-.211.564.14 1.34 1.268 1.974 1.41.493.14 1.48-.424 1.903-.283.211.07.986.846.986.846m-7.753-5.85s1.057.987 1.48 1.128c.493.141 1.55-.423 2.044-.282.564.141 1.339 1.269 1.973 1.41.494.14 1.48-.423 1.903-.282.07 0 .212.07.282.211m-8.88 9.516l5.991 1.62s-.846 2.82-1.48 3.596c-.494.634-2.044 1.198-3.102.845-.775-.281-1.973-.916-2.114-2.537 0-1.057.705-3.524.705-3.524z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.898 17.932c.14 3.384.211 3.243.211 3.243l6.978 1.762s.564-1.269 1.128-2.608c.352-.846.705-1.762.775-2.326.212-1.34.846-5.498-1.832-7.754-2.608-2.185-5.005.07-5.85 1.27-.987 1.338-1.551 3.03-1.41 6.413zm0 0s1.058.987 1.48 1.128c.494.141 1.551-.423 2.045-.282.564.141 1.339 1.269 1.973 1.41.494.14 1.48-.423 1.903-.282.212.07.776.705.776.705m-5.217-4.864c.494-.14.987-.282 1.269-.211.564.14 1.34 1.268 1.974 1.41.493.14 1.48-.424 1.903-.283.211.07.986.846.986.846m-7.753-5.85s1.057.987 1.48 1.128c.493.141 1.55-.423 2.044-.282.564.141 1.339 1.269 1.973 1.41.494.14 1.48-.423 1.903-.282.07 0 .212.07.282.211m-8.88 9.516l5.991 1.62s-.846 2.82-1.48 3.596c-.494.634-2.044 1.198-3.102.845-.775-.281-1.973-.916-2.114-2.537 0-1.057.705-3.524.705-3.524z' stroke='url(%23paint2_linear)' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M19.338 16.168a.5.5 0 100-1 .5.5 0 000 1z' fill='url(%23paint3_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='4' y1='12.826' x2='13.284' y2='14.961' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='9.465' y1='6.993' x2='11.366' y2='11.374' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='17.334' y1='19.528' x2='26.522' y2='21.608' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='18.5' y1='14.5' x2='19.54' y2='17.72' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
  .et-article__list-icon--grad ul > li:nth-child(5):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.234 10.572h-1.48c-.987 0-1.903.635-2.185 1.622l-1.34 4.44c-.14.493.142 1.057.635 1.269a.971.971 0 001.269-.635l1.41-4.652-2.468 8.106h4.159v6.062c0 .564-.493 1.057-1.057 1.057a1.084 1.084 0 01-1.057-1.057v-6.062m2.255-10.15h1.48c.987 0 1.903.635 2.185 1.622l1.34 4.44c.14.493-.142 1.057-.635 1.269a.971.971 0 01-1.269-.635l-1.41-4.652 2.468 8.106H9.375v6.062c0 .564.493 1.057 1.057 1.057s1.058-.493 1.058-1.057v-6.062m12.264-10.15h-1.41c-1.409 0-2.537 1.128-2.537 2.608v4.37c0 .564.423.987.987.987a.964.964 0 00.987-.987v-5.145 6.978h2.044m0 0v7.4m0-7.4h2.044v-6.978 5.145c0 .564.422.987.986.987a.964.964 0 00.987-.987v-4.37c0-1.48-1.128-2.608-2.537-2.608h-1.41m-.07 16.212c0 .564-.493 1.057-1.057 1.057a1.084 1.084 0 01-1.058-1.057v-7.401m2.115 7.4c0 .565.493 1.058 1.057 1.058.563 0 1.057-.493 1.057-1.057v-7.401m-8.951 8.458v-14.59m0-1.621v-1.34m0-1.62V5.708m-6.062 1.692a1.692 1.692 0 11-3.383 0 1.692 1.692 0 013.383 0zm14.591 0a1.692 1.692 0 11-3.383 0 1.692 1.692 0 013.383 0z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.234 10.572h-1.48c-.987 0-1.903.635-2.185 1.622l-1.34 4.44c-.14.493.142 1.057.635 1.269a.971.971 0 001.269-.635l1.41-4.652-2.468 8.106h4.159v6.062c0 .564-.493 1.057-1.057 1.057a1.084 1.084 0 01-1.057-1.057v-6.062m2.255-10.15h1.48c.987 0 1.903.635 2.185 1.622l1.34 4.44c.14.493-.142 1.057-.635 1.269a.971.971 0 01-1.269-.635l-1.41-4.652 2.468 8.106H9.375v6.062c0 .564.493 1.057 1.057 1.057s1.058-.493 1.058-1.057v-6.062m12.264-10.15h-1.41c-1.409 0-2.537 1.128-2.537 2.608v4.37c0 .564.423.987.987.987a.964.964 0 00.987-.987v-5.145 6.978h2.044m0 0v7.4m0-7.4h2.044v-6.978 5.145c0 .564.422.987.986.987a.964.964 0 00.987-.987v-4.37c0-1.48-1.128-2.608-2.537-2.608h-1.41m-.07 16.212c0 .564-.493 1.057-1.057 1.057a1.084 1.084 0 01-1.058-1.057v-7.401m2.115 7.4c0 .565.493 1.058 1.057 1.058.563 0 1.057-.493 1.057-1.057v-7.401m-8.951 8.458v-14.59m0-1.621v-1.34m0-1.62V5.708m-6.062 1.692a1.692 1.692 0 11-3.383 0 1.692 1.692 0 013.383 0zm14.591 0a1.692 1.692 0 11-3.383 0 1.692 1.692 0 013.383 0z' stroke='url(%23paint0_linear)' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='4.193' y1='16.881' x2='22.774' y2='26.074' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
  .et-article__list-icon--grad ul > li:nth-child(6):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.246 22.766l-.564.07c-.634.071-1.198-.281-1.268-.845l-.282-2.89c-.07-.493.423-.987 1.057-1.057l.564-.07m2.396 5.779l-.352-3.454M6.626 14.59s-.282 1.974.07 3.595m1.198-3.454s-.141 1.833 0 2.467m15.013 7.401l.564.212c.634.21 1.269 0 1.48-.494l.987-2.678c.212-.494-.14-1.058-.775-1.34l-.564-.211m-11.842 8.74s0-1.832 1.903-2.396c1.551-.494 2.89 1.057 4.3.564 1.198-.423 1.832-1.904 1.832-1.904l1.199-3.242m4.51-4.723s-.21 1.974-.986 3.454m-.353-3.665s-.282 1.833-.634 2.396m-14.096 4.37l-.564.071c-.846.07-1.621-.564-1.692-1.41l-.423-4.017c-.07-.846.564-1.622 1.41-1.692l.564-.07c.846-.07 1.621.563 1.692 1.41l.422 4.017c.071.846-.563 1.621-1.41 1.692zm10.008 1.27l.705.281c.775.282 1.55-.14 1.832-.846l1.48-3.947c.282-.775-.14-1.55-.845-1.832l-.705-.282c-.775-.282-1.55.14-1.833.846l-1.48 3.947c-.14.352-.14.775.07 1.128.071.281.353.563.776.704zM17.48 7.893a7.959 7.959 0 016.979 7.753c0 .705.493 1.269 1.198 1.34.775.07 1.48-.494 1.48-1.27a10.676 10.676 0 00-9.304-10.43c-5.357-.706-10.29 2.748-11.63 7.823-.211.775.353 1.48 1.128 1.621.705.07 1.34-.352 1.48-.987 1.057-3.806 4.723-6.343 8.67-5.85z' stroke='%23E32B28' stroke-width='.7' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8.246 22.766l-.564.07c-.634.071-1.198-.281-1.268-.845l-.282-2.89c-.07-.493.423-.987 1.057-1.057l.564-.07m2.396 5.779l-.352-3.454M6.626 14.59s-.282 1.974.07 3.595m1.198-3.454s-.141 1.833 0 2.467m15.013 7.401l.564.212c.634.21 1.269 0 1.48-.494l.987-2.678c.212-.494-.14-1.058-.775-1.34l-.564-.211m-11.842 8.74s0-1.832 1.903-2.396c1.551-.494 2.89 1.057 4.3.564 1.198-.423 1.832-1.904 1.832-1.904l1.199-3.242m4.51-4.723s-.21 1.974-.986 3.454m-.353-3.665s-.282 1.833-.634 2.396m-14.096 4.37l-.564.071c-.846.07-1.621-.564-1.692-1.41l-.423-4.017c-.07-.846.564-1.622 1.41-1.692l.564-.07c.846-.07 1.621.563 1.692 1.41l.422 4.017c.071.846-.563 1.621-1.41 1.692zm10.008 1.27l.705.281c.775.282 1.55-.14 1.832-.846l1.48-3.947c.282-.775-.14-1.55-.845-1.832l-.705-.282c-.775-.282-1.55.14-1.833.846l-1.48 3.947c-.14.352-.14.775.07 1.128.071.281.353.563.776.704zM17.48 7.893a7.959 7.959 0 016.979 7.753c0 .705.493 1.269 1.198 1.34.775.07 1.48-.494 1.48-1.27a10.676 10.676 0 00-9.304-10.43c-5.357-.706-10.29 2.748-11.63 7.823-.211.775.353 1.48 1.128 1.621.705.07 1.34-.352 1.48-.987 1.057-3.806 4.723-6.343 8.67-5.85z' stroke='url(%23paint0_linear)' stroke-width='.7' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='22.361' cy='20.51' r='.5' fill='url(%23paint1_linear)'/%3E%3Ccircle cx='9.549' cy='18.572' r='.5' fill='url(%23paint2_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='6.125' y1='17.124' x2='23.697' y2='24.358' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='17.5' y1='15.5' x2='20.388' y2='23.418' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='8.5' y1='18' x2='9.941' y2='20.81' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
  .et-article__list-icon--grad ul > li:nth-child(7):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13.807' cy='14.93' r='.5' fill='url(%23paint0_linear)'/%3E%3Ccircle cx='17.736' cy='14.93' r='.5' fill='url(%23paint1_linear)'/%3E%3Cpath d='M1.764 26.573s2.89-1.974 4.017-1.974c1.128 0 2.89 1.974 4.018 1.974 1.128 0 2.89-1.974 4.018-1.974 1.127 0 2.89 1.974 4.017 1.974 1.128 0 2.89-1.974 4.018-1.974 1.128 0 2.89 1.974 4.017 1.974 1.128 0 4.018-1.974 4.018-1.974M1.764 28.828s2.89-1.974 4.017-1.974c1.128 0 2.89 1.974 4.018 1.974 1.128 0 2.89-1.974 4.018-1.974 1.127 0 2.89 1.974 4.017 1.974 1.128 0 2.89-1.974 4.018-1.974 1.128 0 2.89 1.974 4.017 1.974 1.128 0 4.018-1.974 4.018-1.974M15.79 25.586l-.07-14.097m0 0L4.513 17.128l3.313 8.528M15.72 11.49l.001 13.674m-.001-13.674l11.279 5.638-3.313 8.388M8.108 17.62l3.947-1.903m11.348 1.904l-4.017-1.903m-11.632-.212l1.903-6.837m5.568 0h7.26V6.977H8.88V8.67h2.749m12.124 6.837L21.85 8.669h-6.062m-5.075-3.877h9.938v2.185h-9.939V4.792z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.764 26.573s2.89-1.974 4.017-1.974c1.128 0 2.89 1.974 4.018 1.974 1.128 0 2.89-1.974 4.018-1.974 1.127 0 2.89 1.974 4.017 1.974 1.128 0 2.89-1.974 4.018-1.974 1.128 0 2.89 1.974 4.017 1.974 1.128 0 4.018-1.974 4.018-1.974M1.764 28.828s2.89-1.974 4.017-1.974c1.128 0 2.89 1.974 4.018 1.974 1.128 0 2.89-1.974 4.018-1.974 1.127 0 2.89 1.974 4.017 1.974 1.128 0 2.89-1.974 4.018-1.974 1.128 0 2.89 1.974 4.017 1.974 1.128 0 4.018-1.974 4.018-1.974M15.79 25.586l-.07-14.097m0 0L4.513 17.128l3.313 8.528M15.72 11.49l.001 13.674m-.001-13.674l11.279 5.638-3.313 8.388M8.108 17.62l3.947-1.903m11.348 1.904l-4.017-1.903m-11.632-.212l1.903-6.837m5.568 0h7.26V6.977H8.88V8.67h2.749m12.124 6.837L21.85 8.669h-6.062m-5.075-3.877h9.938v2.185h-9.939V4.792z' stroke='url(%23paint2_linear)' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='12.5' y1='14' x2='14.017' y2='17.202' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='15.5' y1='13' x2='17.401' y2='17.38' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='1.764' y1='16.924' x2='23.027' y2='28.445' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
  .et-article__list-icon--grad ul > li:nth-child(8):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.785 19.102s1.339 6.837 1.127 6.837c-.211 0-1.55.282-1.55.282L23.26 7.119c1.903-.282 3.666.987 3.948 2.82l1.268 7.683-1.903.282M5.498 6.768l-.846 4.51c-.141.846.423 1.763 1.268 1.904l2.045.352c.845.141 1.762-.423 1.903-1.269l.845-4.51M8.106 7.26l-1.117 6.01m-1.14-.09l-2.396 12.9 2.115.422 2.114-11.136m17.762 5.85a10.215 10.215 0 01-9.092 5.568c-4.37 0-8.177-2.82-9.586-6.696M10.64 8.247c1.621-1.128 3.595-1.762 5.71-1.762 2.89 0 5.427 1.198 7.33 3.101m-2.819 4.512c.423.775.705 1.62.705 2.537a5.204 5.204 0 01-5.216 5.216 5.204 5.204 0 01-5.216-5.216 5.204 5.204 0 015.216-5.216c.635 0 1.269.141 1.833.353' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M26.785 19.102s1.339 6.837 1.127 6.837c-.211 0-1.55.282-1.55.282L23.26 7.119c1.903-.282 3.666.987 3.948 2.82l1.268 7.683-1.903.282M5.498 6.768l-.846 4.51c-.141.846.423 1.763 1.268 1.904l2.045.352c.845.141 1.762-.423 1.903-1.269l.845-4.51M8.106 7.26l-1.117 6.01m-1.14-.09l-2.396 12.9 2.115.422 2.114-11.136m17.762 5.85a10.215 10.215 0 01-9.092 5.568c-4.37 0-8.177-2.82-9.586-6.696M10.64 8.247c1.621-1.128 3.595-1.762 5.71-1.762 2.89 0 5.427 1.198 7.33 3.101m-2.819 4.512c.423.775.705 1.62.705 2.537a5.204 5.204 0 01-5.216 5.216 5.204 5.204 0 01-5.216-5.216 5.204 5.204 0 015.216-5.216c.635 0 1.269.141 1.833.353' stroke='url(%23paint0_linear)' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='19.971' cy='12.869' r='.5' fill='url(%23paint1_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='3.453' y1='16.732' x2='21.913' y2='27.268' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='17.734' y1='10.94' x2='19.636' y2='15.32' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
  .et-article__list-icon--grad ul > li:nth-child(9):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.968 18.678c-1.198 1.057-2.82 1.762-4.44 1.762-3.313 0-6.696-2.749-6.062-6.062.282-1.62 2.326-6.061 2.326-6.061h6.766m.917 8.528c-.846 1.198-2.396 2.044-3.947 2.044-1.55 0-3.03-.775-3.877-1.903-.493-.705-.775-1.621-.634-2.537H8.85m3.102-.07h2.82m11.135-7.26c0-.705-.564-1.198-1.198-1.198-.212 0-.423.07-.634.14-.282-.352-.705-.634-1.199-.634-.282 0-.564.07-.775.212-.423-.353-.916-.564-1.48-.564-.634 0-1.198.282-1.621.705-.282-.212-.564-.353-.917-.353-.422 0-.845.212-1.057.494-.14 0-.211-.07-.352-.07-.776 0-1.41.634-1.41 1.409m10.643.282h.705s0 4.863-.211 6.484c-.282 1.763-1.551 5.005-1.904 6.767-.281 1.48-.493 6.132-.493 6.132h-6.907s-.212-4.793-.494-6.344c-.352-1.62-1.62-4.792-1.832-6.484-.212-1.198-.212-4.23-.212-5.639v-.846h.776m9.444 1.34v-.705c0-.423.353-.705.705-.705h.564m-4.158 4.793V8.247c0-.423.352-.705.705-.705.423 0 .704.352.704.705v3.242c0 .423.353.705.705.705h.07a.706.706 0 00.706-.705v-1.198m-9.516-2.75h1.128v.988c0 .423.352.704.705.704h.14a.706.706 0 00.705-.704v-.282c0-.423.353-.705.705-.705h.846c.423 0 .705.352.705.705v7.542c0 .423.352.704.705.704h.211a.706.706 0 00.705-.704v-1.48m-3.101 10.643h3.877m-8.006-13.463h1.098s1.057-.564 1.41-.564c.493 0 1.268.564 1.762.564.352 0 1.339-.352 1.339-.352m1.692 0h1.41m1.48 0l1.761.422m-15.858 8.88h1.762v4.723h-1.762V20.44zm4.581 6.415h-7.4c0-.916.704-1.621 1.62-1.621h4.159c.846 0 1.621.705 1.621 1.62z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.968 18.678c-1.198 1.057-2.82 1.762-4.44 1.762-3.313 0-6.696-2.749-6.062-6.062.282-1.62 2.326-6.061 2.326-6.061h6.766m.917 8.528c-.846 1.198-2.396 2.044-3.947 2.044-1.55 0-3.03-.775-3.877-1.903-.493-.705-.775-1.621-.634-2.537H8.85m3.102-.07h2.82m11.135-7.26c0-.705-.564-1.198-1.198-1.198-.212 0-.423.07-.634.14-.282-.352-.705-.634-1.199-.634-.282 0-.564.07-.775.212-.423-.353-.916-.564-1.48-.564-.634 0-1.198.282-1.621.705-.282-.212-.564-.353-.917-.353-.422 0-.845.212-1.057.494-.14 0-.211-.07-.352-.07-.776 0-1.41.634-1.41 1.409m10.643.282h.705s0 4.863-.211 6.484c-.282 1.763-1.551 5.005-1.904 6.767-.281 1.48-.493 6.132-.493 6.132h-6.907s-.212-4.793-.494-6.344c-.352-1.62-1.62-4.792-1.832-6.484-.212-1.198-.212-4.23-.212-5.639v-.846h.776m9.444 1.34v-.705c0-.423.353-.705.705-.705h.564m-4.158 4.793V8.247c0-.423.352-.705.705-.705.423 0 .704.352.704.705v3.242c0 .423.353.705.705.705h.07a.706.706 0 00.706-.705v-1.198m-9.516-2.75h1.128v.988c0 .423.352.704.705.704h.14a.706.706 0 00.705-.704v-.282c0-.423.353-.705.705-.705h.846c.423 0 .705.352.705.705v7.542c0 .423.352.704.705.704h.211a.706.706 0 00.705-.704v-1.48m-3.101 10.643h3.877m-8.006-13.463h1.098s1.057-.564 1.41-.564c.493 0 1.268.564 1.762.564.352 0 1.339-.352 1.339-.352m1.692 0h1.41m1.48 0l1.761.422m-15.858 8.88h1.762v4.723h-1.762V20.44zm4.581 6.415h-7.4c0-.916.704-1.621 1.62-1.621h4.159c.846 0 1.621.705 1.621 1.62z' stroke='url(%23paint0_linear)' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10.268' cy='14.487' r='.5' fill='url(%23paint1_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='5.389' y1='16.104' x2='22.654' y2='23.869' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='9.5' y1='14' x2='10.796' y2='16.6' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
  .et-article__list-icon--grad ul > li:nth-child(10):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.995 19.172v.211c0 2.89 1.198 5.287 3.947 6.415v1.55M10.995 15.93V10.29c0-.634.563-1.198 1.198-1.198.634 0 1.198.564 1.198 1.198v5.639-1.621a2.347 2.347 0 012.326-2.326 2.347 2.347 0 012.326 2.326v1.903m.635 9.586v-.212c0-1.41-.705-2.749-1.904-3.524l-1.55-1.057v-1.198c0-.564-.494-1.058-1.057-1.058-.494 0-.987.423-.987.917 0 0-.141.845-.141 1.127 0 .494.211 1.833.211 1.833m9.446-6.696v-4.582c0-.634-.564-1.198-1.198-1.198-.635 0-1.199.564-1.199 1.198v4.37m2.397.212H20.3m2.396 0h2.256v2.678m-3.878 8.74v-1.55l.635-1.199c.634-1.128.916-2.396.916-3.665v-1.762m-4.582-2.96c0 .634-.493 1.128-1.127 1.128a1.113 1.113 0 01-1.128-1.128v-1.974m2.255 1.974c0 .634.494 1.128 1.128 1.128.635 0 1.128-.494 1.128-1.128v-1.903a2.347 2.347 0 00-2.326-2.326c-.423 0-.775.07-1.128.282m1.198 3.947v-1.974m6.909 4.37v.564h-9.868m9.868-.564h1.41m-12.97.564H9.728V15.93h5.992m-5.852 3.243a3.355 3.355 0 01-2.96 1.762 3.384 3.384 0 01-3.384-3.383c0-1.903 1.48-3.384 3.384-3.384 1.268 0 2.396.705 2.96 1.762m-2.959-1.762v6.766m15.576 6.414l2.185-3.03m.634-.987l.776-1.058m-1.128 5.075l1.41-1.198m.775-.846l.564-.493m-15.225 2.537L8.81 23.26m.916 4.088l-2.256-.634m-.986-.352l-1.128-.282M26.925 8.458v2.82m-1.41-1.41h2.82M7.47 8.247v2.255M6.343 9.375h2.255m8.67-3.454v1.55m-.774-.775h1.55' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.995 19.172v.211c0 2.89 1.198 5.287 3.947 6.415v1.55M10.995 15.93V10.29c0-.634.563-1.198 1.198-1.198.634 0 1.198.564 1.198 1.198v5.639-1.621a2.347 2.347 0 012.326-2.326 2.347 2.347 0 012.326 2.326v1.903m.635 9.586v-.212c0-1.41-.705-2.749-1.904-3.524l-1.55-1.057v-1.198c0-.564-.494-1.058-1.057-1.058-.494 0-.987.423-.987.917 0 0-.141.845-.141 1.127 0 .494.211 1.833.211 1.833m9.446-6.696v-4.582c0-.634-.564-1.198-1.198-1.198-.635 0-1.199.564-1.199 1.198v4.37m2.397.212H20.3m2.396 0h2.256v2.678m-3.878 8.74v-1.55l.635-1.199c.634-1.128.916-2.396.916-3.665v-1.762m-4.582-2.96c0 .634-.493 1.128-1.127 1.128a1.113 1.113 0 01-1.128-1.128v-1.974m2.255 1.974c0 .634.494 1.128 1.128 1.128.635 0 1.128-.494 1.128-1.128v-1.903a2.347 2.347 0 00-2.326-2.326c-.423 0-.775.07-1.128.282m1.198 3.947v-1.974m6.909 4.37v.564h-9.868m9.868-.564h1.41m-12.97.564H9.728V15.93h5.992m-5.852 3.243a3.355 3.355 0 01-2.96 1.762 3.384 3.384 0 01-3.384-3.383c0-1.903 1.48-3.384 3.384-3.384 1.268 0 2.396.705 2.96 1.762m-2.959-1.762v6.766m15.576 6.414l2.185-3.03m.634-.987l.776-1.058m-1.128 5.075l1.41-1.198m.775-.846l.564-.493m-15.225 2.537L8.81 23.26m.916 4.088l-2.256-.634m-.986-.352l-1.128-.282M26.925 8.458v2.82m-1.41-1.41h2.82M7.47 8.247v2.255M6.343 9.375h2.255m8.67-3.454v1.55m-.774-.775h1.55' stroke='url(%23paint0_linear)' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='3.523' y1='16.736' x2='22.372' y2='26.842' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
  .et-article__list-icon--grad ul > li:nth-child(11):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.934 13.18c.07.07.141.07.282.07s.212 0 .282-.07a.34.34 0 000-.493l-.493-.493a.34.34 0 00-.494 0 .34.34 0 000 .493l.423.493z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M17.903 10.15c.07.07.14.07.282.07.14 0 .211 0 .282-.07a.34.34 0 000-.494l-.494-.493a.34.34 0 00-.493 0 .34.34 0 000 .493l.423.494z' fill='url(%23paint1_linear)'/%3E%3Cpath d='M19.383 11.63c.07.07.14.07.282.07.14 0 .211 0 .282-.07a.34.34 0 000-.494l-.494-.493a.34.34 0 00-.493 0 .34.34 0 000 .493l.423.494z' fill='url(%23paint2_linear)'/%3E%3Cpath d='M22.414 13.674a.34.34 0 00-.493 0 .34.34 0 000 .493l.493.494c.07.07.141.07.282.07s.212 0 .282-.07a.34.34 0 000-.494l-.564-.493z' fill='url(%23paint3_linear)'/%3E%3Cpath d='M10.854 16.211l5.075-5.075 4.723 4.723-.353.352h.987l.07-.07a.34.34 0 000-.494l-5.215-5.216a.34.34 0 00-.494 0l-5.85 5.85h1.057v-.07z' fill='url(%23paint4_linear)'/%3E%3Cpath d='M13.463 16.211l2.96-2.96a.34.34 0 000-.493.34.34 0 00-.493 0l-3.454 3.453h.987z' fill='url(%23paint5_linear)'/%3E%3Cpath d='M16.07 16.211l1.621-1.62a.34.34 0 000-.494.34.34 0 00-.493 0l-2.115 2.114h.987z' fill='url(%23paint6_linear)'/%3E%3Cpath d='M18.75 16.211l.281-.282a.34.34 0 000-.493.34.34 0 00-.493 0l-.776.775h.987z' fill='url(%23paint7_linear)'/%3E%3Cpath d='M27.912 11.63l-2.326-2.326a.34.34 0 00-.494 0 1.787 1.787 0 01-2.537 0c-.353-.353-.494-.775-.494-1.269 0-.493.212-.916.494-1.269a.34.34 0 000-.493l-2.397-2.396a.34.34 0 00-.493 0L7.33 16.21h.987l7.824-7.823.282.281c.07.071.14.071.282.071.07 0 .211 0 .282-.07a.34.34 0 000-.494l-.282-.282 3.242-3.242 1.903 1.903c-.353.423-.494.916-.494 1.48 0 .634.282 1.269.705 1.762.846.846 2.326.916 3.243.212l1.903 1.903-3.243 3.242a.34.34 0 00-.493 0 .34.34 0 000 .494l-.564.563h.987l4.088-4.088a.434.434 0 00-.07-.493z' fill='url(%23paint8_linear)'/%3E%3Cpath d='M20.934 13.18c.07.07.141.07.282.07s.212 0 .282-.07a.34.34 0 000-.493l-.493-.493a.34.34 0 00-.494 0 .34.34 0 000 .493l.423.493z' stroke='%23E32B28' stroke-width='.2'/%3E%3Cpath d='M20.934 13.18c.07.07.141.07.282.07s.212 0 .282-.07a.34.34 0 000-.493l-.493-.493a.34.34 0 00-.494 0 .34.34 0 000 .493l.423.493z' stroke='url(%23paint9_linear)' stroke-width='.2'/%3E%3Cpath d='M17.903 10.15c.07.07.14.07.282.07.14 0 .211 0 .282-.07a.34.34 0 000-.494l-.494-.493a.34.34 0 00-.493 0 .34.34 0 000 .493l.423.494z' stroke='%23E32B28' stroke-width='.2'/%3E%3Cpath d='M17.903 10.15c.07.07.14.07.282.07.14 0 .211 0 .282-.07a.34.34 0 000-.494l-.494-.493a.34.34 0 00-.493 0 .34.34 0 000 .493l.423.494z' stroke='url(%23paint10_linear)' stroke-width='.2'/%3E%3Cpath d='M19.383 11.63c.07.07.14.07.282.07.14 0 .211 0 .282-.07a.34.34 0 000-.494l-.494-.493a.34.34 0 00-.493 0 .34.34 0 000 .493l.423.494z' stroke='%23E32B28' stroke-width='.2'/%3E%3Cpath d='M19.383 11.63c.07.07.14.07.282.07.14 0 .211 0 .282-.07a.34.34 0 000-.494l-.494-.493a.34.34 0 00-.493 0 .34.34 0 000 .493l.423.494z' stroke='url(%23paint11_linear)' stroke-width='.2'/%3E%3Cpath d='M22.414 13.674a.34.34 0 00-.493 0 .34.34 0 000 .493l.493.494c.07.07.141.07.282.07s.212 0 .282-.07a.34.34 0 000-.494l-.564-.493z' stroke='%23E32B28' stroke-width='.2'/%3E%3Cpath d='M22.414 13.674a.34.34 0 00-.493 0 .34.34 0 000 .493l.493.494c.07.07.141.07.282.07s.212 0 .282-.07a.34.34 0 000-.494l-.564-.493z' stroke='url(%23paint12_linear)' stroke-width='.2'/%3E%3Cpath d='M10.854 16.211l5.075-5.075 4.723 4.723-.353.352h.987l.07-.07a.34.34 0 000-.494l-5.215-5.216a.34.34 0 00-.494 0l-5.85 5.85h1.057v-.07z' stroke='%23E32B28' stroke-width='.2'/%3E%3Cpath d='M10.854 16.211l5.075-5.075 4.723 4.723-.353.352h.987l.07-.07a.34.34 0 000-.494l-5.215-5.216a.34.34 0 00-.494 0l-5.85 5.85h1.057v-.07z' stroke='url(%23paint13_linear)' stroke-width='.2'/%3E%3Cpath d='M13.463 16.211l2.96-2.96a.34.34 0 000-.493.34.34 0 00-.493 0l-3.454 3.453h.987z' stroke='%23E32B28' stroke-width='.2'/%3E%3Cpath d='M13.463 16.211l2.96-2.96a.34.34 0 000-.493.34.34 0 00-.493 0l-3.454 3.453h.987z' stroke='url(%23paint14_linear)' stroke-width='.2'/%3E%3Cpath d='M16.07 16.211l1.621-1.62a.34.34 0 000-.494.34.34 0 00-.493 0l-2.115 2.114h.987z' stroke='%23E32B28' stroke-width='.2'/%3E%3Cpath d='M16.07 16.211l1.621-1.62a.34.34 0 000-.494.34.34 0 00-.493 0l-2.115 2.114h.987z' stroke='url(%23paint15_linear)' stroke-width='.2'/%3E%3Cpath d='M18.75 16.211l.281-.282a.34.34 0 000-.493.34.34 0 00-.493 0l-.776.775h.987z' stroke='%23E32B28' stroke-width='.2'/%3E%3Cpath d='M18.75 16.211l.281-.282a.34.34 0 000-.493.34.34 0 00-.493 0l-.776.775h.987z' stroke='url(%23paint16_linear)' stroke-width='.2'/%3E%3Cpath d='M27.912 11.63l-2.326-2.326a.34.34 0 00-.494 0 1.787 1.787 0 01-2.537 0c-.353-.353-.494-.775-.494-1.269 0-.493.212-.916.494-1.269a.34.34 0 000-.493l-2.397-2.396a.34.34 0 00-.493 0L7.33 16.21h.987l7.824-7.823.282.281c.07.071.14.071.282.071.07 0 .211 0 .282-.07a.34.34 0 000-.494l-.282-.282 3.242-3.242 1.903 1.903c-.353.423-.494.916-.494 1.48 0 .634.282 1.269.705 1.762.846.846 2.326.916 3.243.212l1.903 1.903-3.243 3.242a.34.34 0 00-.493 0 .34.34 0 000 .494l-.564.563h.987l4.088-4.088a.434.434 0 00-.07-.493z' stroke='%23E32B28' stroke-width='.2'/%3E%3Cpath d='M27.912 11.63l-2.326-2.326a.34.34 0 00-.494 0 1.787 1.787 0 01-2.537 0c-.353-.353-.494-.775-.494-1.269 0-.493.212-.916.494-1.269a.34.34 0 000-.493l-2.397-2.396a.34.34 0 00-.493 0L7.33 16.21h.987l7.824-7.823.282.281c.07.071.14.071.282.071.07 0 .211 0 .282-.07a.34.34 0 000-.494l-.282-.282 3.242-3.242 1.903 1.903c-.353.423-.494.916-.494 1.48 0 .634.282 1.269.705 1.762.846.846 2.326.916 3.243.212l1.903 1.903-3.243 3.242a.34.34 0 00-.493 0 .34.34 0 000 .494l-.564.563h.987l4.088-4.088a.434.434 0 00-.07-.493z' stroke='url(%23paint17_linear)' stroke-width='.2'/%3E%3Cpath d='M15.082 27.136h13.392c.141 0 .212-.07.212-.211v-2.96c0-.142-.07-.212-.212-.212-1.127-.07-2.044-.987-2.044-2.115 0-1.127.917-2.044 2.044-2.114.07 0 .212-.07.212-.212v-2.96c0-.14-.07-.211-.212-.211H4.792c-.141 0-.212.07-.212.211v3.03c0 .142.07.212.212.212 1.127.07 2.044.987 2.044 2.115 0 1.128-.917 2.044-2.044 2.114-.071 0-.212.07-.212.212v2.96c0 .141.07.212.212.212h6.061M23.19 16.21v10.925m-3.805-7.33h-8.6m8.6 1.903h-8.6m8.6 1.903h-8.6m10.173-5.617v7.4H8.835v-7.4h12.123z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.082 27.136h13.392c.141 0 .212-.07.212-.211v-2.96c0-.142-.07-.212-.212-.212-1.127-.07-2.044-.987-2.044-2.115 0-1.127.917-2.044 2.044-2.114.07 0 .212-.07.212-.212v-2.96c0-.14-.07-.211-.212-.211H4.792c-.141 0-.212.07-.212.211v3.03c0 .142.07.212.212.212 1.127.07 2.044.987 2.044 2.115 0 1.128-.917 2.044-2.044 2.114-.071 0-.212.07-.212.212v2.96c0 .141.07.212.212.212h6.061M23.19 16.21v10.925m-3.805-7.33h-8.6m8.6 1.903h-8.6m8.6 1.903h-8.6m10.173-5.617v7.4H8.835v-7.4h12.123z' stroke='url(%23paint18_linear)' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint7_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint8_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint9_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint10_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint11_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint12_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint13_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint14_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint15_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint16_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint17_linear' x1='7.33' y1='10.086' x2='20.087' y2='19.859' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint18_linear' x1='4.58' y1='21.726' x2='16.266' y2='33.514' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }
  .et-article__list-icon--grad ul > li:nth-child(12):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.885 5.85l3.313-1.269c.423-.14.846.07.987.423l.282.776m-3.171 21.709l-3.313 1.268c-.423.141-.846-.07-.987-.423L4.23 10.361c-.141-.423.07-.846.423-.987l6.907-2.608m0 2.185l-6.133 2.326c-.423.141-.916-.07-1.057-.493m10.994 7.401c.846-.564 2.326-.916 3.947-.916s3.101.352 3.947.916m0-5.286c-.846.564-2.326.916-3.947.916s-3.101-.352-3.947-.916m11.773 1.339v12.405a.782.782 0 01-.775.776H12.406a.782.782 0 01-.776-.776V6.626c0-.423.353-.776.776-.776h13.956c.423 0 .775.353.775.776v4.792m0-2.819c0-.493-.352-.846-.846-.846H12.406c-.494 0-.846-.352-.846-.845m3.031 15.788h9.516m-7.825 1.903h6.062m1.762-9.092a4.793 4.793 0 11-9.586 0 4.793 4.793 0 019.586 0zm-2.962 0c0 2.647-.82 4.793-1.833 4.793-1.012 0-1.833-2.146-1.833-4.793 0-2.647.82-4.793 1.833-4.793 1.012 0 1.833 2.146 1.833 4.793z' stroke='%23E32B28' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.885 5.85l3.313-1.269c.423-.14.846.07.987.423l.282.776m-3.171 21.709l-3.313 1.268c-.423.141-.846-.07-.987-.423L4.23 10.361c-.141-.423.07-.846.423-.987l6.907-2.608m0 2.185l-6.133 2.326c-.423.141-.916-.07-1.057-.493m10.994 7.401c.846-.564 2.326-.916 3.947-.916s3.101.352 3.947.916m0-5.286c-.846.564-2.326.916-3.947.916s-3.101-.352-3.947-.916m11.773 1.339v12.405a.782.782 0 01-.775.776H12.406a.782.782 0 01-.776-.776V6.626c0-.423.353-.776.776-.776h13.956c.423 0 .775.353.775.776v4.792m0-2.819c0-.493-.352-.846-.846-.846H12.406c-.494 0-.846-.352-.846-.845m3.031 15.788h9.516m-7.825 1.903h6.062m1.762-9.092a4.793 4.793 0 11-9.586 0 4.793 4.793 0 019.586 0zm-2.962 0c0 2.647-.82 4.793-1.833 4.793-1.012 0-1.833-2.146-1.833-4.793 0-2.647.82-4.793 1.833-4.793 1.012 0 1.833 2.146 1.833 4.793z' stroke='url(%23paint0_linear)' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='4.186' y1='16.785' x2='23.02' y2='25.034' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%230700AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E"); }

.et-program-sec {
  position: relative;
  /*background-image: linear-gradient(to right, rgba(205, 205, 205, 0) 0%,
    #CDCDCD 100%), url("/images/temp/indi-tours/advantages/bg.png");
  background-position: left bottom, right -60px;
  background-repeat: no-repeat;
  background-size: 100% 1px, auto calc(100% + 60px);*/
  padding-bottom: 60px; }
  @media (max-width: 992px) {
    .et-program-sec {
      padding-bottom: 0; } }

.et-program {
  position: relative;
  margin: 1em auto 0;
  padding-top: 98px; }
  .et-program .et-article {
    padding-bottom: 0; }
  .et-program .et-txt-upper {
    position: relative;
    margin: 0 6.25%;
    padding: 0.5em 0 0.5em 23px; }
    .et-program .et-txt-upper .et-txt-border {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 3px;
      background: var(--grad-vert); }
    @media (max-width: 576px) {
      .et-program .et-txt-upper .et-reg {
        font-size: 16px; } }
    .et-program .et-txt-upper span {
      display: block;
      text-transform: none; }
    @media (min-width: 1401px) {
      .et-program .et-txt-upper {
        margin: 0 50px; } }
    @media (min-width: 1751px) {
      .et-program .et-txt-upper {
        margin: 0 90px; } }
  .et-program .et-txt-bg--sec {
    right: 0;
    left: auto; }
    @media (max-width: 1199px) {
      .et-program .et-txt-bg--sec {
        left: 0;
        right: 0;
        text-align: center; } }
  .et-program .et-h2 {
    word-wrap: break-word; }
    .et-program .et-h2 > strong {
      font: inherit;
      display: block; }
  .et-program__list > li {
    display: flex;
    position: relative;
    min-height: 575px;
    margin-top: 25px; }
    .et-program__list > li:nth-child(even) .et-program__list-images {
      right: auto;
      left: 0; }
      @media (min-width: 769px) {
        .et-program__list > li:nth-child(even) .et-program__list-images-top {
          right: 0;
          left: auto; } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-program__list > li:nth-child(even) .et-program__list-images-top {
    right: var(--halfGap);
    left: auto; } }
      .et-program__list > li:nth-child(even) .et-program__list-images-bottom {
        right: auto;
        left: 0; }
        .et-program__list > li:nth-child(even) .et-program__list-images-bottom:before {
          left: -0.2em;
          transform: translate3d(0, -50%, 0) rotate(-90deg); }
    .et-program__list > li:nth-child(even) .et-program__list-item {
      margin-left: calc(6.25% + 600px);
      padding-left: 0;
      padding-right: 6.25px; }
    .et-program__list > li:nth-child(odd) .et-program__list-images-bottom:before {
      right: -0.585em;
      transform: translate3d(0, -50%, 0) rotate(-90deg); }
  .et-program__list-images {
    position: absolute;
    top: 0;
    right: 0; }
    @media (min-width: 769px) {
      .et-program__list-images {
        height: 575px;
        min-width: 575px;
        width: calc(6.25% + 525px); } }
    @media (max-width: 768px) {
      .et-program__list-images {
        height: calc(604px + var(--halfGap));
        width: 604px; } }
    .et-program__list-images-top, .et-program__list-images-bottom {
      position: absolute;
      background-position: center center;
      background-size: cover;
      background-repeat: no-repeat; }
      @media (min-width: 769px) {
        .et-program__list-images-top, .et-program__list-images-bottom {
          width: 525px;
          height: 525px; } }
      @media (max-width: 768px) {
        .et-program__list-images-top, .et-program__list-images-bottom {
          width: 604px;
          height: 604px; } }
    .et-program__list-images-top {
      top: 0;
      z-index: 2; }
      @media (min-width: 769px) {
        .et-program__list-images-top {
          left: 0; } }
      @media (max-width: 768px) {
        .et-program__list-images-top {
          left: var(--halfGap); } }
      .et-program__list-images-top > .swiper-container {
        height: 100%; }
        .et-program__list-images-top > .swiper-container > ul > li {
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat; }
      .et-program__list-images-top > button {
        width: 44px;
        box-shadow: 0px 2px 16px rgba(40, 32, 84, 0.24); }
        .et-program__list-images-top > button.swiper-button-prev {
          left: -24px; }
        .et-program__list-images-top > button.swiper-button-next {
          right: -24px; }
      .et-program__list-images-top > .et-swiper-pagin {
        display: none;
        width: 100%;
        margin: 35px auto 0; }
      @media (max-width: 575px) {
        .et-program__list-images-top > button {
          display: none; }
        .et-program__list-images-top > .et-swiper-pagin {
          display: flex; } }
    .et-program__list-images-bottom {
      right: 0;
      bottom: 0;
      overflow: hidden; }
      .et-program__list-images-bottom:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("/images/common/program.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
      .et-program__list-images-bottom:before {
        display: block;
        position: absolute;
        top: 50%;
        content: attr(data-number);
        color: #000000;
        opacity: 0.6;
        font-weight: 900;
        z-index: 1; }
        @media (min-width: 577px) {
          .et-program__list-images-bottom:before {
            font-size: 400px; } }
        @media (max-width: 576px) {
          .et-program__list-images-bottom:before {
            font-size: 200px; } }
  .et-program__list-item {
    width: calc(87.5% - 525px);
    margin: auto 0;
    padding-left: var(--halfGap); }
    .et-program__list-item .et-h2 {
      margin-bottom: 0.5em; }
    .et-program__list-item ul,
    .et-program__list-item p:not(.et-h2) {
      font-size: 16px;
      margin-left: 0 !important; }
      .et-program__list-item ul *,
      .et-program__list-item p:not(.et-h2) * {
        font: inherit !important; }
  @media (min-width: 1401px) {
    .et-program__list > li {
      min-height: 640px; }
      .et-program__list > li:nth-child(even) > .et-program__list-item {
        max-width: calc(50% - 50px - 55px);
        margin-left: auto;
        margin-right: 50px;
        padding: 0 0 0 0; }
    .et-program__list-images {
      height: 640px;
      min-width: 640px;
      /*width: calc(6.25% + 560px);*/
      width: calc(50% - 55px); }
      .et-program__list-images-top, .et-program__list-images-bottom {
        width: 560px;
        height: 560px; }
    .et-program__list-item {
      max-width: calc(50% - 50px - 55px);
      margin-left: 50px;
      margin-right: auto;
      padding: 0 0 0 0; } }
  @media (min-width: 1751px) {
    .et-program__list > li {
      min-height: 830px; }
      .et-program__list > li:nth-child(even) > .et-program__list-item {
        max-width: calc(50% - 90px - 70px);
        margin-left: auto;
        margin-right: 90px;
        padding: 0 0 0 0; }
    .et-program__list-images {
      height: 830px;
      min-width: 830px;
      /*width: calc(6.25% + 560px);*/
      width: calc(50% - 70px); }
      .et-program__list-images-top, .et-program__list-images-bottom {
        width: 770px;
        height: 770px; }
    .et-program__list-item {
      max-width: calc(50% - 90px - 70px);
      margin-left: 90px;
      margin-right: auto;
      padding: 0 0 0 0; } }
  @media (max-width: 1199px) {
    .et-program__list > li {
      display: block; }
      .et-program__list > li:nth-child(even) .et-program__list-item {
        margin-left: 0;
        padding: 0 var(--halfGap); }
    .et-program__list-images {
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      min-width: 0;
      max-width: 960px; }
      .et-program__list-images-top > button.swiper-button-prev {
        left: 10px; }
      .et-program__list-images-top > button.swiper-button-next {
        right: 10px; }
    .et-program__list-item {
      width: 100%;
      margin-top: 50px;
      padding: 0 var(--halfGap); } }

@media (min-width: 577px) and (max-width: 767px) {
  .et-program__list-images {
    height: 0;
    padding-top: calc(100% - 20px); }
    .et-program__list-images-top, .et-program__list-images-bottom {
      width: calc(100vh - 330px);
      height: calc(100vh - 330px); } }
  @media (max-width: 575px) {
    .et-program__list-images {
      height: 0;
      padding-top: calc(100% - var(--halfGap)); }
      .et-program__list-images-top, .et-program__list-images-bottom {
        width: calc(100% - 30px);
        /*height: 0;
          padding-top: calc(100% - 30px);*/
        height: calc(100% - 30px); } }
  @media (max-width: 1199px) {
    .et-program {
      padding-top: 40px; } }
  @media (max-width: 575px) {
    .et-program {
      padding-top: 10px; } }
  @media (max-width: 465px) {
    .et-program h4 > strong:last-of-type {
      font-size: 20px; } }
  @media (max-width: 360px) {
    .et-program h4 > strong:last-of-type {
      word-break: break-word; } }

@media (min-width: 993px) {
  .et-eur-feedback {
    padding-top: 60px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-eur-feedback {
    padding-top: 30px; } }

@media (max-width: 576px) {
  .et-eur-feedback {
    padding-top: 16px; } }

.et-eur-feedback__main {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/images/europe/feedback/bg.jpg"); }
  @media (min-width: 993px) {
    .et-eur-feedback__main {
      padding-top: 70px;
      min-height: 600px;
      display: flex;
      align-items: center; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-eur-feedback__main {
    padding-top: 60px; } }
  @media (max-width: 576px) {
    .et-eur-feedback__main {
      padding-top: 50px; } }

.et-eur-feedback__bot {
  text-align: center;
  display: flex;
  align-items: center;
  padding-top: 0; }
  @media (min-width: 577px) {
    .et-eur-feedback__bot::after, .et-eur-feedback__bot::before {
      content: "";
      flex: 1;
      border-top: 1px solid #ccc; } }
  @media (max-width: 576px) {
    .et-eur-feedback__bot {
      padding-right: var(--halfGap);
      padding-left: var(--halfGap); } }

.et-eur-feedback-carusel {
  margin: 0 auto; }
  @media (min-width: 993px) {
    .et-eur-feedback-carusel {
      max-width: 900px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-eur-feedback-carusel {
    width: 80%; } }
  @media (min-width: 577px) {
    .et-eur-feedback-carusel {
      overflow: initial !important; } }
  @media (max-width: 576px) {
    .et-eur-feedback-carusel {
      margin-left: calc(var(--halfGap) * -1);
      margin-right: calc(var(--halfGap) * -1);
      padding-right: var(--halfGap);
      padding-left: var(--halfGap); } }
  @media (min-width: 577px) {
    .et-eur-feedback-carusel__list {
      position: relative;
      min-height: 400px;
      display: flex;
      align-items: center;
      justify-content: center; }
      .et-eur-feedback-carusel__list > li {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: auto !important;
        pointer-events: none;
        transition: opacity .5s, transform .5s;
        opacity: 0; }
        .et-eur-feedback-carusel__list > li.active {
          pointer-events: auto;
          opacity: 1; }
        .et-eur-feedback-carusel__list > li.second {
          opacity: 1;
          transform: scale(0.95) translateY(calc(-50% - 34px));
          transform-origin: top;
          z-index: -1; } }
  @media (max-width: 576px) {
    .et-eur-feedback-carusel__cntrs {
      position: static;
      padding-top: 20px; } }
  @media (min-width: 577px) {
    .et-eur-feedback-carusel-pagin {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      padding-top: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 576px) {
    .et-eur-feedback-carusel-pagin {
      margin: auto; } }
  @media (max-width: 700px) {
    .et-eur-feedback-carusel-pagin span:only-child {
      visibility: hidden; } }
  .et-eur-feedback-carusel-prew-btn, .et-eur-feedback-carusel-next-btn {
    pointer-events: auto; }
    @media (max-width: 576px) {
      .et-eur-feedback-carusel-prew-btn, .et-eur-feedback-carusel-next-btn {
        display: none; } }
  @media (min-width: 577px) {
    .et-eur-feedback-carusel-prew-btn {
      transform: translate3d(-50%, 0, 0); } }
  @media (min-width: 577px) {
    .et-eur-feedback-carusel-next-btn {
      transform: translate3d(50%, 0, 0); } }
  .et-eur-feedback-carusel__slide {
    background-color: var(--bg);
    box-shadow: 0px 4px 20px rgba(17, 17, 17, 0.5);
    border-radius: 10px; }
    @media (min-width: 993px) {
      .et-eur-feedback-carusel__slide {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 52px;
        padding-right: 52px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-eur-feedback-carusel__slide {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 52px;
    padding-right: 52px; } }
    @media (max-width: 576px) {
      .et-eur-feedback-carusel__slide {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 16px;
        padding-left: 16px; } }
    .et-eur-feedback-carusel__slide-title {
      margin-bottom: 24px; }

.et-eur-feedback-title {
  text-align: center; }
  @media (min-width: 993px) {
    .et-eur-feedback-title {
      padding-bottom: 30px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-eur-feedback-title {
    padding-bottom: 24px; } }
  @media (max-width: 576px) {
    .et-eur-feedback-title {
      padding-bottom: 16px; } }

@media (min-width: 993px) {
  .et-eur-feedback__main + .et-eur-feedback__bot {
    padding-top: 80px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-eur-feedback__main + .et-eur-feedback__bot {
    padding-top: 60px;
    padding-bottom: 60px; } }

@media (max-width: 576px) {
  .et-eur-feedback__main + .et-eur-feedback__bot {
    padding-top: 40px;
    padding-bottom: 40px; } }

.et-list {
  position: relative;
  margin-top: -16vh; }
  .et-list .et-txt-bg {
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }
  .et-list__list > li {
    display: flex;
    position: relative;
    align-items: center;
    margin: 0 auto 35px; }
  .et-list__list-preview {
    position: relative; }
    @media (min-width: 1201px) {
      .et-list__list-preview {
        width: 50%;
        height: 445px; } }

@media (min-width: 577px) and (max-width: 1200px) {
  .et-list__list-preview {
    width: 100%;
    height: 430px; } }
    @media (max-width: 576px) {
      .et-list__list-preview {
        max-height: 300px;
        min-height: 200px;
        margin-left: calc(var(--halfGap) * -1);
        margin-right: calc(var(--halfGap) * -1);
        width: auto; } }
    .et-list__list-preview[style] {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .et-list__list-preview-poster {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
    .et-list__list-preview-media {
      width: 100%;
      height: 100%;
      background: radial-gradient(circle at 50px 50px, black 0%, white 100%); }
      @media (min-width: 700px) {
        .et-list__list-preview-media {
          min-height: 445px;
          min-width: 270px; } }
      @media (max-width: 699px) {
        .et-list__list-preview-media {
          min-height: 300px; } }
    .et-list__list-preview button {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate3d(-50%, -50%, 0);
      display: block; }
  .et-list__list-details {
    display: flex;
    flex-direction: column;
    transform: translate3d(0, 0, 0);
    min-height: 370px;
    margin: auto 0;
    background-color: #2F3034;
    text-align: left;
    color: #FFFFFF; }
    @media (min-width: 1201px) {
      .et-list__list-details {
        padding: 30px 40px 30px 40px;
        width: 50%;
        min-width: 660px;
        box-shadow: 0 0 29px rgba(0, 0, 0, 0.4); } }
    @media (max-width: 1200px) {
      .et-list__list-details {
        padding: 30px 20px; } }
    @media (max-width: 699px) {
      .et-list__list-details-desc {
        display: none; } }
    .et-list__list-details > .et-h3 {
      font-size: 24px;
      margin-bottom: 1em; }
    .et-list__list-details-row {
      display: flex;
      justify-content: space-between;
      margin-top: auto;
      padding-top: 10px; }
    .et-list__list-details-time {
      padding-right: 10px; }
      .et-list__list-details-time > div {
        padding: 1.25em 0; }
        @media (min-width: 700px) {
          .et-list__list-details-time > div {
            display: flex;
            align-items: center; } }
        .et-list__list-details-time > div > svg {
          margin-top: -4px; }
          @media (min-width: 700px) {
            .et-list__list-details-time > div > svg {
              flex: none; } }
        .et-list__list-details-time > div > span {
          padding-left: 10px; }
          @media (min-width: 700px) {
            .et-list__list-details-time > div > span {
              white-space: nowrap; } }

@media (min-width: 700px) and (max-width: 767px) {
  .et-list__list-details-time > div:last-of-type {
    justify-content: flex-end; } }
    .et-list__list-details-prices {
      flex: none; }
      .et-list__list-details-prices > div {
        height: 60px;
        line-height: 60px;
        text-align: right; }
        @media (max-width: 576px) {
          .et-list__list-details-prices > div {
            display: flex;
            align-items: center;
            justify-content: space-between; } }
        .et-list__list-details-prices > div > p {
          margin-left: 15px;
          font-size: 46px; }
    .et-list__list-details-mobile {
      display: none;
      margin-top: 10px; }
      .et-list__list-details-mobile > button {
        width: 100%; }
      .et-list__list-details-mobile > div {
        max-height: 0;
        margin: 0.5em 0;
        overflow: hidden;
        transition: 1s all ease; }
      .et-list__list-details-mobile.js-show button svg {
        transform: rotate(180deg); }
      .et-list__list-details-mobile.js-show > div {
        max-height: none; }
    .et-list__list-details-bottom {
      clear: both;
      display: flex;
      justify-content: flex-end;
      margin: 20px -10px 0 -20px; }
      .et-list__list-details-bottom > button.et-btn--cut {
        min-width: 0;
        padding: 0 0 0 20px;
        background-color: #171717; }
        .et-list__list-details-bottom > button.et-btn--cut > span > span {
          padding-right: 10px; }
      .et-list__list-details-bottom > a.et-btn {
        cursor: pointer; }
      .et-list__list-details-bottom > * {
        margin: 0 5px; }
      @media (max-width: 576px) {
        .et-list__list-details-bottom-order {
          margin-top: 20px; } }
  @media (max-width: 1199px) {
    .et-list__list > li {
      display: block; }
    .et-list__list-details > p:not(.et-h3) {
      height: auto;
      font-size: 16px;
      line-height: 1.5em; }
    .et-list__list-details-row {
      display: block; }
    .et-list__list-details-time {
      display: flex; }
      .et-list__list-details-time > div {
        width: 50%; }
    .et-list__list-details-prices {
      display: flex;
      margin: 20px 0 0 0; }
      .et-list__list-details-prices > div {
        width: 50%; }
        .et-list__list-details-prices > div > p {
          font-size: 52px; }
        .et-list__list-details-prices > div:nth-child(1) {
          text-align: left; }
    .et-list__list-details-bottom {
      margin-top: 50px; } }
  @media (max-width: 699px) {
    .et-list__list {
      margin: 0 0; }
      .et-list__list-details-time {
        display: block; }
        .et-list__list-details-time > div {
          width: 100%;
          height: auto;
          padding-left: 25px;
          line-height: 1.5em; }
          .et-list__list-details-time > div > svg {
            margin-left: -25px; }
          .et-list__list-details-time > div > span.et-red {
            white-space: nowrap; }
      .et-list__list-details-prices {
        display: block; }
        .et-list__list-details-prices > div {
          width: 100%;
          white-space: nowrap; }
          .et-list__list-details-prices > div > p {
            font-size: 36px; }
          .et-list__list-details-prices > div:nth-child(2) {
            margin-top: 10px;
            text-align: left; }
      .et-list__list-details-mobile {
        display: block; }
      .et-list__list-details-bottom {
        justify-content: flex-start;
        margin: 0 0 0 0; } }
  @media (max-width: 575px) {
    .et-list__list-details-bottom {
      display: block; }
      .et-list__list-details-bottom > * {
        margin-left: 0;
        margin-right: 0; }
      .et-list__list-details-bottom > button {
        margin-top: 1em; } }
  .et-list__bottom {
    height: 56px;
    margin: 0 auto;
    color: #FFFFFF;
    background: var(--grad);
    line-height: 56px;
    text-align: center;
    cursor: pointer; }
    .et-list__bottom + .et-paginator {
      padding-top: 40px; }
  @media (max-width: 699px) {
    .et-list {
      margin-top: 0; } }

.et-mobile-menu {
  top: calc(50% - 39px);
  position: sticky;
  position: -webkit-sticky;
  height: 0;
  margin-bottom: 30px;
  z-index: 8;
  right: 0; }
  .et-mobile-menu-inner {
    width: 72px;
    height: 78px;
    margin: 0 0 0 auto;
    z-index: 3; }
  .et-mobile-menu__btn {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    background: var(--grad-vert);
    border-radius: 8px 0 0 8px;
    cursor: pointer;
    z-index: 2; }
    .et-mobile-menu__btn svg {
      margin: auto; }
  .et-mobile-menu__list {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 540px;
    background-color: var(--white);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 17px 30px rgba(40, 32, 84, 0.15); }
    .open .et-mobile-menu__list {
      display: block; }
    .et-mobile-menu__list > li {
      padding: 16px 32px 16px 32px;
      color: rgba(51, 51, 51, 0.4);
      font-size: 24px;
      line-height: 1.4em;
      cursor: pointer; }
      .et-mobile-menu__list > li:first-child {
        padding-right: 80px; }
      .et-mobile-menu__list > li:hover {
        background-color: rgba(196, 196, 196, 0.2); }
      .et-mobile-menu__list > li > a {
        opacity: 0.5; }
      .et-mobile-menu__list > li.current > a {
        opacity: 1; }
  @media (max-width: 575px) {
    .et-mobile-menu-inner {
      width: 53px;
      height: 56px; }
    .et-mobile-menu__list {
      width: 305px; }
      .et-mobile-menu__list > li {
        padding: 8px 25px 8px 25px;
        font-size: 18px; }
        .et-mobile-menu__list > li:first-child {
          padding-right: 58px; } }

.et-questions-sec {
  margin-top: 50px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  background-color: #000; }
  .et-why-sec + .et-questions-sec {
    margin-top: 0; }
  @media (min-width: 2001px) {
    .et-questions-sec::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100vw;
      max-width: 2500px;
      left: 50%;
      transform: translate3d(-50%, 0, 0);
      background-image: url("/images/common/questions/bg-2500.jpg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      pointer-events: none; } }

@media (min-width: 1501px) and (max-width: 2000px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-2000.jpg"); } }

@media (min-width: 1201px) and (max-width: 1500px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-1500.jpg"); } }

@media (min-width: 993px) and (max-width: 1200px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-1200.jpg"); } }

@media (min-width: 769px) and (max-width: 992px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-992.jpg"); } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-questions-sec {
    background-image: url("/images/common/questions/bg-768.jpg"); } }
  @media (max-width: 576px) {
    .et-questions-sec {
      background-image: url("/images/common/questions/bg-576.jpg"); } }
  @media (min-width: 2001px) {
    .et-questions-sec {
      padding-top: 170px;
      padding-bottom: 170px; } }

@media (min-width: 993px) and (max-width: 2000px) {
  .et-questions-sec {
    padding-top: 136px;
    padding-bottom: 150px; } }

@media (min-width: 577px) and (max-width: 992px) {
  .et-questions-sec {
    padding-top: 133px;
    padding-bottom: 153px; } }
  @media (max-width: 576px) {
    .et-questions-sec {
      padding-top: 30px;
      padding-bottom: 75px; } }
  .et-questions-sec::after {
    content: '';
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%); }

.et-questions {
  position: relative;
  z-index: 1; }
  .et-questions .et-input-block--btn {
    align-items: flex-start; }
  @media (max-width: 576px) {
    .et-questions {
      text-align: center; } }
  .et-questions__title {
    padding-bottom: 6px; }
  .et-questions__subtitle {
    padding-bottom: 32px; }
    @media (min-width: 993px) {
      .et-questions__subtitle {
        max-width: 900px; } }
  .et-questions__form .et-input-block {
    max-width: 558px;
    width: 100%; }
  .et-questions__form .et-input-txt {
    width: 100%; }

.et-list {
  margin-top: 0;
  padding-bottom: 40px; }
  .et-list .et-paginator {
    display: none; }

@media (min-width: 577px) {
  .et-events-recomended {
    padding-top: 40px; } }

@media (max-width: 576px) {
  .et-events-recomended {
    padding-top: 20px; } }

@media (min-width: 577px) {
  .et-events-recomended .et-h2 {
    padding-bottom: 50px; } }

@media (max-width: 576px) {
  .et-events-recomended .et-h2 {
    padding-bottom: 20px; } }

.et-events-recomended .et-paginator__list {
  display: none; }

@media (min-width: 577px) {
  .et-program__list-images-top {
    bottom: 0;
    top: auto; } }

@media (max-width: 576px) {
  .et-program__list-images-top {
    bottom: auto;
    top: 0; } }

@media (min-width: 577px) {
  .et-program__list-images-bottom {
    top: 0;
    bottom: auto; } }

@media (max-width: 576px) {
  .et-program__list-images-bottom {
    top: auto;
    bottom: 0; } }

@media (max-width: 576px) {
  .et-program__list-images-top, .et-program__list-images-bottom {
    width: calc(100vw - 34px);
    height: calc(100vw - 34px); } }

@media (min-width: 577px) and (max-width: 768px) {
  .et-program__list-images-top, .et-program__list-images-bottom {
    width: 600px;
    height: 600px; } }

.et-program__list > li:nth-child(even) .et-program__list-images-top {
  right: 16px;
  left: auto; }

.et-program__list > li:nth-child(even) .et-program__list-images-bottom {
  left: -20px; }

.et-article__list-icon-event--grad ul > li:nth-child(1) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon-event--grad ul > li:nth-child(2) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon-event--grad ul > li:nth-child(3) {
  min-height: calc(32px + 0.4em); }

.et-article__list-icon-event--grad ul > li:nth-child(4) {
  min-height: calc(32px + 0.4em); }
  .et-article__list-icon-event--grad ul > li:nth-child(1):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M25.5888 7.49319V17.154C27.8159 18.8228 28.6103 21.8035 27.5093 24.3569C26.4082 26.9154 23.6934 28.3831 20.9484 27.9106C18.2034 27.4381 16.1421 25.1461 15.9611 22.3665H5.886C4.77492 22.3665 3.875 21.4667 3.875 20.3559V7.49319C3.875 6.38234 4.77492 5.48261 5.886 5.48261H7.897V5.08049C7.897 4.41198 8.43494 3.87415 9.09857 3.87415C9.76723 3.87415 10.3052 4.41198 10.3052 5.08049V5.48261H13.5228V5.08049C13.5228 4.41198 14.0607 3.87415 14.7294 3.87415C15.398 3.87415 15.936 4.41198 15.936 5.08049V5.48261H19.1536V5.08049C19.1536 4.41198 19.6915 3.87415 20.3602 3.87415C21.0288 3.87415 21.5668 4.41198 21.5668 5.08049V5.48261H23.5778C24.6888 5.48261 25.5888 6.38234 25.5888 7.49319ZM20.3602 4.67838C20.139 4.67838 19.958 4.85933 19.958 5.08049V6.68896C19.958 6.91012 20.139 7.09107 20.3602 7.09107C20.5814 7.09107 20.7624 6.91012 20.7624 6.68896V5.08049C20.7624 4.85933 20.5814 4.67838 20.3602 4.67838ZM14.7344 4.67838C14.5132 4.67838 14.3322 4.85933 14.3322 5.08049V6.68896C14.3322 6.91012 14.5132 7.09107 14.7344 7.09107C14.9556 7.09107 15.1366 6.91012 15.1366 6.68896V5.08049C15.1366 4.85933 14.9556 4.67838 14.7344 4.67838ZM9.1036 4.67838C8.88239 4.67838 8.7014 4.85933 8.7014 5.08049V6.68896C8.7014 6.91012 8.88239 7.09107 9.1036 7.09107C9.32481 7.09107 9.5058 6.91012 9.5058 6.68896V5.08049C9.5058 4.85933 9.32481 4.67838 9.1036 4.67838ZM7.897 6.28684H5.886C5.21734 6.28684 4.6794 6.82467 4.6794 7.49319V9.50377H24.7894V7.49319C24.7894 6.82467 24.2514 6.28684 23.5828 6.28684H21.5718V6.68896C21.5718 7.35748 21.0338 7.89531 20.3652 7.89531C19.6965 7.89531 19.1586 7.35748 19.1586 6.68896V6.28684H15.941V6.68896C15.941 7.35748 15.4031 7.89531 14.7344 7.89531C14.0657 7.89531 13.5278 7.35748 13.5278 6.68896V6.28684H10.3102V6.68896C10.3102 7.35748 9.77225 7.89531 9.1036 7.89531C8.43494 7.89531 7.897 7.35748 7.897 6.68896V6.28684ZM4.6794 10.308V20.3559C4.6794 21.0244 5.21734 21.5622 5.886 21.5622H15.9611C16.0918 19.5265 17.2481 17.6969 19.0279 16.7016C20.8126 15.7014 22.9795 15.6813 24.7844 16.6363V10.308H4.6794ZM16.7404 21.9643C16.7404 24.8495 19.0832 27.1918 21.969 27.1918C24.8547 27.1868 27.1925 24.8495 27.1976 21.9643C27.1976 19.0792 24.8547 16.7368 21.969 16.7368C19.0832 16.7368 16.7404 19.0792 16.7404 21.9643ZM22.3708 18.7473V20.8333C22.9037 21.0193 23.2305 21.5471 23.1701 22.105C23.1048 22.6629 22.6674 23.1002 22.1093 23.1656C21.5513 23.2259 21.0234 22.8942 20.8374 22.3664H19.5554V21.5621H20.8374C20.958 21.2203 21.2245 20.9539 21.5664 20.8333V18.7473H22.3708ZM21.5664 21.9643C21.5664 22.1854 21.7474 22.3664 21.9686 22.3664C22.1898 22.3664 22.3708 22.1854 22.3708 21.9643C22.3708 21.7431 22.1898 21.5621 21.9686 21.5621C21.7474 21.5621 21.5664 21.7431 21.5664 21.9643ZM21.9691 17.139C19.3045 17.139 17.1427 19.3004 17.1427 21.9644C17.1427 24.6284 19.3045 26.7898 21.9691 26.7898C24.6336 26.7898 26.7955 24.6284 26.7955 21.9644C26.7904 19.3004 24.6336 17.144 21.9691 17.139ZM21.9691 25.9855C19.7469 25.9855 17.9471 24.1861 17.9471 21.9644C17.9471 19.7427 19.7469 17.9432 21.9691 17.9432C24.1912 17.9432 25.9911 19.7427 25.9911 21.9644C25.9911 24.1861 24.1912 25.9855 21.9691 25.9855ZM11.1131 13.5249C11.1131 12.6352 11.832 11.9165 12.7219 11.9165C13.6067 11.9165 14.3307 12.6352 14.3307 13.5249C14.3307 14.4146 13.6118 15.1334 12.7219 15.1334C11.832 15.1334 11.1131 14.4146 11.1131 13.5249ZM11.9175 13.5249C11.9175 13.9672 12.2795 14.3291 12.7219 14.3291C13.1643 14.3291 13.5263 13.9672 13.5263 13.5249C13.5263 13.0826 13.1643 12.7207 12.7219 12.7207C12.2795 12.7207 11.9175 13.0826 11.9175 13.5249ZM16.7395 15.1334C17.6293 15.1334 18.3483 14.4146 18.3483 13.5249C18.3483 12.6352 17.6293 11.9165 16.7395 11.9165C15.8496 11.9165 15.1307 12.6352 15.1307 13.5249C15.1307 14.4146 15.8546 15.1334 16.7395 15.1334ZM16.7395 12.7207C17.1819 12.7207 17.5439 13.0826 17.5439 13.5249C17.5439 13.9672 17.1819 14.3291 16.7395 14.3291C16.297 14.3291 15.9351 13.9672 15.9351 13.5249C15.9351 13.0826 16.297 12.7207 16.7395 12.7207ZM22.3723 13.5249C22.3723 14.4146 21.6534 15.1334 20.7635 15.1334C19.8787 15.1334 19.1547 14.4146 19.1547 13.5249C19.1547 12.6352 19.8736 11.9165 20.7635 11.9165C21.6534 11.9165 22.3723 12.6352 22.3723 13.5249ZM21.5679 13.5249C21.5679 13.0826 21.2059 12.7207 20.7635 12.7207C20.3211 12.7207 19.9591 13.0826 19.9591 13.5249C19.9591 13.9672 20.3211 14.3291 20.7635 14.3291C21.2059 14.3291 21.5679 13.9672 21.5679 13.5249ZM8.70216 11.9165C7.8123 11.9165 7.09336 12.6352 7.09336 13.5249C7.09336 14.4146 7.8123 15.1334 8.70216 15.1334C9.59203 15.1334 10.311 14.4146 10.311 13.5249C10.311 12.6352 9.587 11.9165 8.70216 11.9165ZM8.70216 14.3291C8.25974 14.3291 7.89776 13.9672 7.89776 13.5249C7.89776 13.0826 8.25974 12.7207 8.70216 12.7207C9.14458 12.7207 9.50656 13.0826 9.50656 13.5249C9.50656 13.9672 9.14458 14.3291 8.70216 14.3291ZM11.1131 17.5461C11.1131 16.6564 11.832 15.9376 12.7219 15.9376C13.6067 15.9376 14.3307 16.6564 14.3307 17.5461C14.3307 18.4358 13.6118 19.1546 12.7219 19.1546C11.832 19.1546 11.1131 18.4358 11.1131 17.5461ZM11.9175 17.5411C11.9175 17.9834 12.2795 18.3453 12.7219 18.3453C13.1643 18.3453 13.5263 17.9834 13.5263 17.5411C13.5263 17.0987 13.1643 16.7368 12.7219 16.7368C12.2795 16.7368 11.9175 17.0987 11.9175 17.5411ZM16.2074 19.0592L16.4739 18.3002C16.1572 18.1846 15.941 17.8881 15.941 17.5513C15.941 17.2145 16.1471 16.9079 16.4638 16.7923C16.7806 16.6717 17.1375 16.7672 17.3587 17.0235L17.9671 16.5008C17.5246 15.9881 16.8158 15.8071 16.1823 16.0434C15.5488 16.2796 15.1316 16.8878 15.1416 17.5664C15.1416 18.2349 15.5689 18.8381 16.2074 19.0592ZM7.09336 17.5461C7.09336 16.6564 7.8123 15.9376 8.70216 15.9376C9.587 15.9376 10.311 16.6564 10.311 17.5461C10.311 18.4358 9.59203 19.1546 8.70216 19.1546C7.8123 19.1546 7.09336 18.4358 7.09336 17.5461ZM7.89776 17.5411C7.89776 17.9834 8.25974 18.3453 8.70216 18.3453C9.14458 18.3453 9.50656 17.9834 9.50656 17.5411C9.50656 17.0987 9.14458 16.7368 8.70216 16.7368C8.25974 16.7368 7.89776 17.0987 7.89776 17.5411Z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='3.875' y1='14.8965' x2='28.0009' y2='14.8965' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233800AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }
  .et-article__list-icon-event--grad ul > li:nth-child(2):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28 14.71H26.883V9.63321C26.883 8.41726 25.8839 7.42802 24.6558 7.42802H23.1433L21.5961 4.68011C21.3602 4.26105 20.9092 4 20.4235 4C20.1946 4 19.9725 4.05496 19.7713 4.16487L13.8531 7.42802H7.22715C5.99909 7.42802 5 8.41726 5 9.63321V24.7948C5 26.0108 5.99909 27 7.22715 27H24.6558C25.8839 27 26.883 26.0108 26.883 24.7948V20.3432H28V14.71ZM24.6558 8.30735C25.3427 8.30735 25.9047 8.82258 25.981 9.48208H24.302L23.6428 8.30735H24.6558ZM20.2154 4.93429C20.4235 4.8175 20.708 4.89994 20.819 5.10603L23.2821 9.48895H11.9451L20.2154 4.93429ZM25.9949 24.7879C25.9949 25.5161 25.3913 26.1138 24.6558 26.1138H7.22715C6.4917 26.1138 5.88808 25.5161 5.88808 24.7879V9.63321C5.88808 8.90502 6.4917 8.30735 7.22715 8.30735H12.2504L10.1134 9.48208H7.51161C7.26184 9.48208 7.06757 9.6813 7.06757 9.92175C7.06757 10.1622 7.26878 10.3614 7.51161 10.3614H8.51071H24.8015H25.9949V14.71H22.7339C21.2214 14.71 19.9864 15.9328 19.9864 17.4304V17.6228C19.9864 19.1204 21.2214 20.3432 22.7339 20.3432H25.9949V24.7879ZM27.1119 19.457H26.8899H22.7339C21.714 19.457 20.8814 18.6326 20.8814 17.6228V17.4304C20.8814 16.4206 21.714 15.5962 22.7339 15.5962H26.8899H27.1119V19.457ZM24.1008 17.5609C24.1008 18.0968 23.6567 18.5364 23.1155 18.5364C22.5744 18.5364 22.1303 18.0968 22.1303 17.5609C22.1303 17.0251 22.5744 16.5854 23.1155 16.5854C23.6567 16.5854 24.1008 17.0251 24.1008 17.5609Z' fill='url(%23paint0_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='5' y1='14.5086' x2='28' y2='14.5086' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233800AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }
  .et-article__list-icon-event--grad ul > li:nth-child(3):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='16' cy='16' r='11' stroke='url(%23paint0_linear)'/%3E%3Cpath d='M16 11V15M21.2305 20.5L17.5 17.5' stroke='url(%23paint1_linear)' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='16' cy='16.5' r='1.5' stroke='url(%23paint2_linear)'/%3E%3Cpath d='M16 6.5329L16 7.99191' stroke='url(%23paint3_linear)' stroke-linecap='round'/%3E%3Cpath d='M16 24.0414L16 25.5004' stroke='url(%23paint4_linear)' stroke-linecap='round'/%3E%3Cpath d='M6.51562 16.0165L7.97463 16.0165' stroke='url(%23paint5_linear)' stroke-linecap='round'/%3E%3Cpath d='M24.0234 16.0165L25.4824 16.0165' stroke='url(%23paint6_linear)' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='5' y1='15.0517' x2='27' y2='15.0517' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233800AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='16' y1='15.3405' x2='21.2305' y2='15.3405' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233800AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='14' y1='16.3276' x2='18' y2='16.3276' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233800AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear' x1='16' y1='7.19951' x2='17' y2='7.19951' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233800AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear' x1='16' y1='24.708' x2='17' y2='24.708' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233800AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear' x1='7.18224' y1='16.0165' x2='7.18224' y2='15.0165' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233800AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint6_linear' x1='24.6901' y1='16.0165' x2='24.6901' y2='15.0165' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233800AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }
  .et-article__list-icon-event--grad ul > li:nth-child(4):after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.3328 3.18298C11.0093 3.18298 6.67578 7.32595 6.67578 12.4153C6.67578 12.9948 6.73134 13.579 6.84751 14.1488C6.85256 14.1826 6.87276 14.284 6.91317 14.4578C7.05964 15.0807 7.27682 15.694 7.55966 16.2782C8.60012 18.6201 10.8881 22.2175 15.9086 26.0707C16.0348 26.1673 16.1864 26.2156 16.3379 26.2156C16.4894 26.2156 16.6409 26.1673 16.7672 26.0707C21.7826 22.2175 24.0757 18.6201 25.1161 16.2782C25.399 15.694 25.6161 15.0856 25.7626 14.4578C25.803 14.284 25.8232 14.1826 25.8283 14.1488C25.9394 13.579 26 12.9948 26 12.4153C25.9899 7.32595 21.6563 3.18298 16.3328 3.18298ZM24.4747 13.9219C24.4747 13.9315 24.4696 13.9412 24.4696 13.9508C24.4646 13.975 24.4494 14.0474 24.4242 14.1585C24.4242 14.1633 24.4242 14.1633 24.4242 14.1681C24.2979 14.7089 24.111 15.2353 23.8635 15.7423C23.8585 15.7471 23.8585 15.7567 23.8534 15.7616C22.9089 17.9007 20.8381 21.1648 16.3328 24.7235C11.8276 21.1648 9.75675 17.9007 8.81225 15.7616C8.8072 15.7567 8.8072 15.7471 8.80215 15.7423C8.55972 15.2401 8.37284 14.7089 8.24152 14.1681C8.24152 14.1633 8.24152 14.1633 8.24152 14.1585C8.21121 14.0474 8.20111 13.975 8.19606 13.9508C8.19606 13.9412 8.19101 13.9315 8.19101 13.917C8.08999 13.4197 8.03949 12.9175 8.03949 12.4105C8.03949 8.04059 11.7619 4.48189 16.3328 4.48189C20.9038 4.48189 24.6262 8.04059 24.6262 12.4105C24.6262 12.9223 24.5757 13.4293 24.4747 13.9219Z' fill='url(%23paint0_linear)'/%3E%3Cpath d='M16.3328 6.65466C12.9538 6.65466 10.2012 9.28627 10.2012 12.5166C10.2012 15.747 12.9538 18.3786 16.3328 18.3786C19.7118 18.3786 22.4644 15.747 22.4644 12.5166C22.4644 9.28627 19.7118 6.65466 16.3328 6.65466ZM16.3328 17.0749C13.7013 17.0749 11.5649 15.0275 11.5649 12.5166C11.5649 10.0057 13.7064 7.9584 16.3328 7.9584C18.9592 7.9584 21.1007 10.0057 21.1007 12.5166C21.1007 15.0275 18.9642 17.0749 16.3328 17.0749Z' fill='url(%23paint1_linear)'/%3E%3Cellipse cx='16.7086' cy='27.8799' rx='13.0699' ry='0.93711' stroke='url(%23paint2_linear)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear' x1='6.67578' y1='13.7065' x2='26' y2='13.7065' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233800AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear' x1='10.2012' y1='12.0113' x2='22.4644' y2='12.0113' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233800AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear' x1='3.63867' y1='27.7991' x2='29.7784' y2='27.7991' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233800AE'/%3E%3Cstop offset='1' stop-color='%23EB2D23'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A"); }

/*# sourceMappingURL=event.css.map */
