<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cover {
  background-image: url("img/cover-f77fbf6a6ab928097d3d191dfbdb6587.webp");
  color: var(--white);
  padding: 1px;
  background-size: 1440px auto;
  background-position: bottom left;

  .contenu_cover {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    width: 866px;
    margin: 55px auto;
    padding: 30px 50px 25px;
    background-color: rgba(0, 0, 0, 0.25);

    .maison_jessica {
      display: inline-block;
      vertical-align: top;
      margin: 28px 30px 15px 0;
      width: 168px;
    }

    .maison_jessica_mob {
      display: none;
    }

    h1 {
      display: inline-block;
      vertical-align: top;
      width: 560px;
      margin: 0;
      font-size: 47px;
      line-height: 53px;
      font-family: Lato-Black;
      font-weight: normal;
      color: var(--white);

      .cartouche {
        font-size: 20px;
        text-transform: uppercase;
        background-color: var(--blue-250);
        display: inline-block;
        line-height: 20px;
        padding: 7px 10px;
        margin: 0 0 10px;
      }
    }

    p {
      margin: 0;
      padding: 20px 0 25px;
      font-size: 16px;
      line-height: 24px;
    }

    .citation {
      display: block;
      margin: 0 auto;
    }

    .citation_mob {
      display: none;
    }
  }

  @media (max-width: 1139px) {
    background-size: auto 100%;

    .contenu_cover {
      width: 795px;
      margin: 35px auto;

      .maison_jessica {
        width: 140px;
        margin: 25px 30px 15px 0;
      }

      h1 {
        width: 520px;
        font-size: 37px;
        line-height: 44px;

        span {
          font-size: 25px;
        }
      }

      .citation {
        margin: 0 auto;
        width: 500px;
      }
    }
  }

  @media (max-width: 900px) {
    .contenu_cover {
      width: 640px;
      padding: 30px;

      h1 {
        width: 380px;
        font-size: 35px;
        line-height: 44px;
        padding: 10px 0 0;

        span {
          font-size: 21px;
        }
      }

      p {
        font-size: 16px;
        line-height: 24px;
        padding: 15px 0 20px;
      }
    }
  }

  @media (max-width: 725px) {
    height: auto;
    background-size: auto 100%;

    .contenu_cover {
      width: auto;
      margin: 30px;

      .maison_jessica {
        width: 100px;
      }

      h1 {
        width: 70%;
        font-size: 28px;
        line-height: 34px;
        padding: 0;

        .cartouche {
          font-size: 15px;
          line-height: 15px;
          padding: 5px 10px;
          margin: 0 0 5px;
        }
      }

      .citation {
        width: 90%;
      }
    }
  }

  @media (max-width: 580px) {
    .contenu_cover {
      margin: 20px;
      padding: 20px 20px 1px;
      position: relative;

      .maison_jessica {
        width: 75px;
        margin: 10px auto 0;
        display: none;
      }

      .maison_jessica_mob {
        display: block;
      }

      h1 {
        width: auto;
        padding: 0 0 3px;
        font-size: 24px;
        line-height: 27px;
        vertical-align: top;

        span {
          font-size: 15px;
          line-height: 19px;
          padding: 5px 0 0;
        }
      }

      p {
        font-size: 13px;
        line-height: 19px;
        padding: 12px 0 5px;
      }

      .citation {
        display: none;
      }

      .citation_mob {
        display: block;
        margin: 10px auto;
        width: 220px;
      }
    }
  }
}

/*PRESENTATION*/
.video_pres {
  width: 866px;
  padding: 0 22px 20px;
  background-color: var(--white);
  margin: 0 auto;

  iframe {
    width: 820px;
    height: 460px;
  }

  img {
    width: 100%;
  }

  @media (max-width: 1139px) {
    width: 794px;

    iframe {
      width: 750px;
      height: 422px;
    }

    img {
      width: 750px;
    }
  }

  @media (max-width: 900px) {
    width: 640px;
    padding: 0 20px 20px;

    iframe {
      width: 600px;
      height: 338px;
    }

    img {
      width: 600px;
    }
  }

  @media (max-width: 725px) {
    width: 540px;
    top: 0;
    margin-bottom: 0;

    iframe {
      width: 500px;
      height: 280px;
    }

    img {
      width: 500px;
    }
  }

  @media (max-width: 580px) {
    width: 440px;

    iframe {
      width: 400px;
      height: 250px;
    }

    img {
      width: 400px;
    }
  }

  @media (max-width: 480px) {
    width: 360px;

    iframe {
      width: 320px;
      height: 180px;
    }

    img {
      width: 320px;
    }
  }
}

