.formats_card__BgMPM {
  padding: 48px 32px;
  border-radius: 48px;
  background-color: var(--color-white);
  margin-bottom: 56px;
}

.formats_title__zq0QJ {
  font-size: 48px;
  line-height: 56px;
  margin-bottom: 48px;
  font-weight: bold;
  width: 70%;
}

.formats_row__yNokj {
  display: grid;
  grid-template-columns: 0.5fr 0.5fr;
  grid-gap: 24px;
  gap: 24px;
}

.formats_subCard__pwmv_ {
  padding: 38px 32px;
  background-color: var(--color-gray-bg);
  border-radius: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 266px;
  position: relative;
}

.formats_subCard__pwmv_::after {
    content: '';
    width: 56px;
    height: 56px;
    position: absolute;
    top: 32px;
    right: 32px;
    background-size: 100% 100%;
  }

.formats_subCard__pwmv_ .formats_titleSubCard__eB5gP {
    font-size: 38px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 24px;
  }

.formats_subCard__pwmv_ .formats_text__DoGz_ {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    width: 70%;
  }

.formats_row__yNokj .formats_subCard__pwmv_:first-of-type::after {
    background-image: url(/_next/static/media/icon-1.1042f13e.png);
  }

.formats_row__yNokj .formats_subCard__pwmv_:last-of-type::after {
    background-image: url(/_next/static/media/icon-2.bd082c0c.png);
  }

