:root {
  --black: black;
  --indian-red: #eb4747;
  --white: white;
  --white-70: #ffffffb3;
  --untitled-ui-gray400: #98a2b3;
  --untitled-ui-gray500: #667085;
  --untitled-ui-gray600: #475467;
  --untitled-ui-gray900: #101828;
  --untitled-ui-primary700: #6941c6;
  --untitled-ui-primary800: #53389e;
  --untitled-ui-white: white;
  --untitled-ui-primary50: #f9f5ff;
  --untitled-ui-primary600: #7f56d9;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray50-501: #f9fafb;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --untitled-ui-gray200: #eaecf0;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Tajawal, sans-serif;
  font-size: 14px;
  line-height: 1.2;
}

h1 {
  color: #000;
  letter-spacing: -2.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.875rem;
  font-weight: 900;
  line-height: 1.2;
}

h2 {
  color: var(--black);
  letter-spacing: -1.5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Tajawal, sans-serif;
  font-size: 2.39583rem;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Tajawal, sans-serif;
  font-size: 1.99653rem;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

p {
  color: var(--black);
  letter-spacing: .3px;
  margin-bottom: 8px;
  font-family: Tajawal, sans-serif;
  font-size: 1.2em;
  line-height: 1.2;
}

a {
  color: var(--indian-red);
  text-decoration: none;
}

a:hover {
  font-weight: 700;
  text-decoration: underline;
}

.body {
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Tajawal, sans-serif;
}

.nav-logo-image {
  opacity: 1;
  mix-blend-mode: darken;
  object-fit: cover;
  position: relative;
}

.nav-logo-image.ar {
  text-align: right;
  object-position: 50% 50%;
}

.nav-link {
  font-size: 1em;
}

.nav-link.w--current {
  color: #000;
  font-weight: 600;
}

.nav-link.nav-cta {
  background-color: var(--indian-red);
  color: var(--white);
  border-radius: 4px;
  order: 1;
  padding: 8px 16px;
  display: inline-block;
}

.nav-link.nav-cta.ar {
  order: -1;
}

.nav-link.nav-cta.ar.w--current {
  order: 0;
}

.nav-link.footer {
  color: var(--white);
  text-align: center;
  margin-left: 0;
  margin-right: 0;
}

.nav-link.ar.w--current {
  order: 1;
}

.nav-menu {
  flex: 0 auto;
  order: 0;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu.ar {
  flex: 0 auto;
  order: -1;
}

.hero-text {
  color: #fff;
  text-align: right;
  max-width: 60%;
  font-size: 1.2rem;
}

.hero-text.ltr {
  text-align: left;
}

.button {
  background-color: var(--indian-red);
  color: var(--white);
  border-radius: 4px;
  padding: 16px 1em;
  font-size: 1rem;
  line-height: 1.2px;
}

.button.secondary-button {
  color: var(--indian-red);
  text-transform: none;
  background-color: #0000;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
}

.button.category {
  border-radius: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: .8rem;
  line-height: 1.2;
}

.button.search {
  padding-top: .5em;
  padding-bottom: .5em;
}

.button.filter {
  outline-color: var(--indian-red);
  outline-offset: 0px;
  color: var(--indian-red);
  -webkit-text-stroke-color: var(--white);
  background-color: #0000;
  outline-width: 1px;
  outline-style: solid;
}

.button.filter.jetboost-filter-active {
  background-color: var(--indian-red);
  color: var(--white);
}

.hero-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1440px;
  min-height: 80svh;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.hero-container.ar {
  direction: rtl;
  text-align: right;
  flex-direction: column;
  align-items: flex-start;
}

.section {
  margin-bottom: 64px;
}

.section.hero {
  background-image: linear-gradient(93deg, #000000cf 59%, #fff0), url('../images/5db9314baf6357.79699701_kngmepoqlihjf.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.section.hero.ar {
  direction: rtl;
  text-align: right;
  background-image: linear-gradient(93deg, #000000cf 59%, #fff0), url('../images/sam-mcghee-kieclnzkobo-unsplash.jpg');
}

.section.mot {
  background-image: url('../images/5003555-noir-et-rouge-colore-fond-radial-degrade-couleur-vectoriel.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.section.mot.ltr {
  text-align: right;
  background-position: 50% 0;
}

.section.footer {
  background-color: var(--black);
  margin-bottom: 0;
  padding-top: 0;
}

.section.about {
  background-image: url('../images/image-4.png');
  background-position: 0 0;
  background-size: auto;
}

.section.rtl {
  direction: rtl;
  text-align: right;
}

.section.bg-image.articles {
  background-image: url('../images/image-4.png');
}

.section.bg-image {
  background-image: url('../images/blog-image-9.jpg');
  background-position: 50%;
  background-size: cover;
}

.section.bg-image.revue {
  background-image: url('../images/sam-mcghee-kieclnzkobo-unsplash.jpg');
}

.paragraph {
  color: var(--black);
  flex: 1;
  font-family: Tajawal, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.paragraph.about {
  margin-bottom: 28px;
}

.navbar {
  background-color: var(--white);
}

.navbar.footer {
  background-color: #0000;
  order: 0;
}

.navbar.ar {
  z-index: 9999;
  position: sticky;
  top: 0;
}

.slide {
  max-width: 35svh;
}

.ratio-125 {
  padding-top: 125%;
  position: relative;
}

.slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.card-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  @media (max-width:767px) {
  grid-template: unset;
  }
}

.recent-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-image {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 60%;
}

.card-summary-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  line-height: 1.2;
  display: flex;
  overflow: hidden;
}

.card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--black);
  flex-direction: column;
  height: 42svh;
  padding: 8px;
  display: flex;
}

.card-heading {
  color: var(--white);
  letter-spacing: -.5px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.card-paragraph {
  color: var(--white-70);
  object-fit: fill;
  font-size: .8rem;
  font-weight: 400;
  overflow: hidden;
}

.contact-icon-text {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.coordonn-es {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 25em;
  padding: 16px;
  display: flex;
}

.image-4 {
  object-fit: cover;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: static;
  inset: 0%;
}

.nous-contacter {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  padding: 20px;
  display: flex;
  position: relative;
  top: 212px;
}

.text-field-2 {
  opacity: 1;
  color: #cdcdcd;
  background-color: #0f0f0f;
  border: 1px solid #3e3e3e;
  border-radius: 0;
  font-size: 1rem;
}

.text-field-2.large {
  object-position: 50% 50%;
  min-height: 40svh;
  display: block;
  overflow: auto;
}

.form-text {
  color: var(--white);
}

.form-block {
  width: 100%;
}

.hero-heading {
  direction: rtl;
  color: var(--white);
  text-align: right;
  max-width: 60svw;
}

.hero-heading.ltr {
  text-align: left;
}

.red {
  color: var(--indian-red);
}

.initiative {
  flex-direction: column;
  display: flex;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  position: static;
}

.flex-c-c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px;
  display: flex;
}

.flex-c-c.about {
  min-height: 40svh;
}

.flex-c-c.minh40 {
  min-height: 40vh;
}

.div-block-6 {
  max-width: 60%;
  position: relative;
}

.white {
  color: var(--white);
  font-family: Tajawal, sans-serif;
}

.white._8-padding {
  padding: 8px;
}

.contact-grid {
  grid-template-rows: auto;
}

.divider {
  background-color: var(--white);
  border-radius: 20px;
  height: 2px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.div-block-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.social-media {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
  position: relative;
}

.vectors-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
}

.footer-info {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  max-width: 400px;
  display: flex;
}

.nav-menu-3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-container {
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  padding: 8px 32px;
  display: flex;
}

.nav-container.ar {
  flex-direction: row-reverse;
  justify-content: space-between;
}

.brand, .brand.w--current, .brand.ar.w--current {
  flex: 0 auto;
  order: -1;
}

.heading {
  text-align: center;
}

.heading.white.mobile-only {
  display: none;
}

.text-block {
  text-align: center;
}

.text-block.white {
  max-width: 60%;
}

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 49.5535px;
  height: 49.5px;
  display: flex;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 48px;
  display: flex;
}

.flex-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.flex-left.mot {
  justify-content: center;
  align-items: center;
  min-height: 40svh;
}

.about-headdings {
  max-width: 75%;
}

.image-5 {
  object-fit: cover;
  width: 100%;
  max-height: 40svh;
}

.vectors-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 53px;
  height: 66px;
  display: flex;
}

.about-paragraph {
  max-width: 70%;
  font-family: Tajawal, sans-serif;
  font-size: 1.2rem;
}

.vectors-wrapper-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 50.5196px;
  height: 50.5137px;
  display: flex;
}