.accroche-invites {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  justify-content: space-between;
  margin-top: 60px;
  padding-left: 141px;
  padding-right: 141px;

  .accroche-invites-title {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--blue-500);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Lato-Regular;
    font-size: 55px;
    font-weight: 700;
    line-height: 57px;
    min-width: 360px;
    position: relative;

    .accroche-invites-title-arrow {
      bottom: -20px;
      position: absolute;
      right: 40px;
    }
  }

  .accroche-invites-portrait {
    aspect-ratio: 1;
    height: 193px;
    width: 193px;
  }

  .accroche-invites-text {
    .accroche-invites-text--title {
      color: var(--blue-500);
      font-family: Lato-Regular;
      font-size: 24px;
      font-weight: 700;
      line-height: 37px;
    }

    .accroche-invites-text--description {
      color: var(--blue-500);
      font-family: Lato-Regular;
      font-size: 16px;
      line-height: 24px;
    }
  }

  .accroche-invites-arrow {
    margin-top: -50px;
  }

  .mob {
    display: none;
  }

  @media (max-width: 1139px) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 40px;
    padding-right: 40px;

    .mob {
      display: block;
    }

    .desktop {
      display: none;
    }
  }

  @media (max-width: 770px) {
    margin-top: 10px;
  }

  @media (max-width: 725px) {
    .accroche-invites-title {
      padding-left: 40px;
      font-size: 30px;
      line-height: 40px;
    }
  }
}

.questions-quote {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  color: var(--blue-300);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: Lato-Regular;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  justify-content: center;
  line-height: 48px;
  margin-top: 60px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;

  img {
    margin-bottom: -65px;
  }

  @media (max-width: 725px) {
    font-size: 30px;
    line-height: 40px;
  }
}

.swiper {
  margin-top: 30px;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 50px 0 20px;

  .swiper-fond {
    background-color: var(--blue-300);
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: 0;
    height: 490px;
    z-index: 0;
  }

  .swiper-wrapper {
    display: flex;
    transition: transform 0.3s ease-in-out;
    box-sizing: border-box;
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 100;

    .swiper-slide {
      display: flex;
      flex-direction: column;
      height: auto;
      overflow: hidden;
      text-align: center;
      box-sizing: border-box;
      flex: 0 0 auto;
      width: 19.8%;
      font-size: 16px;
      line-height: 23px;

      .swiper-slide-question {
        background-color: var(--blue-700);
        color: var(--white);
        padding: 20px 40px;
        margin: 0 10px;
        border-radius: 10px 10px 0 0;
      }

      .swiper-slide-answer {
        color: var(--blue-700);
        padding: 20px;
        white-space: pre-line;
        margin: 0 10px;
        background-color: var(--white);
        border-radius: 0 0 10px 10px;
      }
    }

    .offset-1,
    .offset-3,
    .offset-5,
    .offset-7,
    .offset-9 {
      margin-top: -30px;
    }

    .offset-2,
    .offset-6,
    .offset-10 {
      margin-top: 80px;
    }

    .offset-4,
    .offset-8 {
      margin-top: 50px;
    }
  }

  .swiper-pagination-bullet {
    height: 10px;
    margin: 0 4px;
    width: 10px;
    top: 12px;
    position: relative;
  }

  .swiper-pagination-bullet-active {
    background: var(--blue-300);
  }

  @media (max-width: 1440px) {
    .swiper-wrapper {
      height: 560px;
    }

    .swiper-fond {
      height: 530px;
    }
  }

  @media (max-width: 1240px) {
    .swiper-wrapper {
      height: 480px;
    }

    .swiper-fond {
      height: 460px;
    }
  }

  @media (max-width: 900px) {
    .swiper-wrapper {
      height: 490px;
    }

    .swiper-fond {
      height: 470px;
    }
  }

  @media (max-width: 580px) {
    .swiper-wrapper {
      height: 420px;
    }

    .swiper-fond {
      height: 480px;
    }
  }
}