@media (max-width: 768px) {
  .formats_title__zq0QJ {
    width: 100%;
  }
  .formats_row__yNokj {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .formats_card__BgMPM {
    padding: 32px 24px;
    border-radius: 32px;
    margin-bottom: 40px;
  }
  .formats_row__yNokj {
    gap: 16px;
  }

  .formats_title__zq0QJ {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 24px;
  }

  .formats_subCard__pwmv_ {
    padding: 28px 24px;
    border-radius: 24px;
  }

    .formats_subCard__pwmv_::after {
      width: 40px;
      height: 40px;
      top: 24px;
      right: 24px;
    }

    .formats_subCard__pwmv_ .formats_titleSubCard__eB5gP {
      font-size: 26px;
      line-height: 32px;
    }
    .formats_subCard__pwmv_ .formats_text__DoGz_ {
      font-size: 16px;
      line-height: 20px;
      width: 100%;
    }
}

.instruments_wrap__gY7Tl {
  background-color: var(--color-white);
  border-radius: 120px;
  margin-bottom: 56px;
}

.instruments_container__3HNQV {
  width: 90%;
  max-width: var(--max-content-width);
  margin: 0 auto;
  padding: 48px 0;
}

.instruments_title__Defcs {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
  max-width: 50%;
  margin-bottom: 48px;
}

.instruments_row__BGg69 {
  display: grid;
  grid-template-columns: 0.2fr 0.2fr 0.2fr 0.2fr 0.2fr;
  grid-gap: 24px;
  gap: 24px;
}

.instruments_card__DUQPf {
  height: 388px;
  border-radius: 48px;
  padding: 24px;
  background-color: var(--color-purple);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: 0 center;
  display: flex;
  align-items: flex-end;
}

.instruments_card__DUQPf:nth-child(1) {
    background-image: url(/_next/static/media/icon-1.0a0aa830.png);
  }

.instruments_card__DUQPf:nth-child(2) {
    background-image: url(/_next/static/media/icon-2.9880f542.png);
  }

.instruments_link__T_3xT {
  color: var(--color-white);
  padding-right: 42px;
  display: block;
  position: relative;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  width: 100%;
}

.instruments_link__T_3xT::after {
    content: '';
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url(/_next/static/media/link.763c40eb.png);
    background-size: 100% 100%;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
  }

@media (max-width: 768px) {
  .instruments_wrap__gY7Tl {
    max-width: 100%;
    margin: 0 24px 56px;
    width: auto;
    border-radius: 48px;
  }
  .instruments_container__3HNQV {
    width: auto;
    max-width: 100%;
    margin: 0;
    padding: 48px 32px;
  }
  .instruments_title__Defcs {
    max-width: 70%;
  }
  .instruments_row__BGg69 {
    grid-template-columns: 0.5fr 0.5fr;
  }
  .instruments_card__DUQPf {
    background-position: 20% center;
  }
}

@media (max-width: 480px) {
  .instruments_wrap__gY7Tl {
    margin: 0 20px 40px;
  }

  .instruments_container__3HNQV {
    padding: 32px 24px;
  }
  .instruments_title__Defcs {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 32px;
    max-width: 100%;
  }
  .instruments_row__BGg69 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .instruments_card__DUQPf {
    border-radius: 32px;
    padding: 24px 30px;
    background-position: center center;
  }

  .instruments_link__T_3xT {
    font-size: 18px;
    line-height: 24px;
  }
}

.links-and-partners_topBlock__YnyP0 {
  height: 594px;
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-template-columns: 0.5fr 0.25fr 0.25fr;
  grid-template-rows: 0.5fr 0.5fr;
  margin-top: 56px;
  margin-bottom: 56px;
}

.links-and-partners_topBlock__YnyP0 .links-and-partners_card__IbS93 {
    border-radius: 48px;
    overflow: hidden;
    position: relative;
  }

.links-and-partners_topBlock__YnyP0 .links-and-partners_search__DNSIY {
    grid-row-start: 1;
    grid-row-end: 3;
    color: var(--color-white);
    background-image: url(/_next/static/media/bg.02f50f17.png);
    background-color: var(--color-black);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 32px 32px 48px;
    display: flex;
    flex-direction: column;
  }

.links-and-partners_topBlock__YnyP0 .links-and-partners_search__DNSIY::after {
      content: '';
      position: absolute;
      width: 185px;
      height: 342px;
      background-image: url(/_next/static/media/top-bg.6abbc40c.png);
      top: -85px;
      right: 0;
      z-index: 1;
    }

.links-and-partners_topBlock__YnyP0 .links-and-partners_search__DNSIY::before {
      content: '';
      position: absolute;
      width: 479px;
      height: 474px;
      background-image: url(/_next/static/media/bot-bg.3bcd52ad.png);
      bottom: -82px;
      right: -118px;
      z-index: 1;
    }

.links-and-partners_topBlock__YnyP0 .links-and-partners_search__DNSIY .links-and-partners_titleWrap__XU6d9 {
      flex: 1 1;
      z-index: 2;
    }

.links-and-partners_topBlock__YnyP0 .links-and-partners_search__DNSIY .links-and-partners_title__CPOHI {
      font-size: 48px;
      line-height: 56px;
      width: 70%;
      margin-top: 8px;
      font-weight: bold;
    }

.links-and-partners_topBlock__YnyP0 .links-and-partners_search__DNSIY .links-and-partners_btnWrap__clIr7 {
      height: 64px;
      z-index: 2;
    }

.links-and-partners_topBlock__YnyP0 .links-and-partners_search__DNSIY .links-and-partners_btnWrap__clIr7 a {
        height: 100%;
        width: -moz-max-content;
        width: max-content;
      }

.links-and-partners_topBlock__YnyP0 .links-and-partners_popular__AXO1I {
    grid-column-start: 2;
    grid-column-end: 4;
    background-color: var(--color-gray-bg-2);
  }

.links-and-partners_topBlock__YnyP0 .links-and-partners_popular__AXO1I::before {
      content: '';
      position: absolute;
      width: 349px;
      height: 349px;
      background-image: url(/_next/static/media/popular.0774b3c8.png);
      bottom: -106px;
      right: -9px;
      z-index: 1;
    }

.links-and-partners_topBlock__YnyP0 .links-and-partners_flexCard__TNoUi {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px;
  }

.links-and-partners_topBlock__YnyP0 .links-and-partners_news__10N_J {
    background-image: url(/_next/static/media/news.695a9a9e.png);
    background-size: 100% 100%;
    background-color: #ecd7fa;
  }

.links-and-partners_topBlock__YnyP0 .links-and-partners_collections__lBhXE {
    background: var(--color-accent);
  }

.links-and-partners_topBlock__YnyP0 .links-and-partners_subtitle__bIBNI {
    font-size: 14px;
    line-height: 20px;
    padding-right: 30px;
  }

.links-and-partners_topBlock__YnyP0 .links-and-partners_title__CPOHI {
    font-size: 14px;
    line-height: 20px;
  }

.links-and-partners_topBlock__YnyP0 .links-and-partners_smallTitle__weOMU {
    font-size: 38px;
    line-height: 44px;
    font-weight: bold;
    z-index: 2;
    word-break: break-all;
  }

.links-and-partners_topBlock__YnyP0 .links-and-partners_iconLink__A_EtI {
    width: 36px;
    height: 36px;
    position: absolute;
    background-image: url(/_next/static/media/link.e88afaae.png);
    top: 24px;
    right: 24px;
    cursor: pointer;
    z-index: 1;
  }

.links-and-partners_partners__8QdaN {
  background-color: var(--color-white);
  border-radius: 48px;
  padding: 48px 32px;
  margin-bottom: 84px;
  margin-top: 90px;
  position: relative;
}

.links-and-partners_partners__8QdaN .links-and-partners_textWrap__xwZYB {
    width: 50%;
  }

.links-and-partners_partners__8QdaN .links-and-partners_title__CPOHI {
    font-size: 48px;
    line-height: 56px;
    font-weight: bold;
    margin-bottom: 24px;
  }

.links-and-partners_partners__8QdaN .links-and-partners_text__jeHfQ {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 16px;
  }

.links-and-partners_partners__8QdaN .links-and-partners_text_2__QljM9 {
    font-size: 12px;
    line-height: 16px;
    color: var(--color-disabled);
  }

.links-and-partners_partners__8QdaN .links-and-partners_imgMobile__cHWoY {
    display: none;
  }

.links-and-partners_partners__8QdaN .links-and-partners_img__Uf1WG {
    position: absolute;
    right: 52px;
    top: 50%;
    transform: translateY(-50%);
  }

.links-and-partners_author__3mawS {
  background-image: url(/_next/static/media/guarantees-bg.40ab040b.png);
  background-color: var(--color-purple-hover);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 48px;
  padding: 60px 32px;
  overflow: hidden;
  height: 295px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: var(--color-white);
  position: relative;
  margin-bottom: 56px;
}

.links-and-partners_author__3mawS::after {
    content: '';
    width: 133px;
    height: 305px;
    background-image: url(/_next/static/media/author.cbfda76a.png);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
  }

.links-and-partners_author__3mawS .links-and-partners_textWrap__xwZYB {
    flex: 1 1 50%;
    max-width: 667px;
    z-index: 2;
    -webkit-hyphens: auto;
            hyphens: auto;
  }

.links-and-partners_author__3mawS .links-and-partners_textWrap__xwZYB h2 {
      font-size: 48px;
      line-height: 56px;
      font-weight: bold;
    }

.links-and-partners_author__3mawS .links-and-partners_like__DDgfE {
    width: 110px;
    height: 48px;
    /* height: 57px; */
    display: inline-block;
    transform: translateY(10px) translateX(5px);
    line-height: 0;
    position: relative;
    z-index: 1;
  }

.links-and-partners_author__3mawS .links-and-partners_like__DDgfE::before {
      content: '';
      position: absolute;
      top: -4px;
      bottom: -4px;
      left: 0;
      right: 0;
      border-radius: 44px;
      background-color: var(--color-accent);
      z-index: 0;
    }

.links-and-partners_author__3mawS .links-and-partners_like__DDgfE::after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: url(/_next/static/media/like.bffbe622.png);
      background-position: center center;
      background-repeat: no-repeat;
      z-index: 0;
    }