.grid-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: cover;
  grid-template-rows: auto;
  align-content: stretch;
  place-items: center;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.container.footer {
  padding-top: 16px;
  padding-bottom: 16px;
}

.container.post-body {
  justify-content: center;
  display: flex;
}

.container.overflow-none {
  overflow: hidden;
}

.vectors-wrapper-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 57px;
  height: 57px;
  display: flex;
}

.grid-about-photo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: contain;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-rich {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.about-rich-text {
  max-width: 70svw;
  font-family: Tajawal, sans-serif;
  font-size: 1.2rem;
}

.vectors-wrapper-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
}

.about-grid-05fr1fr {
  grid-row-gap: 24px;
  grid-template-columns: .5fr 1fr;
  align-items: start;
}

.about-grid-last {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas: ".";
  align-items: center;
}

.text-block-2 {
  color: #fff;
  font-family: Noto Sans, sans-serif;
  font-size: 1em;
}

.mask {
  overflow: visible;
}

.slider {
  height: auto;
}

.image-8 {
  position: absolute;
  inset: auto auto 0% -17%;
}

.image-9 {
  position: absolute;
  inset: auto auto 0% -10%;
}

.image-10 {
  position: absolute;
  inset: auto -11% 0% auto;
}

.image-11 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.up-left {
  color: var(--white);
  font-size: 6rem;
  line-height: 1.2;
  position: absolute;
  inset: -74% auto auto 0%;
}