.mosaique {
  margin: 64px auto auto;
  position: relative;
  width: 1220px;
  color: var(--blue-500);
  font-family: Lato-Regular;
  font-style: normal;
  text-align: left;

  .titre_mosaique {
    font-size: 40px;
    font-weight: 700;
    line-height: 47px;
    margin: 0;
  }

  .ss_titre_mosaique {
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    width: 350px;
    font-family: Lato-Regular;
  }

  .mosaique-wrapper {
    font-family: Caveat;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: -200px;
    text-align: left;

    .legende,
    .legende2 {
      position: relative;

      p {
        padding: 0;
      }
    }

    .legende2 {
      .fleche {
        left: -45px;
        top: 93px;
        -webkit-transform: rotate(7deg);
        transform: rotate(7deg);
      }
    }

    .fleche {
      left: -65px;
      position: absolute;
      top: 83px;
      -webkit-transform: rotate(57deg);
      transform: rotate(57deg);
    }

    .toit_mosaique {
      position: relative;
    }

    .encart_mosaique {
      display: inline-block;
      vertical-align: top;
      position: relative;

      .contenu_encart_mosaique {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        background-color: var(--blue-500);
        bottom: 0;
        color: var(--white);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 430px;
        justify-content: space-between;
        padding: 41px 41px 61px 80px;
        position: absolute;
        width: 410px;
      }
    }

    .mob {
      display: none;
    }

    .mob_inline {
      display: none;
    }

    .mosaique1,
    .mosaique5,
    .mosaique7 {
      margin: 0 0 0 50px;
    }

    .mosaique1 {
      right: -5px;
    }

    .mosaique2 {
      background-image: url("img/mosaique2-0704fd640d829e305c549fab43a42ee4.webp");
      height: 531px;
      right: 1px;
      vertical-align: top;
      width: 479px;
    }

    .mosaique2_mob {
      display: none;
    }

    .mosaique3 {
      color: var(--blue-500);
      padding: 80px 60px 0 107px;
      width: 507px;

      .legende {
        .fleche {
          left: auto;
          right: -35px;
          -webkit-transform: rotate(-67deg);
          transform: rotate(-67deg);
        }
      }
    }

    .mosaique6 {
      color: var(--blue-500);
      padding: 40px 50px 0 70px;
      width: 460px;

      .legende2 {
        padding: 50px 0 0 80px;

        .fleche {
          left: 25px;
          top: 163px;
          -webkit-transform: rotate(17deg);
          transform: rotate(17deg);
        }
      }
    }

    .mosaique8 {
      background-color: var(--blue-300);
      color: var(--white);
      height: 400px;
      padding: 75px 50px 0 70px;
      width: 430px;
      right: 6px;
    }

    .mosaique9 {
      right: 13px;
    }

    .barre_haut {
      left: 200px;
      top: 95px;
      -webkit-transform: rotate(51deg);
      transform: rotate(51deg);
    }

    .barre_droite,
    .barre_haut {
      background-color: var(--blue-500);
      height: 525px;
      position: absolute;
      width: 3px;
    }

    .barre_droite {
      right: 0;
      top: 755px;
    }

    .barre_gauche {
      height: 525px;
      width: 3px;
    }

    .barre_bas,
    .barre_gauche {
      background-color: var(--blue-500);
      bottom: -45px;
      left: 5px;
      position: absolute;
    }

    .barre_bas {
      height: 3px;
      width: 475px;
    }
  }

  @media (max-width: 1315px) {
    width: 1010px;

    .ss_titre_mosaique {
      font-size: 27px;
      left: 20px;
      line-height: 34px;
      top: 50px;
      width: 300px;
    }

    .mosaique-wrapper {
      margin-top: -200px;
      font-size: 25px;
      line-height: 25px;

      .fleche {
        bottom: -15px;
        left: -50px;
        width: 37px;
      }

      .legende2 {
        .fleche {
          left: -35px;
          top: 93px;
        }
      }

      .encart_mosaique {
        .contenu_encart_mosaique {
          padding: 30px 30px 30px 60px;
          width: 340px;
          height: 390px;
        }
      }

      .mosaique1 {
        width: 545px;
        margin: 0 0 0 25px;
      }

      .mosaique2 {
        background-size: 100% auto;
        height: 448px;
        position: relative;
        top: 1px;
        width: 430px;
      }

      .mosaique3 {
        padding: 55px 40px 0 42px;
        width: 422px;

        .fleche {
          left: auto;
          right: -30px;
        }
      }

      .mosaique6 {
        padding: 35px 0 0 60px;
        width: 370px;

        .legende2 {
          padding: 30px 0 0 80px;

          .fleche {
            left: 45px;
            top: 143px;
          }
        }
      }

      .mosaique8 {
        height: 330px;
        padding: 50px 50px 0 60px;
        width: 380px;
      }

      .mosaique4,
      .mosaique5,
      .mosaique7,
      .mosaique9 {
        height: 330px;
      }

      .mosaique5,
      .mosaique7 {
        margin: 0 0 0 20px;
      }

      .barre_haut {
        height: 425px;
        left: 145px;
      }

      .barre_droite {
        height: 425px;
        right: -10px;
        top: 625px;
      }

      .barre_gauche {
        bottom: -40px;
        height: 425px;
        left: -20px;
      }

      .barre_bas {
        bottom: -40px;
        left: -20px;
        width: 375px;
      }
    }
  }

  @media (max-width: 1139px) {
    margin-top: 60px;
    width: 668px;

    .titre_mosaique {
      font-size: 53px;
      line-height: 55px;
      position: static;
      text-align: center;
    }

    .ss_titre_mosaique {
      font-size: 24px;
      line-height: 29px;
      margin: 0 auto;
      padding: 20px 0 30px;
      position: static;
      text-align: center;
      width: 500px;

      br {
        display: none;
      }
    }

    .mosaique-wrapper {
      margin-top: 0;
      font-size: 24px;
      line-height: 22px;

      .legende2 {
        padding: 20px 0 0;

        .fleche {
          bottom: -20px;
          left: -50px;
          right: auto;
          top: auto;
          -webkit-transform: rotate(-137deg);
          transform: rotate(37deg);
        }
      }

      .fleche {
        bottom: auto;
        left: auto;
        right: -50px;
        top: -20px;
        -webkit-transform: rotate(-137deg);
        transform: rotate(-137deg);
      }

      .encart_mosaique {
        .contenu_encart_mosaique {
          height: auto;
          padding: 30px 10% 40px;
          position: static;
          width: 100%;
        }
      }

      .desktop {
        display: none;
      }

      .mob {
        display: block;
      }

      .mob_inline {
        display: inline-block;
      }

      .mosaique1 {
        margin: 0;
        vertical-align: bottom;
        width: 56%;
        top: 1px;
        right: 0;
      }

      .mosaique2 {
        background-image: none;
        display: block;
        height: auto;
        top: 0;
        width: 100%;
      }

      .mosaique2_mob {
        display: inline-block;
        position: relative;
        right: 1px;
        top: 1px;
        vertical-align: bottom;
        width: 44%;
      }

      .mosaique4,
      .mosaique5 {
        height: auto;
        position: relative;
        right: 1px;
        width: 100%;
      }

      .mosaique7,
      .mosaique9 {
        height: auto;
        width: 50%;
      }

      .mosaique5,
      .mosaique7 {
        margin: 0;
      }

      .mosaique3,
      .mosaique6,
      .mosaique8 {
        height: auto;
        padding: 30px 10% 40px;
        position: static;
        width: 100%;

        .legende2 {
          padding: 20px 0 0;

          .fleche {
            bottom: -20px;
            left: -50px;
            right: auto;
            top: auto;
            -webkit-transform: rotate(-137deg);
            transform: rotate(37deg);
          }
        }

        .fleche {
          -webkit-transform: rotate(-137deg);
          transform: rotate(-137deg);
        }
      }

      .mosaique9 {
        right: 0;
      }

      .mosaique3 {
        .legende {
          .fleche {
            -webkit-transform: rotate(-137deg);
            transform: rotate(-137deg);
          }
        }
      }

      .barre_haut {
        height: 320px;
        left: 100px;
        top: 30px;
      }

      .barre_droite {
        right: -25px;
        top: 825px;
      }

      .barre_gauche {
        bottom: 500px;
        left: -25px;
      }

      .barre_bas {
        display: none;
      }
    }
  }

  @media (max-width: 900px) {
    width: 568px;

    .titre_mosaique {
      font-size: 45px;
      line-height: 45px;
    }

    .ss_titre_mosaique {
      font-size: 21px;
      line-height: 26px;
      width: 400px;
    }

    .mosaique-wrapper {
      .barre_haut {
        height: 300px;
        left: 100px;
        top: 0;
      }
    }
  }

  @media (max-width: 700px) {
    width: 480px;

    .titre_mosaique {
      font-size: 30px;
      line-height: 40px;

      br {
        display: none;
      }
    }

    .ss_titre_mosaique {
      font-size: 18px;
      line-height: 24px;
      max-width: 80%;
      width: 100%;
    }

    .mosaique-wrapper {
      font-size: 21px;
      line-height: 19px;

      .fleche {
        right: -40px;
        width: 32px;
      }

      .legende2 {
        .fleche {
          left: -40px;
        }
      }

      .barre_haut {
        height: 260px;
        left: 80px;
        top: 0;
      }
    }
  }

  @media (max-width: 580px) {
    margin: 60px auto;
    width: 310px;

    .ss_titre_mosaique,
    .titre_mosaique {
      max-width: 100%;
      text-align: left;
    }

    .mosaique-wrapper {
      font-size: 20px;
      line-height: 19px;

      .fleche {
        right: -30px;
        width: 28px;
      }

      .legende2 .fleche {
        left: -30px;
        right: auto;
        top: auto;
        -webkit-transform: rotate(37deg);
        transform: rotate(37deg);
      }

      .encart_mosaique {
        .contenu_encart_mosaique {
          padding: 20px 12% 30px;
          width: 100%;
        }
      }

      .mosaique2 {
        .fleche {
          right: 60px;
          top: -40px;
          -webkit-transform: rotate(-217deg);
          transform: rotate(-217deg);
        }

        .legende2 {
          .fleche {
            left: -30px;
            right: auto;
            top: auto;
            -webkit-transform: rotate(37deg);
            transform: rotate(37deg);
          }
        }
      }

      .mosaique3,
      .mosaique6,
      .mosaique8 {
        padding: 20px 12% 30px;
      }

      .barre_haut {
        height: 160px;
        left: 50px;
        top: 5px;
      }

      .barre_droite {
        height: 380px;
        right: -12px;
        top: 680px;
      }

      .barre_gauche {
        bottom: 400px;
        height: 380px;
        left: -14px;
      }
    }
  }
}