.links-and-partners_author__3mawS .links-and-partners_text__jeHfQ {
    flex: 1 1 50%;
    max-width: 390px;
    margin-right: 110px;
    margin-left: 24px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  }

.links-and-partners_info__otWkp {
  display: grid;
  grid-gap: 24px;
  gap: 24px;
  grid-template-columns: 0.25fr 0.25fr 0.25fr 0.25fr;
  margin-bottom: 56px;
}

.links-and-partners_info__otWkp .links-and-partners_item__P4IsG {
    height: 355px;
    border-radius: 48px;
    padding: 48px 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    background-size: 100% 100%;
    background-color: var(--color-white);
  }

.links-and-partners_info__otWkp .links-and-partners_item__P4IsG::before {
      content: '';
      width: 56px;
      height: 56px;
      position: absolute;
      left: 32px;
      top: 32px;
    }

.links-and-partners_info__otWkp .links-and-partners_item__P4IsG:nth-child(1) {
      background-image: url(/_next/static/media/info-bg-1.f6598f00.png);
    }

.links-and-partners_info__otWkp .links-and-partners_item__P4IsG:nth-child(1)::before {
        background-image: url(/_next/static/media/info-icon-1.1042f13e.png);
      }

.links-and-partners_info__otWkp .links-and-partners_item__P4IsG:nth-child(2) {
      background-image: url(/_next/static/media/info-bg-2.2b652c01.png);
    }

