#offer {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 30px;
  @media screen and (min-width: 992px) {
    padding: 0 85px;
  }
  @media screen and (min-width: 1200px) {
    padding: 0 185px;
  }
  .bloc-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    flex-direction: column;
    @media screen and (min-width: 768px) {
      flex-direction: row;
    }
    img {
      border-radius: 1500px;
      border: 2px solid #EEF3F6;
      background: #FFF;
      display: none;
      @media screen and (min-width: 768px) {
        display: block;
      }
    }
    > div {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }
    h1 {
      color: #EC1625;
      font-family: myriad-pro-semi-bold, Arial, sans-serif;
      font-size: 25px;
      font-style: normal;
      line-height: 160%; /* 40px */
      letter-spacing: 1.5px;
      margin-bottom: 0;
    }
    .catch-phrase {
      color: #555;
      font-family: myriad-pro, Arial, sans-serif;
      font-size: 25px;
      font-style: normal;
      line-height: 160%; /* 40px */
    }
    .introduction {
      color: #555;
      font-family: myriad-pro, Arial, sans-serif;
      font-size: 16px;
      font-style: normal;
      line-height: 160%; /* 25.6px */
      letter-spacing: 0.96px;
    }
    .more {
      display: flex;
      align-items: center;
      gap: 24px;
      align-self: stretch;
      flex-direction: column;
      @media screen and (min-width: 768px) {
        flex-direction: row;
      }
      > p {
        display: flex;
        padding-top: 3px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        flex: 1 0 0;
        margin-bottom: 0;
        span {
          color: #74B504;
          font-family: myriad-pro-bold, Arial, sans-serif;
          font-size: 12px;
          font-style: normal;
          line-height: 150%; /* 18px */
          letter-spacing: 1.44px;
          text-transform: uppercase;
        }
        a {
          display: flex;
          align-items: center;
          gap: 10px;
          color: #4D5356;
          font-family: myriad-pro-bold, Arial, sans-serif;
          font-size: 12px;
          font-style: normal;
          line-height: 150%; /* 18px */
          letter-spacing: 1.44px;
          text-decoration: none;
          &:hover {
            color: #ec1625;
          }
        }
      }
      > a {
        display: flex;
        height: 48px;
        padding: 0 32px;
        justify-content: center;
        align-items: center;
        gap: 10px;
        text-decoration: none;
        border-radius: 1000px;
        border: 1px solid #74B504;
        background: #ffffff;
        span {
          color: #74B504;
          text-align: center;
          font-family: myriad-pro-semi-bold, Arial, sans-serif;
          font-size: 14px;
          font-style: normal;
          line-height: 125%; /* 17.5px */
          letter-spacing: 1.68px;
        }
        &:hover {
          background: #74B504;
          span {
            color: #FFF;
          }
        }
      }
    }
  }
  .bloc-included {
    > p {
      color: #74B504;
      font-family: myriad-pro, Arial, sans-serif;
      font-size: 25px;
      font-style: normal;
      line-height: 125%; /* 31.25px */
      letter-spacing: 1.5px;
    }
    > div {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      gap: 24px;
      margin-bottom: 24px;
      div,
      a {
        flex-basis: calc(50% - 12px);
        @media screen and (min-width: 768px){
          flex-basis: calc(25% - 18px);
        }
        flex-direction: column;
        display: flex;
        padding: 29px 20px;
        align-items: center;
        align-self: stretch;
        gap: 20px;
        border-radius: 8px;
        border: 1px solid #E9F0F3;
        background: #FFF;
        p {
          color: #555;
          text-align: center;
          font-family: myriad-pro-bold, Arial, sans-serif;
          font-size: 12px;
          font-style: normal;
          line-height: 15px;
          letter-spacing: 1.44px;
          text-transform: uppercase;
          margin-bottom: 0;
          &:first-child {
            display: flex;
            width: 80px;
            height: 80px;
            padding: 12px;
            justify-content: center;
            align-items: center;
            gap: 10px;
            border-radius: 1000px;
            background: #A3BBC6;
          }
        }
      }
    }
  }
  .editor-speech {
    display: flex;
    flex-direction: column;
    gap: 10px;
    > div {
      display: flex;
      justify-content: center;
      align-items: flex-start;
      gap: 32px;
      align-self: stretch;
      height: 130px;
      overflow: hidden;
      &.open {
        height: auto;
        overflow: visible;
        + span {
          i {
            rotate: -180deg;
          }
        }
      }
      > div {
        color: #555;
        font-family: myriad-pro, Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        line-height: 160%; /* 25.6px */
      }
      img {
        display: none;
        @media screen and (min-width: 768px) {
          display: block;
        }
      }
    }
    > span {
      display: flex;
      align-items: center;
      gap: 10px;
      color: #EC1625;
      font-family: myriad-pro-semi-bold, Arial, sans-serif;
      font-size: 12px;
      font-style: normal;
      line-height: 150%; /* 18px */
      letter-spacing: 1.44px;
      cursor: pointer;
      i {
        transition: rotate .5s;
      }
      &:hover {
        i {
          rotate: -180deg;
        }
      }
    }
  }
  .hr-separator {
    margin: 0;
  }
  #offerAccordion {
    display: flex;
    flex-direction: column;
    gap: 32px;
    #collapseAll {
      color: #EC1625;
      font-family: myriad-pro-semi-bold, Arial, sans-serif;
      font-size: 11px;
      font-style: normal;
      line-height: 150%; /* 16.5px */
      letter-spacing: 1.32px;
      text-transform: uppercase;
      padding: 0 40px;
      display: flex;
      align-items: center;
      align-self: flex-end;
      gap: 16px;
      margin-bottom: 0;
      cursor: pointer;
      &:after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23EC1625' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem;
        margin-left: auto;
        content: "";
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform 0.2s ease-in-out;
        display: block;
      }
      &.open {
        &:after {
          transform: rotate(-180deg);
        }
      }
    }
    .accordion-item {
      border: none;
      background: none;
      .accordion-button {
        border-radius: 100px;
        background: #EEF3F6;
        color: #4D5356;
        font-family: myriad-pro-semi-bold, Arial, sans-serif;
        font-size: 16px;
        font-style: normal;
        line-height: 125%; /* 20px */
        padding: 12px 20px;
        @media screen and (min-width: 768px) {
          line-height: 160%; /* 25.6px */
          padding: 12px 40px;
        }
        letter-spacing: 1.92px;
        gap: 8px;
        &:not(.collapsed) {
          &:after {
            background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23EC1625' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
          }
        }
        &:after {
          background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23EC1625' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
        }
        &:focus {
          box-shadow: none;
        }
      }
      .accordion-collapse {
        padding: 32px 0 40px 0;
        @media screen and (min-width: 768px) {
          padding: 32px 0 40px 40px;
        }
      }
      .accordion-body {
        padding: 0;
        width: 100%;
        > h3 {
          color: #555;
          font-family: myriad-pro-semi-bold, Arial, sans-serif;
          font-size: 16px;
          font-style: normal;
          line-height: 160%; /* 25.6px */
          letter-spacing: 1px;
          margin: 0 0 0 20px;
          @media screen and (min-width: 768px) {
            margin: 25px 0 0 0;
            &:first-child {
              margin: 0;
            }
          }
          + div {
            border-top: none;
          }
        }
        > div {
          padding: 8px 0;
          border-top: 1px solid #C6D2D9;
          &:first-child {
            border-top: none;
          }
          > div {
            display: flex;
            padding: 8px 24px 8px 16px;
            gap: 12px;
            align-self: stretch;
            justify-content: space-between;
            flex-direction: column;
            align-items: flex-start;
            @media screen and (min-width: 768px) {
              flex-direction: row;
              align-items: center;
              gap: 24px;
            }
            &:hover {
              border-radius: 8px;
              background: #EEF3F6;
              img {
                visibility: visible;
              }
            }
            > div {
              display: flex;
              align-items: center;
              gap: 12px;
              .check-abo {
                display: flex;
                width: 28px;
                height: 28px;
                padding: 8px;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 10px;
                border-radius: 1000px;
                border: 2px solid #EEF3F6;
                background: #FFF;
                i {
                  color: #1B8BBB;
                }
              }
              .check-notabo {
                display: flex;
                width: 28px;
                height: 28px;
                padding: 8px;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 10px;
                border-radius: 1000px;
                border: 2px solid transparent;
                background: transparent;
                i {
                  color: transparent;
                }
              }
              .articleId {
                display: none;
                @media screen and (min-width: 768px) {
                  display: flex;
                }
                padding: 8px;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 10px;
                border-radius: 100px;
                background: #FFF;
                span {
                  display: flex;
                  width: 80px;
                  padding: 2px 12px;
                  justify-content: center;
                  align-items: center;
                  gap: 10px;
                  border-radius: 1000px;
                  background: #DCE7EC;
                  color: #4D5356;
                  font-family: myriad-pro-bold, Arial, sans-serif;
                  font-size: 10px;
                  font-style: normal;
                  line-height: 160%; /* 16px */
                  letter-spacing: 1.2px;
                  text-transform: uppercase;
                }
              }
              a {
                text-decoration: none;
                flex-grow: 1;
                h3 {
                  color: #555;
                  font-family: myriad-pro, Arial, sans-serif;
                  font-size: 16px;
                  font-style: normal;
                  line-height: 160%; /* 25.6px */
                  margin-bottom: 0;
                }
              }
            }
            .articleType {
              display: flex;
              padding: 6px 12px 4px;
              justify-content: center;
              align-items: center;
              gap: 10px;
              border-radius: 1000px;
              border: 1px solid #A3BCC6;
              background: #FFF;
              color: #4D5356;
              font-family: myriad-pro-bold, Arial, sans-serif;
              font-size: 8px;
              font-style: normal;
              letter-spacing: 0.96px;
              text-transform: uppercase;
              margin-left: 40px;
              text-wrap: nowrap;
              @media screen and (min-width: 768px) {
                margin-left: 0;
              }
            }
            img {
              display: none;
              @media screen and (min-width: 768px) {
                visibility: hidden;
                display: block;
              }
            }
          }
        }
      }
    }
  }
}