.ban_collaboration {
  background-color: var(--blue-50);
  color: var(--blue-500);
  margin-top: 60px;
  padding: 40px 0;
  text-align: center;

  .contenu_ban_collaboration {
    display: inline-block;
    margin: 0 50px 0 0;
    text-align: left;
    vertical-align: middle;
    width: 485px;

    h2 {
      font-family: Lato-Regular;
      font-size: 25px;
      font-weight: 400;
      line-height: 34px;
      padding: 0 0 15px;
      margin: 0;

      strong {
        display: block;
        font-family: Lato-Bold;
        font-size: 35px;
        font-weight: 400;
        line-height: 45px;
        padding: 10px 0 0;
      }
    }

    .cta {
      background-color: var(--white);
      border: 1px solid var(--blue-500);
      color: var(--blue-500);

      &amp;:hover {
        background-color: var(--blue-50);
      }
    }
  }

  .mosaique_collaboration {
    display: inline-block;
    text-align: left;
    vertical-align: middle;

    .encart_img_ban {
      display: inline-block;
      margin: 0 5px;
      position: relative;
      vertical-align: top;

      .img_ban {
        display: block;
        margin: 0 0 10px;
      }

      span {
        bottom: 20px;
        color: var(--white);
        font-family: Lato-Bold;
        font-size: 21px;
        left: 20px;
        position: absolute;
      }
    }
  }

  @media (max-width: 1240px) {
    .contenu_ban_collaboration {
      margin: 0 30px 0 0;
      width: 36%;

      h2 {
        font-size: 20px;
        line-height: 27px;

        strong {
          font-size: 30px;
          line-height: 37px;
        }
      }
    }

    .mosaique_collaboration {
      .encart_img_ban {
        .img_ban {
          width: 150px;
        }
        span {
          font-size: 18px;
          line-height: 24px;
        }
      }
    }
  }

  @media (max-width: 900px) {
    padding: 40px 50px;

    .contenu_ban_collaboration {
      display: block;
      margin: 0 auto;
      max-width: 100%;
      width: 500px;
      padding: 0 0 30px;

      h2 {
        strong {
          br {
            display: none;
          }
        }
      }
    }

    .mosaique_collaboration {
      .encart_img_ban {
        .img_ban {
          width: 160px;
        }

        span {
          font-size: 16px;
          line-height: 20px;
        }
      }
    }
  }

  @media (max-width: 580px) {
    padding: 30px;

    .contenu_ban_collaboration {
      h2 {
        font-size: 17px;
        line-height: 23px;

        strong {
          font-size: 26px;
          line-height: 32px;
        }
      }
    }

    .mosaique_collaboration {
      .encart_img_ban {
        margin: 0 2px;

        .img_ban {
          width: 90px;
        }

        span {
          font-size: 13px;
          left: 15px;
          line-height: 17px;
        }
      }
    }
  }
}