.links-and-partners_info__otWkp .links-and-partners_item__P4IsG:nth-child(2)::before {
        background-image: url(/_next/static/media/info-icon-2.a1e1a58d.png);
      }

.links-and-partners_info__otWkp .links-and-partners_item__P4IsG:nth-child(3) {
      background-image: url(/_next/static/media/info-bg-3.f49a6bbd.png);
    }

.links-and-partners_info__otWkp .links-and-partners_item__P4IsG:nth-child(3)::before {
        background-image: url(/_next/static/media/info-icon-3.52909db8.png);
      }

.links-and-partners_info__otWkp .links-and-partners_item__P4IsG:nth-child(4) {
      background-image: url(/_next/static/media/info-bg-4.688d3eb5.png);
    }

.links-and-partners_info__otWkp .links-and-partners_item__P4IsG:nth-child(4)::before {
        background-image: url(/_next/static/media/info-icon-4.9a03b769.png);
      }

.links-and-partners_info__otWkp .links-and-partners_title__CPOHI {
    font-size: 38px;
    line-height: 44px;
    font-weight: bold;
    margin-bottom: 8px;
    word-break: break-all;
  }

.links-and-partners_info__otWkp .links-and-partners_text__jeHfQ {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    min-height: 52px;
  }

@media (max-width: 768px) {
  .links-and-partners_topBlock__YnyP0 {
    height: 1212px;
    grid-template-columns: 0.5fr 0.5fr;
    grid-template-rows: 0.5fr 0.25fr 0.25fr;
  }

    .links-and-partners_topBlock__YnyP0 .links-and-partners_search__DNSIY {
      grid-row-start: 1;
      grid-row-end: 2;
      grid-column-start: 1;
      grid-column-end: 3;
    }

      .links-and-partners_topBlock__YnyP0 .links-and-partners_search__DNSIY::after {
        right: auto;
        left: 515px;
      }
      .links-and-partners_topBlock__YnyP0 .links-and-partners_search__DNSIY::before {
        right: auto;
        left: 340px;
      }
    .links-and-partners_topBlock__YnyP0 .links-and-partners_popular__AXO1I {
      grid-column-start: 1;
      grid-column-end: 3;
    }

  .links-and-partners_partners__8QdaN {
    margin-top: 0px;
  }

    .links-and-partners_partners__8QdaN .links-and-partners_textWrap__xwZYB {
      width: 100%;
    }

    .links-and-partners_partners__8QdaN .links-and-partners_imgDesktop__XJh_1 {
      display: none;
    }
    .links-and-partners_partners__8QdaN .links-and-partners_imgMobile__cHWoY {
      display: block;
    }
    .links-and-partners_partners__8QdaN .links-and-partners_imgWrap__x3eUa {
      text-align: center;
    }
    .links-and-partners_partners__8QdaN .links-and-partners_img__Uf1WG {
      margin-top: 46px;
      position: static;
      transform: translateY(0%);
      margin-bottom: -120px;
      max-width: 100%;
      height: auto;
    }

  .links-and-partners_author__3mawS {
    height: auto;
    flex-direction: column;
    padding: 48px 32px;
  }

    .links-and-partners_author__3mawS::after {
      top: 0;
      bottom: auto;
    }

    .links-and-partners_author__3mawS .links-and-partners_textWrap__xwZYB {
      flex-basis: 100%;
      max-width: 100%;
      padding-right: 170px;
      margin-bottom: 24px;
    }
    .links-and-partners_author__3mawS .links-and-partners_text__jeHfQ {
      flex-basis: 100%;
      margin: 0;
      max-width: 100%;
      padding-right: 170px;
    }

  .links-and-partners_info__otWkp {
    grid-template-columns: 0.5fr 0.5fr;
  }
}

