.section-seo {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin-top: 72px;
  margin-bottom: 25px;
  max-width: 100%;
}
@media (max-width: 1199px) {
  .section-seo {
    max-width: none;
  }
}
.section-seo__body {
  max-height: 250px;
  position: relative;
  overflow: hidden;
  transition: max-height 0.6s cubic-bezier(0.75, 0.1, 0.15, 1);
}
@media (max-width: 423px) {
  .section-seo__body {
    max-height: 326px;
  }
}
.section-seo__body::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 56px;
  flex-shrink: 0;
  content: "";
  display: block;
  background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  transition: opacity 0.3s ease;
}
.section-seo__body.is-expanded::after {
  opacity: 0;
}
.section-seo__content {
  display: block;
}
.section-seo__content > *, .section-seo__content blockquote, .section-seo__content figure, .section-seo__content h2, .section-seo__content h3, .section-seo__content h4, .section-seo__content h5, .section-seo__content ul, .section-seo__content ol, .section-seo__content li, .section-seo__content p, .section-seo__content picture, .section-seo__content img, .section-seo__content iframe {
  margin: 0;
  padding: 0;
}
.section-seo__content > *:first-child, .section-seo__content blockquote:first-child, .section-seo__content figure:first-child, .section-seo__content h2:first-child, .section-seo__content h3:first-child, .section-seo__content h4:first-child, .section-seo__content h5:first-child, .section-seo__content ul:first-child, .section-seo__content ol:first-child, .section-seo__content li:first-child, .section-seo__content p:first-child, .section-seo__content picture:first-child, .section-seo__content img:first-child, .section-seo__content iframe:first-child {
  margin-top: 0;
}
.section-seo__content > *:last-child, .section-seo__content blockquote:last-child, .section-seo__content figure:last-child, .section-seo__content h2:last-child, .section-seo__content h3:last-child, .section-seo__content h4:last-child, .section-seo__content h5:last-child, .section-seo__content ul:last-child, .section-seo__content ol:last-child, .section-seo__content li:last-child, .section-seo__content p:last-child, .section-seo__content picture:last-child, .section-seo__content img:last-child, .section-seo__content iframe:last-child {
  margin-bottom: 0;
}
.section-seo__content br {
  display: none !important;
}
.section-seo__content h2, .section-seo__content h3, .section-seo__content h4 {
  font-weight: 700;
  line-height: 130%;
  color: #000;
}
.section-seo__content h2 {
  margin: 24px 0 20px;
  font-size: 28px;
}
.section-seo__content h3 {
  margin: 24px 0 16px;
  font-size: 24px;
}
.section-seo__content h4 {
  margin: 20px 0 12px;
  font-size: 20px;
}
.section-seo__content p {
  margin: 0;
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
.section-seo__content p + p {
  margin-top: 24px;
}
.section-seo__content a {
  cursor: pointer;
  color: #ED731D;
  text-decoration: none;
  transition: color 0.3s ease;
  position: relative;
}
.section-seo__content a::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #CFCFCF;
}
.section-seo__content a:hover {
  color: #ED731D;
}
.section-seo__content a:active {
  color: #FFCB08;
}
.section-seo__content ul, .section-seo__content ol {
  margin: 16px 0 24px;
  display: block;
}
.section-seo__content ul {
  padding: 0;
}
.section-seo__content ul li {
  padding-left: 28px;
}
.section-seo__content ul li::before {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 1px 6px 1px 6px;
  background-color: #FFCB08;
  flex-shrink: 0;
  content: "";
  display: flex;
}
.section-seo__content li {
  position: relative;
  min-height: 24px;
  margin-bottom: 10px;
  display: block;
}
.section-seo__content li:last-child, .section-seo__content li > *:last-child {
  margin-bottom: 0;
}
.section-seo__content ol {
  padding: 0;
  counter-set: li 0;
}
.section-seo__content ol li {
  display: flex;
  align-items: center;
  counter-increment: li 1;
}
.section-seo__content ol li::before {
  display: flex;
  align-items: center;
  min-height: 24px;
  content: counter(li) ".";
  min-width: 26px;
  color: #FFCB08;
}
.section-seo__more {
  display: flex;
  align-items: center;
  text-decoration: none;
  column-gap: 4px;
  border: none;
  outline: none !important;
  padding: 0;
  margin: 0;
  background-color: transparent;
  color: #000;
  margin-right: auto;
  transition: color 0.3s ease, opacity 0.3s ease;
}
.section-seo__more:hover {
  color: #ED731D;
}
.section-seo__more:active {
  color: #FFCB08;
}
.section-seo__more.is-visible {
  display: flex;
}
.section-seo__more.is-swapped .section-seo__more-text span:first-child {
  display: none;
}
.section-seo__more.is-swapped .section-seo__more-text span:last-child {
  display: flex;
}
.section-seo__more.is-swapped .icon {
  transform: rotate(-180deg);
}
.section-seo__more .icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: currentColor;
  transition: transform 0.3s ease;
}
.section-seo__more-text {
  position: relative;
}
.section-seo__more-text::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  top: 100%;
  left: 0;
  background-color: #CFCFCF;
}
.section-seo__more-text span {
  animation: fadeIn 0.3s ease;
}
.section-seo__more-text span:last-child {
  display: none;
}
.section-seo__more-text span:last-child:first-child {
  display: flex;
}