.live-instagram {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  gap: 20px;
  justify-content: center;
  margin-top: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  .live-instagram-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-item-align: center;
    align-self: center;
    background-color: var(--blue-500);
    color: var(--white);
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 400px;
    padding: 55px 55px 30px;

    h2 {
      color: white;
      margin: 6px 0 0;
      font-size: 32px;
      line-height: 32px;
    }

    p {
      color: var(--white);
      font-family: Lato-Regular;
      font-size: 16px;
      font-style: normal;
      font-weight: 400;
      line-height: 24px;
      margin: 29px 0 15px;
      text-align: left;
      padding: 0;
    }

    .live-instagram-description-arrow {
      -ms-flex-item-align: end;
      align-self: flex-end;
      height: 53px;
      width: 64px;
    }

    img:not(.live-instagram-description-arrow) {
      height: 62px;
      width: 62px;
    }
  }

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

    video {
      height: 653px;
      width: 368px;
    }
  }

  @media (max-width: 770px) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;

    .live-instagram-description {
      max-width: none;
      padding: 45px 40px 30px;

      h2 {
        br {
          display: none;
        }
      }

      .live-instagram-description-arrow {
        -webkit-transform: scaleX(-1) rotate(160deg);
        transform: scaleX(-1) rotate(160deg);
      }
    }

    .live-instagram-video {
      video {
        width: 100%;
        height: 559px;
      }
    }
  }
}