@media (max-width: 480px) {
  .links-and-partners_topBlock__YnyP0 {
    height: 1046px;
    grid-template-columns: 1fr;
    grid-template-rows: 0.2fr 0.2fr 0.2fr 0.2fr 0.2fr;
    gap: 16px;
    margin-bottom: 40px;
    margin-top: 40px;
  }

    .links-and-partners_topBlock__YnyP0 .links-and-partners_card__IbS93 {
      border-radius: 32px;
    }

    .links-and-partners_topBlock__YnyP0 .links-and-partners_search__DNSIY {
      grid-row-start: 1;
      grid-row-end: 3;
      grid-column-start: 1;
      grid-column-end: 1;
    }

      .links-and-partners_topBlock__YnyP0 .links-and-partners_search__DNSIY::after {
        right: 0px;
        left: auto;
        top: auto;
        bottom: -12px;
      }
      .links-and-partners_topBlock__YnyP0 .links-and-partners_search__DNSIY::before {
        display: none;
      }

      .links-and-partners_topBlock__YnyP0 .links-and-partners_search__DNSIY .links-and-partners_title__CPOHI {
        font-size: 36px;
        line-height: 42px;
      }
    .links-and-partners_topBlock__YnyP0 .links-and-partners_popular__AXO1I {
      grid-column-start: 1;
      grid-column-end: 1;
    }
      .links-and-partners_topBlock__YnyP0 .links-and-partners_popular__AXO1I::before {
        display: none;
      }
    .links-and-partners_topBlock__YnyP0 .links-and-partners_subtitle__bIBNI {
      font-size: 12px;
      line-height: 16px;
    }
    .links-and-partners_topBlock__YnyP0 .links-and-partners_smallTitle__weOMU {
      font-size: 26px;
      line-height: 32px;
    }

  .links-and-partners_partners__8QdaN {
    margin-bottom: 68px;
  }
    .links-and-partners_partners__8QdaN .links-and-partners_title__CPOHI {
      font-size: 36px;
      line-height: 42px;
      margin-bottom: 24px;
    }
    .links-and-partners_partners__8QdaN .links-and-partners_text__jeHfQ {
      font-size: 16px;
      line-height: 20px;
    }
    .links-and-partners_partners__8QdaN .links-and-partners_text_2__QljM9 {
      font-size: 10px;
      line-height: 14px;
    }
    .links-and-partners_partners__8QdaN .links-and-partners_img__Uf1WG {
      margin-top: 24px;
      margin-bottom: -90px;
    }

  .links-and-partners_author__3mawS {
    height: auto;
    flex-direction: column;
    padding: 32px 24px;
    margin-bottom: 40px;
  }

    .links-and-partners_author__3mawS::after {
      display: none;
    }

    .links-and-partners_author__3mawS .links-and-partners_like__DDgfE {
      width: 70px;
      height: 36px;
      background-size: auto 130%;
      transform: translateY(4px) translateX(5px);
    }

    .links-and-partners_author__3mawS .links-and-partners_textWrap__xwZYB {
      padding-right: 0px;
      margin-bottom: 24px;
      padding-right: 70px;
    }

      .links-and-partners_author__3mawS .links-and-partners_textWrap__xwZYB h2 {
        font-size: 36px;
        line-height: 42px;
      }
    .links-and-partners_author__3mawS .links-and-partners_text__jeHfQ {
      padding: 0;
      font-size: 16px;
      line-height: 20px;
    }

  .links-and-partners_info__otWkp {
    grid-template-columns: 1fr;
    margin-bottom: 40px;
    gap: 16px;
  }

    .links-and-partners_info__otWkp .links-and-partners_item__P4IsG {
      height: 252px;
      border-radius: 32px;
    }

    .links-and-partners_info__otWkp .links-and-partners_title__CPOHI {
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 16px;
    }
    .links-and-partners_info__otWkp .links-and-partners_text__jeHfQ {
      font-size: 16px;
      line-height: 20px;
      min-height: auto;
    }
}

.table-differences_wrap__o8t1b {
  background-color: var(--color-black);
  padding-top: 80px;
  border-radius: 120px;
  margin-bottom: 100px;
}