.up-right {
  color: var(--white);
  font-size: 6rem;
  line-height: 1.2;
  position: absolute;
  inset: 118px 0% 0% auto;
}

.h2-mot-president {
  color: #fff;
}

.blog-main-image {
  text-align: center;
  object-fit: cover;
  object-position: 50% 50%;
  min-width: 100%;
  max-height: 50svh;
  display: inline-block;
  overflow: hidden;
}

.post-rich-text {
  direction: ltr;
  max-width: 60svw;
  margin-left: auto;
  margin-right: auto;
}

.post-rich-text.ar {
  direction: rtl;
  text-align: right;
  text-transform: none;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  font-weight: 400;
}

.post-rich-text h2 {
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
}

.post-rich-text p {
  text-align: justify;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.2;
}

.post-rich-text.rtl {
  direction: rtl;
}

.collection-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.portrait {
  object-fit: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  position: static;
  inset: 0% auto auto 0%;
}

.author-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  max-width: 40svw;
  display: flex;
}

.author-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.author-name {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 700;
}

.author-bio {
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
}

.social-icon-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.social-link-2 {
  color: var(--untitled-ui-gray400);
  transition: all .3s;
}

.social-link-2:hover {
  color: var(--untitled-ui-gray500);
}

.uui-team10_social-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-self: flex-start;
  margin-top: 1.5rem;
  display: grid;
}

.uui-text-size-medium-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-text-size-medium-2.text-color-primary700 {
  color: var(--indian-red);
  font-family: Tajawal, sans-serif;
}

.uui-space-xsmall-2 {
  width: 100%;
  min-height: 1rem;
}

.uui-heading-tiny-2 {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.uui-team10_image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-team10_image-wrapper-2 {
  width: 100%;
  margin-bottom: 1.4rem;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.uui-team10_item-2 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.uui-team10_list-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  width: 100%;
}

.uui-team10_content-2 {
  flex-direction: column;
  align-items: center;
}

.uui-team10_component-2 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.uui-container-large-2, .uui-page-padding-2 {
  max-width: 1440px;
}

.section_team10-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2px;
  padding-right: 32px;
}