.invites {
  grid-gap: 25px;
  display: grid;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 25px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 22px;
  padding-left: 108px;
  padding-right: 108px;

  .invites-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: var(--grey-50);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 21px;
    position: relative;
    color: var(--blue-500);
    font-family: Lato-Regular;
    font-style: normal;
    text-align: left;

    .invites-card-border-vertical {
      border-right: 2px solid var(--blue-500);
      height: 65%;
      left: 0;
      position: absolute;
      top: 0;
    }

    .invites-card-border-horizontal {
      border-top: 2px solid var(--blue-500);
      left: 0;
      position: absolute;
      top: 0;
      width: 90%;
    }

    .invites-card-portrait {
      aspect-ratio: 1;
      height: 140px;
      width: 140px;
    }

    .invites-card-title {
      font-size: 20px;
      font-weight: 700;
      line-height: 37px;
    }

    .invites-card-description {
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
    }
  }

  @media (max-width: 1240px) {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  @media (max-width: 580px) {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/*PART PUSH*/
.part_push {
  padding: 60px 0 0;
  text-align: center;
  .ban_article_rubric {
    &amp;.mediumWidth {
      margin-top: 0;
      margin-bottom: 0;
    }
  }

  @media (max-width: 1000px) {
    padding: 20px 0 0;
    .ban_article_rubric {
      &amp;.mediumWidth {
        margin-top: 35px;
      }
    }
  }

  @media (max-width: 900px) {
    padding: 0 20px;
  }

  @media (max-width: 725px) {
    padding: 10px 5px 0;

    .ban_article_rubric {
      &amp;.mediumWidth {
        margin-top: 25px;
      }
    }
  }
}
</pre></body></html>