.table-differences_wrap__o8t1b.table-differences_arrangements__u6f44 {
    overflow: clip;
    margin-bottom: 60px;
  }

.table-differences_arrangements_wrap__WeLIF {
  position: relative;
}

.table-differences_arrangements_wrap__WeLIF .table-differences_bg__NSK1l {
    position: absolute;
    bottom: -80px;
    left: 10%;
  }
.table-differences_container__JDlNu {
  width: 90%;
  max-width: var(--max-content-width);
  margin: 0 auto;
  display: flex;
  color: var(--color-white);
  justify-content: space-between;
  position: relative;
}
.table-differences_container__JDlNu.table-differences_arrangements__u6f44 {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 0 5%;
    overflow-x: auto;
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: row;
  }
.table-differences_container__JDlNu.table-differences_arrangements__u6f44::-webkit-scrollbar {
      height: 0;
    }
.table-differences_container__JDlNu.table-differences_arrangements__u6f44 .table-differences_bg__NSK1l {
      left: 10%;
    }
.table-differences_container__JDlNu .table-differences_desktopBg__vFc2x {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
  }
.table-differences_container__JDlNu .table-differences_desktopBg__vFc2x::after {
      content: '';
      width: 120px;
      height: 120px;
      background-image: url(/_next/static/media/bg-1.90aaa62e.png);
      position: absolute;
      bottom: 557px;
      left: -90px;
    }
.table-differences_container__JDlNu .table-differences_desktopBg__vFc2x::before {
      content: '';
      width: 148px;
      height: 148px;
      background-image: url(/_next/static/media/bg-2.376b9aef.png);
      position: absolute;
      top: -35px;
      right: -114px;
    }
.table-differences_container__JDlNu .table-differences_desktopBg__vFc2x.table-differences_arrangements__u6f44::before {
      top: 35px;
      right: 43px;
    }
.table-differences_container__JDlNu .table-differences_desktopBg__vFc2x.table-differences_arrangements__u6f44::after {
      left: 10px;
    }
.table-differences_container__JDlNu .table-differences_bg__NSK1l {
    position: absolute;
    bottom: -80px;
  }

.table-differences_title__T1kpW {
  font-size: 48px;
  line-height: 56px;
  font-weight: bold;
  max-width: 423px;
  margin-right: 24px;
  z-index: 1;
}

.table-differences_title__T1kpW span {
    color: var(--color-purple);
  }
.table-differences_table__NuFQz {
  max-width: 909px;
  margin-bottom: 323px;
  z-index: 1;
}
.table-differences_table__NuFQz.table-differences_full__BlTEU {
    max-width: var(--max-content-width);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 340px;
  }
.table-differences_table__NuFQz .table-differences_thead__9UbXk {
    font-size: 14px;
    line-height: 20px;
    opacity: 0.6;
    margin-bottom: 18px;
    font-weight: 500;
  }
.table-differences_table__NuFQz .table-differences_thead__9UbXk .table-differences_row__9IiHv > div:first-of-type {
        padding: 0 0 0 80px;
      }
.table-differences_table__NuFQz .table-differences_thead__9UbXk.table-differences_arrangements__u6f44 {
      background-color: var(--color-black);
      opacity: 1;
      color: #a8a8a8;
      z-index: 1;
      margin: 0;
      padding: 18px 0;
    }
.table-differences_table__NuFQz .table-differences_tbody__Flz8U {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
  }
.table-differences_table__NuFQz .table-differences_tbody__Flz8U .table-differences_row__9IiHv {
      min-height: 100px;
      position: relative;
    }
.table-differences_table__NuFQz .table-differences_tbody__Flz8U .table-differences_row__9IiHv::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 32px;
      }
.table-differences_table__NuFQz .table-differences_tbody__Flz8U .table-differences_row__9IiHv:nth-child(2n)::before {
        background-color: rgba(255, 255, 255, 0.04);
      }
.table-differences_table__NuFQz .table-differences_tbody__Flz8U .table-differences_row__9IiHv:nth-child(2n + 1)::before {
        background-color: rgba(255, 255, 255, 0.1);
      }