.uui-button-icon {
  color: var(--indian-red);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-heading-xsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-text-size-medium-4 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-blogsection04_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.uui-blogsection04_category-link {
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-primary700);
  border-radius: 1rem;
  align-items: center;
  padding: .125rem .5rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-blogsection04_category-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-blogsection04_meta-wrapper {
  background-color: var(--untitled-ui-primary50);
  color: var(--white);
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: .25rem;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
  position: static;
}

.uui-blogsection04_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.uui-blogsection04_image-wrapper {
  width: 100%;
  padding-top: 66%;
  position: relative;
  overflow: hidden;
}

.uui-blogsection04_image-link {
  width: 100%;
  margin-bottom: 2rem;
  transition: all .3s;
}

.uui-blogsection04_image-link:hover {
  box-shadow: 0 24px 48px -12px #1018282e;
}

.uui-blogsection04_item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.uui-blogsection04_list {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-block-3 {
  color: var(--indian-red);
  font-family: Tajawal, sans-serif;
}

.text-block-4 {
  color: var(--indian-red);
}

.div-block-9, .div-block-10, .div-block-11 {
  display: flex;
}

._4images {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--indian-red);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 30vh;
  display: grid;
}

.revues-images {
  object-fit: cover;
  flex: 0 auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-12 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-block-6 {
  text-align: justify;
  max-width: 75vw;
  font-size: 1rem;
}

.div-block-13 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.search {
  margin-bottom: 0;
  display: flex;
}

.field-label {
  display: none;
}

.search-input {
  margin-bottom: 0;
}

.div-block-14 {
  flex-direction: column;
  display: flex;
}

.search-result-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.image-12 {
  height: 20vh;
  min-height: 20vh;
}

.search-result-list {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  margin-bottom: 32px;
  display: flex;
}

.icon-3 {
  color: var(--indian-red);
  font-size: 2rem;
}

.icon-4 {
  color: var(--indian-red);
}

.card-list-inline {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template: "."
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: block;
}

.pagination {
  margin-top: 8px;
}

.contact-text {
  color: var(--black);
  font-size: 1.2rem;
}

.text-block-7 {
  font-size: 1.2rem;
}

.form-message {
  color: var(--white);
  background-color: #0f0f0f;
  border: 1px solid #ffffff6b;
  min-height: 30vh;
  font-size: 1rem;
}

.heading-3 {
  text-align: left;
}

.slider-list {
  display: flex;
}

.cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.div-block-15 {
  -webkit-text-fill-color: inherit;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  height: 50vh;
}

.div-block-16 {
  background-image: linear-gradient(to top, #000, #fff0);
  width: 100%;
  height: 100%;
}

.revue-link {
  width: 40vw;
  margin-left: 16px;
}

.revue-card-title {
  color: var(--white);
  font-size: 2rem;
}

.revue-card-title-div {
  position: relative;
  bottom: 85px;
}

.revue-card-title-div.padding-8 {
  padding: 8px;
  bottom: 81px;
}

.article-heading {
  text-align: center;
}

.lng-div {
  flex: 0 auto;
  order: 1;
}

.dropdown-list.w--open {
  background-color: var(--black);
  color: var(--white);
  font-size: 1.2rem;
}

.dropdown-list.white.w--open {
  background-color: var(--white);
  color: var(--black);
}

.dropdown-link {
  color: var(--black);
}

.dropdown-link.w--current {
  color: var(--indian-red);
}

.dropdown-link.red.w--current {
  color: #00e1ff;
}

.dropdown-link.white {
  color: var(--white);
}

.image-13, .icon-5 {
  filter: invert();
}

.div-block-17, .div-block-18 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block-19 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  align-items: center;
  display: flex;
}

.post-heading-title {
  text-align: center;
}

.nav-logo-icon {
  display: none;
}

.lng-icon.white {
  filter: invert();
}

.image-14 {
  display: none;
}

.heading-4 {
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .nav-logo-image, .nav-logo-image.ar {
    display: none;
  }

  .nav-link.footer.w--current {
    text-align: right;
  }

  .hero-text {
    max-width: 70%;
  }

  .hero-container {
    min-height: 60svh;
  }

  .section {
    margin-bottom: 32px;
  }

  .section.mot.ltr {
    background-position: 50% 100%;
  }

  .card-image {
    height: 50%;
  }

  .card-heading {
    font-size: 1.5em;
  }

  .text-field-2.large {
    min-height: 30svh;
  }

  .hero-heading {
    max-width: 70svw;
  }

  .footer-info {
    grid-column-gap: 8px;
    max-width: 300px;
  }

  .nav-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-container.ar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-5 {
    margin-bottom: 16px;
  }

  .about-paragraph {
    max-width: 70%;
  }

  .about-rich-text {
    font-size: 1em;
    line-height: 1.2;
  }

  .image-8 {
    inset: auto auto 13% -47%;
  }

  .image-9 {
    inset: auto auto 0% -31%;
  }

  .image-10 {
    inset: auto -29% 0% auto;
  }

  .image-11 {
    inset: auto 0% 0% auto;
  }

  .up-left {
    inset: -57% auto auto 0%;
  }

  .up-right {
    inset: auto 0% -45% auto;
  }

  .post-rich-text {
    max-width: 80svw;
  }

  .author-card {
    max-width: 40svw;
  }

  .uui-team10_component-2 {
    grid-column-gap: 3rem;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .uui-blogsection04_list {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-15 {
    height: 40vh;
  }

  .revue-link {
    width: 32vw;
  }

  .div-block-18 {
    grid-column-gap: 8px;
  }

  .div-block-19 {
    grid-column-gap: 16px;
  }

  .nav-logo-icon {
    display: block;
  }

  .image-14 {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1.1em;
  }

  .nav-logo-image {
    object-fit: cover;
    height: 100%;
    display: none;
    position: static;
    inset: 101% 0% 0% 316px;
    overflow: hidden;
  }

  .nav-link {
    text-align: center;
    background-color: #fff;
    flex: 0 auto;
  }

  .nav-link.nav-cta {
    background-color: var(--indian-red);
  }

  .nav-link.footer {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .hero-text {
    max-width: 80%;
  }

  .hero-container {
    min-height: 50svh;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    margin-bottom: 32px;
  }

  .section.mot.ltr {
    background-position: 50% 0;
    background-size: cover;
  }

  .recent-card {
    grid-template-columns: 1fr;
  }

  .nous-contacter {
    margin-left: 8px;
    margin-right: 8px;
    padding: 8px 16px;
    position: static;
  }

  .hero-heading {
    max-width: 100%;
  }

  .grid {
    grid-template-columns: 4fr 1fr;
  }

  .flex-c-c {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-6 {
    max-width: 70svw;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .footer-info {
    justify-content: space-between;
    max-width: 100%;
  }

  .nav-container {
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-container.ar {
    padding-left: 4px;
    padding-right: 4px;
  }

  .brand.w--current {
    flex: 0 auto;
    order: 0;
  }

  .brand.ar.w--current {
    order: 0;
    padding-left: 0;
  }

  .icon-2 {
    color: var(--black);
  }

  .menu-button {
    background-color: #fff;
    order: -1;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .flex-left {
    padding-left: 8px;
    padding-right: 8px;
  }

  .flex-left.mot, .container.footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .about-grid-05fr1fr {
    grid-template-columns: .25fr 1fr;
  }

  .image-8 {
    inset: auto auto 5% -51%;
  }

  .image-9 {
    inset: auto auto 10% -26%;
  }

  .image-10 {
    inset: auto -32% 27% auto;
  }

  .image-11 {
    inset: auto -30% 22% auto;
  }

  .up-left {
    inset: -52% auto auto 0%;
  }

  .up-right {
    inset: auto -6% -49% auto;
  }

  .post-rich-text {
    max-width: 90svw;
  }

  .post-rich-text.ar {
    max-width: 95svw;
  }

  .social-link-2:hover {
    color: var(--untitled-ui-gray400);
  }

  .uui-space-xsmall-2 {
    min-height: .75rem;
  }

  .uui-team10_image-wrapper-2 {
    height: 100%;
  }

  .uui-team10_list-2 {
    grid-row-gap: 3rem;
  }

  .uui-team10_component-2 {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-padding-vertical-xhuge-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section_team10-2 {
    padding-left: 32px;
  }

  .uui-heading-xsmall {
    font-size: 1.25rem;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-blogsection04_category-link {
    padding: .125rem .5rem;
    font-size: .75rem;
  }

  .uui-blogsection04_meta-wrapper {
    font-size: .75rem;
  }

  .uui-blogsection04_image-link {
    margin-bottom: 1.5rem;
  }

  .uui-blogsection04_image-link:hover {
    box-shadow: none;
  }

  .uui-blogsection04_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-blogsection04_list-wrapper {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .text-block-6 {
    max-width: 85vw;
  }

  .revue-card-title {
    font-size: 1.3rem;
  }

  .article-heading {
    font-size: 2.6rem;
  }

  .lng-div {
    order: 1;
  }

  .dropdown-list {
    background-color: var(--white);
  }

  .dropdown-link {
    opacity: 1;
    text-align: left;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 1.8rem;
  }

  p {
    font-size: .9em;
  }

  .nav-link.footer {
    text-align: right;
    padding: 16px;
    font-size: 1em;
  }

  .hero-text {
    max-width: 100%;
    font-size: 1rem;
  }

  .button, .button.secondary-button {
    font-size: .8rem;
  }

  .hero-container {
    min-height: 50svh;
  }

  .hero-container.ar {
    min-height: 60svh;
  }

  .section {
    margin-bottom: 16px;
  }

  .section.hero.ltr {
    direction: ltr;
    text-align: left;
  }

  .section.mot {
    background-image: url('../images/mot-du-president.png');
    background-position: 100%;
    background-size: cover;
  }

  .section.mot.ltr {
    background-image: url('../images/5003555-noir-et-rouge-colore-fond-radial-degrade-couleur-vectoriel.jpg');
    background-position: 50% 100%;
    background-size: cover;
  }

  .paragraph {
    font-size: 1rem;
  }

  .card-image {
    height: 40%;
  }

  .card {
    flex-direction: column;
    height: 300px;
  }

  .nous-contacter {
    padding: 16px;
  }

  .text-field-2 {
    border-radius: 0;
  }

  .hero-heading {
    max-width: 100%;
    font-size: 2.4rem;
  }

  .grid {
    grid-template-columns: 2fr;
  }

  .flex-c-c {
    padding: 8px;
  }

  .flex-c-c.about {
    min-height: 20svh;
  }

  .div-block-6 {
    max-width: 100svw;
  }

  .white {
    font-size: 1rem;
    font-weight: 400;
  }

  .contact-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-info {
    justify-content: space-between;
  }

  .nav-menu-3 {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .icon {
    color: #fff;
  }

  .heading.white {
    text-align: left;
    display: none;
  }

  .heading.white.mobile-only {
    font-size: 4rem;
    display: block;
  }

  .text-block.white {
    text-align: left;
  }

  .about-paragraph {
    max-width: 100%;
  }

  .container, .container.footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-about-photo {
    object-fit: contain;
    align-self: center;
  }

  .grid-about-photo.hide {
    display: none;
  }

  .about-rich-text {
    max-width: 100svw;
  }

  .about-grid-05fr1fr {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .about-grid-last {
    grid-row-gap: 7px;
    grid-template: "."
    / 1fr;
  }

  .text-block-2 {
    display: none;
  }

  .image-8, .image-9, .image-10 {
    inset: auto auto 0% 0%;
  }

  .image-11 {
    inset: auto 0% 0% auto;
  }

  .up-left {
    inset: -50% auto auto 0%;
  }

  .up-right {
    inset: auto 0% -64% auto;
  }

  .post-rich-text, .post-rich-text.ar {
    max-width: 95svw;
  }

  .author-card {
    max-width: 70svw;
  }

  .uui-team10_image-wrapper-2 {
    padding-top: 66%;
  }

  .uui-team10_list-2, .uui-team10_component-2 {
    grid-template-columns: 1fr;
  }

  .uui-blogsection04_image-link {
    margin-bottom: .5rem;
  }

  .uui-blogsection04_list-wrapper {
    margin-top: 0;
  }

  .heading-2 {
    font-size: 1.6rem;
  }

  .div-block-12 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .text-block-6 {
    max-width: 90vw;
  }

  .revue-link {
    width: 60vw;
  }

  .article-heading {
    font-size: 2rem;
  }
}

#w-node-_50caa4d7-3325-0569-3412-e1989fb899a3-aa963b45 {
  place-self: center start;
}

#w-node-ac17e8e2-01db-8483-be51-85f5118a5e3c-aa963b45 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_6380b52c-1aad-b6f0-d6b9-d2b191dd674b-91dd6746 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6380b52c-1aad-b6f0-d6b9-d2b191dd6756-91dd6746, #w-node-_6380b52c-1aad-b6f0-d6b9-d2b191dd6761-91dd6746, #w-node-_6380b52c-1aad-b6f0-d6b9-d2b191dd676c-91dd6746, #w-node-_6380b52c-1aad-b6f0-d6b9-d2b191dd6777-91dd6746, #w-node-_6380b52c-1aad-b6f0-d6b9-d2b191dd6782-91dd6746, #w-node-_6380b52c-1aad-b6f0-d6b9-d2b191dd678d-91dd6746, #w-node-_172b392c-855c-0110-cda9-9c41c41395c2-aa963b46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af56985e-e11b-e8b2-7c18-6c46685f0da7-aa963b46 {
  place-self: auto;
}

#w-node-_19930a3a-c5f4-97b7-a012-47011c3fad27-aa963b46 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aaa61580-d715-79e4-a93a-a1ac65b2ad25-aa963b46 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fa39f77b-b21a-ad91-af72-1a9e5ffe28e5-aa963b46 {
  justify-self: end;
}

#w-node-_26f147c1-a0d8-d850-c8d9-ad11f4fb9da2-aa963b46 {
  justify-self: start;
}

#w-node-_8414d45f-8ee9-3e98-89d1-6827e56c5498-aa963b46, #w-node-_53a672df-b565-3025-210a-607e5981ffd8-aa963b46 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_754454dc-4043-1bde-f52a-dd1fd138e88f-aa963b46 {
  justify-self: end;
}

#w-node-cccf7170-ecb0-0364-38d8-098625cfda39-aa963b46 {
  justify-self: start;
}

#w-node-_05e2b9d7-76d8-43b9-3525-60d72f71f056-aa963b46 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_172b392c-855c-0110-cda9-9c41c41395c2-aa963b47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af56985e-e11b-e8b2-7c18-6c46685f0da7-aa963b47 {
  place-self: auto;
}

#w-node-_19930a3a-c5f4-97b7-a012-47011c3fad27-aa963b47 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aaa61580-d715-79e4-a93a-a1ac65b2ad25-aa963b47 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fa39f77b-b21a-ad91-af72-1a9e5ffe28e5-aa963b47 {
  justify-self: end;
}

#w-node-_26f147c1-a0d8-d850-c8d9-ad11f4fb9da2-aa963b47 {
  justify-self: start;
}

#w-node-_8414d45f-8ee9-3e98-89d1-6827e56c5498-aa963b47, #w-node-_53a672df-b565-3025-210a-607e5981ffd8-aa963b47 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_754454dc-4043-1bde-f52a-dd1fd138e88f-aa963b47 {
  justify-self: end;
}

#w-node-cccf7170-ecb0-0364-38d8-098625cfda39-aa963b47 {
  justify-self: start;
}

#w-node-_05e2b9d7-76d8-43b9-3525-60d72f71f056-aa963b47 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_50caa4d7-3325-0569-3412-e1989fb899a3-aa963b48 {
  place-self: center start;
}

#w-node-ac17e8e2-01db-8483-be51-85f5118a5e3c-aa963b48 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a4381e29-1d4c-fc11-a481-2a75e6aab809-aa963b48 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_438d82e4-e911-de4d-9a0c-e6e09ec53bf7-aa963b48, #w-node-_28c8690c-52bc-cb3a-89dc-2a6b032c89c3-aa963b48, #w-node-_3d4fbfa6-2301-87cc-d962-d891a2989994-aa963b48, #w-node-_326cfc85-eff9-dcb6-263d-36776c8b6ddd-aa963b48, #w-node-_1e258244-ae7d-9ce5-f90a-345a56262f64-aa963b48, #w-node-f0456dac-a8ef-f663-6fa7-c349dded645a-aa963b48, #w-node-_5bd6e4e9-a9f2-9a54-2215-4c03025b49a3-025b499d, #w-node-e8cac0a4-5b25-98cb-90e1-1b111cc0a525-aa963b50, #w-node-_8b367d24-76e0-f039-d303-f5b3e9a6e70e-e3a547fe {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55c6a416-06f0-6987-092d-71edb617a14c-657a0254 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55c6a416-06f0-6987-092d-71edb617a157-657a0254, #w-node-_55c6a416-06f0-6987-092d-71edb617a162-657a0254, #w-node-_55c6a416-06f0-6987-092d-71edb617a16d-657a0254, #w-node-_55c6a416-06f0-6987-092d-71edb617a178-657a0254, #w-node-_55c6a416-06f0-6987-092d-71edb617a183-657a0254, #w-node-_55c6a416-06f0-6987-092d-71edb617a18e-657a0254, #w-node-_172b392c-855c-0110-cda9-9c41c41395c2-d6d25832 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af56985e-e11b-e8b2-7c18-6c46685f0da7-d6d25832 {
  place-self: auto;
}

#w-node-_19930a3a-c5f4-97b7-a012-47011c3fad27-d6d25832 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aaa61580-d715-79e4-a93a-a1ac65b2ad25-d6d25832 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-fa39f77b-b21a-ad91-af72-1a9e5ffe28e5-d6d25832 {
  justify-self: end;
}

