.presection {
  margin-bottom: 5rem;
  position: relative;
  pointer-events: none; }
  @media (max-width: 1023px) {
    .presection {
      margin-bottom: 40px; } }
  @media (max-width: 575px) {
    .presection {
      margin-bottom: 20px; } }
  .presection--slider {
    margin-top: 8rem;
    margin-bottom: -20rem;
    position: relative;
    z-index: 2; }
    @media (max-width: 1023px) {
      .presection--slider {
        margin-top: 60px;
        padding-bottom: 160px;
        margin-bottom: -140px; } }
    .presection--slider .presection__inner {
      max-width: 70rem; }
    .presection--slider .presection__subtitle {
      max-width: 45rem; }
    @media (max-width: 1023px) {
      .presection--slider .presection__link {
        padding-left: 0; } }
  @media (min-width: 1024px) {
    .presection--right {
      display: block; }
      .presection--right .presection__inner {
        margin-left: auto;
        justify-content: flex-end; } }
  @media (max-width: 1023px) {
    .presection--v2 .presection__link {
      padding-left: 0; } }
  @media (max-width: 1023px) {
    .presection--v3 .presection__inner {
      flex-direction: column; }
    .presection--v3 .presection__link {
      padding-left: 0; } }
  .presection .presection__inner-right.presection__desc {
    display: block; }
    @media (max-width: 1023px) {
      .presection .presection__inner-right.presection__desc {
        display: none; } }
  .presection .presection__inner-right--links {
    display: flex;
    gap: 16px 5.6rem; }
    @media (max-width: 1023px) {
      .presection .presection__inner-right--links {
        max-width: none;
        gap: 16px 24px;
        flex-wrap: wrap; } }
    @media (max-width: 575px) {
      .presection .presection__inner-right--links a {
        font-size: 14px; } }
  .presection__inner {
    display: flex;
    justify-content: space-between;
    gap: 4rem; }
    .presection__inner-left {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      pointer-events: auto; }
    .presection__inner-right {
      max-width: 50rem;
      color: #444444; }
      @media (max-width: 1023px) {
        .presection__inner-right {
          display: none; } }
  .presection__title {
    margin-bottom: 1.6rem; }
  .presection__desc {
    position: relative;
    color: #444444;
    display: none;
    pointer-events: auto; }
    .presection__desc:before, .presection__desc:after {
      content: '';
      position: absolute;
      left: -7rem;
      top: 1rem;
      height: 1px;
      width: 3.5rem;
      display: block;
      background-color: #121219; }
    .presection__desc:after {
      background-color: #FFC422;
      left: -5rem;
      top: 1.5rem; }
    @media (max-width: 1023px) {
      .presection__desc {
        display: block;
        padding-left: 32px;
        margin-bottom: 12px; }
        .presection__desc:before {
          width: 14px;
          height: 1px;
          left: 0; }
        .presection__desc:after {
          left: 7px;
          width: 14px;
          height: 1px; } }
    @media (min-width: 1024px) {
      .presection__desc {
        margin-top: 1rem; } }
  .presection__subtitle {
    margin: .8rem 0 3rem;
    color: #444444; }
    @media (max-width: 1023px) {
      .presection__subtitle {
        display: none; } }
  .presection__link {
    pointer-events: auto; }
    @media (max-width: 1023px) {
      .presection__link {
        padding-left: 32px; } }