.cross-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
  margin: 60px 0 40px;
  @media screen and (min-width: 768px) {
    align-items: center;
  }
  > p {
    padding: 0 15px;
    color: #4D5356;
    font-family: myriad-pro, Arial, sans-serif;
    font-size: 28px;
    text-align: center;
    @media screen and (min-width: 768px) {
      font-size: 50px;
    }
    font-style: normal;
    line-height: 150%; /* 75px */
    letter-spacing: 3px;
    margin-bottom: 0;
  }
}
#slider-cross-links {
  display: none;
  width:100%;
  position: relative;
  .slides-cross-links {
    margin: 0;
    @media screen and (min-width: 768px) {
      margin: 0 30px;
    }
    .cross-link {
      padding-bottom: 10px;
      > div {
        margin: 0 10px;
        @media screen and (min-width: 768px) {
          margin: 0 16px;
        }
        border-radius: 40px;
        background: #FFF;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.10);
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 40px;
        gap: 20px;
        height: 100%;
        img {
          width: 100%;
          border-top-left-radius: 40px;
          border-top-right-radius: 40px;
        }
        .title {
          color: #555555;
          font-family: myriad-pro, Arial, sans-serif;
          font-size: 24px;
          font-style: normal;
          line-height: 100%;
          letter-spacing: 3px;
          padding: 0 20px;
          height: 76px;
          margin-bottom: 0;
        }
        .catchphrase {
          color: #555;
          font-family: myriad-pro, Arial, sans-serif;
          font-size: 16px;
          font-style: normal;
          line-height: 160%;
          padding: 0 30px;
          height: 132px;
        }
        a {
          text-decoration: none;
          display: flex;
          height: 48px;
          padding: 0 32px;
          justify-content: center;
          align-items: center;
          gap: 10px;
          border-radius: 1000px;
          border: 1px solid #74B504;
          background: #ffffff;
          span {
            color: #74B504;
            text-align: center;
            font-family: myriad-pro-bold, Arial, sans-serif;
            font-size: 14px;
            font-style: normal;
            line-height: 125%;
            letter-spacing: 1.68px;
          }
          &:hover {
            background: #74B504;
            span {
              color: #FFF;
            }
          }
        }
      }
    }
  }
  .slick-prev,
  .slick-next {
    position: absolute;
    height: 100%;
    top: 0;
    background: none;
    border: none;
  }
  .slick-prev {
    font-size: 0;
    left: -40px;
    &:before {
      content: url("../images/chevron-left-solid-xrfreL8.svg");
      width: 20px;
      display: block;
    }
  }
  .slick-next {
    font-size: 0;
    right: -40px;
    &:before {
      content: url("../images/chevron-right-solid-_rhwoII.svg");
      width: 20px;
      display: block;
    }
  }
}