.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

body {
  direction: ltr;
  font-family: AvenirBook, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: AvenirHeavy900, sans-serif;
  color: #fff;
  font-size: 6vw;
  line-height: 110%;
  font-weight: 900;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bahij300, sans-serif;
  color: #fff;
  font-size: 1.8vw;
  line-height: 140%;
  font-weight: 300;
}

p {
  margin-bottom: 10px;
}

a {
  font-family: AvenirBook, sans-serif;
  text-decoration: underline;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 5%;
  right: 0%;
  bottom: auto;
  z-index: 99999999;
  display: block;
  overflow: visible;
  padding: 20px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  opacity: 1;
  font-family: AvenirLight300, sans-serif;
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  background-clip: border-box;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  list-style-type: none;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: 83px;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  font-family: Bahij300, sans-serif;
  color: #fff;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.nav-ar {
  font-family: Bahij300, sans-serif;
}

.hero-overlay {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-image: url('../images/bg-02x.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: url('../images/bg-02x.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero-overlay.snappy {
  position: relative;
  top: -100px;
  display: block;
  margin-top: 0px;
  margin-bottom: -100px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.centered-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.centered-container.fifty {
  display: block;
}

.centered-container.tell {
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.centered-container.pioneer {
  display: block;
}

.centered-container.bring-news {
  display: block;
}

.centered-container.key-growth {
  position: relative;
  display: block;
  max-width: 1140px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.centered-container.refresh {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.centered-container.brand-section2-container {
  position: relative;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.centered-container.page1 {
  display: block;
}

.body {
  background-color: #111;
  font-family: Avenirltstd;
  font-size: 16px;
  font-weight: 500;
}

.body.body-ar {
  direction: rtl;
  font-family: Bahij300, sans-serif;
  font-weight: 300;
  text-align: right;
}

.body.snappy-body {
  font-family: AvenirBook, sans-serif;
  font-weight: 400;
}

.body.snappy-body.body-arabic {
  direction: rtl;
  font-family: Bahij400, sans-serif;
  font-weight: 400;
}

.body.snappy-body.ar-body {
  direction: rtl;
  font-family: Bahij300, sans-serif;
  color: #fff;
  font-weight: 300;
}

.heading {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  text-align: left;
}

.heading.body-h1 {
  direction: ltr;
  font-size: 4.6vw;
  line-height: 110%;
  text-align: left;
}

.heading.body-h1.ar {
  font-family: Bahij600, sans-serif;
  font-weight: 600;
  text-align: right;
}

.heading.body-h1.h1-ar {
  direction: rtl;
  font-family: Bahij600, sans-serif;
  font-size: 3.5vw;
  line-height: 110%;
  font-weight: 600;
  text-align: right;
}

.paragraph {
  margin-top: 40px;
  font-size: 32px;
  line-height: 36px;
  text-align: left;
}

.paragraph.ar {
  direction: rtl;
  text-align: right;
}

.section2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-12x.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: url('../images/bg-12x.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  color: #fff;
}

.section2.snappy {
  background-image: url('../images/bg_50yrs.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/bg_50yrs.jpg'), linear-gradient(180deg, transparent, transparent);
  background-size: cover, auto;
}

.h1-section2 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  text-align: left;
}

.h1-section2._50yrs {
  text-align: left;
}

.h1-section2._50yrs.ar {
  font-family: Bahij600, sans-serif;
  font-weight: 600;
  text-align: right;
}

.h1-section2._50yrs.h1-ar {
  direction: rtl;
  font-family: Bahij600, sans-serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: 600;
  text-align: right;
}

.h1-section2._50yrs.body-h1 {
  font-size: 4.6vw;
  line-height: 110%;
}

.h1-section2._50yrs.body-h1.h1-ar {
  font-size: 3.5vw;
}

.section3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-22x.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: url('../images/bg-22x.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  color: #fff;
}

.section3.snappy {
  background-image: url('../images/bg_authentic.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
  background-image: url('../images/bg_authentic.jpg'), linear-gradient(180deg, transparent, transparent);
  background-size: cover, auto;
}

.h1-authentic {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  text-align: left;
}

.h1-authentic.body-h1 {
  font-size: 4.6vw;
  line-height: 110%;
}

.h1-authentic.body-h1.ar {
  font-family: Bahij600, sans-serif;
  font-weight: 600;
  text-align: right;
}

.h1-authentic.body-h1.h1-mobile {
  display: none;
}

.h1-authentic.body-h1.h1-ar {
  font-size: 3.5vw;
  line-height: 110%;
}

.h1-authentic.h1-ar {
  direction: rtl;
  font-family: Bahij600, sans-serif;
  font-size: 55px;
  line-height: 60px;
  font-weight: 600;
  text-align: right;
}

.section4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-32x.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: url('../images/bg-32x.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  color: #fff;
}

.section4.snappy {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/pioneer.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/pioneer.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.h1-pioneer {
  font-size: 4.6vw;
  line-height: 110%;
  font-weight: 900;
  text-align: left;
}

.h1-pioneer.h1-ar {
  direction: rtl;
  font-family: Bahij600, sans-serif;
  font-size: 3.5vw;
  line-height: 110%;
  font-weight: 600;
  text-align: right;
}

.heading-5 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 33px;
  font-weight: 500;
}

.section-news {
  position: relative;
  display: none;
  background-color: #111;
}

.section_agenda {
  display: none;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.section_agenda.section_agenda2 {
  display: none;
}

.heading-6 {
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  text-align: center;
}

.section_legacy {
  display: none;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.heading-7 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
}

.section_bring_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-112x.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: url('../images/bg-112x.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  color: #fff;
}

.h1-bringnews {
  font-size: 4.6vw;
  line-height: 110%;
  font-weight: 900;
}

.h1-bringnews.h1-ar {
  direction: rtl;
  font-family: Bahij600, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
}

.h1-bringnews.h1-bringnewsmob {
  display: none;
}

.h3-platform {
  font-family: AvenirLight300, sans-serif;
  font-size: 2vw;
  font-weight: 300;
}

.h3-platform.h3-ar {
  font-family: Bahij300, sans-serif;
  font-size: 1.8vw;
  line-height: 120%;
  font-weight: 300;
}

.section_key_growth {
  display: none;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 0.75fr;
  grid-template-columns: 1fr 0.75fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
  background-image: url('../images/bg-key_growth.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.keyg-h1 {
  max-width: 540px;
  font-size: 4.6vw;
  line-height: 110%;
  font-weight: 900;
  text-align: left;
}

.keyg-h1.h1-ar {
  direction: rtl;
  font-family: Bahij600, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  text-align: right;
}

.brand_section1 {
  display: none;
  overflow: visible;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#111), to(#111));
  background-image: linear-gradient(180deg, #111, #111);
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.h1-refreshbrand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: AvenirHeavy900, sans-serif;
  color: #fff;
  font-size: 4.6vw;
  line-height: 110%;
  font-weight: 900;
  text-align: center;
}

.h1-refreshbrand.h1-ar {
  font-family: Bahij600, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
}

.brand_section2 {
  position: relative;
  display: none;
  height: 90vh;
  max-height: 780px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#111), to(#111));
  background-image: linear-gradient(180deg, #111, #111);
  color: #fff;
}

.heading-brand {
  font-family: Avenirltstd;
  font-size: 33px;
  line-height: 38px;
  font-weight: 500;
  text-align: left;
}

.bgs {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  height: 100vh;
  background-color: #111;
  opacity: 1;
}

.section_legacy2 {
  display: none;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.paragraph-2 {
  font-size: 33px;
  line-height: 38px;
}

.bg_face {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: none;
  overflow: visible;
  background-image: url('../images/bg_legacy2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
  -o-object-fit: fill;
  object-fit: fill;
}

.bg_agenda {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: transparent;
  background-image: url('../images/bg-72x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.the-dot {
  position: static;
  top: 40px;
  margin-right: 20px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.right-card {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.global_media {
  display: none;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-182x.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
  background-image: url('../images/bg-182x.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
  color: #fff;
}

.cta-container-165m {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.heading-12 {
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
}

.heading-12.heading-global-media {
  line-height: 1.1em;
}

.ceo-overlay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
  color: #fff;
}

.ceo-overlay.snappy {
  display: block;
  height: 100vh;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 20vh;
  padding-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: transparent;
  text-align: left;
}

.heading-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 250px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 70px;
  line-height: 70px;
  font-weight: 900;
  text-align: left;
}

.heading-14.loveto {
  margin-top: 60px;
  margin-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  margin-top: 20px;
  font-family: AvenirBook, sans-serif;
  font-weight: 400;
  text-align: left;
}

.txt_content {
  font-family: Avenirltstd;
}

.tips {
  z-index: 1;
  max-width: 50%;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px;
  background-color: rgba(17, 17, 17, 0.7);
  cursor: default;
}

.tips.media {
  position: static;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  max-width: 80%;
}

.tips.media.keys-left {
  position: relative;
  padding-right: 40px;
  padding-left: 40px;
}

.tips.events {
  max-width: 80%;
}

.tips.events.keys-left {
  position: relative;
  margin-left: 40px;
}

.tips.think {
  max-width: 80%;
}

.tips.think.keys-right {
  position: relative;
  margin-left: 40px;
}

.tips.intl {
  max-width: 80%;
}

.tips.intl.keys-right {
  position: relative;
}

.tips.lab {
  max-width: 80%;
}

.tips.lab.keys-right {
  position: relative;
  margin-left: 40px;
}

.heading-keys-h3 {
  opacity: 1;
  font-family: 'Avenirltstd book';
  font-size: 33px;
  font-weight: 400;
  text-align: left;
}

.heading-keys-h3.h-intl {
  color: #fff;
}

.text-span {
  font-family: Avenirltstd;
  color: #db091e;
  font-weight: 900;
}

.text-span.x {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28ffcf), to(#10b1df));
  background-image: linear-gradient(180deg, #28ffcf, #10b1df);
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-span.txt-think {
  background-image: linear-gradient(245deg, #1cccff, #008fca);
  color: #fff;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.text-span.txt-intl {
  color: #a09e9e;
}

.text-span.txt-lab {
  color: #ffce00;
}

.keys-subtitle {
  font-weight: 900;
  text-align: left;
}

.descriptions {
  position: absolute;
  left: 0%;
  top: 35%;
  right: 0%;
  bottom: auto;
  display: block;
  margin-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  opacity: 1;
  font-family: 'Avenirltstd book';
  font-weight: 400;
  text-align: left;
}

.cards-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.brand_animations {
  position: relative;
  display: block;
  background-color: #111;
}

.brand_animations.snappy {
  min-height: 100vh;
}

.brand_animations.snappy.backup {
  display: none;
}

.brand1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.brand2 {
  height: 100vh;
}

.brand2.load-dot {
  position: relative;
  display: none;
  height: 125vh;
  min-height: 100vh;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #111;
}

.brand3 {
  height: 100vh;
}

.brand3.load-speech {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1741b4;
}

.brand4.load-comma {
  height: 100vh;
}

.agenda_container {
  position: relative;
  background-image: url('../images/bg-72x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.agenda_container.snappy {
  position: static;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/setting_agenda.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/setting_agenda.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.agenda1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.agenda1.agendas {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.agenda1.agendas.snappy {
  position: static;
  background-color: transparent;
}

.agenda2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.agenda2.agendas.snappy {
  background-color: transparent;
}

.brand1_text_wraper {
  margin-top: 0px;
}

.brand2_right {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
  bottom: 0px;
}

.heading-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 33px;
  line-height: 36px;
  font-weight: 500;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80vw;
  margin-right: 40px;
  margin-left: 40px;
  padding-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #bd5959;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.h1-agenda {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: AvenirHeavy900, sans-serif;
  color: #fff;
  font-size: 4.6vw;
  line-height: 110%;
  font-weight: 900;
  text-align: center;
}

.h1-agenda.h1-ar {
  direction: rtl;
  font-family: Bahij600, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
}

.call-to-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h3-65m {
  font-family: AvenirLight300, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 120%;
  font-weight: 300;
}

.h3-65m.h3-ar {
  font-family: Bahij300, sans-serif;
  font-size: 26px;
}

.h3-readers {
  font-family: AvenirLight300, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 120%;
  font-weight: 300;
}

.h3-readers.h3-ar {
  font-family: Bahij300, sans-serif;
  font-size: 1.8vw;
}

.one65m {
  color: #fff;
  font-size: 4.6vw;
  line-height: 110%;
}

.one65m.h1-ar {
  font-family: Bahij600, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
}

.img-circles.c1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.lottie-test {
  display: block;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section {
  position: -webkit-sticky;
  position: sticky;
  height: 100vh;
}

.container.sayidaty-cont {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  opacity: 1;
}

.container.asharq-cont {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image {
  display: block;
}

.animate-logos {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.lottie-wrapper {
  width: 80vw;
  height: 80vh;
}

.legacy_container {
  background-image: url('../images/bg_legacy2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.legacy_container.snappy {
  position: relative;
  display: block;
  overflow: visible;
  background-image: url('../images/legacy_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.legacy_container.snappy.withvideo {
  position: static;
  display: none;
  height: 200vh;
  background-image: none;
}

.legacy1 {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legacy1.legacy-vid {
  position: relative;
}

.legacy-h1 {
  font-family: AvenirHeavy900, sans-serif;
  color: #fff;
  font-size: 4.6vw;
  line-height: 110%;
  font-weight: 900;
  text-align: center;
}

.legacy-h1.h1-ar {
  font-family: Bahij600, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
}

.legacy2 {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.legacy2.legacy-vid {
  position: relative;
}

.h3-legacy {
  font-family: AvenirLight300, sans-serif;
  color: #fff;
  font-size: 2vw;
  line-height: 120%;
  font-weight: 300;
  text-align: center;
}

.h3-legacy.h3-ar {
  direction: rtl;
  font-family: Bahij300, sans-serif;
  font-size: 1.8vw;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.global_media_container {
  background-image: url('../images/bg-182x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.global_media_container.snappy {
  display: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/global_media_bg.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/global_media_bg.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.global_media_container.snappy.v2 {
  display: block;
}

.header_wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1-globalmedia {
  position: static;
  left: 0%;
  top: 50%;
  right: 0%;
  bottom: 50%;
  color: #fff;
  font-size: 4.6vw;
  line-height: 110%;
  font-weight: 900;
  text-align: center;
}

.h1-globalmedia.h1-ar {
  font-family: Bahij600, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
}

.expanding_wrapper {
  display: block;
  min-height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.expanding_wrapper.snappy.v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.h1-expandingto {
  color: #fff;
  font-size: 70px;
  line-height: 1.1em;
  font-weight: 900;
  text-align: center;
}

.news-wrapper-sections {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #111;
}

.news-wrapper-sections.snappy {
  min-height: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.container-wide {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  min-height: 100vh;
  min-width: 35vw;
  background-color: transparent;
  opacity: 1;
}

.bg1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/from-news.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.bg2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/to_lifestyle.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.bg3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/to-sports.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  min-width: 40vw;
  margin-bottom: 150px;
  padding: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: #fff;
}

.content.snappy {
  min-height: 100vh;
  margin-bottom: 0px;
}

.column-images {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.rich-text-block {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.h3-news {
  display: block;
  font-family: AvenirLight300, sans-serif;
  font-size: 2vw;
  line-height: 120%;
  font-weight: 300;
}

.h3-news.h3-ar {
  font-family: Bahij300, sans-serif;
  font-size: 1.8vw;
  line-height: 120%;
}

.rt-block {
  display: block;
  font-family: AvenirLight300, sans-serif;
}

.rt-block.h3-ar {
  font-size: 1.8vw;
  line-height: 140%;
}

.rt-block.h3-en.h3-news h3 {
  font-family: AvenirLight300, sans-serif;
}

.heading-24 {
  display: none;
  font-size: 33px;
  line-height: 33px;
  font-weight: 300;
}

.heading-25 {
  display: none;
  font-size: 33px;
  line-height: 33px;
  font-weight: 500;
}

.news_wrapper {
  display: none;
}

.news-h3 {
  font-size: 33px;
  line-height: 33px;
  font-weight: 500;
}

.news-bgs {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.arab-bg {
  position: absolute;
  min-width: 100%;
  background-image: url('../images/arab-news2x.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.lottie-agenda {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100vw;
  height: 100vh;
  margin-top: 0%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.scroll-snap-wrapper {
  overflow: scroll;
}

.scroll-snap-wrapper.v1 {
  display: none;
}

.srmgroman {
  font-family: AvenirRoman400, sans-serif;
  font-weight: 400;
}

.bg-holder {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 0;
}

.bg-holder.media {
  z-index: -1;
  background-image: url('../images/bg-media.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/bg-media.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0;
}

.bg-holder.bg-events {
  z-index: -1;
  background-image: url('../images/bg-events.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.bg-holder.bg-think {
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bg-think.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg-think.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 0;
}

.bg-holder.bg-int {
  z-index: -1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bg-inter.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg-inter.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 0.01;
}

.bg-holder.bg-lab {
  position: absolute;
  z-index: -1;
  background-image: url('../images/bg-lab.jpg'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: url('../images/bg-lab.jpg'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  opacity: 0.01;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.topnav-container {
  max-width: 100vw;
}

.section_keygrowthv2 {
  display: none;
  min-height: 100vh;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url('../images/bg-key_growth.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.section_keygrowthv2.keyg-ar {
  display: block;
}

.key_growth-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1320px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-wrap {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Bahij600, sans-serif;
  font-weight: 600;
}

.tips-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 135px;
  max-width: 430px;
  min-width: 320px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(17, 17, 17, 0.7);
  cursor: default;
}

.tips-wrapper.tips-think {
  margin-right: 0%;
  margin-left: 15%;
}

.tips-wrapper.tips-think.ar-wrap {
  margin-right: 15%;
  margin-left: 0%;
}

.tips-wrapper.tips-think.tips-think-ar {
  margin-right: 8%;
  margin-left: 0%;
}

.tips-wrapper.tips-media.ar-wrap {
  position: relative;
}

.tips-wrapper.tips-x {
  margin-left: 6%;
}

.tips-wrapper.tips-lab {
  margin-top: 5%;
  margin-left: 10%;
}

.tips-wrapper.tips-lab.ar-wrap {
  margin-right: 10%;
  margin-left: 0%;
}

.tips-wrapper.tips-intl {
  margin-left: 10%;
  padding-left: 25px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.tips-wrapper.tips-intl.ar-wrap {
  margin-right: 10%;
  margin-left: 0%;
}

.tips-wrapper.tips-intl.tips-intl-ar {
  margin-right: 10%;
  margin-left: 0%;
  padding-right: 25px;
}

.tips-titles {
  display: block;
  margin-bottom: 0px;
  font-weight: 300;
}

.tips-titles.tips-titles-ar {
  margin-right: auto;
  margin-left: auto;
}

.h3-srmg {
  font-family: AvenirLight300, sans-serif;
  color: #fff;
  font-size: 1.7vw;
  font-weight: 300;
}

.h3-colors {
  font-family: AvenirBlack900, sans-serif;
  color: #fff;
  font-size: 1.7vw;
  line-height: 120%;
  font-weight: 900;
}

.h3-colors.h3-media {
  color: #db091e;
  line-height: 120%;
}

.h3-colors.h3-x {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#28ffcf), to(#10b1df));
  background-image: linear-gradient(180deg, #28ffcf, #10b1df);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.h3-colors.h3-intl {
  color: #a09e9e;
  line-height: 120%;
}

.h3-colors.h3lab {
  color: #ffce00;
}

.h3-colors.h3-think {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1cccff), to(#008fca));
  background-image: linear-gradient(180deg, #1cccff, #008fca);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tips-front {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tips-front.tips-front-ar {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.tips-back {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 0;
}

.tips-back.media-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/bg-media.jpg');
  background-position: 50% 50%;
  background-size: cover;
  opacity: 0;
}

.tips-back.tips-back-x {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/bg-events.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.tips-back.intl-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bg-inter.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg-inter.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 0;
}

.tips-back.think-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bg-think.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg-think.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  opacity: 0;
}

.tips-back.lab-back {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: url('../images/bg-lab.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0;
}

.srmg-desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 85%;
  min-width: 85%;
  padding-bottom: 0px;
  font-family: AvenirMedium500, sans-serif;
  color: #fff;
  font-size: 1.3vw;
  line-height: 120%;
  font-weight: 500;
}

.srmg-desc.think-desc {
  width: 100%;
}

.srmg-desc.think-desc.p-ar {
  font-family: Bahij400, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  text-align: right;
}

.srmg-desc.think-desc.p-ar.srmg-desc-ar2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.srmg-desc.media-desc.p-ar {
  position: static;
  z-index: auto;
  font-family: Bahij400, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  text-align: right;
}

.srmg-desc.x-desc {
  width: 100%;
}

.srmg-desc.x-desc.p-ar {
  font-size: 1vw;
}

.srmg-desc.lab-desc.p-ar {
  width: 100%;
}

.srmg-desc.p-ar {
  font-family: Bahij400, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  text-align: right;
}

.srmg-long-desc {
  display: block;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: AvenirLight300, sans-serif;
  color: #fff;
  font-size: 1vw;
  line-height: 140%;
  font-weight: 300;
}

.srmg-long-desc.p-ar {
  opacity: 1;
  font-family: Bahij300, sans-serif;
  font-size: 0.85vw;
  text-align: right;
}

.srmg-long-desc.long-desc-ar {
  display: block;
  font-family: Bahij300, sans-serif;
  font-size: 0.85vw;
}

.scene-logo {
  position: relative;
  height: 500vh;
  background-color: #bd1edd;
}

.intro-t1 {
  height: 100%;
  background-color: rgba(255, 0, 0, 0.5);
}

.intro-t1.t2 {
  background-color: #fa6a0a;
}

.intro-t1.t3 {
  background-color: rgba(252, 214, 0, 0.7);
}

.intro-t1.t4 {
  background-color: rgba(39, 109, 18, 0.5);
}

.intro-t1.t5 {
  height: 45vh;
  background-color: rgba(47, 0, 255, 0.5);
}

.spacer-test {
  height: 100vh;
  background-color: #2d558a;
}

.stick-to-this {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  height: 100vh;
}

.imagine-pie-scroll {
  position: relative;
  top: 150vh;
  width: 100%;
  height: 300vh;
  padding-left: 4rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.p-pie {
  position: relative;
}

.p-tarte {
  position: absolute;
}

.imagine-pie-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.imagine-pie-col.pie {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ix-scroll-prompt {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 100vh;
}

.imagine-pie-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #c73131;
}

.pie-slash-fill {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.imagine-pie-torta {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #54ec8f;
  font-size: 7vw;
  line-height: 100%;
  font-weight: 700;
}

.ix-torta {
  position: absolute;
  left: 0%;
  top: 33.33%;
  right: auto;
  bottom: auto;
  height: 33.33%;
}

.ix-pie {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 33.33%;
}

.imagine-pie {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30vw;
  height: 30vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d20be;
}

.p-torta {
  position: absolute;
}

.imagine-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: none;
  overflow: hidden;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-huge {
  font-family: 'Avenir 09';
  color: #fff;
  font-size: 33px;
  line-height: 1.2;
  font-weight: 500;
}

.p-huge.news-h3 {
  font-family: AvenirLight300, sans-serif;
  font-weight: 300;
}

.scene-3 {
  position: relative;
  z-index: 3;
  display: block;
  width: 100%;
  height: 450vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #8437fd;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 129, 119, 0.56)), to(rgba(255, 129, 119, 0)));
  background-image: linear-gradient(90deg, rgba(255, 129, 119, 0.56), rgba(255, 129, 119, 0));
  color: #fff;
}

.h-oversized {
  margin-top: 0px;
  margin-bottom: 2.5rem;
  font-size: 7vw;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.3em;
}

.h-oversized.intro-1 {
  position: relative;
  z-index: 2;
  margin-bottom: 0rem;
}

.h-oversized.intro-2 {
  position: absolute;
  z-index: 1;
  margin-bottom: 0rem;
  opacity: 0.5;
  color: #fff;
  font-size: 8vw;
}

.h-oversized.intro-2.lennon {
  color: #8437fd;
}

.h-oversized.intro-3 {
  position: absolute;
  margin-bottom: 0rem;
  opacity: 0.5;
  color: #e8e9ff;
  font-size: 9vw;
}

.h-oversized.intro-3.lennon {
  opacity: 0.26;
  color: #8437fd;
}

.max80p {
  max-width: 80%;
}

.ix-tarte {
  position: absolute;
  left: 0%;
  top: 66.66%;
  right: auto;
  bottom: auto;
  height: 33.33%;
}

.intro-title-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  cursor: default;
}

.intro-title-wrapper.lennon {
  display: none;
  padding-bottom: 0vh;
}

.pie-part.pp8 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 50%;
  bottom: auto;
  width: 36%;
}

.pie-part.pp4 {
  position: absolute;
  left: 49.5%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 36%;
}

.pie-part.pp5 {
  position: absolute;
  left: auto;
  top: auto;
  right: 50%;
  bottom: 0%;
  width: 36%;
}

.pie-part.pp3 {
  position: absolute;
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 50%;
}

.pie-part.pp2 {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: 49.5%;
  width: 50%;
}

.pie-part.pp1 {
  position: absolute;
  left: 49.5%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 36%;
}

.pie-part.pp7 {
  position: absolute;
  left: auto;
  top: auto;
  right: 50%;
  bottom: 49.5%;
  width: 50%;
}

.pie-part.pp6 {
  position: absolute;
  left: auto;
  top: 50%;
  right: 50%;
  bottom: auto;
  width: 50%;
}

.imagine-lennon {
  display: none;
  width: 40vh;
  opacity: 0.5;
}

.pie-slash {
  position: absolute;
  left: 0%;
  overflow: hidden;
  width: 12vw;
  height: 0.25rem;
  padding-left: 2rem;
  -webkit-transform: translate(0px, 5px);
  -ms-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}

.ix-lennon-imagine-trigger {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 200vh;
}

.logo-animation-section {
  position: relative;
  display: block;
  height: 450vh;
}

.intro-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #dd4d4d;
}

.heading-26 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 82px;
  text-align: center;
}

.logo-scroll {
  position: relative;
  width: 100%;
  height: 300vh;
}

.logo-animate-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-col.text-anim {
  width: 60%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #3129d1;
}

.logo-col.logos-svg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(211, 61, 61, 0.8);
}

.dot-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt-whitebold {
  font-family: AvenirBlack900, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
}

.txt-graymed {
  font-family: AvenirLight300, sans-serif;
  color: #848484;
  font-size: 20px;
  line-height: 26px;
}

.div-block-4 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

.webis-ill-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-urready-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #fff;
  text-align: center;
}

.webis-urready-section.global {
  color: #3c46fb;
}

.webis-compl-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 117%;
  height: 2px;
  background-color: #e8e9ff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.ix-webis-connected {
  position: absolute;
  left: 0%;
  top: 25%;
  right: auto;
  bottom: auto;
  height: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-ill-circle {
  position: absolute;
  right: -3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 7.2%;
  height: 7.2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #e8e9ff;
}

.webis-ill-circle.c3 {
  top: -3.5%;
  right: auto;
}

.webis-ill-circle.c7 {
  top: -3.5%;
  right: auto;
}

.webis-ill-circle.c8 {
  right: auto;
  bottom: -3.5%;
}

.webis-ill-circle.c1 {
  right: -3.5%;
}

.webis-ill-circle.c2 {
  left: -3.5%;
  right: auto;
}

.webis-ill-circle.c5 {
  right: -3.5%;
}

.webis-ill-circle.c4 {
  right: auto;
  bottom: -3.5%;
}

.webis-ill-circle.c6 {
  left: -3.5%;
  right: auto;
}

.webis-ill-circles-wrapper {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-ill-circles-wrapper.sw2 {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hemisphere-east {
  position: absolute;
  right: -9%;
  bottom: 16%;
  z-index: 1;
  width: 73%;
}

.webis-content-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 80%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.webis-content-wrapper.webis {
  height: 70%;
}

.webis-content-wrapper.urready {
  height: 30%;
}

.webis-shootingstar-core {
  position: absolute;
  width: 26%;
  height: 26%;
  border-radius: 50%;
  background-color: #e8e9ff;
}

.ix-webis-global {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-content-section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.webis-content-section.wcs1 {
  height: 25%;
}

.h-huge {
  margin-top: 0px;
  margin-bottom: 3vw;
  font-size: 3.6vw;
  line-height: 1.2;
}

.ix-webis-main {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 75%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hemisphere-east-continents {
  position: relative;
  z-index: 1;
  width: 100%;
}

.webis-ill-shootingstar {
  position: absolute;
  bottom: 41%;
  width: 25%;
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.ix-webis-complex {
  position: absolute;
  left: 0%;
  top: 50%;
  right: auto;
  bottom: auto;
  height: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scene-5 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 800vh;
  padding-top: 50vh;
  padding-right: 4rem;
  padding-left: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #18154c;
  background-image: -webkit-gradient(linear, left top, right top, from(#8437fd), to(rgba(132, 55, 253, 0)));
  background-image: linear-gradient(90deg, #8437fd, rgba(132, 55, 253, 0));
}

.webis-ill {
  position: absolute;
  width: 70vh;
  height: 70vh;
}

.webis-ill.ill4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-ill.ill3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-bg {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 1;
}

.webis-ill-compl-wrapper {
  position: absolute;
}

.webis-ill-compl-wrapper.cw4 {
  width: 200%;
}

.webis-ill-compl-wrapper.cw2 {
  width: 300%;
  height: 300%;
}

.webis-ill-compl-wrapper.cw1 {
  left: 50%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 300%;
  height: 300%;
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.webis-ill-compl-wrapper.cw3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-huge-2 {
  font-size: 2.5vw;
  line-height: 1.2;
}

.webis-compl-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 33.33%;
  height: 33.33%;
  border-style: solid;
  border-width: 2px;
  border-color: #e8e9ff;
  border-radius: 50%;
}

.webis-compl-3 {
  position: absolute;
  left: auto;
  top: auto;
  right: -18%;
  bottom: -18%;
  width: 70%;
  height: 70%;
}

.svg {
  width: 100%;
}

.svg.hryvna {
  position: absolute;
  left: 2%;
}

.ix-webis-uncomplicated {
  position: absolute;
  left: 0%;
  top: 75%;
  right: auto;
  bottom: auto;
  height: 68%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-content-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.webis-ill-shootingstar-wrapper {
  position: absolute;
  top: 11.5%;
  width: 7vh;
  height: 7vh;
}

.webis-bg-gradient {
  position: absolute;
  left: 0%;
  bottom: 0%;
  width: 100%;
  height: 200vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 129, 119, 0)), to(#ff8177));
  background-image: linear-gradient(180deg, rgba(255, 129, 119, 0), #ff8177);
}

.hemisphere-west {
  position: absolute;
  left: -5%;
  bottom: 8%;
  z-index: 1;
  width: 40%;
}

.z-1 {
  position: relative;
  z-index: 1;
}

.webis-globe {
  position: absolute;
  width: 100vh;
  height: 100vh;
  border-radius: 50%;
  background-color: #f5f6fd;
  background-image: radial-gradient(circle farthest-corner at 100% 100%, #e8e9ff, hsla(0, 0%, 100%, 0));
  box-shadow: 0 0 0 21vh rgba(255, 129, 119, 0.15), 0 0 0 14vh rgba(255, 129, 119, 0.15), 0 0 0 7vh rgba(255, 129, 119, 0.15);
}

.webis-globe-wrapper {
  position: absolute;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.all-h3 {
  direction: ltr;
  font-family: AvenirLight300, sans-serif;
  font-size: 2em;
  line-height: 120%;
  font-weight: 300;
  text-align: left;
}

.all-h3.h3-ar {
  direction: rtl;
  font-family: Bahij300, sans-serif;
  font-size: 1.8vw;
  line-height: 120%;
  text-align: right;
}

.lottie-div {
  position: relative;
  display: none;
}

.expand-tips-row.row {
  display: none;
}

.text-row-wrapper.row {
  display: none;
}

.exp-tips-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.sticky-side-nav {
  position: fixed;
  left: auto;
  top: 50%;
  right: 2%;
  bottom: 50%;
  z-index: 99999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.sticky-side-nav.noselect {
  position: fixed;
  left: auto;
  top: 36%;
  right: 2%;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sticky-side-nav.noselect.sticky-nav-ar {
  left: 2%;
  right: auto;
}

.expanding-tips-container-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33.33%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.expand-text-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33.33%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.expand-tips-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33.33%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.expand-tips-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 14vh;
  max-width: 430px;
  min-width: 21.4vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(17, 17, 17, 0.7);
}

.expand-tips-wrapper.business {
  margin: 8% 0% 3% 10%;
  cursor: default;
}

.expand-tips-wrapper.business.wrap-ar {
  margin-right: 10%;
  margin-left: 0%;
}

.expand-tips-wrapper.business.business-ar {
  margin-right: 10%;
  margin-left: 0%;
}

.expand-tips-wrapper.life {
  margin: 8% 0% 3% 10%;
}

.expand-tips-wrapper.life.wrap-ar {
  margin-right: 10%;
  margin-left: 0%;
}

.expand-tips-wrapper.life.life-ar {
  margin-right: 10%;
  margin-left: 0%;
}

.h1-expanding {
  font-size: 4.6vw;
  text-align: center;
}

.h1-expanding.h1-ar {
  font-family: Bahij600, sans-serif;
  font-size: 3.5vw;
  line-height: 120%;
  font-weight: 600;
}

.h1-expanding.h1-expanding-mob {
  display: none;
}

.expanding-h3s {
  font-family: AvenirMedium500, sans-serif;
  font-weight: 500;
}

.expanding-h3s.h3-ar {
  font-family: Bahij400, sans-serif;
  font-weight: 400;
}

.front-tips {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0%;
  margin-left: 8%;
}

.front-tips.front-tips-ar {
  display: block;
  margin-right: 5%;
  margin-left: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.back-tips {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8%;
  margin-left: 8%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  font-family: AvenirLight300, sans-serif;
  font-size: 1.2vw;
  line-height: 140%;
  font-weight: 300;
}

.back-tips.back-tips-ar {
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0%;
  margin-left: 0%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  opacity: 0;
}

.p-tips {
  margin-bottom: 0px;
  padding-right: 0%;
  padding-left: 0%;
  opacity: 1;
  color: #fff;
  font-size: 1.1vw;
  line-height: 110%;
  font-weight: 300;
  cursor: default;
}

.p-tips.p-ar {
  font-family: Bahij300, sans-serif;
  font-size: 16px;
}

.p-tips.p-tips-ar {
  margin-bottom: 0px;
  padding: 10px 5%;
  font-family: Bahij300, sans-serif;
  font-size: 1vw;
  font-weight: 300;
}

.footer-section {
  position: static;
  z-index: 10;
  display: block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  clear: both;
  background-color: transparent;
}

.footer-section.snappy {
  margin-top: 20px;
  padding-top: 20px;
}

.footer-section.footer-out {
  display: none;
}

.top-arrow-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.arrow-visit-site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-wrap {
  display: block;
  background-color: transparent;
}

.footer-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1320px;
  background-color: rgba(17, 17, 17, 0.7);
}

.footer-container.topnav-container {
  max-width: 100vw;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  background-color: transparent;
}

.arrow-top-wrapper {
  background-color: transparent;
}

.visit-site-wrap {
  background-color: transparent;
}

.legacy_video {
  position: static;
}

.bg-video {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
}

.legacy-video {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: auto;
  min-height: 100vh;
}

.video-sticky {
  position: static;
  top: 10px;
  z-index: -1;
  display: block;
  overflow: visible;
  height: 200vh;
  float: none;
  clear: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-wrapper-mobile {
  display: none;
}

.heritage-video {
  top: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-bottom: -100px;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.keygrowth-video {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 50px;
}

.keygrowth-video.snappy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  opacity: 1;
}

.srmg-logo {
  display: block;
  background-color: #00a7e1;
}

.animation-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-texts {
  width: 40%;
  height: 100vh;
  background-color: #db091e;
}

.logo-images {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  width: 60%;
  height: 100vh;
  background-color: #ffce00;
}

.dot-con {
  height: 100vh;
  background-color: #a09e9e;
}

.speech-con {
  height: 100vh;
  background-color: #fff;
}

.comma-con {
  height: 100vh;
  background-color: #00a7e1;
}

.tips-icon {
  position: absolute;
  left: -5%;
  top: -20%;
  right: auto;
  bottom: auto;
  z-index: 2;
}

.tips-icon.news-icon {
  left: auto;
  top: -20%;
  right: -5%;
  bottom: auto;
}

.tips-icon.news-icon.tips-icon-ar {
  left: -5%;
  right: auto;
}

.tips-icon.sports-icon {
  left: auto;
  top: -20%;
  right: -5%;
  bottom: auto;
}

.tips-icon.tips-icon-ar {
  left: auto;
  right: -5%;
}

.brand-3 {
  position: relative;
  height: 400vh;
}

.brand-3.snappy {
  height: auto;
}

.logo-lottie {
  position: relative;
  top: 0px;
  z-index: 0;
  width: 70vw;
  margin-top: 100px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.logo-lottie.mobile {
  width: auto;
  height: 300px;
}

.logo-lottie.logo-lottie-mob {
  display: none;
}

.steps {
  position: relative;
  z-index: 1;
  height: 100vh;
  background-color: transparent;
}

.steps.snappy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.steps.snappy.last-step {
  display: block;
  background-color: transparent;
}

.logo-lottie-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.logo-lottie-wrapper.snappy {
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-lottie-wrapper.snappy {
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p1 {
  font-family: AvenirBook, sans-serif;
  color: #111;
  font-weight: 400;
}

.logo-txt-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.step1-txt.all-h3 {
  display: block;
  white-space: normal;
}

.step1-txt.all-h3.snappy {
  display: block;
}

.step2-txt.snappy {
  display: block;
  width: 100%;
}

.step3-txt {
  margin-bottom: 0px;
}

.step3-txt.sub2 {
  margin-top: 0px;
}

.txts-containers {
  display: block;
  max-width: 1140px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.txts-containers.snappy {
  display: none;
}

.strat-text {
  position: absolute;
  left: 15%;
  top: 50%;
  right: auto;
  bottom: auto;
  width: 33%;
}

.txt-wrappers {
  max-width: 1140px;
  min-width: 75%;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.footertxts {
  display: block;
  margin-top: 10px;
  font-family: AvenirBook, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.footertxts:hover {
  color: #848484;
}

.footertxts.visit {
  display: inline-block;
  margin-top: 0px;
  margin-right: 15px;
  margin-left: 15px;
}

.footertxts.visit.back-ar {
  font-family: Bahij300, sans-serif;
}

.footertxts.visit.footerar {
  font-weight: 300;
}

.footertxts.footerar {
  font-family: Bahij300, sans-serif;
}

.totop {
  margin-bottom: 0px;
}

.footerlinks {
  position: relative;
  z-index: 10;
  margin-right: 10px;
  margin-left: 10px;
  text-decoration: none;
}

.footerlinks:hover {
  color: #848484;
}

.footerlinks.back-links {
  margin-left: 0px;
}

.image-3 {
  display: inline;
}

.logodesc-wrapper {
  display: none;
  float: left;
}

.logo-subtxts {
  display: none;
  text-align: left;
}

.boldwhite-span {
  font-family: AvenirHeavy900, sans-serif;
  font-size: 20px;
}

.grey-span {
  color: #848484;
  font-size: 20px;
  line-height: 0.8em;
}

.sidedots {
  display: inline-block;
  height: 20px;
  min-width: 60px;
  float: none;
  clear: none;
  background-color: transparent;
  font-family: AvenirLight300, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}

.sidedots.w--current {
  height: 20px;
}

.sidedots.sidedots-ar {
  text-align: left;
}

.txtsidenav {
  display: inline-block;
  padding-right: 10px;
  padding-left: 0px;
  font-family: AvenirLight300, sans-serif;
  font-size: 0.5em;
  font-weight: 300;
  text-align: right;
}

.txtsidenav.txtsidenav-ar {
  padding-right: 0px;
  padding-left: 10px;
  font-family: Bahij300, sans-serif;
}

.image-4 {
  display: inline;
  float: right;
}

.imgdots {
  height: 10px;
}

.brand-mobile {
  display: none;
}

.ceo-image {
  display: none;
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
}

.yt-msg {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.video-msg {
  background-color: transparent;
}

.video-wrap {
  display: block;
  max-width: 65%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-ceoname {
  margin-top: 10px;
  font-family: AvenirBook, sans-serif;
  font-size: 1.2vw;
  line-height: 120%;
  font-weight: 400;
  text-align: center;
}

.p-ceoname.ceo-ar {
  font-family: Bahij300, sans-serif;
}

.snap-container {
  position: static;
  display: none;
  overflow: scroll;
}

.trigger-logo1 {
  width: 1px;
  height: 1px;
  font-family: AvenirLight300, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.navbar-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
}

.ceo-wrapper {
  background-color: transparent;
}

.main {
  margin-top: 60px;
  margin-bottom: auto;
}

.container-library {
  max-width: 1140px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-left: 20px;
}

.body-media {
  background-color: #111;
}

.body-media.body-media-ar {
  direction: rtl;
  font-family: Bahij300, sans-serif;
  color: #fff;
  font-weight: 300;
}

.back-nav {
  margin-bottom: 20px;
}

.download-txt-wrapper {
  margin: 40px auto;
}

.h1-download {
  font-size: 3.6vw;
}

.h1-download.h1-dl-ar {
  font-family: Bahij600, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
}

.media-grid {
  margin-top: 0px;
  margin-bottom: 0px;
  grid-auto-flow: row;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.media-grid.beta {
  grid-column-gap: 32px;
}

.libray-container {
  display: block;
  background-color: transparent;
}

.libray-container.black-logo {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
}

.libray-container.white-logo {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.libray-container.story {
  display: block;
  background-color: transparent;
}

.icons {
  display: block;
  margin: auto;
}

.image-6 {
  display: block;
  margin: auto;
}

.image-7 {
  background-color: #fff;
}

.image-8 {
  display: block;
  margin: auto;
}

.image-9 {
  margin: auto;
}

.back-link {
  display: inline;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.image-10 {
  display: block;
}

.medialib-txts {
  margin-top: 10px;
  margin-left: 0px;
  color: #fff;
  font-size: 0.8vw;
  line-height: 140%;
}

.trigger-logo-mob {
  width: 1px;
  height: 1px;
}

.brand-mobile-ar {
  display: none;
}

.test-main {
  height: 100vh;
  background-color: #111;
}

.btn-tests {
  margin-top: 40px;
}

.div-test {
  height: 30vh;
  margin-top: 100px;
  background-color: #00a7e1;
}

.btn-container {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #a09e9e;
}

.body-tests {
  background-color: transparent;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.spacer-footer {
  height: 10px;
}

.youtube-ar {
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 1920px) {
  h3 {
    font-family: AvenirBook, sans-serif;
    font-weight: 400;
  }

  .heading.body-h1 {
    font-size: 4vw;
    line-height: 110%;
  }

  .heading.body-h1.h1-ar {
    font-size: 3.1vw;
  }

  .h1-section2._50yrs.body-h1 {
    font-size: 4vw;
    line-height: 110%;
  }

  .h1-section2._50yrs.body-h1.h1-ar {
    font-size: 3.1vw;
  }

  .h1-authentic.body-h1 {
    font-size: 4vw;
    line-height: 110%;
  }

  .h1-authentic.body-h1.h1-ar {
    font-size: 3.1vw;
  }

  .h1-pioneer {
    font-size: 4vw;
  }

  .h1-pioneer.h1-ar {
    font-size: 3.1vw;
    line-height: 110%;
  }

  .h1-bringnews {
    font-size: 4vw;
  }

  .h1-bringnews.h1-ar {
    font-size: 3.1vw;
    line-height: 130%;
  }

  .h3-platform.h3-ar {
    font-size: 1.6vw;
  }

  .keyg-h1 {
    font-size: 4vw;
  }

  .keyg-h1.h1-ar {
    font-size: 2.6vw;
  }

  .h1-refreshbrand {
    font-size: 4vw;
  }

  .h1-refreshbrand.h1-ar {
    font-size: 3.1vw;
  }

  .ceo-overlay.snappy {
    height: 100vh;
  }

  .h1-agenda {
    font-size: 4vw;
  }

  .h1-agenda.h1-ar {
    font-size: 3.1vw;
  }

  .h3-65m.h3-ar {
    font-size: 1.6vw;
  }

  .h3-readers.h3-ar {
    font-size: 1.6vw;
  }

  .one65m {
    font-size: 4vw;
  }

  .one65m.h1-ar {
    font-size: 3.1vw;
  }

  .legacy-h1 {
    font-size: 4vw;
  }

  .legacy-h1.h1-ar {
    font-size: 3.1vw;
    line-height: 110%;
  }

  .h3-legacy.h3-ar {
    font-size: 1.6vw;
  }

  .h1-globalmedia {
    font-size: 4vw;
  }

  .h1-globalmedia.h1-ar {
    font-size: 3.1vw;
  }

  .rt-block {
    font-weight: 300;
  }

  .rt-block.h3-ar {
    font-family: Bahij300, sans-serif;
  }

  .title-wrap.title-wrap-ar {
    text-align: left;
  }

  .tips-front {
    display: block;
  }

  .tips-back.media-back {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bg-media.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg-media.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    opacity: 0;
  }

  .tips-back.tips-back-x {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bg-events.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg-events.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    opacity: 0;
  }

  .tips-back.intl-back {
    opacity: 0;
  }

  .tips-back.think-back {
    opacity: 0;
  }

  .tips-back.lab-back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/bg-lab.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/bg-lab.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    opacity: 0;
  }

  .srmg-desc {
    font-size: 1.15vw;
  }

  .srmg-desc.think-desc {
    font-size: 1.15vw;
  }

  .srmg-desc.think-desc.p-ar {
    font-size: 0.85vw;
  }

  .srmg-desc.media-desc {
    font-size: 1.15vw;
    line-height: 120%;
  }

  .srmg-long-desc {
    padding-top: 10px;
    opacity: 1;
    font-size: 1vw;
    line-height: 110%;
  }

  .all-h3 {
    font-size: 2vw;
    line-height: 120%;
  }

  .all-h3.h3-ar {
    font-size: 1.6vw;
  }

  .sticky-side-nav.noselect.sticky-nav-ar {
    left: 2%;
    right: auto;
  }

  .expand-tips-wrapper.business.business-ar {
    margin-right: 10%;
  }

  .h1-expanding {
    font-size: 4vw;
  }

  .h1-expanding.h1-ar {
    font-size: 3.1vw;
  }

  .front-tips {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 8%;
  }

  .back-tips {
    margin-right: 8%;
    margin-left: 8%;
    opacity: 0;
  }

  .p-tips {
    font-size: 1vw;
    line-height: 110%;
  }

  .keygrowth-video.snappy {
    height: 100vh;
    min-height: auto;
  }

  .sidedots.sidedots-ar {
    direction: rtl;
    text-align: left;
  }

  .txtsidenav.txtsidenav-ar {
    padding-right: 0px;
    padding-left: 10px;
  }

  .p-ceoname {
    margin-top: 20px;
  }

  .h1-download {
    font-size: 4vw;
  }

  .medialib-txts {
    font-size: 0.85vw;
  }
}

@media screen and (max-width: 991px) {
  h3 {
    font-size: 2.4vw;
  }

  .sticky-nav {
    background-color: transparent;
  }

  .heading.body-h1 {
    font-size: 5vw;
  }

  .heading.body-h1.h1-ar {
    font-size: 5vw;
  }

  .h1-section2._50yrs {
    font-size: 3em;
    line-height: 1.2em;
  }

  .h1-section2._50yrs.body-h1 {
    font-size: 5vw;
  }

  .h1-authentic {
    font-size: 3em;
    line-height: 1.2em;
  }

  .h1-authentic.body-h1 {
    font-size: 5vw;
  }

  .h1-authentic.body-h1.h1-mobile {
    display: none;
  }

  .h1-pioneer {
    font-size: 5vw;
  }

  .h1-bringnews {
    font-size: 5vw;
  }

  .h3-platform {
    font-size: 2.4vw;
  }

  .keyg-h1 {
    font-size: 5vw;
    text-align: left;
  }

  .h1-refreshbrand {
    font-size: 5vw;
  }

  .ceo-overlay.snappy {
    height: auto;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .brand_animations {
    background-color: #111;
  }

  .brand2.load-dot {
    height: 100vh;
    background-color: transparent;
  }

  .brand1_text_wraper {
    margin-top: 0px;
  }

  .h1-agenda {
    font-size: 5vw;
  }

  .h3-65m {
    font-size: 2.4vw;
  }

  .h3-readers {
    font-size: 2.4vw;
  }

  .one65m {
    font-size: 5vw;
    font-weight: 500;
  }

  .lottie-wrapper {
    width: 100vw;
    height: auto;
  }

  .legacy-h1 {
    font-size: 5vw;
  }

  .h3-legacy {
    font-size: 2.4vw;
  }

  .h1-globalmedia {
    font-size: 5vw;
  }

  .h1-expandingto {
    font-size: 60px;
    text-align: center;
  }

  .sidebar {
    min-width: 45vw;
  }

  .content {
    min-width: 25vw;
  }

  .h3-news {
    font-size: 2.4vw;
  }

  .rt-block {
    font-size: 2.4vw;
  }

  .section_keygrowthv2 {
    display: none;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .key_growth-container {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .title-wrap {
    display: block;
    margin-right: 5%;
    margin-bottom: 40px;
    margin-left: 0%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: AvenirHeavy900, sans-serif;
    font-weight: 900;
  }

  .tips-wrapper.tips-think {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 5%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .tips-wrapper.tips-think.ar-wrap {
    margin-right: 5%;
  }

  .tips-wrapper.tips-think.tips-think-ar.tips-wrapper-ar {
    margin-right: 0%;
  }

  .tips-wrapper.tips-media {
    margin-bottom: 45px;
    margin-left: 5%;
  }

  .tips-wrapper.tips-media.ar-wrap {
    margin-right: 5%;
    margin-left: 0%;
  }

  .tips-wrapper.tips-x {
    margin-bottom: 45px;
    margin-left: 5%;
  }

  .tips-wrapper.tips-x.ar-wrap {
    margin-right: 5%;
    margin-left: 0%;
  }

  .tips-wrapper.tips-lab {
    margin-top: auto;
    margin-bottom: 40px;
    margin-left: 5%;
  }

  .tips-wrapper.tips-lab.ar-wrap {
    margin-right: 5%;
  }

  .tips-wrapper.tips-intl {
    margin-bottom: 10px;
    margin-left: 5%;
  }

  .tips-wrapper.tips-intl.ar-wrap {
    margin-right: 5%;
  }

  .h3-srmg {
    font-size: 2.4vw;
  }

  .h3-colors.h3-media {
    font-size: 2.4vw;
  }

  .h3-colors.h3-x {
    font-size: 2.4vw;
  }

  .h3-colors.h3-intl {
    font-size: 2.4vw;
  }

  .h3-colors.h3lab {
    font-size: 2.4vw;
  }

  .h3-colors.h3-think {
    font-size: 2.4vw;
  }

  .srmg-desc {
    font-size: 1.4vw;
  }

  .srmg-desc.think-desc {
    font-size: 1.4vw;
  }

  .srmg-desc.media-desc {
    font-size: 1.4vw;
  }

  .srmg-desc.x-desc {
    font-size: 1.4vw;
  }

  .srmg-long-desc {
    font-size: 1.4vw;
  }

  .imagine-pie-scroll {
    padding-left: 2rem;
  }

  .imagine-pie-torta {
    font-size: 3rem;
  }

  .p-huge {
    font-size: 1.5rem;
  }

  .pie-slash {
    padding-left: 1rem;
  }

  .image-2 {
    width: 98px;
    height: 98px;
    max-width: 98px;
  }

  .webis-urready-section {
    width: 80%;
  }

  .h-huge {
    font-size: 3rem;
  }

  .scene-5 {
    padding-right: 2rem;
    padding-left: 2rem;
  }

  .webis-ill {
    width: 60vw;
    height: 60vw;
  }

  .p-huge-2 {
    font-size: 1.5rem;
  }

  .webis-ill-shootingstar-wrapper {
    width: 5rem;
    height: 5rem;
  }

  .webis-globe {
    width: 120vw;
    height: 120vw;
  }

  .all-h3 {
    font-size: 2.4vw;
    font-weight: 300;
  }

  .all-h3.h3-ar {
    font-size: 2.4vw;
  }

  .sticky-side-nav {
    display: none;
    width: 160px;
  }

  .sticky-side-nav.noselect {
    display: none;
  }

  .expanding-tips-container-top {
    display: block;
  }

  .expand-tips-bottom {
    display: block;
  }

  .expand-tips-wrapper.business {
    margin-left: 0%;
  }

  .expand-tips-wrapper.life {
    margin-left: 0%;
  }

  .h1-expanding {
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 5vw;
    line-height: 1.2em;
  }

  .news-wrapper-mobile {
    display: none;
  }

  .heritage-video {
    padding-right: 20px;
    padding-left: 20px;
  }

  .keygrowth-video {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo-lottie {
    width: 90vw;
    background-color: transparent;
  }

  .logo-lottie-wrapper.snappy {
    background-color: transparent;
  }

  .logo-lottie-wrapper.snappy {
    background-color: transparent;
  }

  .sidedots {
    min-height: 20px;
    min-width: 130px;
  }

  .brand-mobile {
    display: none;
  }

  .ceo-image {
    max-width: 85%;
  }

  .video-wrap {
    width: 80vw;
  }

  .p-ceoname {
    font-size: 1.4vw;
  }

  .media-grid {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .media-grid.beta {
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .medialib-txts {
    font-size: 1.4vw;
  }

  .brand-mobile-ar {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .hero-overlay {
    padding: 40px 20px;
  }

  .section2 {
    padding: 40px 20px;
  }

  .section3 {
    padding: 40px 20px;
  }

  .section4 {
    padding: 40px 20px;
  }

  .section_agenda {
    padding: 40px 20px;
  }

  .section_legacy {
    padding: 40px 20px;
  }

  .section_bring_news {
    padding: 40px 20px;
  }

  .section_key_growth {
    padding: 40px 20px;
  }

  .brand_section1 {
    padding: 40px 20px;
  }

  .brand_section2 {
    padding: 40px 20px;
  }

  .section_legacy2 {
    padding: 40px 20px;
  }

  .global_media {
    padding: 40px 20px;
  }

  .ceo-overlay {
    padding: 40px 20px;
  }

  .cards-section {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .brand1_text_wraper {
    margin-top: 0px;
  }

  .call-to-action {
    padding: 40px 20px;
  }

  .imagine-pie-scroll {
    top: 100vh;
    padding-left: 1rem;
  }

  .imagine-pie-torta {
    font-size: 2.5rem;
  }

  .p-huge {
    font-size: 1.2rem;
  }

  .scene-3 {
    height: 400vh;
  }

  .h-oversized.intro-1.p-gradient-1 {
    font-size: 10vw;
  }

  .h-oversized.intro-2 {
    font-size: 12vw;
  }

  .h-oversized.intro-3 {
    font-size: 14vw;
  }

  .max80p {
    max-width: 100%;
  }

  .webis-urready-section {
    width: 100%;
  }

  .h-huge {
    font-size: 2rem;
  }

  .webis-ill {
    width: 70vw;
    height: 70vw;
  }

  .p-huge-2 {
    font-size: 1.2rem;
  }

  .webis-ill-shootingstar-wrapper {
    width: 4rem;
    height: 4rem;
  }

  .sticky-side-nav {
    display: none;
  }

  .sticky-side-nav.noselect {
    display: none;
  }

  .logo-lottie {
    background-color: transparent;
  }

  .media-grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .media-grid.beta {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }
}

@media screen and (max-width: 479px) {
  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    justify-items: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px none #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px none #c4c4c4;
  }

  .nav-link.w--current {
    border-top-style: none;
  }

  .hero-overlay {
    background-image: url('../images/bg-02x.jpg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent));
    background-image: url('../images/bg-02x.jpg'), linear-gradient(180deg, transparent, transparent);
    background-repeat: no-repeat, repeat;
    background-attachment: scroll, scroll;
  }

  .hero-overlay.snappy {
    display: none;
    margin-top: -100px;
  }

  .centered-container {
    text-align: left;
  }

  .heading.body-h1 {
    font-size: 10vw;
    line-height: 50px;
  }

  .heading.body-h1.h1-ar {
    font-size: 8vw;
    line-height: 120%;
  }

  .paragraph {
    font-size: 20px;
    line-height: 25px;
  }

  .h1-section2._50yrs {
    font-size: 40px;
    line-height: 50px;
  }

  .h1-section2._50yrs.h1-ar {
    font-size: 40px;
    line-height: 50px;
  }

  .h1-section2._50yrs.body-h1 {
    font-size: 10vw;
  }

  .h1-section2._50yrs.body-h1.h1-ar {
    font-size: 8vw;
    line-height: 120%;
  }

  .h1-authentic {
    font-size: 40px;
    line-height: 50px;
    text-align: left;
  }

  .h1-authentic.body-h1 {
    display: none;
    font-size: 10vw;
  }

  .h1-authentic.body-h1.h1-mobile {
    display: block;
  }

  .h1-authentic.body-h1.h1-mobile.h1-ar {
    font-size: 8vw;
  }

  .h1-authentic.h1-ar {
    font-size: 40px;
    line-height: 50px;
  }

  .h1-pioneer {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  .h1-pioneer.h1-ar {
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
  }

  .h1-pioneer.h1-ar.h1-mobile {
    font-size: 8vw;
    line-height: 120%;
  }

  .section_bring_news.snappy {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h1-bringnews {
    display: none;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  .h1-bringnews.h1-ar {
    font-size: 40px;
  }

  .h1-bringnews.h1-bringnewsmob {
    display: block;
    line-height: 120%;
  }

  .h1-bringnews.h1-bringnewsmob.h1-arbring {
    font-family: Bahij600, sans-serif;
    font-size: 8vw;
    font-weight: 600;
  }

  .h3-platform {
    font-family: AvenirLight300, sans-serif;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    text-align: center;
  }

  .h3-platform.h3-ar {
    font-size: 23px;
  }

  .keyg-h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .keyg-h1.h1-ar {
    font-size: 8vw;
    line-height: 120%;
  }

  .h1-refreshbrand {
    font-size: 10vw;
  }

  .h1-refreshbrand.h1-ar {
    font-size: 8vw;
  }

  .cta-container-165m {
    text-align: left;
  }

  .ceo-overlay.snappy {
    height: 80vh;
    padding-top: 18vh;
  }

  .heading-14.loveto {
    font-size: 40px;
    line-height: 50px;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .brand1_text_wraper {
    margin-top: 0px;
  }

  .h1-agenda {
    font-size: 40px;
    line-height: 50px;
  }

  .h1-agenda.h1-ar {
    font-size: 8vw;
    line-height: 110%;
  }

  .h3-65m {
    padding-right: 40px;
    padding-left: 40px;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .h3-65m.h3-ar {
    font-size: 5vw;
    line-height: 110%;
  }

  .h3-readers {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }

  .h3-readers.h3-ar {
    font-size: 5vw;
  }

  .one65m {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  .one65m.h1-ar {
    font-size: 8vw;
    line-height: 120%;
  }

  .legacy_container {
    background-position: 50% 50%;
  }

  .legacy-h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .legacy-h1.h1-ar {
    font-size: 8vw;
    line-height: 120%;
  }

  .h3-legacy {
    padding-right: 15px;
    padding-left: 15px;
    font-family: AvenirLight300, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .h3-legacy.h3-ar {
    font-size: 5vw;
    line-height: 120%;
  }

  .h1-globalmedia {
    font-size: 10vw;
    line-height: 110%;
    text-align: center;
  }

  .h1-globalmedia.h1-ar {
    font-size: 8vw;
  }

  .expanding_wrapper.snappy.v2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .h1-expandingto {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }

  .news-wrapper-sections.snappy {
    display: none;
  }

  .row-flex {
    display: block;
  }

  .sidebar {
    position: relative;
    overflow: hidden;
    min-height: 50vh;
  }

  .column-images.colum-news-images {
    display: block;
  }

  .rich-text-block {
    display: block;
  }

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

  .h3-news {
    display: block;
    font-size: 23px;
    line-height: 27px;
  }

  .rt-block {
    display: block;
  }

  .heading-24 {
    display: none;
  }

  .title-wrap {
    margin-bottom: 40px;
  }

  .title-wrap.title-wrap-ar {
    margin-right: 0%;
  }

  .tips-wrapper.tips-think {
    min-width: 320px;
    margin-left: 0%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tips-wrapper.tips-think.tips-think-ar.tips-wrapper-ar {
    margin-right: 0%;
  }

  .tips-wrapper.tips-media {
    min-width: 320px;
    margin-left: 0%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tips-wrapper.tips-media.tips-wrapper-ar {
    margin-right: 0px;
    margin-left: 0px;
  }

  .tips-wrapper.tips-x {
    min-width: 320px;
    margin-left: 0%;
  }

  .tips-wrapper.tips-lab {
    min-width: 320px;
    margin-left: 0%;
  }

  .tips-wrapper.tips-intl {
    min-width: 320px;
    margin-left: 0%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .tips-wrapper.tips-intl.tips-intl-ar.tips-wrapper-ar {
    margin-right: 0%;
  }

  .tips-titles {
    font-size: 23px;
    line-height: 30px;
    font-weight: 300;
  }

  .h3-srmg {
    font-size: 23px;
  }

  .h3-srmg.h3-srmg-ar {
    font-family: Bahij300, sans-serif;
    font-size: 8vw;
    line-height: 110%;
    font-weight: 300;
  }

  .h3-colors.h3-media {
    font-size: 23px;
  }

  .h3-colors.h3-media.h3-colors-ar {
    font-size: 8vw;
  }

  .h3-colors.h3-x {
    font-size: 23px;
  }

  .h3-colors.h3-intl {
    font-size: 23px;
  }

  .h3-colors.h3lab {
    font-size: 23px;
  }

  .h3-colors.h3-think {
    font-size: 23px;
  }

  .h3-colors.h3-think.h3-colors-ar {
    font-size: 8vw;
  }

  .tips-back.intl-back {
    opacity: 0;
  }

  .srmg-desc {
    width: 100%;
    font-family: AvenirLight300, sans-serif;
    font-size: 5vw;
    font-weight: 300;
  }

  .srmg-desc.think-desc {
    font-size: 20px;
  }

  .srmg-desc.think-desc.p-ar.srmg-desc-ar2 {
    font-family: Bahij400, sans-serif;
    font-size: 3.5vw;
  }

  .srmg-desc.media-desc {
    font-size: 5vw;
  }

  .srmg-desc.media-desc.p-ar.srmg-desc-ar2 {
    font-size: 3.5vw;
  }

  .srmg-desc.x-desc {
    font-size: 5vw;
  }

  .srmg-desc.lab-desc {
    width: 100%;
  }

  .srmg-desc.p-ar.srmg-desc-ar2 {
    font-size: 3.5vw;
  }

  .srmg-long-desc {
    margin-bottom: 0px;
  }

  .srmg-long-desc.p-ar {
    font-size: 3.5vw;
  }

  .srmg-long-desc.long-desc-ar {
    font-size: 3.5vw;
    line-height: 110%;
  }

  .imagine-pie-torta {
    font-size: 2rem;
  }

  .p-huge {
    font-size: 1.1rem;
  }

  .pie-slash {
    width: 8vw;
    padding-left: 0rem;
  }

  .h-huge {
    font-size: 1.75rem;
  }

  .p-huge-2 {
    font-size: 1.1rem;
  }

  .all-h3 {
    font-size: 7.4vw;
    font-weight: 300;
  }

  .all-h3.h3-ar {
    font-size: 5vw;
    line-height: 120%;
  }

  .sticky-side-nav.noselect {
    position: static;
    top: 50%;
    bottom: auto;
    display: none;
  }

  .expand-tips-wrapper.sports {
    width: 90vw;
    height: 100px;
    max-width: 95vw;
    min-width: 90vw;
    margin-bottom: 8%;
  }

  .expand-tips-wrapper.business {
    width: 90vw;
    height: 100px;
    max-width: 95vw;
    min-width: 90vw;
  }

  .expand-tips-wrapper.business.business-ar {
    margin-right: 0%;
    margin-left: 10%;
  }

  .expand-tips-wrapper.news {
    height: 100px;
    max-width: 95vw;
    min-width: 90vw;
    margin-bottom: 8%;
  }

  .expand-tips-wrapper.life {
    height: 100px;
    max-width: 95vw;
    min-width: 90vw;
    margin-bottom: 8%;
  }

  .expand-tips-wrapper.life.life-ar {
    margin-right: 0%;
    margin-left: 10%;
  }

  .h1-expanding {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 8vw;
    line-height: 110%;
  }

  .h1-expanding.h1-ar {
    font-size: 40px;
  }

  .h1-expanding.h1-ar.h1-expanding-mob {
    display: block;
    font-size: 8vw;
  }

  .h1-expanding.h1-expanding-mob {
    display: block;
  }

  .expanding-h3s {
    font-size: 23px;
  }

  .expanding-h3s.h3-ar {
    font-size: 8vw;
  }

  .p-tips.p-tips-ar {
    font-size: 3.5vw;
  }

  .footer-section {
    margin-top: 40px;
  }

  .news-wrapper-mobile {
    display: block;
  }

  .fromnews {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/from-news.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/from-news.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .fromnews.snappy {
    height: 70vh;
  }

  .tolifestyle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/to_lifestyle.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/to_lifestyle.jpg');
    background-position: 0px 0px, 50% 0%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .tolifestyle.snappy {
    height: 70vh;
  }

  .mobileh3 {
    font-family: AvenirLight300, sans-serif;
    text-align: center;
  }

  .mobileh3.h3-ar {
    font-family: Bahij300, sans-serif;
    font-size: 5vw;
    line-height: 120%;
    font-weight: 300;
  }

  .tosports {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/to-sports.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/to-sports.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .tosports.snappy {
    height: 70vh;
  }

  .tips-icon {
    left: -10px;
    top: -15%;
    width: 35px;
    height: 35px;
  }

  .tips-icon.news-icon {
    right: 0%;
  }

  .tips-icon.sports-icon {
    right: 0%;
  }

  .brand-3.snappy {
    display: none;
  }

  .logo-lottie {
    display: block;
    width: 100vw;
  }

  .logo-lottie.mobile {
    height: 50vh;
  }

  .logo-lottie.logo-lottie-mob {
    display: block;
  }

  .logo-lottie-wrapper.snappy {
    top: 15vh;
    display: none;
  }

  .logo-lottie-wrapper.snappy.mobile {
    top: 10vh;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .logo-lottie-wrapper.snappy {
    top: 15vh;
    display: block;
  }

  .logo-lottie-wrapper.snappy.mobile {
    top: 10vh;
    z-index: 1;
    display: block;
  }

  .txts-containers {
    max-width: 90%;
  }

  .txt-wrappers {
    max-width: 85vw;
  }

  .brand-mobile {
    position: relative;
    display: none;
  }

  .ceo-image {
    max-width: 100%;
  }

  .video-wrap {
    width: 90vw;
    max-width: 100%;
  }

  .lottie-mobile {
    background-color: transparent;
  }

  .lottie-mobile.lottie-mob-ar {
    background-color: transparent;
  }

  .media-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .medialib-txts {
    font-size: 3.4vw;
  }

  .steps-mobile {
    position: relative;
    z-index: 1;
    height: 100vh;
  }

  .brand-mobile-ar {
    position: relative;
    display: block;
  }

  .mobile-steps {
    height: 100vh;
  }

  .mobile-steps.final-step-mob {
    height: 50vh;
  }

  .mob-s2 {
    background-color: transparent;
  }
}

#w-node-_66d20470-27de-b223-ec77-701d3cc08916-1b6d355b {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e8c0eedf-113c-97f7-3db6-362091e452f9-7563d04c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_66d20470-27de-b223-ec77-701d3cc08916-ba478636 {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-e8c0eedf-113c-97f7-3db6-362091e452f9-cc9b921a {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_66d20470-27de-b223-ec77-701d3cc08916-77b0a49e {
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_66d20470-27de-b223-ec77-701d3cc08916-1b6d355b {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e8c0eedf-113c-97f7-3db6-362091e452f9-7563d04c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_66d20470-27de-b223-ec77-701d3cc08916-ba478636 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e8c0eedf-113c-97f7-3db6-362091e452f9-cc9b921a {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_66d20470-27de-b223-ec77-701d3cc08916-77b0a49e {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

@font-face {
  font-family: 'AvenirRoman400';
  src: url('../fonts/AVENIR-ROMAN.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLightOb300';
  src: url('../fonts/AVENIR-LIGHTOBLIQUE.OTF') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirOb400';
  src: url('../fonts/AVENIR-OBLIQUE.OTF') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirMediumOb500';
  src: url('../fonts/AVENIR-MEDIUMOBLIQUE.OTF') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirMedium500';
  src: url('../fonts/AVENIR-MEDIUM.OTF') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirHeavyOb900';
  src: url('../fonts/AVENIR-HEAVYOBLIQUE.OTF') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirLight300';
  src: url('../fonts/AVENIR-LIGHT.OTF') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirHeavy900';
  src: url('../fonts/AVENIR-HEAVY.OTF') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirBLACKOBLIQUE900';
  src: url('../fonts/AVENIR-BLACKOBLIQUE.OTF') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirBookOblique400';
  src: url('../fonts/AVENIR-BOOKOBLIQUE.OTF') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirBlack900';
  src: url('../fonts/AVENIR-BLACK.OTF') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AvenirBook';
  src: url('../fonts/AVENIR-BOOK.OTF') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bahij600';
  src: url('../fonts/Bahij_TheSansArabic-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bahij400';
  src: url('../fonts/Bahij_TheSansArabic-Plain.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bahij300';
  src: url('../fonts/Bahij_TheSansArabic-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}