.table-differences_table__NuFQz .table-differences_row__9IiHv {
    display: grid;
    grid-gap: 24px;
    gap: 24px;
    grid-template-columns: 0.5fr 0.25fr 0.25fr;
  }
.table-differences_table__NuFQz .table-differences_row__9IiHv.table-differences_arrangements__u6f44 {
      gap: 0;
      grid-template-columns: 1fr 140px 140px 140px 140px 140px;
      padding-right: 60px;
    }
/* background-color: var(--color-black); */
.table-differences_table__NuFQz .table-differences_row__9IiHv.table-differences_arrangements__u6f44.table-differences_head__VfHs3 > div:first-of-type {
            padding: 0 0 0 120px;
            flex-direction: column;
          }
.table-differences_table__NuFQz .table-differences_row__9IiHv.table-differences_arrangements__u6f44 > div {
        display: flex;
        text-align: center;
        align-items: center;
        justify-content: center;
      }
.table-differences_table__NuFQz .table-differences_row__9IiHv.table-differences_arrangements__u6f44 > div .table-differences_titleArr__HzXly {
          font-size: 20px;
          line-height: 26px;
          font-weight: 500;
          color: var(--color-purple);
        }
.table-differences_table__NuFQz .table-differences_row__9IiHv.table-differences_arrangements__u6f44 > div .table-differences_dscrArr__3_n8h {
          font-size: 18px;
          line-height: 26px;
          font-weight: 400;
        }
.table-differences_table__NuFQz .table-differences_row__9IiHv.table-differences_arrangements__u6f44 > div:first-of-type {
          padding: 16px 80px 16px 80px;
          text-align: left;
          justify-content: start;
          align-items: start;
          flex-direction: column;
          min-width: 520px;
        }
.table-differences_table__NuFQz .table-differences_row__9IiHv.table-differences_arrangements__u6f44 > div:nth-child(2),
        .table-differences_table__NuFQz .table-differences_row__9IiHv.table-differences_arrangements__u6f44 > div:nth-child(3) {
          justify-content: center;
        }
.table-differences_table__NuFQz .table-differences_row__9IiHv > div {
      display: flex;
      align-items: center;
    }
.table-differences_table__NuFQz .table-differences_row__9IiHv > div:first-of-type {
        padding: 16px 0 16px 80px;
      }
.table-differences_table__NuFQz .table-differences_row__9IiHv > div:nth-child(2),
      .table-differences_table__NuFQz .table-differences_row__9IiHv > div:nth-child(3) {
        justify-content: center;
      }

.table-differences_ok__HonlJ {
  width: 40px;
  height: 40px;
  background-image: url(/_next/static/media/ok.7e9eb09c.png);
}
.table-differences_no__gj7_Q {
  width: 40px;
  height: 40px;
  background-image: url(/_next/static/media/no.faec12bd.png);
}

@media (max-width: 1700px) {
  .table-differences_desktopBg__vFc2x {
    display: none;
  }
}

.table-differences_stickyLeft__Iyowr {
  display: none;
}

@media (max-width: 768px) {
    .table-differences_wrap__o8t1b.table-differences_arrangements__u6f44 {
      overflow: visible;
    }

  .table-differences_wrap__o8t1b {
    max-width: 100%;
    margin: 0 24px;
    width: auto;
    padding-top: 48px;
    border-radius: 48px;
  }

  .table-differences_container__JDlNu {
    width: auto;
    max-width: 100%;
    margin: 0 32px 112px;
    flex-direction: column;
  }

    .table-differences_container__JDlNu .table-differences_bg__NSK1l {
      width: 105%;
      height: auto;
      position: static;
      margin-bottom: -80px;
    }

  .table-differences_title__T1kpW {
    margin-bottom: 48px;
    max-width: 100%;
    margin-right: 0;
  }

  .table-differences_stickyLeft__Iyowr {
    height: 56px;
    width: 24px;
    left: 0;
    top: 62px;
    background-color: var(--color-gray-bg);
    z-index: 2;
    position: fixed;
    display: block;
  }
  .table-differences_stickyRight___dLjD {
    height: 56px;
    width: 24px;
    right: 0;
    top: 62px;
    background-color: var(--color-gray-bg);
    z-index: 2;
    position: fixed;
    display: block;
  }
  .table-differences_table__NuFQz {
    margin-bottom: 10px;
  }
    .table-differences_table__NuFQz.table-differences_full__BlTEU {
      margin-bottom: 0;
    }
        .table-differences_table__NuFQz .table-differences_thead__9UbXk .table-differences_row__9IiHv > div:first-of-type {
          padding: 0 0 0 16px;
        }
      .table-differences_table__NuFQz .table-differences_thead__9UbXk.table-differences_arrangements__u6f44 {
        top: 62px !important;
      }
        .table-differences_table__NuFQz .table-differences_row__9IiHv > div:first-of-type {
          padding: 16px 0 16px 16px;
        }
        .table-differences_table__NuFQz .table-differences_row__9IiHv.table-differences_arrangements__u6f44.table-differences_head__VfHs3 > div:first-of-type {
          padding: 0 0 0 16px;
        }
        .table-differences_table__NuFQz .table-differences_row__9IiHv.table-differences_arrangements__u6f44 > div:first-of-type {
          padding: 16px;
          min-width: 320px;
        }
    .table-differences_arrangements_wrap__WeLIF .table-differences_bg__NSK1l {
      position: static;
      width: 95%;
      height: auto;
      margin-bottom: -80px;
    }
}