#w-node-_26f147c1-a0d8-d850-c8d9-ad11f4fb9da2-d6d25832 {
  justify-self: start;
}

#w-node-_8414d45f-8ee9-3e98-89d1-6827e56c5498-d6d25832, #w-node-_53a672df-b565-3025-210a-607e5981ffd8-d6d25832 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_754454dc-4043-1bde-f52a-dd1fd138e88f-d6d25832 {
  justify-self: end;
}

#w-node-cccf7170-ecb0-0364-38d8-098625cfda39-d6d25832 {
  justify-self: start;
}

#w-node-_05e2b9d7-76d8-43b9-3525-60d72f71f056-d6d25832 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_50caa4d7-3325-0569-3412-e1989fb899a3-ef9df039 {
  place-self: center start;
}

#w-node-ac17e8e2-01db-8483-be51-85f5118a5e3c-ef9df039 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-a4381e29-1d4c-fc11-a481-2a75e6aab809-ef9df039 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_438d82e4-e911-de4d-9a0c-e6e09ec53bf7-ef9df039, #w-node-_28c8690c-52bc-cb3a-89dc-2a6b032c89c3-ef9df039, #w-node-_3d4fbfa6-2301-87cc-d962-d891a2989994-ef9df039, #w-node-_326cfc85-eff9-dcb6-263d-36776c8b6ddd-ef9df039, #w-node-_1e258244-ae7d-9ce5-f90a-345a56262f64-ef9df039, #w-node-f0456dac-a8ef-f663-6fa7-c349dded645a-ef9df039, #w-node-_8b367d24-76e0-f039-d303-f5b3e9a6e70e-98f168d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55c6a416-06f0-6987-092d-71edb617a14c-d6d2e997 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_55c6a416-06f0-6987-092d-71edb617a157-d6d2e997, #w-node-_55c6a416-06f0-6987-092d-71edb617a162-d6d2e997, #w-node-_55c6a416-06f0-6987-092d-71edb617a16d-d6d2e997, #w-node-_55c6a416-06f0-6987-092d-71edb617a178-d6d2e997, #w-node-_55c6a416-06f0-6987-092d-71edb617a183-d6d2e997, #w-node-_55c6a416-06f0-6987-092d-71edb617a18e-d6d2e997 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-ac17e8e2-01db-8483-be51-85f5118a5e3c-aa963b45 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-de53518f-8271-4653-1cc8-75e713f442a9-13f442a6, #w-node-_9fdc0c67-efca-2c00-3b6c-8c69061a2ec5-aa963b46 {
    justify-self: start;
  }

  #w-node-ac17e8e2-01db-8483-be51-85f5118a5e3c-aa963b48 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-e4ae3992-3197-83ba-2536-99594661b0b4-aa963b48, #w-node-_9fdc0c67-efca-2c00-3b6c-8c69061a2ec5-d6d25832 {
    justify-self: start;
  }

  #w-node-ac17e8e2-01db-8483-be51-85f5118a5e3c-ef9df039 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-e4ae3992-3197-83ba-2536-99594661b0b4-ef9df039 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6380b52c-1aad-b6f0-d6b9-d2b191dd674b-91dd6746, #w-node-aaa61580-d715-79e4-a93a-a1ac65b2ad25-aa963b46 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fa39f77b-b21a-ad91-af72-1a9e5ffe28e5-aa963b46, #w-node-_26f147c1-a0d8-d850-c8d9-ad11f4fb9da2-aa963b46 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8414d45f-8ee9-3e98-89d1-6827e56c5498-aa963b46, #w-node-_53a672df-b565-3025-210a-607e5981ffd8-aa963b46 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cccf7170-ecb0-0364-38d8-098625cfda39-aa963b46 {
    justify-self: center;
  }

  #w-node-_05e2b9d7-76d8-43b9-3525-60d72f71f056-aa963b46, #w-node-aaa61580-d715-79e4-a93a-a1ac65b2ad25-aa963b47 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fa39f77b-b21a-ad91-af72-1a9e5ffe28e5-aa963b47, #w-node-_26f147c1-a0d8-d850-c8d9-ad11f4fb9da2-aa963b47 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8414d45f-8ee9-3e98-89d1-6827e56c5498-aa963b47, #w-node-_53a672df-b565-3025-210a-607e5981ffd8-aa963b47 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cccf7170-ecb0-0364-38d8-098625cfda39-aa963b47 {
    justify-self: center;
  }

  #w-node-_05e2b9d7-76d8-43b9-3525-60d72f71f056-aa963b47, #w-node-a4381e29-1d4c-fc11-a481-2a75e6aab809-aa963b48, #w-node-_438d82e4-e911-de4d-9a0c-e6e09ec53bf7-aa963b48, #w-node-_28c8690c-52bc-cb3a-89dc-2a6b032c89c3-aa963b48, #w-node-_3d4fbfa6-2301-87cc-d962-d891a2989994-aa963b48, #w-node-_326cfc85-eff9-dcb6-263d-36776c8b6ddd-aa963b48, #w-node-_1e258244-ae7d-9ce5-f90a-345a56262f64-aa963b48, #w-node-f0456dac-a8ef-f663-6fa7-c349dded645a-aa963b48, #w-node-_55c6a416-06f0-6987-092d-71edb617a14c-657a0254, #w-node-aaa61580-d715-79e4-a93a-a1ac65b2ad25-d6d25832 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fa39f77b-b21a-ad91-af72-1a9e5ffe28e5-d6d25832, #w-node-_26f147c1-a0d8-d850-c8d9-ad11f4fb9da2-d6d25832 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_8414d45f-8ee9-3e98-89d1-6827e56c5498-d6d25832, #w-node-_53a672df-b565-3025-210a-607e5981ffd8-d6d25832 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cccf7170-ecb0-0364-38d8-098625cfda39-d6d25832 {
    justify-self: center;
  }

  #w-node-_05e2b9d7-76d8-43b9-3525-60d72f71f056-d6d25832, #w-node-a4381e29-1d4c-fc11-a481-2a75e6aab809-ef9df039, #w-node-_438d82e4-e911-de4d-9a0c-e6e09ec53bf7-ef9df039, #w-node-_28c8690c-52bc-cb3a-89dc-2a6b032c89c3-ef9df039, #w-node-_3d4fbfa6-2301-87cc-d962-d891a2989994-ef9df039, #w-node-_326cfc85-eff9-dcb6-263d-36776c8b6ddd-ef9df039, #w-node-_1e258244-ae7d-9ce5-f90a-345a56262f64-ef9df039, #w-node-f0456dac-a8ef-f663-6fa7-c349dded645a-ef9df039, #w-node-_55c6a416-06f0-6987-092d-71edb617a14c-d6d2e997 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


