:root {
  --bp-xs: 480px;
  --bp-sm: 834px;
  --bp-xl: 1200px;
  --bp-xxl: 1920px;
  --bp-mxs: 479px;
  --bp-msm: 833px;
  --bp-mxl: 1199px;
  --bp-mxxl: 1919px;
  --bp-addon-1380: 1380px;
  --bp-addon-1279: 1279px;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.centersb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@-webkit-keyframes arrowDrawCircle {
  0% {
    stroke-dashoffset: 0;
    stroke: var(--arrow-draw-base-color);
  }

  1% {
    stroke-dashoffset: 101;
    stroke: var(--arrow-draw-active-color);
  }

  100% {
    stroke-dashoffset: 0;
    stroke: var(--arrow-draw-active-color);
  }
}

@keyframes arrowDrawCircle {
  0% {
    stroke-dashoffset: 0;
    stroke: var(--arrow-draw-base-color);
  }

  1% {
    stroke-dashoffset: 101;
    stroke: var(--arrow-draw-active-color);
  }

  100% {
    stroke-dashoffset: 0;
    stroke: var(--arrow-draw-active-color);
  }
}

@-webkit-keyframes strokeColor {
  0% {
    stroke: var(--stroke-base-color);
  }

  50% {
    stroke: var(--stroke-active-color);
  }

  100% {
    stroke: var(--stroke-base-color);
  }
}

@keyframes strokeColor {
  0% {
    stroke: var(--stroke-base-color);
  }

  50% {
    stroke: var(--stroke-active-color);
  }

  100% {
    stroke: var(--stroke-base-color);
  }
}

.seo-text.expanded .seo-text__text {
  display: block;
}

.seo-text__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}

.seo-text__title {
  margin: 0;
  font-family: "Jost", normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 35px;
  color: #222;
  text-transform: none;
  letter-spacing: initial;
}

.seo-text__text {
  max-width: none;
  font-size: 15px;
  line-height: 20px;
  color: #222;
  font-family: "Inter", sans-serif;
}

.seo-text__text:not(:has(.col-1)) {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.seo-text__text:not(:has(.col-1)) * {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.seo-text__toggle-box {
  display: none;
  margin-top: 8px;
}

.seo-text__toggle-box._hide {
  display: none;
}

.seo-text__toggle {
  padding: 2px 12px;
  min-height: 24px;
  font-family: "Jost", normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #222;
  cursor: pointer;
  border-radius: 30px;
  background: #e6e6e6;
}

@media (max-width: 1919px) {
  .seo-text__head {
    margin-bottom: 16px;
  }

  .seo-text__title {
    font-size: 24px;
    line-height: 26px;
  }

  .seo-text__text {
    font-size: 14px;
    line-height: 18px;
  }

  .seo-text__text:not(:has(.col-1)) {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }
}

@media (max-width: 1199px) {
  .seo-text__head {
    margin-bottom: 12px;
  }

  .seo-text__title {
    font-size: 19px;
    line-height: 21px;
  }

  .seo-text__text {
    font-size: 12px;
    line-height: 16px;
  }

  .seo-text__text:not(:has(.col-1)) {
    -webkit-column-count: initial;
       -moz-column-count: initial;
            column-count: initial;
  }

  .seo-text__text--clamp {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
  }

  .seo-text__toggle-box {
    display: block;
  }
}
@supports (appearance:none){

}

 @media (max-width: 1919px){

@supports (appearance:none){

}

}

 @media (max-width: 1199px){

@supports (appearance:none){

}

}