@media (max-width: 480px) {
  .table-differences_wrap__o8t1b {
    padding-top: 32px;
    margin: 0 20px;
  }
    .table-differences_wrap__o8t1b.table-differences_arrangements__u6f44 {
      border-radius: 28px;
      margin-bottom: 20px;
    }

  .table-differences_container__JDlNu {
    margin: 0 8px 95px;
  }

    .table-differences_container__JDlNu .table-differences_bg__NSK1l {
      margin-bottom: -60px;
    }

    .table-differences_container__JDlNu.table-differences_arrangements__u6f44 {
      padding: 0 8px;
    }
  .table-differences_title__T1kpW {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 36px;
    padding: 0 16px;
  }
    .table-differences_table__NuFQz .table-differences_thead__9UbXk {
      font-size: 12px;
      line-height: 16px;
      margin-bottom: 22px;
    }
      .table-differences_table__NuFQz .table-differences_thead__9UbXk.table-differences_arrangements__u6f44 {
        top: 50px !important;
      }
    .table-differences_table__NuFQz .table-differences_tbody__Flz8U {
      font-size: 16px;
      line-height: 20px;
    }
      .table-differences_table__NuFQz .table-differences_tbody__Flz8U .table-differences_row__9IiHv {
      }
    .table-differences_table__NuFQz .table-differences_row__9IiHv {
      gap: 8px;
      grid-template-columns: auto 80px 80px;
    }
      .table-differences_table__NuFQz .table-differences_row__9IiHv.table-differences_arrangements__u6f44 {
        grid-template-columns: 1fr 110px 110px 110px 110px 110px;
        padding-right: 0;
      }
          .table-differences_table__NuFQz .table-differences_row__9IiHv.table-differences_arrangements__u6f44 > div:first-of-type {
            padding: 20px 0 20px 16px;
            min-width: 260px;
          }
        .table-differences_table__NuFQz .table-differences_row__9IiHv > div:first-of-type {
          padding: 20px 0 20px 16px;
        }

  .table-differences_stickyRight___dLjD,
  .table-differences_stickyLeft__Iyowr {
    width: 20px;
    top: 50px;
  }

  .table-differences_ok__HonlJ {
    width: 27px;
    height: 27px;
    background-size: 100% 100%;
  }
  .table-differences_no__gj7_Q {
    width: 27px;
    height: 27px;
    background-size: 100% 100%;
  }
    .table-differences_arrangements_wrap__WeLIF .table-differences_bg__NSK1l {
      margin-bottom: -50px;
    }
}

.seo-text_card__QtJTG {

  margin-bottom: 48px;
}

.seo-text_card__QtJTG h2 {
    margin-bottom: 8px;
  }

.seo-text_card__QtJTG p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin-bottom: 8px;
  }

@media (max-width: 768px) {
  .seo-text_title__W0JE1 {
    width: 100%;
  }
  .seo-text_row__QC1D9 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
}


/*# sourceMappingURL=1edb66f52fbe0843.css.map*/